Trace number 1580538

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 2/2009-03-20UNSAT 184.776 96.4547

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-5p0.cnf
MD5SUM4385f03fe3bdaf0f127ae989ddd7908d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark107.285
Satisfiable
(Un)Satisfiability was proved
Number of variables162696
Number of clauses821000
Sum of the clauses size1953203
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617825
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.00/0.00	c Parsing...
0.89/0.95	c ==============================================================================
0.89/0.95	c |           |     ORIGINAL     |              LEARNT              |          |
0.89/0.95	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.89/0.95	c ==============================================================================
0.89/0.95	c |         0 |  812074  1943737 |  243622       0        0     nan |  0.000 % |
5.98/6.02	c |         0 |  545816  1527919 |      --       0       --      -- |     --   | -75341/18070
5.98/6.02	c ==============================================================================
5.98/6.02	c Result  :   #vars: 85539   #clauses: 545816   #literals: 1527919
5.98/6.02	c CPU time:   5.82511 s
5.98/6.02	c ==============================================================================
184.67/96.42	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
184.67/96.42	c ============================[ Problem Statistics ]=============================
184.67/96.42	c |                                                                             |
184.67/96.42	c threadId              : 0
184.67/96.42	c restarts              : 107
184.67/96.42	c conflicts             : 29094          (164 /sec)
184.67/96.42	c decisions             : 152987         (1.29 % random) (861 /sec)
184.67/96.42	c propagations          : 118955070      (669234 /sec)
184.67/96.42	c conflict literals     : 3273814        (33.15 % deleted)
184.67/96.42	c Memory used           : 105.62 MB
184.67/96.42	c CPU time              : 177.748 s
184.67/96.42	
184.67/96.42	c --->m=2, e=8, aimd=2, HOME/12489_many.cnf	time: 88.874	conflicts: 29094        
184.67/96.44	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1580538-1238920226/watcher-1580538-1238920226 -o /tmp/evaluation-result-1580538-1238920226/solver-1580538-1238920226 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1580538-1238920226.cnf aimd 2 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.83 1.44 3/72 12489
/proc/meminfo: memFree=1493464/2055920 swapFree=4175004/4192956
[pid=12489] ppid=12487 vsize=5356 CPUtime=0
/proc/12489/stat : 12489 (manysat.sh) S 12487 12489 12103 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164683988 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12489/statm: 1339 235 195 169 0 50 0
[pid=12490] ppid=12489 vsize=2868 CPUtime=0
/proc/12490/stat : 12490 (SatElite) R 12489 12489 12103 0 -1 4194304 558 0 0 0 0 0 0 0 18 0 1 0 1164683988 2936832 542 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/12490/statm: 717 546 50 127 0 587 0

[startup+0.0433049 s]
/proc/loadavg: 1.92 1.83 1.44 3/72 12489
/proc/meminfo: memFree=1493464/2055920 swapFree=4175004/4192956
[pid=12489] ppid=12487 vsize=5356 CPUtime=0
/proc/12489/stat : 12489 (manysat.sh) S 12487 12489 12103 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164683988 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12489/statm: 1339 235 195 169 0 50 0
[pid=12490] ppid=12489 vsize=13208 CPUtime=0.03
/proc/12490/stat : 12490 (SatElite) R 12489 12489 12103 0 -1 4194304 2961 0 0 0 2 1 0 0 18 0 1 0 1164683988 13524992 2841 1992294400 134512640 135034092 4294956096 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 1 0 0
/proc/12490/statm: 3302 2845 50 127 0 3172 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18564

