Trace number 1775196

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? (TO) 10000 5011.42

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_13_UNKNOWN.cnf
MD5SUM604e1311b2fcb3c933399ca7195c63f1
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 variables2058
Number of clauses133055
Sum of the clauses size396210
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23208
Number of clauses of size 3129824
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.05/0.09	c ==============================================================================
0.05/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.05/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.05/0.09	c ==============================================================================
0.05/0.09	c |         0 |  133055   396210 |   39916       0        0     nan |  0.000 % |
0.89/0.99	c |         0 |  132150   561686 |      --       0       --      -- |     --   | -905/165476
0.89/0.99	c ==============================================================================
0.89/0.99	c Result  :   #vars: 1298   #clauses: 132150   #literals: 561686
0.89/0.99	c CPU time:   0.966853 s
0.89/0.99	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-1775196-1241294052/watcher-1775196-1241294052 -o /tmp/evaluation-result-1775196-1241294052/solver-1775196-1241294052 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1775196-1241294052.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: 3.75 3.92 3.89 3/64 1150
/proc/meminfo: memFree=1166552/2055920 swapFree=4191900/4192956
[pid=1150] ppid=1148 vsize=5356 CPUtime=0
/proc/1150/stat : 1150 (manysat.sh) S 1148 1150 978 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157439258 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1150/statm: 1339 235 195 169 0 50 0
[pid=1151] ppid=1150 vsize=1360 CPUtime=0
/proc/1151/stat : 1151 (SatElite) R 1150 1150 978 0 -1 4194304 258 0 0 0 0 0 0 0 18 0 1 0 157439258 1392640 242 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/1151/statm: 340 243 50 127 0 210 0

[startup+0.0667589 s]
/proc/loadavg: 3.75 3.92 3.89 3/64 1150
/proc/meminfo: memFree=1166552/2055920 swapFree=4191900/4192956
[pid=1150] ppid=1148 vsize=5356 CPUtime=0
/proc/1150/stat : 1150 (manysat.sh) S 1148 1150 978 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157439258 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1150/statm: 1339 235 195 169 0 50 0
[pid=1151] ppid=1150 vsize=5976 CPUtime=0.05
/proc/1151/stat : 1151 (SatElite) R 1150 1150 978 0 -1 4194304 1356 0 0 0 5 0 0 0 18 0 1 0 157439258 6119424 1340 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/1151/statm: 1494 1341 50 127 0 1364 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11332

[startup+0.101761 s]
/proc/loadavg: 3.75 3.92 3.89 3/64 1150
/proc/meminfo: memFree=1166552/2055920 swapFree=4191900/4192956
[pid=1150] ppid=1148 vsize=5356 CPUtime=0
/proc/1150/stat : 1150 (manysat.sh) S 1148 1150 978 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157439258 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1150/statm: 1339 235 195 169 0 50 0
[pid=1151] ppid=1150 vsize=9920 CPUtime=0.09
/proc/1151/stat : 1151 (SatElite) R 1150 1150 978 0 -1 4194304 2277 0 0 0 8 1 0 0 18 0 1 0 157439258 10158080 2261 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/1151/statm: 2480 2261 68 127 0 2350 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15276

[startup+0.301777 s]
/proc/loadavg: 3.75 3.92 3.89 3/64 1150
/proc/meminfo: memFree=1166552/2055920 swapFree=4191900/4192956
[pid=1150] ppid=1148 vsize=5356 CPUtime=0
/proc/1150/stat : 1150 (manysat.sh) S 1148 1150 978 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157439258 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1150/statm: 1339 235 195 169 0 50 0
[pid=1151] ppid=1150 vsize=12824 CPUtime=0.28
/proc/1151/stat : 1151 (SatElite) R 1150 1150 978 0 -1 4194304 2966 0 0 0 27 1 0 0 19 0 1 0 157439258 13131776 2950 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/1151/statm: 3206 2950 68 127 0 3076 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 18180

