Trace number 1774036

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.1 5012.12

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7132.69
Satisfiable
(Un)Satisfiability was proved
Number of variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |   95961   226361 |   28788       0        0     nan |  0.000 % |
1.19/1.26	c |         0 |   59330   176425 |      --       0       --      -- |     --   | -36291/-48960
1.19/1.26	c ==============================================================================
1.19/1.26	c Result  :   #vars: 14275   #clauses: 59330   #literals: 176425
1.19/1.26	c CPU time:   1.22981 s
1.19/1.26	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-1774036-1241289977/watcher-1774036-1241289977 -o /tmp/evaluation-result-1774036-1241289977/solver-1774036-1241289977 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1774036-1241289977.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.99 3.97 3.85 3/64 25469
/proc/meminfo: memFree=1944632/2055920 swapFree=4180232/4192956
[pid=25469] ppid=25467 vsize=5356 CPUtime=0
/proc/25469/stat : 25469 (manysat.sh) R 25467 25469 25331 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 157032388 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 259353275039 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25469/statm: 1339 234 194 169 0 50 0
[pid=25470] ppid=25469 vsize=1556 CPUtime=0
/proc/25470/stat : 25470 (SatElite) R 25469 25469 25331 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157032389 1593344 270 1992294400 134512640 135034092 4294956112 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/25470/statm: 389 272 50 127 0 259 0

[startup+0.016365 s]
/proc/loadavg: 3.99 3.97 3.85 3/64 25469
/proc/meminfo: memFree=1944632/2055920 swapFree=4180232/4192956
[pid=25469] ppid=25467 vsize=5356 CPUtime=0
/proc/25469/stat : 25469 (manysat.sh) S 25467 25469 25331 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157032388 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25469/statm: 1339 235 195 169 0 50 0
[pid=25470] ppid=25469 vsize=4056 CPUtime=0
/proc/25470/stat : 25470 (SatElite) R 25469 25469 25331 0 -1 4194304 927 0 0 0 0 0 0 0 19 0 1 0 157032389 4153344 911 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25470/statm: 1014 913 51 127 0 884 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9412

[startup+0.101382 s]
/proc/loadavg: 3.99 3.97 3.85 3/64 25469
/proc/meminfo: memFree=1944632/2055920 swapFree=4180232/4192956
[pid=25469] ppid=25467 vsize=5356 CPUtime=0
/proc/25469/stat : 25469 (manysat.sh) S 25467 25469 25331 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157032388 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25469/statm: 1339 235 195 169 0 50 0
[pid=25470] ppid=25469 vsize=13244 CPUtime=0.09
/proc/25470/stat : 25470 (SatElite) R 25469 25469 25331 0 -1 4194304 3301 0 0 0 8 1 0 0 19 0 1 0 157032389 13561856 3143 1992294400 134512640 135034092 4294956112 18446744073709551615 134562233 0 0 4096 3 0 0 0 17 0 0 0
/proc/25470/statm: 3311 3143 67 127 0 3181 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18600

[startup+0.301421 s]
/proc/loadavg: 3.99 3.97 3.85 3/64 25469
/proc/meminfo: memFree=1944632/2055920 swapFree=4180232/4192956
[pid=25469] ppid=25467 vsize=5356 CPUtime=0
/proc/25469/stat : 25469 (manysat.sh) S 25467 25469 25331 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157032388 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25469/statm: 1339 235 195 169 0 50 0
[pid=25470] ppid=25469 vsize=14364 CPUtime=0.29
/proc/25470/stat : 25470 (SatElite) R 25469 25469 25331 0 -1 4194304 3632 0 0 0 27 2 0 0 21 0 1 0 157032389 14708736 3411 1992294400 134512640 135034092 4294956112 18446744073709551615 134566487 0 0 4096 3 0 0 0 17 0 0 0
/proc/25470/statm: 3591 3411 68 127 0 3461 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19720

[startup+0.701501 s]
/proc/loadavg: 3.99 3.97 3.85 3/64 25469
/proc/meminfo: memFree=1944632/2055920 swapFree=4180232/4192956
[pid=25469] ppid=25467 vsize=5356 CPUtime=0
/proc/25469/stat : 25469 (manysat.sh) S 25467 25469 25331 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157032388 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25469/statm: 1339 235 195 169 0 50 0
[pid=25470] ppid=25469 vsize=15384 CPUtime=0.69
/proc/25470/stat : 25470 (SatElite) R 25469 25469 25331 0 -1 4194304 3814 0 0 0 66 3 0 0 25 0 1 0 157032389 15753216 3593 1992294400 134512640 135034092 4294956112 18446744073709551615 134566628 0 0 4096 3 0 0 0 17 0 0 0
/proc/25470/statm: 3846 3593 68 127 0 3716 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20740

