Trace number 1772796

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 1/2009-03-20? (MO) 8913.87 4475.02

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-10-19-u.cnf
MD5SUMec6ae8f44e827ed5bcc8aed459990775
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables330372
Number of clauses1570953
Sum of the clauses size3643384
Maximum clause length10
Minimum clause length1
Number of clauses of size 124592
Number of clauses of size 21203951
Number of clauses of size 3281190
Number of clauses of size 46800
Number of clauses of size 527200
Number of clauses of size over 527220

Solver Data

0.00/0.00	c Parsing...
1.39/1.46	c ==============================================================================
1.39/1.46	c |           |     ORIGINAL     |              LEARNT              |          |
1.39/1.46	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.39/1.46	c ==============================================================================
1.39/1.46	c |         0 | 1544713  3615326 |  463413       0        0     nan |  0.000 % |
11.18/11.29	c |         0 |  980858  2707783 |      --       0       --      -- |     --   | -286585/-282613
11.18/11.30	c ==============================================================================
11.18/11.30	c Result  :   #vars: 168138   #clauses: 980858   #literals: 2707783
11.18/11.30	c CPU time:   10.8673 s
11.18/11.30	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1772796-1241285595/watcher-1772796-1241285595 -o /tmp/evaluation-result-1772796-1241285595/solver-1772796-1241285595 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1772796-1241285595.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29905
/proc/meminfo: memFree=1547104/2055920 swapFree=4178716/4192956
[pid=29905] ppid=29903 vsize=5356 CPUtime=0
/proc/29905/stat : 29905 (manysat.sh) S 29903 29905 29779 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156593414 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29905/statm: 1339 235 195 169 0 50 0
[pid=29906] ppid=29905 vsize=2608 CPUtime=0
/proc/29906/stat : 29906 (SatElite) R 29905 29905 29779 0 -1 4194304 461 0 0 0 0 0 0 0 18 0 1 0 156593414 2670592 445 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29906/statm: 652 448 50 127 0 522 0