[startup+0.70181 s]
/proc/loadavg: 3.75 3.92 3.89 3/64 1150
/proc/meminfo: memFree=1166552/2055920 swapFree=4191900/4192956
[pid=1150] ppid=1148 vsize=5356 CPUtime=0
/proc/1150/stat : 1150 (manysat.sh) S 1148 1150 978 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157439258 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1150/statm: 1339 235 195 169 0 50 0
[pid=1151] ppid=1150 vsize=15664 CPUtime=0.69
/proc/1151/stat : 1151 (SatElite) R 1150 1150 978 0 -1 4194304 3430 0 0 0 67 2 0 0 23 0 1 0 157439258 16039936 3414 1992294400 134512640 135034092 4294956112 18446744073709551615 134569577 0 0 4096 3 0 0 0 17 1 0 0
/proc/1151/statm: 3916 3414 68 127 0 3786 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21020

[startup+1.50189 s]
/proc/loadavg: 3.75 3.92 3.89 2/66 1152
/proc/meminfo: memFree=1153160/2055920 swapFree=4191900/4192956
[pid=1150] ppid=1148 vsize=5356 CPUtime=1.18
/proc/1150/stat : 1150 (manysat.sh) S 1148 1150 978 0 -1 4194304 313 3435 0 0 0 0 116 2 16 0 1 0 157439258 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1150/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 5356

[startup+3.10202 s]
/proc/loadavg: 3.77 3.92 3.89 5/69 1156
/proc/meminfo: memFree=1123504/2055920 swapFree=4191900/4192956
[pid=1150] ppid=1148 vsize=5356 CPUtime=1.18
/proc/1150/stat : 1150 (manysat.sh) S 1148 1150 978 0 -1 4194304 313 3435 0 0 0 0 116 2 16 0 1 0 157439258 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1150/statm: 1339 238 195 169 0 50 0
[pid=1153] ppid=1150 vsize=76204 CPUtime=3.51
/proc/1153/stat : 1153 (manysat1.1_stat) R 1150 1150 978 0 -1 4194304 11140 0 0 0 344 7 0 0 17 0 4 0 157439378 78032896 11126 1992294400 134512640 135305190 4294956160 18446744073709551615 134551736 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1153/statm: 19051 11126 83 193 0 18855 0
[pid=1153/tid=1154] ppid=1150 vsize=76204 CPUtime=0.89
/proc/1153/task/1154/stat : 1154 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 849 0 0 0 89 0 0 0 16 0 4 0 157439406 78032896 11126 1992294400 134512640 135305190 4294956160 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1153/tid=1155] ppid=1150 vsize=76204 CPUtime=0.65
/proc/1153/task/1155/stat : 1155 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 645 0 0 0 65 0 0 0 20 0 4 0 157439406 78032896 11128 1992294400 134512640 135305190 4294956160 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1153/tid=1156] ppid=1150 vsize=76204 CPUtime=0.79
/proc/1153/task/1156/stat : 1156 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 685 0 0 0 79 0 0 0 17 0 4 0 157439406 78032896 11128 1992294400 134512640 135305190 4294956160 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 81560

[startup+6.30228 s]
/proc/loadavg: 3.77 3.92 3.89 5/69 1156
/proc/meminfo: memFree=1109488/2055920 swapFree=4191900/4192956
[pid=1150] ppid=1148 vsize=5356 CPUtime=1.18
/proc/1150/stat : 1150 (manysat.sh) S 1148 1150 978 0 -1 4194304 313 3435 0 0 0 0 116 2 16 0 1 0 157439258 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1150/statm: 1339 238 195 169 0 50 0
[pid=1153] ppid=1150 vsize=88632 CPUtime=9.89
/proc/1153/stat : 1153 (manysat1.1_stat) R 1150 1150 978 0 -1 4194304 14053 0 0 0 980 9 0 0 17 0 4 0 157439378 90759168 14039 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1153/statm: 22158 14039 83 193 0 21962 0
[pid=1153/tid=1154] ppid=1150 vsize=88632 CPUtime=1.76
/proc/1153/task/1154/stat : 1154 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 1201 0 0 0 175 1 0 0 20 0 4 0 157439406 90759168 14039 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1153/tid=1155] ppid=1150 vsize=88632 CPUtime=1.1
/proc/1153/task/1155/stat : 1155 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 964 0 0 0 110 0 0 0 18 0 4 0 157439406 90759168 14039 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1153/tid=1156] ppid=1150 vsize=88632 CPUtime=3.14
/proc/1153/task/1156/stat : 1156 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 1716 0 0 0 313 1 0 0 17 0 4 0 157439406 90759168 14039 1992294400 134512640 135305190 4294956160 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.07
Current children cumulated vsize (KiB) 93988