[startup+0.101315 s]
/proc/loadavg: 1.92 1.83 1.44 3/72 12489
/proc/meminfo: memFree=1493464/2055920 swapFree=4175004/4192956
[pid=12489] ppid=12487 vsize=5356 CPUtime=0
/proc/12489/stat : 12489 (manysat.sh) S 12487 12489 12103 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164683988 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12489/statm: 1339 235 195 169 0 50 0
[pid=12490] ppid=12489 vsize=30152 CPUtime=0.09
/proc/12490/stat : 12490 (SatElite) R 12489 12489 12103 0 -1 4194304 4718 0 0 0 7 2 0 0 18 0 1 0 1164683988 30875648 4599 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/12490/statm: 7538 4599 50 127 0 7408 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35508

[startup+0.301353 s]
/proc/loadavg: 1.92 1.83 1.44 3/72 12489
/proc/meminfo: memFree=1493464/2055920 swapFree=4175004/4192956
[pid=12489] ppid=12487 vsize=5356 CPUtime=0
/proc/12489/stat : 12489 (manysat.sh) S 12487 12489 12103 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164683988 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12489/statm: 1339 235 195 169 0 50 0
[pid=12490] ppid=12489 vsize=45812 CPUtime=0.28
/proc/12490/stat : 12490 (SatElite) R 12489 12489 12103 0 -1 4194304 8461 0 0 0 24 4 0 0 19 0 1 0 1164683988 46911488 8341 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/12490/statm: 11453 8341 50 127 0 11323 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 51168

[startup+0.701429 s]
/proc/loadavg: 1.92 1.83 1.44 3/72 12489
/proc/meminfo: memFree=1493464/2055920 swapFree=4175004/4192956
[pid=12489] ppid=12487 vsize=5356 CPUtime=0
/proc/12489/stat : 12489 (manysat.sh) S 12487 12489 12103 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164683988 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12489/statm: 1339 235 195 169 0 50 0
[pid=12490] ppid=12489 vsize=68644 CPUtime=0.68
/proc/12490/stat : 12490 (SatElite) R 12489 12489 12103 0 -1 4194304 14518 0 0 0 60 8 0 0 23 0 1 0 1164683988 70291456 14398 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/12490/statm: 17161 14398 51 127 0 17031 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 74000

[startup+1.50158 s]
/proc/loadavg: 1.92 1.83 1.44 2/74 12491
/proc/meminfo: memFree=1420424/2055920 swapFree=4175004/4192956
[pid=12489] ppid=12487 vsize=5356 CPUtime=0
/proc/12489/stat : 12489 (manysat.sh) S 12487 12489 12103 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164683988 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12489/statm: 1339 235 195 169 0 50 0
[pid=12490] ppid=12489 vsize=94368 CPUtime=1.49
/proc/12490/stat : 12490 (SatElite) R 12489 12489 12103 0 -1 4194304 22202 0 0 0 137 12 0 0 25 0 1 0 1164683988 96632832 20096 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/12490/statm: 23592 20097 68 127 0 23462 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99724

[startup+3.10188 s]
/proc/loadavg: 1.92 1.83 1.44 2/74 12491
/proc/meminfo: memFree=1403336/2055920 swapFree=4175004/4192956
[pid=12489] ppid=12487 vsize=5356 CPUtime=0
/proc/12489/stat : 12489 (manysat.sh) S 12487 12489 12103 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164683988 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12489/statm: 1339 235 195 169 0 50 0
[pid=12490] ppid=12489 vsize=109268 CPUtime=3.08
/proc/12490/stat : 12490 (SatElite) R 12489 12489 12103 0 -1 4194304 25675 0 0 0 293 15 0 0 25 0 1 0 1164683988 111890432 23217 1992294400 134512640 135034092 4294956096 18446744073709551615 134585645 0 0 4096 3 0 0 0 17 1 0 0
/proc/12490/statm: 27317 23217 68 127 0 27187 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 114624