[startup+0.033204 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29905
/proc/meminfo: memFree=1547104/2055920 swapFree=4178716/4192956
[pid=29905] ppid=29903 vsize=5356 CPUtime=0
/proc/29905/stat : 29905 (manysat.sh) S 29903 29905 29779 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156593414 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29905/statm: 1339 235 195 169 0 50 0
[pid=29906] ppid=29905 vsize=8676 CPUtime=0.01
/proc/29906/stat : 29906 (SatElite) R 29905 29905 29779 0 -1 4194304 1575 0 0 0 1 0 0 0 18 0 1 0 156593414 8884224 1559 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/29906/statm: 2169 1559 50 127 0 2039 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14032

[startup+0.102219 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29905
/proc/meminfo: memFree=1547104/2055920 swapFree=4178716/4192956
[pid=29905] ppid=29903 vsize=5356 CPUtime=0
/proc/29905/stat : 29905 (manysat.sh) S 29903 29905 29779 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156593414 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29905/statm: 1339 235 195 169 0 50 0
[pid=29906] ppid=29905 vsize=21304 CPUtime=0.09
/proc/29906/stat : 29906 (SatElite) R 29905 29905 29779 0 -1 4194304 3762 0 0 0 7 2 0 0 18 0 1 0 156593414 21815296 3746 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29906/statm: 5326 3747 50 127 0 5196 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26660

[startup+0.30226 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29905
/proc/meminfo: memFree=1547104/2055920 swapFree=4178716/4192956
[pid=29905] ppid=29903 vsize=5356 CPUtime=0
/proc/29905/stat : 29905 (manysat.sh) S 29903 29905 29779 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156593414 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29905/statm: 1339 235 195 169 0 50 0
[pid=29906] ppid=29905 vsize=75680 CPUtime=0.28
/proc/29906/stat : 29906 (SatElite) R 29905 29905 29779 0 -1 4194304 13320 0 0 0 21 7 0 0 19 0 1 0 156593414 77496320 13304 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29906/statm: 18920 13304 50 127 0 18790 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 81036

[startup+0.701346 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29905
/proc/meminfo: memFree=1547104/2055920 swapFree=4178716/4192956
[pid=29905] ppid=29903 vsize=5356 CPUtime=0
/proc/29905/stat : 29905 (manysat.sh) S 29903 29905 29779 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156593414 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29905/statm: 1339 235 195 169 0 50 0
[pid=29906] ppid=29905 vsize=109804 CPUtime=0.69
/proc/29906/stat : 29906 (SatElite) R 29905 29905 29779 0 -1 4194304 21871 0 0 0 54 15 0 0 23 0 1 0 156593414 112439296 21855 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29906/statm: 27451 21856 50 127 0 27321 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 115160

[startup+1.50152 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29907
/proc/meminfo: memFree=1439568/2055920 swapFree=4178716/4192956
[pid=29905] ppid=29903 vsize=5356 CPUtime=0
/proc/29905/stat : 29905 (manysat.sh) S 29903 29905 29779 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156593414 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29905/statm: 1339 235 195 169 0 50 0
[pid=29906] ppid=29905 vsize=158520 CPUtime=1.49
/proc/29906/stat : 29906 (SatElite) R 29905 29905 29779 0 -1 4194304 34562 0 0 0 126 23 0 0 25 0 1 0 156593414 162324480 34546 1992294400 134512640 135034092 4294956112 18446744073709551615 134668694 0 0 4096 3 0 0 0 17 1 0 0
/proc/29906/statm: 39630 34546 63 127 0 39500 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 163876

[startup+3.10186 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29907
/proc/meminfo: memFree=1394960/2055920 swapFree=4178716/4192956
[pid=29905] ppid=29903 vsize=5356 CPUtime=0
/proc/29905/stat : 29905 (manysat.sh) S 29903 29905 29779 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156593414 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29905/statm: 1339 235 195 169 0 50 0
[pid=29906] ppid=29905 vsize=191400 CPUtime=3.08
/proc/29906/stat : 29906 (SatElite) R 29905 29905 29779 0 -1 4194304 43508 0 0 0 279 29 0 0 25 0 1 0 156593414 195993600 39927 1992294400 134512640 135034092 4294956112 18446744073709551615 134566170 0 0 4096 3 0 0 0 17 1 0 0
/proc/29906/statm: 47850 39927 68 127 0 47720 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 196756

[startup+6.30155 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 29907
/proc/meminfo: memFree=1377744/2055920 swapFree=4178716/4192956
[pid=29905] ppid=29903 vsize=5356 CPUtime=0
/proc/29905/stat : 29905 (manysat.sh) S 29903 29905 29779 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156593414 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29905/statm: 1339 235 195 169 0 50 0
[pid=29906] ppid=29905 vsize=209476 CPUtime=6.28
/proc/29906/stat : 29906 (SatElite) R 29905 29905 29779 0 -1 4194304 48639 0 0 0 596 32 0 0 25 0 1 0 156593414 214503424 44290 1992294400 134512640 135034092 4294956112 18446744073709551615 134569590 0 0 4096 3 0 0 0 17 1 0 0
/proc/29906/statm: 52369 44290 68 127 0 52239 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 214832

[startup+12.7019 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 29907
/proc/meminfo: memFree=1357464/2055920 swapFree=4178716/4192956
[pid=29905] ppid=29903 vsize=5356 CPUtime=12.62
/proc/29905/stat : 29905 (manysat.sh) S 29903 29905 29779 0 -1 4194304 313 65238 0 0 0 0 1208 54 16 0 1 0 156593414 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29905/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 5356

[startup+25.5027 s]
/proc/loadavg: 1.52 1.11 1.04 5/69 29911
/proc/meminfo: memFree=1244224/2055920 swapFree=4178716/4192956
[pid=29905] ppid=29903 vsize=5356 CPUtime=12.62
/proc/29905/stat : 29905 (manysat.sh) S 29903 29905 29779 0 -1 4194304 313 65238 0 0 0 0 1208 54 16 0 1 0 156593414 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29905/statm: 1339 238 195 169 0 50 0
[pid=29908] ppid=29905 vsize=317264 CPUtime=22.92
/proc/29908/stat : 29908 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194304 68119 0 0 0 2244 48 0 0 17 0 4 0 156594678 324878336 68087 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29908/statm: 79316 68087 83 193 0 79120 0
[pid=29908/tid=29909] ppid=29905 vsize=317264 CPUtime=4.86
/proc/29908/task/29909/stat : 29909 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 1293 0 0 0 483 3 0 0 17 0 4 0 156594945 324878336 68087 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29908/tid=29910] ppid=29905 vsize=317264 CPUtime=5.09
/proc/29908/task/29910/stat : 29910 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 1207 0 0 0 507 2 0 0 17 0 4 0 156594945 324878336 68087 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29908/tid=29911] ppid=29905 vsize=317264 CPUtime=4.79
/proc/29908/task/29911/stat : 29911 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 1263 0 0 0 475 4 0 0 18 0 4 0 156594945 324878336 68087 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.54
Current children cumulated vsize (KiB) 322620

[startup+51.1022 s]
/proc/loadavg: 2.36 1.34 1.11 5/69 29911
/proc/meminfo: memFree=1236288/2055920 swapFree=4178716/4192956
[pid=29905] ppid=29903 vsize=5356 CPUtime=12.62
/proc/29905/stat : 29905 (manysat.sh) S 29903 29905 29779 0 -1 4194304 313 65238 0 0 0 0 1208 54 16 0 1 0 156593414 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29905/statm: 1339 238 195 169 0 50 0
[pid=29908] ppid=29905 vsize=325060 CPUtime=73.95
/proc/29908/stat : 29908 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194304 69912 0 0 0 7344 51 0 0 17 0 4 0 156594678 332861440 69880 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29908/statm: 81265 69880 83 193 0 81069 0
[pid=29908/tid=29909] ppid=29905 vsize=325060 CPUtime=17.84
/proc/29908/task/29909/stat : 29909 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 1628 0 0 0 1780 4 0 0 17 0 4 0 156594945 332861440 69880 1992294400 134512640 135305190 4294956160 18446744073709551615 134528568 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29908/tid=29910] ppid=29905 vsize=325060 CPUtime=19.02
/proc/29908/task/29910/stat : 29910 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 1911 0 0 0 1899 3 0 0 16 0 4 0 156594945 332861440 69880 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29908/tid=29911] ppid=29905 vsize=325060 CPUtime=15.76
/proc/29908/task/29911/stat : 29911 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 1568 0 0 0 1571 5 0 0 17 0 4 0 156594945 332861440 69880 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 86.57
Current children cumulated vsize (KiB) 330416

[startup+102.305 s]
/proc/loadavg: 3.29 1.75 1.26 5/69 29911
/proc/meminfo: memFree=1208320/2055920 swapFree=4178716/4192956
[pid=29905] ppid=29903 vsize=5356 CPUtime=12.62
/proc/29905/stat : 29905 (manysat.sh) S 29903 29905 29779 0 -1 4194304 313 65238 0 0 0 0 1208 54 16 0 1 0 156593414 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29905/statm: 1339 238 195 169 0 50 0
[pid=29908] ppid=29905 vsize=354904 CPUtime=176.12
/proc/29908/stat : 29908 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194304 77121 0 0 0 17553 59 0 0 19 0 4 0 156594678 363421696 77089 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29908/statm: 88726 77089 83 193 0 88530 0
[pid=29908/tid=29909] ppid=29905 vsize=354904 CPUtime=43.59
/proc/29908/task/29909/stat : 29909 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 3089 0 0 0 4353 6 0 0 20 0 4 0 156594945 363421696 77089 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29908/tid=29910] ppid=29905 vsize=354904 CPUtime=35.9
/proc/29908/task/29910/stat : 29910 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 4807 0 0 0 3585 5 0 0 25 0 4 0 156594945 363421696 77089 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29908/tid=29911] ppid=29905 vsize=354904 CPUtime=44.19
/proc/29908/task/29911/stat : 29911 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 2732 0 0 0 4412 7 0 0 18 0 4 0 156594945 363421696 77089 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 188.74
Current children cumulated vsize (KiB) 360260

[startup+162.303 s]
/proc/loadavg: 3.74 2.16 1.43 5/69 29911
/proc/meminfo: memFree=1174016/2055920 swapFree=4178716/4192956
[pid=29905] ppid=29903 vsize=5356 CPUtime=12.62
/proc/29905/stat : 29905 (manysat.sh) S 29903 29905 29779 0 -1 4194304 313 65238 0 0 0 0 1208 54 16 0 1 0 156593414 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29905/statm: 1339 238 195 169 0 50 0
[pid=29908] ppid=29905 vsize=388912 CPUtime=295.83
/proc/29908/stat : 29908 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194304 85708 0 0 0 29514 69 0 0 25 0 4 0 156594678 398245888 85676 1992294400 134512640 135305190 4294956160 18446744073709551615 134542013 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29908/statm: 97228 85676 83 193 0 97032 0
[pid=29908/tid=29909] ppid=29905 vsize=388912 CPUtime=74.38
/proc/29908/task/29909/stat : 29909 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 4579 0 0 0 7430 8 0 0 18 0 4 0 156594945 398245888 85676 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29908/tid=29910] ppid=29905 vsize=388912 CPUtime=60.79
/proc/29908/task/29910/stat : 29910 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 7581 0 0 0 6071 8 0 0 19 0 4 0 156594945 398245888 85676 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29908/tid=29911] ppid=29905 vsize=388912 CPUtime=78.69
/proc/29908/task/29911/stat : 29911 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 4392 0 0 0 7860 9 0 0 19 0 4 0 156594945 398245888 85676 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 308.45
Current children cumulated vsize (KiB) 394268