[startup+1.50167 s]
/proc/loadavg: 3.99 3.97 3.85 2/66 25471
/proc/meminfo: memFree=1925608/2055920 swapFree=4180232/4192956
[pid=25469] ppid=25467 vsize=5356 CPUtime=1.33
/proc/25469/stat : 25469 (manysat.sh) S 25467 25469 25331 0 -1 4194304 313 4236 0 0 0 0 130 3 16 0 1 0 157032388 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25469/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 5356

[startup+3.10299 s]
/proc/loadavg: 3.99 3.97 3.85 4/69 25475
/proc/meminfo: memFree=1918544/2055920 swapFree=4180232/4192956
[pid=25469] ppid=25467 vsize=5356 CPUtime=1.33
/proc/25469/stat : 25469 (manysat.sh) S 25467 25469 25331 0 -1 4194304 313 4236 0 0 0 0 130 3 16 0 1 0 157032388 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25469/statm: 1339 238 195 169 0 50 0
[pid=25472] ppid=25469 vsize=54416 CPUtime=3.32
/proc/25472/stat : 25472 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194304 5368 0 0 0 328 4 0 0 19 0 4 0 157032523 55721984 5338 1992294400 134512640 135305190 4294956160 18446744073709551615 134557489 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25472/statm: 13604 5338 83 193 0 13408 0
[pid=25472/tid=25473] ppid=25469 vsize=54416 CPUtime=0.61
/proc/25472/task/25473/stat : 25473 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 173 0 0 0 61 0 0 0 18 0 4 0 157032540 55721984 5338 1992294400 134512640 135305190 4294956160 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25472/tid=25474] ppid=25469 vsize=54416 CPUtime=0.92
/proc/25472/task/25474/stat : 25474 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 185 0 0 0 92 0 0 0 18 0 4 0 157032540 55721984 5338 1992294400 134512640 135305190 4294956160 18446744073709551615 134541944 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25472/tid=25475] ppid=25469 vsize=54416 CPUtime=1
/proc/25472/task/25475/stat : 25475 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 242 0 0 0 100 0 0 0 17 0 4 0 157032540 55721984 5338 1992294400 134512640 135305190 4294956160 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 59772

[startup+6.30162 s]
/proc/loadavg: 3.99 3.97 3.85 5/69 25475
/proc/meminfo: memFree=1917648/2055920 swapFree=4180232/4192956
[pid=25469] ppid=25467 vsize=5356 CPUtime=1.33
/proc/25469/stat : 25469 (manysat.sh) S 25467 25469 25331 0 -1 4194304 313 4236 0 0 0 0 130 3 16 0 1 0 157032388 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25469/statm: 1339 238 195 169 0 50 0
[pid=25472] ppid=25469 vsize=54808 CPUtime=9.7
/proc/25472/stat : 25472 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194304 5480 0 0 0 965 5 0 0 25 0 4 0 157032523 56123392 5450 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25472/statm: 13702 5450 83 193 0 13506 0
[pid=25472/tid=25473] ppid=25469 vsize=54808 CPUtime=2.01
/proc/25472/task/25473/stat : 25473 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 198 0 0 0 201 0 0 0 25 0 4 0 157032540 56123392 5450 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25472/tid=25474] ppid=25469 vsize=54808 CPUtime=2.6
/proc/25472/task/25474/stat : 25474 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 195 0 0 0 260 0 0 0 25 0 4 0 157032540 56123392 5450 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25472/tid=25475] ppid=25469 vsize=54808 CPUtime=2.8
/proc/25472/task/25475/stat : 25475 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 291 0 0 0 279 1 0 0 20 0 4 0 157032540 56123392 5450 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.03
Current children cumulated vsize (KiB) 60164