[startup+6.30148 s]
/proc/loadavg: 1.85 1.82 1.44 2/74 12491
/proc/meminfo: memFree=1400008/2055920 swapFree=4175004/4192956
[pid=12489] ppid=12487 vsize=5356 CPUtime=0
/proc/12489/stat : 12489 (manysat.sh) S 12487 12489 12103 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164683988 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12489/statm: 1339 235 195 169 0 50 0
[pid=12490] ppid=12489 vsize=103336 CPUtime=6.28
/proc/12490/stat : 12490 (SatElite) R 12489 12489 12103 0 -1 4194304 29759 0 0 0 608 20 0 0 25 0 1 0 1164683988 105816064 22171 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/12490/statm: 25834 22171 68 127 0 25704 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 108692

[startup+12.7017 s]
/proc/loadavg: 1.86 1.82 1.44 3/75 12493
/proc/meminfo: memFree=1399872/2055920 swapFree=4175004/4192956
[pid=12489] ppid=12487 vsize=5356 CPUtime=6.74
/proc/12489/stat : 12489 (manysat.sh) S 12487 12489 12103 0 -1 4194304 312 29762 0 0 0 0 651 23 16 0 1 0 1164683988 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12489/statm: 1339 238 195 169 0 50 0
[pid=12492] ppid=12489 vsize=91292 CPUtime=11.03
/proc/12492/stat : 12492 (manysat1.1_stat) R 12489 12489 12103 0 -1 4194304 19296 0 0 0 1087 16 0 0 16 0 2 0 1164684664 93483008 19263 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12492/statm: 22823 19263 83 193 0 22627 0
[pid=12492/tid=12493] ppid=12489 vsize=91292 CPUtime=5.12
/proc/12492/task/12493/stat : 12493 (manysat1.1_stat) R 12489 12489 12103 0 -1 4194368 768 0 0 0 510 2 0 0 18 0 2 0 1164684740 93483008 19263 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.77
Current children cumulated vsize (KiB) 96648

[startup+25.5011 s]
/proc/loadavg: 1.89 1.83 1.45 3/75 12493
/proc/meminfo: memFree=1394560/2055920 swapFree=4175004/4192956
[pid=12489] ppid=12487 vsize=5356 CPUtime=6.74
/proc/12489/stat : 12489 (manysat.sh) S 12487 12489 12103 0 -1 4194304 312 29762 0 0 0 0 651 23 16 0 1 0 1164683988 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12489/statm: 1339 238 195 169 0 50 0
[pid=12492] ppid=12489 vsize=96920 CPUtime=36.54
/proc/12492/stat : 12492 (manysat1.1_stat) R 12489 12489 12103 0 -1 4194304 20714 0 0 0 3635 19 0 0 17 0 2 0 1164684664 99246080 20681 1992294400 134512640 135305190 4294956144 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12492/statm: 24230 20681 83 193 0 24034 0
[pid=12492/tid=12493] ppid=12489 vsize=96920 CPUtime=17.86
/proc/12492/task/12493/stat : 12493 (manysat1.1_stat) R 12489 12489 12103 0 -1 4194368 1440 0 0 0 1782 4 0 0 19 0 2 0 1164684740 99246080 20681 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.28
Current children cumulated vsize (KiB) 102276

[startup+51.1019 s]
/proc/loadavg: 1.93 1.84 1.46 3/75 12493
/proc/meminfo: memFree=1387008/2055920 swapFree=4175004/4192956
[pid=12489] ppid=12487 vsize=5356 CPUtime=6.74
/proc/12489/stat : 12489 (manysat.sh) S 12487 12489 12103 0 -1 4194304 312 29762 0 0 0 0 651 23 16 0 1 0 1164683988 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12489/statm: 1339 238 195 169 0 50 0
[pid=12492] ppid=12489 vsize=103876 CPUtime=87.58
/proc/12492/stat : 12492 (manysat1.1_stat) R 12489 12489 12103 0 -1 4194304 22513 0 0 0 8735 23 0 0 17 0 2 0 1164684664 106369024 22480 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12492/statm: 25969 22480 83 193 0 25773 0
[pid=12492/tid=12493] ppid=12489 vsize=103876 CPUtime=43.32
/proc/12492/task/12493/stat : 12493 (manysat1.1_stat) R 12489 12489 12103 0 -1 4194368 2248 0 0 0 4327 5 0 0 25 0 2 0 1164684740 106369024 22480 1992294400 134512640 135305190 4294956144 18446744073709551615 134530579 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 94.32
Current children cumulated vsize (KiB) 109232