[startup+12.7028 s]
/proc/loadavg: 3.81 3.92 3.89 5/69 1156
/proc/meminfo: memFree=1094704/2055920 swapFree=4191900/4192956
[pid=1150] ppid=1148 vsize=5356 CPUtime=1.18
/proc/1150/stat : 1150 (manysat.sh) S 1148 1150 978 0 -1 4194304 313 3435 0 0 0 0 116 2 16 0 1 0 157439258 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1150/statm: 1339 238 195 169 0 50 0
[pid=1153] ppid=1150 vsize=101672 CPUtime=22.67
/proc/1153/stat : 1153 (manysat1.1_stat) R 1150 1150 978 0 -1 4194304 17209 0 0 0 2254 13 0 0 17 0 4 0 157439378 104112128 17195 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1153/statm: 25418 17195 83 193 0 25222 0
[pid=1153/tid=1154] ppid=1150 vsize=101672 CPUtime=2.71
/proc/1153/task/1154/stat : 1154 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 1409 0 0 0 270 1 0 0 25 0 4 0 157439406 104112128 17195 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1153/tid=1155] ppid=1150 vsize=101672 CPUtime=2.2
/proc/1153/task/1155/stat : 1155 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 1349 0 0 0 219 1 0 0 24 0 4 0 157439406 104112128 17195 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1153/tid=1156] ppid=1150 vsize=101672 CPUtime=8.7
/proc/1153/task/1156/stat : 1156 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 3027 0 0 0 867 3 0 0 16 0 4 0 157439406 104112128 17195 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.85
Current children cumulated vsize (KiB) 107028

[startup+25.5018 s]
/proc/loadavg: 3.84 3.93 3.90 5/69 1156
/proc/meminfo: memFree=1076656/2055920 swapFree=4191900/4192956
[pid=1150] ppid=1148 vsize=5356 CPUtime=1.18
/proc/1150/stat : 1150 (manysat.sh) S 1148 1150 978 0 -1 4194304 313 3435 0 0 0 0 116 2 16 0 1 0 157439258 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1150/statm: 1339 238 195 169 0 50 0
[pid=1153] ppid=1150 vsize=119404 CPUtime=48.21
/proc/1153/stat : 1153 (manysat1.1_stat) R 1150 1150 978 0 -1 4194304 21632 0 0 0 4804 17 0 0 20 0 4 0 157439378 122269696 21618 1992294400 134512640 135305190 4294956160 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1153/statm: 29851 21618 83 193 0 29655 0
[pid=1153/tid=1154] ppid=1150 vsize=119404 CPUtime=4.31
/proc/1153/task/1154/stat : 1154 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 1825 0 0 0 430 1 0 0 18 0 4 0 157439406 122269696 21618 1992294400 134512640 135305190 4294956160 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1153/tid=1155] ppid=1150 vsize=119404 CPUtime=3.16
/proc/1153/task/1155/stat : 1155 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 1433 0 0 0 315 1 0 0 25 0 4 0 157439406 122269696 21618 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1153/tid=1156] ppid=1150 vsize=119404 CPUtime=20.84
/proc/1153/task/1156/stat : 1156 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 5082 0 0 0 2079 5 0 0 17 0 4 0 157439406 122269696 21618 1992294400 134512640 135305190 4294956160 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.39
Current children cumulated vsize (KiB) 124760