[startup+12.7029 s]
/proc/loadavg: 3.99 3.97 3.85 5/69 25475
/proc/meminfo: memFree=1917080/2055920 swapFree=4180232/4192956
[pid=25469] ppid=25467 vsize=5356 CPUtime=1.33
/proc/25469/stat : 25469 (manysat.sh) S 25467 25469 25331 0 -1 4194304 313 4236 0 0 0 0 130 3 16 0 1 0 157032388 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25469/statm: 1339 238 195 169 0 50 0
[pid=25472] ppid=25469 vsize=55584 CPUtime=22.47
/proc/25472/stat : 25472 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194304 5661 0 0 0 2242 5 0 0 25 0 4 0 157032523 56918016 5631 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25472/statm: 13896 5631 83 193 0 13700 0
[pid=25472/tid=25473] ppid=25469 vsize=55584 CPUtime=4.71
/proc/25472/task/25473/stat : 25473 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 220 0 0 0 471 0 0 0 25 0 4 0 157032540 56918016 5631 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25472/tid=25474] ppid=25469 vsize=55584 CPUtime=5.78
/proc/25472/task/25474/stat : 25474 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 211 0 0 0 578 0 0 0 25 0 4 0 157032540 56918016 5631 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25472/tid=25475] ppid=25469 vsize=55584 CPUtime=6.5
/proc/25472/task/25475/stat : 25475 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 394 0 0 0 649 1 0 0 17 0 4 0 157032540 56918016 5631 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.8
Current children cumulated vsize (KiB) 60940

[startup+25.5014 s]
/proc/loadavg: 3.99 3.97 3.85 5/69 25475
/proc/meminfo: memFree=1915992/2055920 swapFree=4180232/4192956
[pid=25469] ppid=25467 vsize=5356 CPUtime=1.33
/proc/25469/stat : 25469 (manysat.sh) S 25467 25469 25331 0 -1 4194304 313 4236 0 0 0 0 130 3 16 0 1 0 157032388 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25469/statm: 1339 238 195 169 0 50 0
[pid=25472] ppid=25469 vsize=56772 CPUtime=48.01
/proc/25472/stat : 25472 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194304 5948 0 0 0 4795 6 0 0 25 0 4 0 157032523 58134528 5918 1992294400 134512640 135305190 4294956160 18446744073709551615 134557241 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25472/statm: 14193 5918 83 193 0 13997 0
[pid=25472/tid=25473] ppid=25469 vsize=56772 CPUtime=10.51
/proc/25472/task/25473/stat : 25473 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 295 0 0 0 1051 0 0 0 25 0 4 0 157032540 58134528 5918 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25472/tid=25474] ppid=25469 vsize=56772 CPUtime=12.13
/proc/25472/task/25474/stat : 25474 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 253 0 0 0 1213 0 0 0 25 0 4 0 157032540 58134528 5918 1992294400 134512640 135305190 4294956160 18446744073709551615 134528184 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25472/tid=25475] ppid=25469 vsize=56772 CPUtime=13.48
/proc/25472/task/25475/stat : 25475 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 503 0 0 0 1347 1 0 0 25 0 4 0 157032540 58134528 5918 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.34
Current children cumulated vsize (KiB) 62128

[startup+51.1015 s]
/proc/loadavg: 3.99 3.97 3.85 5/69 25475
/proc/meminfo: memFree=1914008/2055920 swapFree=4180232/4192956
[pid=25469] ppid=25467 vsize=5356 CPUtime=1.33
/proc/25469/stat : 25469 (manysat.sh) S 25467 25469 25331 0 -1 4194304 313 4236 0 0 0 0 130 3 16 0 1 0 157032388 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25469/statm: 1339 238 195 169 0 50 0
[pid=25472] ppid=25469 vsize=58768 CPUtime=99.09
/proc/25472/stat : 25472 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194304 6452 0 0 0 9903 6 0 0 25 0 4 0 157032523 60178432 6422 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25472/statm: 14692 6422 83 193 0 14496 0
[pid=25472/tid=25473] ppid=25469 vsize=58768 CPUtime=23.3
/proc/25472/task/25473/stat : 25473 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 397 0 0 0 2330 0 0 0 25 0 4 0 157032540 60178432 6422 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25472/tid=25474] ppid=25469 vsize=58768 CPUtime=24.82
/proc/25472/task/25474/stat : 25474 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 351 0 0 0 2482 0 0 0 25 0 4 0 157032540 60178432 6422 1992294400 134512640 135305190 4294956160 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25472/tid=25475] ppid=25469 vsize=58768 CPUtime=26.28
/proc/25472/task/25475/stat : 25475 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 700 0 0 0 2627 1 0 0 25 0 4 0 157032540 60178432 6422 1992294400 134512640 135305190 4294956160 18446744073709551615 134557163 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.42
Current children cumulated vsize (KiB) 64124