Solver just ended. Dumping a history of the last processes samples

[startup+76.7018 s]
/proc/loadavg: 1.95 1.85 1.48 3/75 12493
/proc/meminfo: memFree=1384384/2055920 swapFree=4175004/4192956
[pid=12489] ppid=12487 vsize=5356 CPUtime=6.74
/proc/12489/stat : 12489 (manysat.sh) S 12487 12489 12103 0 -1 4194304 312 29762 0 0 0 0 651 23 16 0 1 0 1164683988 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12489/statm: 1339 238 195 169 0 50 0
[pid=12492] ppid=12489 vsize=106760 CPUtime=138.64
/proc/12492/stat : 12492 (manysat1.1_stat) R 12489 12489 12103 0 -1 4194304 23244 0 0 0 13841 23 0 0 19 0 2 0 1164684664 109322240 23211 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12492/statm: 26690 23211 83 193 0 26494 0
[pid=12492/tid=12493] ppid=12489 vsize=106760 CPUtime=68.8
/proc/12492/task/12493/stat : 12493 (manysat1.1_stat) R 12489 12489 12103 0 -1 4194368 2560 0 0 0 6874 6 0 0 25 0 2 0 1164684740 109322240 23211 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 145.38
Current children cumulated vsize (KiB) 112116

[startup+89.5012 s]
/proc/loadavg: 1.96 1.86 1.48 3/75 12493
/proc/meminfo: memFree=1382976/2055920 swapFree=4175004/4192956
[pid=12489] ppid=12487 vsize=5356 CPUtime=6.74
/proc/12489/stat : 12489 (manysat.sh) S 12487 12489 12103 0 -1 4194304 312 29762 0 0 0 0 651 23 16 0 1 0 1164683988 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12489/statm: 1339 238 195 169 0 50 0
[pid=12492] ppid=12489 vsize=108156 CPUtime=164.17
/proc/12492/stat : 12492 (manysat1.1_stat) R 12489 12489 12103 0 -1 4194304 23561 0 0 0 16393 24 0 0 25 0 2 0 1164684664 110751744 23528 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12492/statm: 27039 23528 83 193 0 26843 0
[pid=12492/tid=12493] ppid=12489 vsize=108156 CPUtime=81.53
/proc/12492/task/12493/stat : 12493 (manysat1.1_stat) R 12489 12489 12103 0 -1 4194368 2654 0 0 0 8147 6 0 0 25 0 2 0 1164684740 110751744 23528 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 170.91
Current children cumulated vsize (KiB) 113512

[startup+92.7028 s]
/proc/loadavg: 1.96 1.86 1.48 3/75 12493
/proc/meminfo: memFree=1382912/2055920 swapFree=4175004/4192956
[pid=12489] ppid=12487 vsize=5356 CPUtime=6.74
/proc/12489/stat : 12489 (manysat.sh) S 12487 12489 12103 0 -1 4194304 312 29762 0 0 0 0 651 23 16 0 1 0 1164683988 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12489/statm: 1339 238 195 169 0 50 0
[pid=12492] ppid=12489 vsize=108156 CPUtime=170.56
/proc/12492/stat : 12492 (manysat1.1_stat) R 12489 12489 12103 0 -1 4194304 23561 0 0 0 17032 24 0 0 25 0 2 0 1164684664 110751744 23528 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12492/statm: 27039 23528 83 193 0 26843 0
[pid=12492/tid=12493] ppid=12489 vsize=108156 CPUtime=84.71
/proc/12492/task/12493/stat : 12493 (manysat1.1_stat) R 12489 12489 12103 0 -1 4194368 2654 0 0 0 8465 6 0 0 25 0 2 0 1164684740 110751744 23528 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 177.3
Current children cumulated vsize (KiB) 113512