[startup+51.1019 s]
/proc/loadavg: 3.89 3.93 3.90 5/69 1156
/proc/meminfo: memFree=1060400/2055920 swapFree=4191900/4192956
[pid=1150] ppid=1148 vsize=5356 CPUtime=1.18
/proc/1150/stat : 1150 (manysat.sh) S 1148 1150 978 0 -1 4194304 313 3435 0 0 0 0 116 2 16 0 1 0 157439258 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1150/statm: 1339 238 195 169 0 50 0
[pid=1153] ppid=1150 vsize=135512 CPUtime=99.3
/proc/1153/stat : 1153 (manysat1.1_stat) R 1150 1150 978 0 -1 4194304 25699 0 0 0 9909 21 0 0 21 0 4 0 157439378 138764288 25685 1992294400 134512640 135305190 4294956160 18446744073709551615 134528433 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1153/statm: 33878 25685 83 193 0 33682 0
[pid=1153/tid=1154] ppid=1150 vsize=135512 CPUtime=12.61
/proc/1153/task/1154/stat : 1154 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 2402 0 0 0 1259 2 0 0 25 0 4 0 157439406 138764288 25685 1992294400 134512640 135305190 4294956160 18446744073709551615 134551922 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1153/tid=1155] ppid=1150 vsize=135512 CPUtime=14
/proc/1153/task/1155/stat : 1155 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 2437 0 0 0 1398 2 0 0 25 0 4 0 157439406 138764288 25685 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1153/tid=1156] ppid=1150 vsize=135512 CPUtime=41.88
/proc/1153/task/1156/stat : 1156 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 7123 0 0 0 4182 6 0 0 21 0 4 0 157439406 138764288 25685 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.48
Current children cumulated vsize (KiB) 140868

[startup+102.305 s]
/proc/loadavg: 3.95 3.94 3.90 5/69 1156
/proc/meminfo: memFree=1014384/2055920 swapFree=4191900/4192956
[pid=1150] ppid=1148 vsize=5356 CPUtime=1.18
/proc/1150/stat : 1150 (manysat.sh) S 1148 1150 978 0 -1 4194304 313 3435 0 0 0 0 116 2 16 0 1 0 157439258 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1150/statm: 1339 238 195 169 0 50 0
[pid=1153] ppid=1150 vsize=183328 CPUtime=201.49
/proc/1153/stat : 1153 (manysat1.1_stat) R 1150 1150 978 0 -1 4194304 37178 0 0 0 20113 36 0 0 18 0 4 0 157439378 187727872 37164 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1153/statm: 45832 37164 83 193 0 45636 0
[pid=1153/tid=1154] ppid=1150 vsize=183328 CPUtime=33.31
/proc/1153/task/1154/stat : 1154 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 5152 0 0 0 3326 5 0 0 25 0 4 0 157439406 187727872 37164 1992294400 134512640 135305190 4294956160 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1153/tid=1155] ppid=1150 vsize=183328 CPUtime=26.7
/proc/1153/task/1155/stat : 1155 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 3467 0 0 0 2666 4 0 0 25 0 4 0 157439406 187727872 37164 1992294400 134512640 135305190 4294956160 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1153/tid=1156] ppid=1150 vsize=183328 CPUtime=83.88
/proc/1153/task/1156/stat : 1156 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 11264 0 0 0 8376 12 0 0 19 0 4 0 157439406 187727872 37164 1992294400 134512640 135305190 4294956160 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 202.67
Current children cumulated vsize (KiB) 188684