[startup+102.307 s]
/proc/loadavg: 3.99 3.97 3.86 5/69 25475
/proc/meminfo: memFree=1909656/2055920 swapFree=4180232/4192956
[pid=25469] ppid=25467 vsize=5356 CPUtime=1.33
/proc/25469/stat : 25469 (manysat.sh) S 25467 25469 25331 0 -1 4194304 313 4236 0 0 0 0 130 3 16 0 1 0 157032388 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25469/statm: 1339 238 195 169 0 50 0
[pid=25472] ppid=25469 vsize=63000 CPUtime=201.27
/proc/25472/stat : 25472 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194304 7529 0 0 0 20120 7 0 0 25 0 4 0 157032523 64512000 7499 1992294400 134512640 135305190 4294956160 18446744073709551615 134557466 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25472/statm: 15750 7499 83 193 0 15554 0
[pid=25472/tid=25473] ppid=25469 vsize=63000 CPUtime=46.57
/proc/25472/task/25473/stat : 25473 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 615 0 0 0 4657 0 0 0 25 0 4 0 157032540 64512000 7499 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25472/tid=25474] ppid=25469 vsize=63000 CPUtime=50.32
/proc/25472/task/25474/stat : 25474 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 548 0 0 0 5032 0 0 0 25 0 4 0 157032540 64512000 7499 1992294400 134512640 135305190 4294956160 18446744073709551615 134552865 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25472/tid=25475] ppid=25469 vsize=63000 CPUtime=54.18
/proc/25472/task/25475/stat : 25475 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 1205 0 0 0 5416 2 0 0 25 0 4 0 157032540 64512000 7499 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 202.6
Current children cumulated vsize (KiB) 68356

[startup+162.302 s]
/proc/loadavg: 3.99 3.97 3.86 5/69 25475
/proc/meminfo: memFree=1905624/2055920 swapFree=4180232/4192956
[pid=25469] ppid=25467 vsize=5356 CPUtime=1.33
/proc/25469/stat : 25469 (manysat.sh) S 25467 25469 25331 0 -1 4194304 313 4236 0 0 0 0 130 3 16 0 1 0 157032388 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25469/statm: 1339 238 195 169 0 50 0
[pid=25472] ppid=25469 vsize=66852 CPUtime=320.99
/proc/25472/stat : 25472 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194304 8497 0 0 0 32091 8 0 0 25 0 4 0 157032523 68456448 8467 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25472/statm: 16713 8467 83 193 0 16517 0
[pid=25472/tid=25473] ppid=25469 vsize=66852 CPUtime=75.1
/proc/25472/task/25473/stat : 25473 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 740 0 0 0 7509 1 0 0 24 0 4 0 157032540 68456448 8467 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25472/tid=25474] ppid=25469 vsize=66852 CPUtime=80.18
/proc/25472/task/25474/stat : 25474 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 791 0 0 0 8018 0 0 0 25 0 4 0 157032540 68456448 8467 1992294400 134512640 135305190 4294956160 18446744073709551615 134552695 0 0 4096 3 0 0 0 -1 1 0 0

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

/proc/25472/task/25475/stat : 25475 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 8758 0 0 0 230942 12 0 0 25 0 4 0 157032540 160919552 30353 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9182.38
Current children cumulated vsize (KiB) 162504

[startup+4662.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 25489
/proc/meminfo: memFree=1811792/2055920 swapFree=4180232/4192956
[pid=25469] ppid=25467 vsize=5356 CPUtime=1.33
/proc/25469/stat : 25469 (manysat.sh) S 25467 25469 25331 0 -1 4194304 313 4236 0 0 0 0 130 3 16 0 1 0 157032388 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25469/statm: 1339 238 195 169 0 50 0
[pid=25472] ppid=25469 vsize=160868 CPUtime=9300.77
/proc/25472/stat : 25472 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194304 31279 0 0 0 930035 42 0 0 25 0 4 0 157032523 164728832 31249 1992294400 134512640 135305190 4294956160 18446744073709551615 134528568 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25472/statm: 40217 31249 83 193 0 40021 0
[pid=25472/tid=25473] ppid=25469 vsize=160868 CPUtime=2316.56
/proc/25472/task/25473/stat : 25473 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 5219 0 0 0 231647 9 0 0 25 0 4 0 157032540 164728832 31249 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25472/tid=25474] ppid=25469 vsize=160868 CPUtime=2325.24
/proc/25472/task/25474/stat : 25474 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 6209 0 0 0 232516 8 0 0 25 0 4 0 157032540 164728832 31249 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25472/tid=25475] ppid=25469 vsize=160868 CPUtime=2339.4
/proc/25472/task/25475/stat : 25475 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 9107 0 0 0 233928 12 0 0 25 0 4 0 157032540 164728832 31249 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9302.1
Current children cumulated vsize (KiB) 166224