[startup+222.303 s]
/proc/loadavg: 3.90 2.49 1.59 5/69 29911
/proc/meminfo: memFree=1140800/2055920 swapFree=4178716/4192956
[pid=29905] ppid=29903 vsize=5356 CPUtime=12.62
/proc/29905/stat : 29905 (manysat.sh) S 29903 29905 29779 0 -1 4194304 313 65238 0 0 0 0 1208 54 16 0 1 0 156593414 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29905/statm: 1339 238 195 169 0 50 0
[pid=29908] ppid=29905 vsize=421836 CPUtime=415.57
/proc/29908/stat : 29908 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194304 93989 0 0 0 41477 80 0 0 25 0 4 0 156594678 431960064 93957 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29908/statm: 105459 93957 83 193 0 105263 0
[pid=29908/tid=29909] ppid=29905 vsize=421836 CPUtime=105.67
/proc/29908/task/29909/stat : 29909 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 6634 0 0 0 10556 11 0 0 25 0 4 0 156594945 431960064 93957 1992294400 134512640 135305190 4294956160 18446744073709551615 134551936 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29908/tid=29910] ppid=29905 vsize=421836 CPUtime=89.59
/proc/29908/task/29910/stat : 29910 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 9535 0 0 0 8948 11 0 0 23 0 4 0 156594945 431960064 93957 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0