[startup+162.302 s]
/proc/loadavg: 3.98 3.95 3.91 5/69 1156
/proc/meminfo: memFree=991984/2055920 swapFree=4191900/4192956
[pid=1150] ppid=1148 vsize=5356 CPUtime=1.18
/proc/1150/stat : 1150 (manysat.sh) S 1148 1150 978 0 -1 4194304 313 3435 0 0 0 0 116 2 16 0 1 0 157439258 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1150/statm: 1339 238 195 169 0 50 0
[pid=1153] ppid=1150 vsize=205196 CPUtime=321.22
/proc/1153/stat : 1153 (manysat1.1_stat) R 1150 1150 978 0 -1 4194304 42754 0 0 0 32078 44 0 0 25 0 4 0 157439378 210120704 42740 1992294400 134512640 135305190 4294956160 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1153/statm: 51299 42740 83 193 0 51103 0
[pid=1153/tid=1154] ppid=1150 vsize=205196 CPUtime=60.82
/proc/1153/task/1154/stat : 1154 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 7086 0 0 0 6075 7 0 0 23 0 4 0 157439406 210120704 42740 1992294400 134512640 135305190 4294956160 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1153/tid=1155] ppid=1150 vsize=205196 CPUtime=52.33
/proc/1153/task/1155/stat : 1155 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 4343 0 0 0 5228 5 0 0 25 0 4 0 157439406 210120704 42740 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0

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

/proc/1153/task/1156/stat : 1156 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 62446 0 0 0 236668 96 0 0 25 0 4 0 157439406 771694592 172475 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9063.8
Current children cumulated vsize (KiB) 758964

[startup+4602.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/69 1170
/proc/meminfo: memFree=469872/2055920 swapFree=4191900/4192956
[pid=1150] ppid=1148 vsize=5356 CPUtime=1.18
/proc/1150/stat : 1150 (manysat.sh) S 1148 1150 978 0 -1 4194304 313 3435 0 0 0 0 116 2 16 0 1 0 157439258 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1150/statm: 1339 238 195 169 0 50 0
[pid=1153] ppid=1150 vsize=756192 CPUtime=9182.39
/proc/1153/stat : 1153 (manysat1.1_stat) R 1150 1150 978 0 -1 4194304 173028 0 0 0 917988 251 0 0 25 0 4 0 157439378 774340608 172920 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1153/statm: 189048 172920 83 193 0 188852 0
[pid=1153/tid=1154] ppid=1150 vsize=756192 CPUtime=2265.16
/proc/1153/task/1154/stat : 1154 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 43334 0 0 0 226454 62 0 0 25 0 4 0 157439406 774340608 172920 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1153/tid=1155] ppid=1150 vsize=756192 CPUtime=2210.33
/proc/1153/task/1155/stat : 1155 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 22977 0 0 0 221001 32 0 0 25 0 4 0 157439406 774340608 172920 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1153/tid=1156] ppid=1150 vsize=756192 CPUtime=2397.63
/proc/1153/task/1156/stat : 1156 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 62785 0 0 0 239667 96 0 0 25 0 4 0 157439406 774340608 172920 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9183.57
Current children cumulated vsize (KiB) 761548