[startup+4722.31 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 25489
/proc/meminfo: memFree=1808848/2055920 swapFree=4180232/4192956
[pid=25469] ppid=25467 vsize=5356 CPUtime=1.33
/proc/25469/stat : 25469 (manysat.sh) S 25467 25469 25331 0 -1 4194304 313 4236 0 0 0 0 130 3 16 0 1 0 157032388 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25469/statm: 1339 238 195 169 0 50 0
[pid=25472] ppid=25469 vsize=163712 CPUtime=9420.51
/proc/25472/stat : 25472 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194304 32002 0 0 0 942008 43 0 0 25 0 4 0 157032523 167641088 31972 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25472/statm: 40928 31972 83 193 0 40732 0
[pid=25472/tid=25473] ppid=25469 vsize=163712 CPUtime=2346.55
/proc/25472/task/25473/stat : 25473 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 5443 0 0 0 234646 9 0 0 25 0 4 0 157032540 167641088 31972 1992294400 134512640 135305190 4294956160 18446744073709551615 134528431 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25472/tid=25474] ppid=25469 vsize=163712 CPUtime=2355.14
/proc/25472/task/25474/stat : 25474 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 6309 0 0 0 235505 9 0 0 25 0 4 0 157032540 167641088 31972 1992294400 134512640 135305190 4294956160 18446744073709551615 134528464 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25472/tid=25475] ppid=25469 vsize=163712 CPUtime=2369.39
/proc/25472/task/25475/stat : 25475 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 9359 0 0 0 236926 13 0 0 25 0 4 0 157032540 167641088 31972 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9421.84
Current children cumulated vsize (KiB) 169068

[startup+4782.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 25489
/proc/meminfo: memFree=1808016/2055920 swapFree=4180232/4192956
[pid=25469] ppid=25467 vsize=5356 CPUtime=1.33
/proc/25469/stat : 25469 (manysat.sh) S 25467 25469 25331 0 -1 4194304 313 4236 0 0 0 0 130 3 16 0 1 0 157032388 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25469/statm: 1339 238 195 169 0 50 0
[pid=25472] ppid=25469 vsize=164980 CPUtime=9540.23
/proc/25472/stat : 25472 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194304 32202 0 0 0 953980 43 0 0 25 0 4 0 157032523 168939520 32172 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25472/statm: 41245 32172 83 193 0 41049 0
[pid=25472/tid=25473] ppid=25469 vsize=164980 CPUtime=2376.74
/proc/25472/task/25473/stat : 25473 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 5479 0 0 0 237665 9 0 0 25 0 4 0 157032540 168939520 32172 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25472/tid=25474] ppid=25469 vsize=164980 CPUtime=2384.4
/proc/25472/task/25474/stat : 25474 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 6316 0 0 0 238431 9 0 0 25 0 4 0 157032540 168939520 32172 1992294400 134512640 135305190 4294956160 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25472/tid=25475] ppid=25469 vsize=164980 CPUtime=2399.16
/proc/25472/task/25475/stat : 25475 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 9510 0 0 0 239903 13 0 0 25 0 4 0 157032540 168939520 32172 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9541.56
Current children cumulated vsize (KiB) 170336