################
# More data... #
################

/proc/29908/task/29911/stat : 29911 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 73069 0 0 0 205034 83 0 0 25 0 4 0 156594945 1695035392 402063 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7971.04
Current children cumulated vsize (KiB) 1660664

[startup+4062.31 s]
/proc/loadavg: 4.00 4.01 3.93 5/69 29921
/proc/meminfo: memFree=16448/2055920 swapFree=4178716/4192956
[pid=29905] ppid=29903 vsize=5356 CPUtime=12.62
/proc/29905/stat : 29905 (manysat.sh) S 29903 29905 29779 0 -1 4194304 313 65238 0 0 0 0 1208 54 16 0 1 0 156593414 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29905/statm: 1339 238 195 169 0 50 0
[pid=29908] ppid=29905 vsize=1656332 CPUtime=8078.15
/proc/29908/stat : 29908 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194304 402178 0 0 0 807413 402 0 0 23 0 4 0 156594678 1696083968 402146 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29908/statm: 414083 402146 83 193 0 413887 0
[pid=29908/tid=29909] ppid=29905 vsize=1656332 CPUtime=1987.02
/proc/29908/task/29909/stat : 29909 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 66683 0 0 0 198629 73 0 0 25 0 4 0 156594945 1696083968 402146 1992294400 134512640 135305190 4294956160 18446744073709551615 134556789 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29908/tid=29910] ppid=29905 vsize=1656332 CPUtime=1787.14
/proc/29908/task/29910/stat : 29910 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 95674 0 0 0 178616 98 0 0 25 0 4 0 156594945 1696083968 402146 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29908/tid=29911] ppid=29905 vsize=1656332 CPUtime=2081.45
/proc/29908/task/29911/stat : 29911 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 73084 0 0 0 208062 83 0 0 25 0 4 0 156594945 1696083968 402146 1992294400 134512640 135305190 4294956160 18446744073709551615 134551986 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8090.77
Current children cumulated vsize (KiB) 1661688