[startup+94.3011 s]
/proc/loadavg: 1.96 1.86 1.48 3/75 12493
/proc/meminfo: memFree=1382912/2055920 swapFree=4175004/4192956
[pid=12489] ppid=12487 vsize=5356 CPUtime=6.74
/proc/12489/stat : 12489 (manysat.sh) S 12487 12489 12103 0 -1 4194304 312 29762 0 0 0 0 651 23 16 0 1 0 1164683988 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12489/statm: 1339 238 195 169 0 50 0
[pid=12492] ppid=12489 vsize=108156 CPUtime=173.75
/proc/12492/stat : 12492 (manysat1.1_stat) R 12489 12489 12103 0 -1 4194304 23561 0 0 0 17351 24 0 0 25 0 2 0 1164684664 110751744 23528 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12492/statm: 27039 23528 83 193 0 26843 0
[pid=12492/tid=12493] ppid=12489 vsize=108156 CPUtime=86.3
/proc/12492/task/12493/stat : 12493 (manysat1.1_stat) R 12489 12489 12103 0 -1 4194368 2654 0 0 0 8624 6 0 0 25 0 2 0 1164684740 110751744 23528 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 180.49
Current children cumulated vsize (KiB) 113512

[startup+95.1012 s]
/proc/loadavg: 1.96 1.86 1.49 3/75 12493
/proc/meminfo: memFree=1382912/2055920 swapFree=4175004/4192956
[pid=12489] ppid=12487 vsize=5356 CPUtime=6.74
/proc/12489/stat : 12489 (manysat.sh) S 12487 12489 12103 0 -1 4194304 312 29762 0 0 0 0 651 23 16 0 1 0 1164683988 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12489/statm: 1339 238 195 169 0 50 0
[pid=12492] ppid=12489 vsize=108156 CPUtime=175.34
/proc/12492/stat : 12492 (manysat1.1_stat) R 12489 12489 12103 0 -1 4194304 23564 0 0 0 17510 24 0 0 25 0 2 0 1164684664 110751744 23531 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12492/statm: 27039 23531 83 193 0 26843 0
[pid=12492/tid=12493] ppid=12489 vsize=108156 CPUtime=87.1
/proc/12492/task/12493/stat : 12493 (manysat1.1_stat) R 12489 12489 12103 0 -1 4194368 2657 0 0 0 8704 6 0 0 25 0 2 0 1164684740 110751744 23531 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 182.08
Current children cumulated vsize (KiB) 113512

[startup+95.9014 s]
/proc/loadavg: 1.96 1.86 1.49 3/75 12493
/proc/meminfo: memFree=1382848/2055920 swapFree=4175004/4192956
[pid=12489] ppid=12487 vsize=5356 CPUtime=6.74
/proc/12489/stat : 12489 (manysat.sh) S 12487 12489 12103 0 -1 4194304 312 29762 0 0 0 0 651 23 16 0 1 0 1164683988 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12489/statm: 1339 238 195 169 0 50 0
[pid=12492] ppid=12489 vsize=108156 CPUtime=176.94
/proc/12492/stat : 12492 (manysat1.1_stat) R 12489 12489 12103 0 -1 4194304 23575 0 0 0 17670 24 0 0 25 0 2 0 1164684664 110751744 23542 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12492/statm: 27039 23542 83 193 0 26843 0
[pid=12492/tid=12493] ppid=12489 vsize=108156 CPUtime=87.89
/proc/12492/task/12493/stat : 12493 (manysat1.1_stat) R 12489 12489 12103 0 -1 4194368 2657 0 0 0 8783 6 0 0 25 0 2 0 1164684740 110751744 23542 1992294400 134512640 135305190 4294956144 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 183.68
Current children cumulated vsize (KiB) 113512