[startup+4842.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 25489
/proc/meminfo: memFree=1808024/2055920 swapFree=4180232/4192956
[pid=25469] ppid=25467 vsize=5356 CPUtime=1.33
/proc/25469/stat : 25469 (manysat.sh) S 25467 25469 25331 0 -1 4194304 313 4236 0 0 0 0 130 3 16 0 1 0 157032388 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25469/statm: 1339 238 195 169 0 50 0
[pid=25472] ppid=25469 vsize=164980 CPUtime=9659.96
/proc/25472/stat : 25472 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194304 32203 0 0 0 965953 43 0 0 25 0 4 0 157032523 168939520 32173 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25472/statm: 41245 32173 83 193 0 41049 0
[pid=25472/tid=25473] ppid=25469 vsize=164980 CPUtime=2405.94
/proc/25472/task/25473/stat : 25473 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 5479 0 0 0 240585 9 0 0 25 0 4 0 157032540 168939520 32173 1992294400 134512640 135305190 4294956160 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25472/tid=25474] ppid=25469 vsize=164980 CPUtime=2414.26
/proc/25472/task/25474/stat : 25474 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 6316 0 0 0 241417 9 0 0 25 0 4 0 157032540 168939520 32173 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25472/tid=25475] ppid=25469 vsize=164980 CPUtime=2429.93
/proc/25472/task/25475/stat : 25475 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 9511 0 0 0 242980 13 0 0 25 0 4 0 157032540 168939520 32173 1992294400 134512640 135305190 4294956160 18446744073709551615 134557325 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9661.29
Current children cumulated vsize (KiB) 170336

[startup+4902.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 25489
/proc/meminfo: memFree=1808024/2055920 swapFree=4180232/4192956
[pid=25469] ppid=25467 vsize=5356 CPUtime=1.33
/proc/25469/stat : 25469 (manysat.sh) S 25467 25469 25331 0 -1 4194304 313 4236 0 0 0 0 130 3 16 0 1 0 157032388 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25469/statm: 1339 238 195 169 0 50 0
[pid=25472] ppid=25469 vsize=164980 CPUtime=9779.7
/proc/25472/stat : 25472 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194304 32204 0 0 0 977926 44 0 0 25 0 4 0 157032523 168939520 32174 1992294400 134512640 135305190 4294956160 18446744073709551615 134557414 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25472/statm: 41245 32174 83 193 0 41049 0
[pid=25472/tid=25473] ppid=25469 vsize=164980 CPUtime=2436.04
/proc/25472/task/25473/stat : 25473 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 5479 0 0 0 243595 9 0 0 25 0 4 0 157032540 168939520 32174 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25472/tid=25474] ppid=25469 vsize=164980 CPUtime=2444.13
/proc/25472/task/25474/stat : 25474 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 6317 0 0 0 244404 9 0 0 25 0 4 0 157032540 168939520 32174 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25472/tid=25475] ppid=25469 vsize=164980 CPUtime=2459.81
/proc/25472/task/25475/stat : 25475 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 9511 0 0 0 245968 13 0 0 25 0 4 0 157032540 168939520 32174 1992294400 134512640 135305190 4294956160 18446744073709551615 134556770 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9781.03
Current children cumulated vsize (KiB) 170336

[startup+4962.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 25489
/proc/meminfo: memFree=1807896/2055920 swapFree=4180232/4192956
[pid=25469] ppid=25467 vsize=5356 CPUtime=1.33
/proc/25469/stat : 25469 (manysat.sh) S 25467 25469 25331 0 -1 4194304 313 4236 0 0 0 0 130 3 16 0 1 0 157032388 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25469/statm: 1339 238 195 169 0 50 0
[pid=25472] ppid=25469 vsize=165124 CPUtime=9899.43
/proc/25472/stat : 25472 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194304 32232 0 0 0 989899 44 0 0 25 0 4 0 157032523 169086976 32202 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25472/statm: 41281 32202 83 193 0 41085 0
[pid=25472/tid=25473] ppid=25469 vsize=165124 CPUtime=2466.03
/proc/25472/task/25473/stat : 25473 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 5480 0 0 0 246594 9 0 0 25 0 4 0 157032540 169086976 32202 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25472/tid=25474] ppid=25469 vsize=165124 CPUtime=2473.99
/proc/25472/task/25474/stat : 25474 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 6344 0 0 0 247390 9 0 0 25 0 4 0 157032540 169086976 32202 1992294400 134512640 135305190 4294956160 18446744073709551615 134552932 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25472/tid=25475] ppid=25469 vsize=165124 CPUtime=2489.79
/proc/25472/task/25475/stat : 25475 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 9511 0 0 0 248965 14 0 0 25 0 4 0 157032540 169086976 32202 1992294400 134512640 135305190 4294956160 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9900.76
Current children cumulated vsize (KiB) 170480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5012.1 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 25489
/proc/meminfo: memFree=1807768/2055920 swapFree=4180232/4192956
[pid=25469] ppid=25467 vsize=5356 CPUtime=1.33
/proc/25469/stat : 25469 (manysat.sh) S 25467 25469 25331 0 -1 4194304 313 4236 0 0 0 0 130 3 16 0 1 0 157032388 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25469/statm: 1339 238 195 169 0 50 0
[pid=25472] ppid=25469 vsize=165124 CPUtime=9998.82
/proc/25472/stat : 25472 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194304 32234 0 0 0 999838 44 0 0 25 0 4 0 157032523 169086976 32204 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25472/statm: 41281 32204 83 193 0 41085 0
[pid=25472/tid=25473] ppid=25469 vsize=165124 CPUtime=2490.93
/proc/25472/task/25473/stat : 25473 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 5480 0 0 0 249084 9 0 0 25 0 4 0 157032540 169086976 32204 1992294400 134512640 135305190 4294956160 18446744073709551615 134558374 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25472/tid=25474] ppid=25469 vsize=165124 CPUtime=2498.8
/proc/25472/task/25474/stat : 25474 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 6346 0 0 0 249871 9 0 0 25 0 4 0 157032540 169086976 32204 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25472/tid=25475] ppid=25469 vsize=165124 CPUtime=2514.68
/proc/25472/task/25475/stat : 25475 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 9511 0 0 0 251454 14 0 0 25 0 4 0 157032540 169086976 32204 1992294400 134512640 135305190 4294956160 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 170480

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

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