[startup+4662.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/69 1170
/proc/meminfo: memFree=468848/2055920 swapFree=4191900/4192956
[pid=1150] ppid=1148 vsize=5356 CPUtime=1.18
/proc/1150/stat : 1150 (manysat.sh) S 1148 1150 978 0 -1 4194304 313 3435 0 0 0 0 116 2 16 0 1 0 157439258 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1150/statm: 1339 238 195 169 0 50 0
[pid=1153] ppid=1150 vsize=757096 CPUtime=9302.12
/proc/1153/stat : 1153 (manysat1.1_stat) R 1150 1150 978 0 -1 4194304 173258 0 0 0 929961 251 0 0 25 0 4 0 157439378 775266304 173150 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1153/statm: 189274 173150 83 193 0 189078 0
[pid=1153/tid=1154] ppid=1150 vsize=757096 CPUtime=2295.23
/proc/1153/task/1154/stat : 1154 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 43488 0 0 0 229460 63 0 0 25 0 4 0 157439406 775266304 173150 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1153/tid=1155] ppid=1150 vsize=757096 CPUtime=2240.32
/proc/1153/task/1155/stat : 1155 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 23032 0 0 0 223999 33 0 0 25 0 4 0 157439406 775266304 173150 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1153/tid=1156] ppid=1150 vsize=757096 CPUtime=2427.62
/proc/1153/task/1156/stat : 1156 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 62791 0 0 0 242666 96 0 0 25 0 4 0 157439406 775266304 173150 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9303.3
Current children cumulated vsize (KiB) 762452

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.96 5/69 1170
/proc/meminfo: memFree=466736/2055920 swapFree=4191900/4192956
[pid=1150] ppid=1148 vsize=5356 CPUtime=1.18
/proc/1150/stat : 1150 (manysat.sh) S 1148 1150 978 0 -1 4194304 313 3435 0 0 0 0 116 2 16 0 1 0 157439258 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1150/statm: 1339 238 195 169 0 50 0
[pid=1153] ppid=1150 vsize=760024 CPUtime=9421.87
/proc/1153/stat : 1153 (manysat1.1_stat) R 1150 1150 978 0 -1 4194304 173792 0 0 0 941934 253 0 0 25 0 4 0 157439378 778264576 173684 1992294400 134512640 135305190 4294956160 18446744073709551615 134528399 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1153/statm: 190006 173684 83 193 0 189810 0
[pid=1153/tid=1154] ppid=1150 vsize=760024 CPUtime=2330.61
/proc/1153/task/1154/stat : 1154 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 43538 0 0 0 232998 63 0 0 18 0 4 0 157439406 778264576 173684 1992294400 134512640 135305190 4294956160 18446744073709551615 134538167 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1153/tid=1155] ppid=1150 vsize=760024 CPUtime=2268.95
/proc/1153/task/1155/stat : 1155 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 23306 0 0 0 226862 33 0 0 25 0 4 0 157439406 778264576 173684 1992294400 134512640 135305190 4294956160 18446744073709551615 134552960 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1153/tid=1156] ppid=1150 vsize=760024 CPUtime=2455.92
/proc/1153/task/1156/stat : 1156 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 62919 0 0 0 245495 97 0 0 25 0 4 0 157439406 778264576 173684 1992294400 134512640 135305190 4294956160 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9423.05
Current children cumulated vsize (KiB) 765380

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/69 1170
/proc/meminfo: memFree=462320/2055920 swapFree=4191900/4192956
[pid=1150] ppid=1148 vsize=5356 CPUtime=1.18
/proc/1150/stat : 1150 (manysat.sh) S 1148 1150 978 0 -1 4194304 313 3435 0 0 0 0 116 2 16 0 1 0 157439258 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1150/statm: 1339 238 195 169 0 50 0
[pid=1153] ppid=1150 vsize=765404 CPUtime=9541.61
/proc/1153/stat : 1153 (manysat1.1_stat) R 1150 1150 978 0 -1 4194304 174897 0 0 0 953906 255 0 0 25 0 4 0 157439378 783773696 174789 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1153/statm: 191351 174789 83 193 0 191155 0
[pid=1153/tid=1154] ppid=1150 vsize=765404 CPUtime=2361.45
/proc/1153/task/1154/stat : 1154 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 43538 0 0 0 236082 63 0 0 25 0 4 0 157439406 783773696 174789 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1153/tid=1155] ppid=1150 vsize=765404 CPUtime=2298.41
/proc/1153/task/1155/stat : 1155 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 24247 0 0 0 229806 35 0 0 25 0 4 0 157439406 783773696 174789 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1153/tid=1156] ppid=1150 vsize=765404 CPUtime=2484.71
/proc/1153/task/1156/stat : 1156 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 62946 0 0 0 248374 97 0 0 25 0 4 0 157439406 783773696 174789 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9542.79
Current children cumulated vsize (KiB) 770760

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/69 1170
/proc/meminfo: memFree=461488/2055920 swapFree=4191900/4192956
[pid=1150] ppid=1148 vsize=5356 CPUtime=1.18
/proc/1150/stat : 1150 (manysat.sh) S 1148 1150 978 0 -1 4194304 313 3435 0 0 0 0 116 2 16 0 1 0 157439258 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1150/statm: 1339 238 195 169 0 50 0
[pid=1153] ppid=1150 vsize=766220 CPUtime=9661.35
/proc/1153/stat : 1153 (manysat1.1_stat) R 1150 1150 978 0 -1 4194304 175090 0 0 0 965880 255 0 0 25 0 4 0 157439378 784609280 174982 1992294400 134512640 135305190 4294956160 18446744073709551615 134528523 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1153/statm: 191555 174982 83 193 0 191359 0
[pid=1153/tid=1154] ppid=1150 vsize=766220 CPUtime=2391.35
/proc/1153/task/1154/stat : 1154 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 43538 0 0 0 239072 63 0 0 25 0 4 0 157439406 784609280 174982 1992294400 134512640 135305190 4294956160 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1153/tid=1155] ppid=1150 vsize=766220 CPUtime=2328.27
/proc/1153/task/1155/stat : 1155 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 24390 0 0 0 232792 35 0 0 25 0 4 0 157439406 784609280 174982 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1153/tid=1156] ppid=1150 vsize=766220 CPUtime=2514.7
/proc/1153/task/1156/stat : 1156 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 62993 0 0 0 251373 97 0 0 25 0 4 0 157439406 784609280 174982 1992294400 134512640 135305190 4294956160 18446744073709551615 134528565 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9662.53
Current children cumulated vsize (KiB) 771576

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/69 1170
/proc/meminfo: memFree=460720/2055920 swapFree=4191900/4192956
[pid=1150] ppid=1148 vsize=5356 CPUtime=1.18
/proc/1150/stat : 1150 (manysat.sh) S 1148 1150 978 0 -1 4194304 313 3435 0 0 0 0 116 2 16 0 1 0 157439258 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1150/statm: 1339 238 195 169 0 50 0
[pid=1153] ppid=1150 vsize=767804 CPUtime=9781.11
/proc/1153/stat : 1153 (manysat1.1_stat) R 1150 1150 978 0 -1 4194304 175275 0 0 0 977855 256 0 0 25 0 4 0 157439378 786231296 175167 1992294400 134512640 135305190 4294956160 18446744073709551615 134528283 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1153/statm: 191951 175167 83 193 0 191755 0
[pid=1153/tid=1154] ppid=1150 vsize=767804 CPUtime=2421.24
/proc/1153/task/1154/stat : 1154 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 43541 0 0 0 242061 63 0 0 25 0 4 0 157439406 786231296 175167 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1153/tid=1155] ppid=1150 vsize=767804 CPUtime=2358.14
/proc/1153/task/1155/stat : 1155 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 24476 0 0 0 235779 35 0 0 25 0 4 0 157439406 786231296 175167 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1153/tid=1156] ppid=1150 vsize=767804 CPUtime=2544.68
/proc/1153/task/1156/stat : 1156 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 63080 0 0 0 254371 97 0 0 25 0 4 0 157439406 786231296 175167 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9782.29
Current children cumulated vsize (KiB) 773160

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/69 1170
/proc/meminfo: memFree=459952/2055920 swapFree=4191900/4192956
[pid=1150] ppid=1148 vsize=5356 CPUtime=1.18
/proc/1150/stat : 1150 (manysat.sh) S 1148 1150 978 0 -1 4194304 313 3435 0 0 0 0 116 2 16 0 1 0 157439258 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1150/statm: 1339 238 195 169 0 50 0
[pid=1153] ppid=1150 vsize=768812 CPUtime=9900.85
/proc/1153/stat : 1153 (manysat1.1_stat) R 1150 1150 978 0 -1 4194304 175485 0 0 0 989829 256 0 0 25 0 4 0 157439378 787263488 175377 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1153/statm: 192203 175377 83 193 0 192007 0
[pid=1153/tid=1154] ppid=1150 vsize=768812 CPUtime=2451.1
/proc/1153/task/1154/stat : 1154 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 43549 0 0 0 245047 63 0 0 25 0 4 0 157439406 787263488 175377 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1153/tid=1155] ppid=1150 vsize=768812 CPUtime=2388.03
/proc/1153/task/1155/stat : 1155 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 24516 0 0 0 238768 35 0 0 25 0 4 0 157439406 787263488 175377 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1153/tid=1156] ppid=1150 vsize=768812 CPUtime=2574.67
/proc/1153/task/1156/stat : 1156 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 63229 0 0 0 257370 97 0 0 25 0 4 0 157439406 787263488 175377 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9902.03
Current children cumulated vsize (KiB) 774168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.4 s]
/proc/loadavg: 4.00 4.00 3.96 5/69 1170
/proc/meminfo: memFree=458416/2055920 swapFree=4191900/4192956
[pid=1150] ppid=1148 vsize=5356 CPUtime=1.18
/proc/1150/stat : 1150 (manysat.sh) S 1148 1150 978 0 -1 4194304 313 3435 0 0 0 0 116 2 16 0 1 0 157439258 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1150/statm: 1339 238 195 169 0 50 0
[pid=1153] ppid=1150 vsize=770304 CPUtime=9998.84
/proc/1153/stat : 1153 (manysat1.1_stat) R 1150 1150 978 0 -1 4194304 175859 0 0 0 999628 256 0 0 25 0 4 0 157439378 788791296 175751 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1153/statm: 192576 175751 83 193 0 192380 0
[pid=1153/tid=1154] ppid=1150 vsize=770304 CPUtime=2475.54
/proc/1153/task/1154/stat : 1154 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 43744 0 0 0 247490 64 0 0 25 0 4 0 157439406 788791296 175751 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1153/tid=1155] ppid=1150 vsize=770304 CPUtime=2412.51
/proc/1153/task/1155/stat : 1155 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 24524 0 0 0 241216 35 0 0 25 0 4 0 157439406 788791296 175751 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1153/tid=1156] ppid=1150 vsize=770304 CPUtime=2599.21
/proc/1153/task/1156/stat : 1156 (manysat1.1_stat) R 1150 1150 978 0 -1 4194368 63311 0 0 0 259823 98 0 0 25 0 4 0 157439406 788791296 175751 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 775660

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 1150 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=167822
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=30995
# CPU time returned by wait4() is 1.19882
# while last known CPU time is 10000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5011.42
CPU time (s): 10000
CPU user time (s): 9997.44
CPU system time (s): 2.58
CPU usage (%): 199.545
Max. virtual memory (cumulated for all children) (KiB): 775660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.16782
system time used= 0.030995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3748
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= 4

runsolver used 4.66329 second user time and 13.5729 second system time

The end

Launcher Data

Begin job on node3 at 2009-05-02 21:54:12
IDJOB=1775196
IDBENCH=71100
IDSOLVER=612
FILE ID=node3/1775196-1241294052
PBS_JOBID= 9225124
Free space on /tmp= 66348 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_13_UNKNOWN.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775196-1241294052/watcher-1775196-1241294052 -o /tmp/evaluation-result-1775196-1241294052/solver-1775196-1241294052 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1775196-1241294052.cnf aimd 1

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

MD5SUM BENCH= 604e1311b2fcb3c933399ca7195c63f1
RANDOM SEED=906612006

node3.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.212
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.212
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:       1167096 kB
Buffers:         86208 kB
Cached:         684700 kB
SwapCached:        416 kB
Active:         101768 kB
Inactive:       683048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1167096 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            3680 kB
Writeback:           0 kB
Mapped:          22344 kB
Slab:            90120 kB
Committed_AS:   755724 kB
PageTables:       1396 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= 66344 MiB
End job on node3 at 2009-05-02 23:17:46