[startup+96.3014 s]
/proc/loadavg: 1.96 1.86 1.49 3/75 12493
/proc/meminfo: memFree=1382848/2055920 swapFree=4175004/4192956
[pid=12489] ppid=12487 vsize=5356 CPUtime=6.74
/proc/12489/stat : 12489 (manysat.sh) S 12487 12489 12103 0 -1 4194304 312 29762 0 0 0 0 651 23 16 0 1 0 1164683988 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12489/statm: 1339 238 195 169 0 50 0
[pid=12492] ppid=12489 vsize=108156 CPUtime=177.74
/proc/12492/stat : 12492 (manysat1.1_stat) R 12489 12489 12103 0 -1 4194304 23575 0 0 0 17750 24 0 0 17 0 2 0 1164684664 110751744 23542 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12492/statm: 27039 23542 83 193 0 26843 0
[pid=12492/tid=12493] ppid=12489 vsize=108156 CPUtime=88.29
/proc/12492/task/12493/stat : 12493 (manysat1.1_stat) R 12489 12489 12103 0 -1 4194368 2657 0 0 0 8823 6 0 0 17 0 2 0 1164684740 110751744 23542 1992294400 134512640 135305190 4294956144 18446744073709551615 134530640 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 184.48
Current children cumulated vsize (KiB) 113512

[startup+96.4015 s]
/proc/loadavg: 1.96 1.86 1.49 3/75 12493
/proc/meminfo: memFree=1382848/2055920 swapFree=4175004/4192956
[pid=12489] ppid=12487 vsize=5356 CPUtime=6.74
/proc/12489/stat : 12489 (manysat.sh) S 12487 12489 12103 0 -1 4194304 312 29762 0 0 0 0 651 23 16 0 1 0 1164683988 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12489/statm: 1339 238 195 169 0 50 0
[pid=12492] ppid=12489 vsize=108156 CPUtime=177.93
/proc/12492/stat : 12492 (manysat1.1_stat) R 12489 12489 12103 0 -1 4194304 23575 0 0 0 17769 24 0 0 17 0 2 0 1164684664 110751744 23542 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12492/statm: 27039 23542 83 193 0 26843 0
[pid=12492/tid=12493] ppid=12489 vsize=108156 CPUtime=88.39
/proc/12492/task/12493/stat : 12493 (manysat1.1_stat) R 12489 12489 12103 0 -1 4194368 2657 0 0 0 8833 6 0 0 17 0 2 0 1164684740 110751744 23542 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 184.67
Current children cumulated vsize (KiB) 113512

Child status: 20
Real time (s): 96.4547
CPU time (s): 184.776
CPU user time (s): 184.266
CPU system time (s): 0.509922
CPU usage (%): 191.567
Max. virtual memory (cumulated for all children) (KiB): 116228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 184.266
system time used= 0.509922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53818
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3100
involuntary context switches= 1396

runsolver used 0.133979 second user time and 0.305953 second system time

The end

Launcher Data

Begin job on node64 at 2009-04-05 10:30:27
IDJOB=1580538
IDBENCH=71019
IDSOLVER=515
FILE ID=node64/1580538-1238920226
PBS_JOBID= 9101379
Free space on /tmp= 66520 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-5p0.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1580538-1238920226/watcher-1580538-1238920226 -o /tmp/evaluation-result-1580538-1238920226/solver-1580538-1238920226 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1580538-1238920226.cnf aimd 2

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=1806074510

node64.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1493944 kB
Buffers:         56984 kB
Cached:         429996 kB
SwapCached:       8672 kB
Active:         223788 kB
Inactive:       273612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1493944 kB
SwapTotal:     4192956 kB
SwapFree:      4175004 kB
Dirty:           16380 kB
Writeback:           0 kB
Mapped:          16184 kB
Slab:            49512 kB
Committed_AS:  3443244 kB
PageTables:       2012 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66516 MiB
End job on node64 at 2009-04-05 10:32:04