[startup+5012.1 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 25489
/proc/meminfo: memFree=1807768/2055920 swapFree=4180232/4192956
[pid=25469] ppid=25467 vsize=5356 CPUtime=1.33
/proc/25469/stat : 25469 (manysat.sh) S 25467 25469 25331 0 -1 4194304 313 4236 0 0 0 0 130 3 16 0 1 0 157032388 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25469/statm: 1339 238 195 169 0 50 0
[pid=25472] ppid=25469 vsize=165124 CPUtime=9998.82
/proc/25472/stat : 25472 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194304 32234 0 0 0 999838 44 0 0 25 0 4 0 157032523 169086976 32204 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25472/statm: 41281 32204 83 193 0 41085 0
[pid=25472/tid=25473] ppid=25469 vsize=165124 CPUtime=2490.93
/proc/25472/task/25473/stat : 25473 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 5480 0 0 0 249084 9 0 0 25 0 4 0 157032540 169086976 32204 1992294400 134512640 135305190 4294956160 18446744073709551615 134558374 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25472/tid=25474] ppid=25469 vsize=165124 CPUtime=2498.8
/proc/25472/task/25474/stat : 25474 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 6346 0 0 0 249871 9 0 0 25 0 4 0 157032540 169086976 32204 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25472/tid=25475] ppid=25469 vsize=165124 CPUtime=2514.68
/proc/25472/task/25475/stat : 25475 (manysat1.1_stat) R 25469 25469 25331 0 -1 4194368 9511 0 0 0 251454 14 0 0 25 0 4 0 157032540 169086976 32204 1992294400 134512640 135305190 4294956160 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 170480

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25469 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=302801
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=40993
# CPU time returned by wait4() is 1.34379
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5012.12
CPU time (s): 10000.1
CPU user time (s): 9999.68
CPU system time (s): 0.47
CPU usage (%): 199.519
Max. virtual memory (cumulated for all children) (KiB): 170480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3028
system time used= 0.040993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4549
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= 5
involuntary context switches= 4

runsolver used 5.02923 second user time and 13.257 second system time

The end

Launcher Data

Begin job on node1 at 2009-05-02 20:46:17
IDJOB=1774036
IDBENCH=70849
IDSOLVER=612
FILE ID=node1/1774036-1241289977
PBS_JOBID= 9225102
Free space on /tmp= 66544 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-27-s100.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774036-1241289977/watcher-1774036-1241289977 -o /tmp/evaluation-result-1774036-1241289977/solver-1774036-1241289977 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1774036-1241289977.cnf aimd 1

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=295010531

node1.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.259
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.259
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:       1945176 kB
Buffers:          8408 kB
Cached:          48208 kB
SwapCached:       6284 kB
Active:          26784 kB
Inactive:        37492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1945176 kB
SwapTotal:     4192956 kB
SwapFree:      4180232 kB
Dirty:            3012 kB
Writeback:           0 kB
Mapped:          13532 kB
Slab:            32528 kB
Committed_AS:   727460 kB
PageTables:       1436 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= 66540 MiB
End job on node1 at 2009-05-02 22:09:51