[startup+4122.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/69 29921
/proc/meminfo: memFree=16192/2055920 swapFree=4178716/4192956
[pid=29905] ppid=29903 vsize=5356 CPUtime=12.62
/proc/29905/stat : 29905 (manysat.sh) S 29903 29905 29779 0 -1 4194304 313 65238 0 0 0 0 1208 54 16 0 1 0 156593414 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29905/statm: 1339 238 195 169 0 50 0
[pid=29908] ppid=29905 vsize=1657356 CPUtime=8197.88
/proc/29908/stat : 29908 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194304 402661 0 0 0 819385 403 0 0 25 0 4 0 156594678 1697132544 402629 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29908/statm: 414339 402629 83 193 0 414143 0
[pid=29908/tid=29909] ppid=29905 vsize=1657356 CPUtime=2018.05
/proc/29908/task/29909/stat : 29909 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 66847 0 0 0 201732 73 0 0 18 0 4 0 156594945 1697132544 402629 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29908/tid=29910] ppid=29905 vsize=1657356 CPUtime=1808.35
/proc/29908/task/29910/stat : 29910 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 95753 0 0 0 180737 98 0 0 25 0 4 0 156594945 1697132544 402629 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29908/tid=29911] ppid=29905 vsize=1657356 CPUtime=2110.88
/proc/29908/task/29911/stat : 29911 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 73196 0 0 0 211005 83 0 0 25 0 4 0 156594945 1697132544 402629 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8210.5
Current children cumulated vsize (KiB) 1662712

[startup+4182.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/69 29921
/proc/meminfo: memFree=15552/2055920 swapFree=4178716/4192956
[pid=29905] ppid=29903 vsize=5356 CPUtime=12.62
/proc/29905/stat : 29905 (manysat.sh) S 29903 29905 29779 0 -1 4194304 313 65238 0 0 0 0 1208 54 16 0 1 0 156593414 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29905/statm: 1339 238 195 169 0 50 0
[pid=29908] ppid=29905 vsize=1660428 CPUtime=8317.61
/proc/29908/stat : 29908 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194304 403219 0 0 0 831356 405 0 0 25 0 4 0 156594678 1700278272 403187 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29908/statm: 415107 403187 83 193 0 414911 0
[pid=29908/tid=29909] ppid=29905 vsize=1660428 CPUtime=2048.6
/proc/29908/task/29909/stat : 29909 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 67018 0 0 0 204787 73 0 0 25 0 4 0 156594945 1700278272 403187 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29908/tid=29910] ppid=29905 vsize=1660428 CPUtime=1837.54
/proc/29908/task/29910/stat : 29910 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 95975 0 0 0 183656 98 0 0 25 0 4 0 156594945 1700278272 403187 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29908/tid=29911] ppid=29905 vsize=1660428 CPUtime=2141.71
/proc/29908/task/29911/stat : 29911 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 73248 0 0 0 214088 83 0 0 25 0 4 0 156594945 1700278272 403187 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8330.23
Current children cumulated vsize (KiB) 1665784

[startup+4242.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/69 29921
/proc/meminfo: memFree=16192/2055920 swapFree=4178716/4192956
[pid=29905] ppid=29903 vsize=5356 CPUtime=12.62
/proc/29905/stat : 29905 (manysat.sh) S 29903 29905 29779 0 -1 4194304 313 65238 0 0 0 0 1208 54 16 0 1 0 156593414 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29905/statm: 1339 238 195 169 0 50 0
[pid=29908] ppid=29905 vsize=1666548 CPUtime=8437.33
/proc/29908/stat : 29908 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194304 404861 0 0 0 843327 406 0 0 24 0 4 0 156594678 1706545152 404829 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29908/statm: 416637 404829 83 193 0 416441 0
[pid=29908/tid=29909] ppid=29905 vsize=1666548 CPUtime=2080.11
/proc/29908/task/29909/stat : 29909 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 67349 0 0 0 207937 74 0 0 25 0 4 0 156594945 1706545152 404829 1992294400 134512640 135305190 4294956160 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29908/tid=29910] ppid=29905 vsize=1666548 CPUtime=1866.02
/proc/29908/task/29910/stat : 29910 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 96451 0 0 0 186503 99 0 0 25 0 4 0 156594945 1706545152 404829 1992294400 134512640 135305190 4294956160 18446744073709551615 134554528 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29908/tid=29911] ppid=29905 vsize=1666548 CPUtime=2170.83
/proc/29908/task/29911/stat : 29911 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 73408 0 0 0 216999 84 0 0 24 0 4 0 156594945 1706545152 404829 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8449.95
Current children cumulated vsize (KiB) 1671904

[startup+4302.3 s]
/proc/loadavg: 4.03 4.01 3.93 5/69 29921
/proc/meminfo: memFree=15296/2055920 swapFree=4178716/4192956
[pid=29905] ppid=29903 vsize=5356 CPUtime=12.62
/proc/29905/stat : 29905 (manysat.sh) S 29903 29905 29779 0 -1 4194304 313 65238 0 0 0 0 1208 54 16 0 1 0 156593414 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29905/statm: 1339 238 195 169 0 50 0
[pid=29908] ppid=29905 vsize=1710780 CPUtime=8557
/proc/29908/stat : 29908 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194304 415926 0 0 0 855284 416 0 0 25 0 4 0 156594678 1751838720 415894 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29908/statm: 427695 415894 83 193 0 427499 0
[pid=29908/tid=29909] ppid=29905 vsize=1710780 CPUtime=2108.39
/proc/29908/task/29909/stat : 29909 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 69438 0 0 0 210764 75 0 0 25 0 4 0 156594945 1751838720 415894 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29908/tid=29910] ppid=29905 vsize=1710780 CPUtime=1893.12
/proc/29908/task/29910/stat : 29910 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 100167 0 0 0 189211 101 0 0 25 0 4 0 156594945 1751838720 415894 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29908/tid=29911] ppid=29905 vsize=1710780 CPUtime=2202.44
/proc/29908/task/29911/stat : 29911 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 75658 0 0 0 220158 86 0 0 19 0 4 0 156594945 1751838720 415894 1992294400 134512640 135305190 4294956160 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8569.62
Current children cumulated vsize (KiB) 1716136

[startup+4362.3 s]
/proc/loadavg: 4.05 4.02 3.94 5/69 29921
/proc/meminfo: memFree=15872/2055920 swapFree=4178716/4192956
[pid=29905] ppid=29903 vsize=5356 CPUtime=12.62
/proc/29905/stat : 29905 (manysat.sh) S 29903 29905 29779 0 -1 4194304 313 65238 0 0 0 0 1208 54 16 0 1 0 156593414 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29905/statm: 1339 238 195 169 0 50 0
[pid=29908] ppid=29905 vsize=1754392 CPUtime=8676.61
/proc/29908/stat : 29908 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194304 426984 0 0 0 867234 427 0 0 22 0 4 0 156594678 1796497408 426952 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29908/statm: 438598 426952 83 193 0 438402 0
[pid=29908/tid=29909] ppid=29905 vsize=1754392 CPUtime=2133.59
/proc/29908/task/29909/stat : 29909 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 71409 0 0 0 213282 77 0 0 25 0 4 0 156594945 1796497408 426952 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29908/tid=29910] ppid=29905 vsize=1754392 CPUtime=1922.32
/proc/29908/task/29910/stat : 29910 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 103497 0 0 0 192127 105 0 0 25 0 4 0 156594945 1796497408 426952 1992294400 134512640 135305190 4294956160 18446744073709551615 134554712 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29908/tid=29911] ppid=29905 vsize=1754392 CPUtime=2236.95
/proc/29908/task/29911/stat : 29911 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 78760 0 0 0 223605 90 0 0 25 0 4 0 156594945 1796497408 426952 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8689.23
Current children cumulated vsize (KiB) 1759748

[startup+4422.3 s]
/proc/loadavg: 4.02 4.02 3.94 6/69 29921
/proc/meminfo: memFree=16000/2055920 swapFree=4178716/4192956
[pid=29905] ppid=29903 vsize=5356 CPUtime=12.62
/proc/29905/stat : 29905 (manysat.sh) S 29903 29905 29779 0 -1 4194304 313 65238 0 0 0 0 1208 54 16 0 1 0 156593414 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29905/statm: 1339 238 195 169 0 50 0
[pid=29908] ppid=29905 vsize=1801344 CPUtime=8796.2
/proc/29908/stat : 29908 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194304 438586 0 0 0 879182 438 0 0 25 0 4 0 156594678 1844576256 438554 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29908/statm: 450336 438554 83 193 0 450140 0
[pid=29908/tid=29909] ppid=29905 vsize=1801344 CPUtime=2162.37
/proc/29908/task/29909/stat : 29909 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 74240 0 0 0 216157 80 0 0 25 0 4 0 156594945 1844576256 438554 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29908/tid=29910] ppid=29905 vsize=1801344 CPUtime=1951.31
/proc/29908/task/29910/stat : 29910 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 106550 0 0 0 195023 108 0 0 25 0 4 0 156594945 1844576256 438554 1992294400 134512640 135305190 4294956160 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29908/tid=29911] ppid=29905 vsize=1801344 CPUtime=2271.85
/proc/29908/task/29911/stat : 29911 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 81361 0 0 0 227093 92 0 0 19 0 4 0 156594945 1844576256 438554 1992294400 134512640 135305190 4294956160 18446744073709551615 134551731 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8808.82
Current children cumulated vsize (KiB) 1806700



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+4475 s]
/proc/loadavg: 4.05 4.03 3.94 5/69 29921
/proc/meminfo: memFree=16320/2055920 swapFree=4178716/4192956
[pid=29905] ppid=29903 vsize=5356 CPUtime=12.62
/proc/29905/stat : 29905 (manysat.sh) S 29903 29905 29779 0 -1 4194304 313 65238 0 0 0 0 1208 54 16 0 1 0 156593414 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29905/statm: 1339 238 195 169 0 50 0
[pid=29908] ppid=29905 vsize=1837848 CPUtime=8901.25
/proc/29908/stat : 29908 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194304 447744 0 0 0 889676 449 0 0 23 0 4 0 156594678 1881956352 447712 1992294400 134512640 135305190 4294956160 18446744073709551615 134557253 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29908/statm: 459462 447712 83 193 0 459266 0
[pid=29908/tid=29909] ppid=29905 vsize=1837848 CPUtime=2190.99
/proc/29908/task/29909/stat : 29909 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 76603 0 0 0 219017 82 0 0 21 0 4 0 156594945 1881956352 447712 1992294400 134512640 135305190 4294956160 18446744073709551615 134528568 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29908/tid=29910] ppid=29905 vsize=1837848 CPUtime=1976.14
/proc/29908/task/29910/stat : 29910 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 108806 0 0 0 197503 111 0 0 25 0 4 0 156594945 1881956352 447712 1992294400 134512640 135305190 4294956160 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29908/tid=29911] ppid=29905 vsize=1837848 CPUtime=2297.1
/proc/29908/task/29911/stat : 29911 (manysat1.1_stat) R 29905 29905 29779 0 -1 4194368 83331 0 0 0 229615 95 0 0 25 0 4 0 156594945 1881956352 447712 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8913.87
Current children cumulated vsize (KiB) 1843204

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29905 and gives
#  childrusage.ru_utime.tv_sec=12
#  childrusage.ru_utime.tv_usec=89162
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=544917
# CPU time returned by wait4() is 12.6341
# while last known CPU time is 8913.87
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4475.02
CPU time (s): 8913.87
CPU user time (s): 8908.84
CPU system time (s): 5.03
CPU usage (%): 199.192
Max. virtual memory (cumulated for all children) (KiB): 1843204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.0892
system time used= 0.544917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65551
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= 6
involuntary context switches= 31

runsolver used 3.9104 second user time and 12.3761 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-02 19:33:18
IDJOB=1772796
IDBENCH=20388
IDSOLVER=612
FILE ID=node10/1772796-1241285595
PBS_JOBID= 9225057
Free space on /tmp= 66528 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-10-19-u.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772796-1241285595/watcher-1772796-1241285595 -o /tmp/evaluation-result-1772796-1241285595/solver-1772796-1241285595 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1772796-1241285595.cnf aimd 1

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ec6ae8f44e827ed5bcc8aed459990775
RANDOM SEED=17406643

node10.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.263
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	: 5931.00
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.263
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:       1547520 kB
Buffers:         75608 kB
Cached:         334772 kB
SwapCached:       8024 kB
Active:         115320 kB
Inactive:       304768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1547520 kB
SwapTotal:     4192956 kB
SwapFree:      4178716 kB
Dirty:           30308 kB
Writeback:           0 kB
Mapped:          13516 kB
Slab:            74296 kB
Committed_AS:   693240 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66496 MiB
End job on node10 at 2009-05-02 20:47:55