Trace number 1774096

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 5011.62

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-33-s100.cnf
MD5SUMabeb2c5a0bb0ad39fbdbdbc07efbecf7
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 variables32402
Number of clauses97556
Sum of the clauses size230290
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262250
Number of clauses of size 335242
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.06/0.09	c ==============================================================================
0.06/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.06/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.06/0.09	c ==============================================================================
0.06/0.09	c |         0 |   97364   229838 |   29209       0        0     nan |  0.000 % |
1.29/1.35	c |         0 |   60515   180710 |      --       0       --      -- |     --   | -36729/-48704
1.29/1.35	c ==============================================================================
1.29/1.35	c Result  :   #vars: 14564   #clauses: 60515   #literals: 180710
1.29/1.35	c CPU time:   1.3148 s
1.29/1.35	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-1774096-1241290338/watcher-1774096-1241290338 -o /tmp/evaluation-result-1774096-1241290338/solver-1774096-1241290338 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1774096-1241290338.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.38 3.84 3.87 3/64 26330
/proc/meminfo: memFree=1944760/2055920 swapFree=4180632/4192956
[pid=26330] ppid=26328 vsize=5356 CPUtime=0
/proc/26330/stat : 26330 (manysat.sh) S 26328 26330 26293 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157067006 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26330/statm: 1339 235 195 169 0 50 0
[pid=26331] ppid=26330 vsize=2388 CPUtime=0
/proc/26331/stat : 26331 (SatElite) R 26330 26330 26293 0 -1 4194304 467 0 0 0 0 0 0 0 18 0 1 0 157067007 2445312 451 1992294400 134512640 135034092 4294956112 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 1 0 0
/proc/26331/statm: 597 452 51 127 0 467 0

[startup+0.076601 s]
/proc/loadavg: 3.38 3.84 3.87 3/64 26330
/proc/meminfo: memFree=1944760/2055920 swapFree=4180632/4192956
[pid=26330] ppid=26328 vsize=5356 CPUtime=0
/proc/26330/stat : 26330 (manysat.sh) S 26328 26330 26293 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157067006 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26330/statm: 1339 235 195 169 0 50 0
[pid=26331] ppid=26330 vsize=10496 CPUtime=0.06
/proc/26331/stat : 26331 (SatElite) R 26330 26330 26293 0 -1 4194304 2511 0 0 0 5 1 0 0 18 0 1 0 157067007 10747904 2495 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/26331/statm: 2624 2495 51 127 0 2494 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15852

[startup+0.102604 s]
/proc/loadavg: 3.38 3.84 3.87 3/64 26330
/proc/meminfo: memFree=1944760/2055920 swapFree=4180632/4192956
[pid=26330] ppid=26328 vsize=5356 CPUtime=0
/proc/26330/stat : 26330 (manysat.sh) S 26328 26330 26293 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157067006 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26330/statm: 1339 235 195 169 0 50 0
[pid=26331] ppid=26330 vsize=13056 CPUtime=0.09
/proc/26331/stat : 26331 (SatElite) R 26330 26330 26293 0 -1 4194304 3200 0 0 0 8 1 0 0 18 0 1 0 157067007 13369344 3142 1992294400 134512640 135034092 4294956112 18446744073709551615 134562210 0 0 4096 3 0 0 0 17 1 0 0
/proc/26331/statm: 3264 3142 67 127 0 3134 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18412

[startup+0.301627 s]
/proc/loadavg: 3.38 3.84 3.87 3/64 26330
/proc/meminfo: memFree=1944760/2055920 swapFree=4180632/4192956
[pid=26330] ppid=26328 vsize=5356 CPUtime=0
/proc/26330/stat : 26330 (manysat.sh) S 26328 26330 26293 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157067006 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26330/statm: 1339 235 195 169 0 50 0
[pid=26331] ppid=26330 vsize=14512 CPUtime=0.28
/proc/26331/stat : 26331 (SatElite) R 26330 26330 26293 0 -1 4194304 3543 0 0 0 26 2 0 0 19 0 1 0 157067007 14860288 3421 1992294400 134512640 135034092 4294956112 18446744073709551615 134543560 0 0 4096 3 0 0 0 17 1 0 0
/proc/26331/statm: 3628 3421 68 127 0 3498 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 19868

[startup+0.701674 s]
/proc/loadavg: 3.38 3.84 3.87 3/64 26330
/proc/meminfo: memFree=1944760/2055920 swapFree=4180632/4192956
[pid=26330] ppid=26328 vsize=5356 CPUtime=0
/proc/26330/stat : 26330 (manysat.sh) S 26328 26330 26293 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157067006 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26330/statm: 1339 235 195 169 0 50 0
[pid=26331] ppid=26330 vsize=15524 CPUtime=0.69
/proc/26331/stat : 26331 (SatElite) R 26330 26330 26293 0 -1 4194304 3802 0 0 0 66 3 0 0 23 0 1 0 157067007 15896576 3658 1992294400 134512640 135034092 4294956112 18446744073709551615 134575610 0 0 4096 3 0 0 0 17 1 0 0
/proc/26331/statm: 3881 3658 68 127 0 3751 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20880

[startup+1.50178 s]
/proc/loadavg: 3.38 3.84 3.87 2/66 26332
/proc/meminfo: memFree=1926312/2055920 swapFree=4180632/4192956
[pid=26330] ppid=26328 vsize=5356 CPUtime=1.43
/proc/26330/stat : 26330 (manysat.sh) S 26328 26330 26293 0 -1 4194304 313 4023 0 0 0 0 139 4 16 0 1 0 157067006 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 5356

[startup+3.10196 s]
/proc/loadavg: 3.38 3.84 3.87 5/69 26336
/proc/meminfo: memFree=1918288/2055920 swapFree=4180632/4192956
[pid=26330] ppid=26328 vsize=5356 CPUtime=1.43
/proc/26330/stat : 26330 (manysat.sh) S 26328 26330 26293 0 -1 4194304 313 4023 0 0 0 0 139 4 16 0 1 0 157067006 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 238 195 169 0 50 0
[pid=26333] ppid=26330 vsize=55764 CPUtime=3.13
/proc/26333/stat : 26333 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194304 5454 0 0 0 309 4 0 0 17 0 4 0 157067150 57102336 5425 1992294400 134512640 135305190 4294956160 18446744073709551615 134558360 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26333/statm: 13941 5425 83 193 0 13745 0
[pid=26333/tid=26334] ppid=26330 vsize=55764 CPUtime=0.72
/proc/26333/task/26334/stat : 26334 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 154 0 0 0 72 0 0 0 17 0 4 0 157067167 57102336 5425 1992294400 134512640 135305190 4294956160 18446744073709551615 134556841 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26333/tid=26335] ppid=26330 vsize=55764 CPUtime=0.44
/proc/26333/task/26335/stat : 26335 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 163 0 0 0 44 0 0 0 18 0 4 0 157067167 57102336 5425 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26333/tid=26336] ppid=26330 vsize=55764 CPUtime=0.97
/proc/26333/task/26336/stat : 26336 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 250 0 0 0 97 0 0 0 17 0 4 0 157067167 57102336 5425 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 61120

[startup+6.30233 s]
/proc/loadavg: 3.43 3.84 3.87 5/69 26336
/proc/meminfo: memFree=1917264/2055920 swapFree=4180632/4192956
[pid=26330] ppid=26328 vsize=5356 CPUtime=1.43
/proc/26330/stat : 26330 (manysat.sh) S 26328 26330 26293 0 -1 4194304 313 4023 0 0 0 0 139 4 16 0 1 0 157067006 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 238 195 169 0 50 0
[pid=26333] ppid=26330 vsize=56160 CPUtime=9.51
/proc/26333/stat : 26333 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194304 5557 0 0 0 946 5 0 0 19 0 4 0 157067150 57507840 5528 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26333/statm: 14040 5528 83 193 0 13844 0
[pid=26333/tid=26334] ppid=26330 vsize=56160 CPUtime=2.52
/proc/26333/task/26334/stat : 26334 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 186 0 0 0 252 0 0 0 18 0 4 0 157067167 57507840 5528 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26333/tid=26335] ppid=26330 vsize=56160 CPUtime=1.8
/proc/26333/task/26335/stat : 26335 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 189 0 0 0 180 0 0 0 25 0 4 0 157067167 57507840 5528 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26333/tid=26336] ppid=26330 vsize=56160 CPUtime=2.8
/proc/26333/task/26336/stat : 26336 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 275 0 0 0 279 1 0 0 20 0 4 0 157067167 57507840 5528 1992294400 134512640 135305190 4294956160 18446744073709551615 134558291 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.94
Current children cumulated vsize (KiB) 61516

[startup+12.7011 s]
/proc/loadavg: 3.47 3.84 3.87 5/69 26336
/proc/meminfo: memFree=1916624/2055920 swapFree=4180632/4192956
[pid=26330] ppid=26328 vsize=5356 CPUtime=1.43
/proc/26330/stat : 26330 (manysat.sh) S 26328 26330 26293 0 -1 4194304 313 4023 0 0 0 0 139 4 16 0 1 0 157067006 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 238 195 169 0 50 0
[pid=26333] ppid=26330 vsize=56952 CPUtime=22.28
/proc/26333/stat : 26333 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194304 5750 0 0 0 2223 5 0 0 25 0 4 0 157067150 58318848 5721 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26333/statm: 14238 5721 83 193 0 14042 0
[pid=26333/tid=26334] ppid=26330 vsize=56952 CPUtime=5.92
/proc/26333/task/26334/stat : 26334 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 236 0 0 0 592 0 0 0 25 0 4 0 157067167 58318848 5721 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26333/tid=26335] ppid=26330 vsize=56952 CPUtime=5
/proc/26333/task/26335/stat : 26335 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 247 0 0 0 500 0 0 0 25 0 4 0 157067167 58318848 5721 1992294400 134512640 135305190 4294956160 18446744073709551615 134528184 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26333/tid=26336] ppid=26330 vsize=56952 CPUtime=5.97
/proc/26333/task/26336/stat : 26336 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 338 0 0 0 596 1 0 0 25 0 4 0 157067167 58318848 5721 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.71
Current children cumulated vsize (KiB) 62308

[startup+25.5026 s]
/proc/loadavg: 3.59 3.85 3.87 5/69 26336
/proc/meminfo: memFree=1915472/2055920 swapFree=4180632/4192956
[pid=26330] ppid=26328 vsize=5356 CPUtime=1.43
/proc/26330/stat : 26330 (manysat.sh) S 26328 26330 26293 0 -1 4194304 313 4023 0 0 0 0 139 4 16 0 1 0 157067006 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 238 195 169 0 50 0
[pid=26333] ppid=26330 vsize=58140 CPUtime=47.83
/proc/26333/stat : 26333 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194304 6071 0 0 0 4777 6 0 0 25 0 4 0 157067150 59535360 6042 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26333/statm: 14535 6042 83 193 0 14339 0
[pid=26333/tid=26334] ppid=26330 vsize=58140 CPUtime=12.33
/proc/26333/task/26334/stat : 26334 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 301 0 0 0 1232 1 0 0 25 0 4 0 157067167 59535360 6042 1992294400 134512640 135305190 4294956160 18446744073709551615 134557423 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26333/tid=26335] ppid=26330 vsize=58140 CPUtime=10.7
/proc/26333/task/26335/stat : 26335 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 317 0 0 0 1070 0 0 0 25 0 4 0 157067167 59535360 6042 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26333/tid=26336] ppid=26330 vsize=58140 CPUtime=13.02
/proc/26333/task/26336/stat : 26336 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 459 0 0 0 1301 1 0 0 21 0 4 0 157067167 59535360 6042 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.26
Current children cumulated vsize (KiB) 63496

[startup+51.1025 s]
/proc/loadavg: 3.73 3.86 3.87 5/69 26336
/proc/meminfo: memFree=1912912/2055920 swapFree=4180632/4192956
[pid=26330] ppid=26328 vsize=5356 CPUtime=1.43
/proc/26330/stat : 26330 (manysat.sh) S 26328 26330 26293 0 -1 4194304 313 4023 0 0 0 0 139 4 16 0 1 0 157067006 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 238 195 169 0 50 0
[pid=26333] ppid=26330 vsize=60664 CPUtime=98.92
/proc/26333/stat : 26333 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194304 6699 0 0 0 9884 8 0 0 25 0 4 0 157067150 62119936 6670 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26333/statm: 15166 6670 83 193 0 14970 0
[pid=26333/tid=26334] ppid=26330 vsize=60664 CPUtime=24.33
/proc/26333/task/26334/stat : 26334 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 453 0 0 0 2432 1 0 0 25 0 4 0 157067167 62119936 6670 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26333/tid=26335] ppid=26330 vsize=60664 CPUtime=23.41
/proc/26333/task/26335/stat : 26335 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 492 0 0 0 2340 1 0 0 25 0 4 0 157067167 62119936 6670 1992294400 134512640 135305190 4294956160 18446744073709551615 134552920 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26333/tid=26336] ppid=26330 vsize=60664 CPUtime=26.49
/proc/26333/task/26336/stat : 26336 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 662 0 0 0 2648 1 0 0 25 0 4 0 157067167 62119936 6670 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.35
Current children cumulated vsize (KiB) 66020

[startup+102.306 s]
/proc/loadavg: 3.89 3.88 3.88 5/69 26336
/proc/meminfo: memFree=1908048/2055920 swapFree=4180632/4192956
[pid=26330] ppid=26328 vsize=5356 CPUtime=1.43
/proc/26330/stat : 26330 (manysat.sh) S 26328 26330 26293 0 -1 4194304 313 4023 0 0 0 0 139 4 16 0 1 0 157067006 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 238 195 169 0 50 0
[pid=26333] ppid=26330 vsize=65464 CPUtime=201.1
/proc/26333/stat : 26333 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194304 7888 0 0 0 20102 8 0 0 21 0 4 0 157067150 67035136 7859 1992294400 134512640 135305190 4294956160 18446744073709551615 134528612 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26333/statm: 16366 7859 83 193 0 16170 0
[pid=26333/tid=26334] ppid=26330 vsize=65464 CPUtime=50.63
/proc/26333/task/26334/stat : 26334 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 804 0 0 0 5062 1 0 0 25 0 4 0 157067167 67035136 7859 1992294400 134512640 135305190 4294956160 18446744073709551615 134557325 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26333/tid=26335] ppid=26330 vsize=65464 CPUtime=46.5
/proc/26333/task/26335/stat : 26335 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 705 0 0 0 4649 1 0 0 25 0 4 0 157067167 67035136 7859 1992294400 134512640 135305190 4294956160 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26333/tid=26336] ppid=26330 vsize=65464 CPUtime=51.19
/proc/26333/task/26336/stat : 26336 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 963 0 0 0 5117 2 0 0 25 0 4 0 157067167 67035136 7859 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 202.53
Current children cumulated vsize (KiB) 70820

[startup+162.302 s]
/proc/loadavg: 3.95 3.90 3.88 5/69 26336
/proc/meminfo: memFree=1903760/2055920 swapFree=4180632/4192956
[pid=26330] ppid=26328 vsize=5356 CPUtime=1.43
/proc/26330/stat : 26330 (manysat.sh) S 26328 26330 26293 0 -1 4194304 313 4023 0 0 0 0 139 4 16 0 1 0 157067006 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 238 195 169 0 50 0
[pid=26333] ppid=26330 vsize=69652 CPUtime=320.84
/proc/26333/stat : 26333 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194304 8954 0 0 0 32074 10 0 0 25 0 4 0 157067150 71323648 8925 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26333/statm: 17413 8925 83 193 0 17217 0
[pid=26333/tid=26334] ppid=26330 vsize=69652 CPUtime=81.29
/proc/26333/task/26334/stat : 26334 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 1067 0 0 0 8128 1 0 0 25 0 4 0 157067167 71323648 8925 1992294400 134512640 135305190 4294956160 18446744073709551615 134556781 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26333/tid=26335] ppid=26330 vsize=69652 CPUtime=75.68
/proc/26333/task/26335/stat : 26335 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 992 0 0 0 7567 1 0 0 25 0 4 0 157067167 71323648 8925 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0

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

/proc/26333/task/26336/stat : 26336 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 9657 0 0 0 227807 13 0 0 25 0 4 0 157067167 173916160 33451 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9063.48
Current children cumulated vsize (KiB) 175196

[startup+4602.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26350
/proc/meminfo: memFree=1802576/2055920 swapFree=4180632/4192956
[pid=26330] ppid=26328 vsize=5356 CPUtime=1.43
/proc/26330/stat : 26330 (manysat.sh) S 26328 26330 26293 0 -1 4194304 313 4023 0 0 0 0 139 4 16 0 1 0 157067006 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 238 195 169 0 50 0
[pid=26333] ppid=26330 vsize=170504 CPUtime=9181.8
/proc/26333/stat : 26333 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194304 33556 0 0 0 918135 45 0 0 25 0 4 0 157067150 174596096 33527 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26333/statm: 42626 33527 83 193 0 42430 0
[pid=26333/tid=26334] ppid=26330 vsize=170504 CPUtime=2299.77
/proc/26333/task/26334/stat : 26334 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 6360 0 0 0 229967 10 0 0 25 0 4 0 157067167 174596096 33527 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26333/tid=26335] ppid=26330 vsize=170504 CPUtime=2273.02
/proc/26333/task/26335/stat : 26335 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 6503 0 0 0 227293 9 0 0 25 0 4 0 157067167 174596096 33527 1992294400 134512640 135305190 4294956160 18446744073709551615 134528347 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26333/tid=26336] ppid=26330 vsize=170504 CPUtime=2307.25
/proc/26333/task/26336/stat : 26336 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 9673 0 0 0 230712 13 0 0 25 0 4 0 157067167 174596096 33527 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9183.23
Current children cumulated vsize (KiB) 175860

[startup+4662.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26350
/proc/meminfo: memFree=1802576/2055920 swapFree=4180632/4192956
[pid=26330] ppid=26328 vsize=5356 CPUtime=1.43
/proc/26330/stat : 26330 (manysat.sh) S 26328 26330 26293 0 -1 4194304 313 4023 0 0 0 0 139 4 16 0 1 0 157067006 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 238 195 169 0 50 0
[pid=26333] ppid=26330 vsize=170504 CPUtime=9301.53
/proc/26333/stat : 26333 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194304 33558 0 0 0 930108 45 0 0 25 0 4 0 157067150 174596096 33529 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26333/statm: 42626 33529 83 193 0 42430 0
[pid=26333/tid=26334] ppid=26330 vsize=170504 CPUtime=2329.77
/proc/26333/task/26334/stat : 26334 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 6360 0 0 0 232967 10 0 0 25 0 4 0 157067167 174596096 33529 1992294400 134512640 135305190 4294956160 18446744073709551615 134528215 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26333/tid=26335] ppid=26330 vsize=170504 CPUtime=2303
/proc/26333/task/26335/stat : 26335 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 6504 0 0 0 230291 9 0 0 25 0 4 0 157067167 174596096 33529 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26333/tid=26336] ppid=26330 vsize=170504 CPUtime=2337.93
/proc/26333/task/26336/stat : 26336 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 9674 0 0 0 233780 13 0 0 25 0 4 0 157067167 174596096 33529 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9302.96
Current children cumulated vsize (KiB) 175860

[startup+4722.31 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26350
/proc/meminfo: memFree=1802512/2055920 swapFree=4180632/4192956
[pid=26330] ppid=26328 vsize=5356 CPUtime=1.43
/proc/26330/stat : 26330 (manysat.sh) S 26328 26330 26293 0 -1 4194304 313 4023 0 0 0 0 139 4 16 0 1 0 157067006 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 238 195 169 0 50 0
[pid=26333] ppid=26330 vsize=170504 CPUtime=9421.29
/proc/26333/stat : 26333 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194304 33558 0 0 0 942083 46 0 0 25 0 4 0 157067150 174596096 33529 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26333/statm: 42626 33529 83 193 0 42430 0
[pid=26333/tid=26334] ppid=26330 vsize=170504 CPUtime=2359.76
/proc/26333/task/26334/stat : 26334 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 6360 0 0 0 235966 10 0 0 25 0 4 0 157067167 174596096 33529 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26333/tid=26335] ppid=26330 vsize=170504 CPUtime=2333
/proc/26333/task/26335/stat : 26335 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 6504 0 0 0 233291 9 0 0 25 0 4 0 157067167 174596096 33529 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26333/tid=26336] ppid=26330 vsize=170504 CPUtime=2367.79
/proc/26333/task/26336/stat : 26336 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 9674 0 0 0 236766 13 0 0 25 0 4 0 157067167 174596096 33529 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9422.72
Current children cumulated vsize (KiB) 175860

[startup+4782.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26350
/proc/meminfo: memFree=1802512/2055920 swapFree=4180632/4192956
[pid=26330] ppid=26328 vsize=5356 CPUtime=1.43
/proc/26330/stat : 26330 (manysat.sh) S 26328 26330 26293 0 -1 4194304 313 4023 0 0 0 0 139 4 16 0 1 0 157067006 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 238 195 169 0 50 0
[pid=26333] ppid=26330 vsize=170504 CPUtime=9541.02
/proc/26333/stat : 26333 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194304 33562 0 0 0 954056 46 0 0 25 0 4 0 157067150 174596096 33533 1992294400 134512640 135305190 4294956160 18446744073709551615 134528433 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26333/statm: 42626 33533 83 193 0 42430 0
[pid=26333/tid=26334] ppid=26330 vsize=170504 CPUtime=2389.76
/proc/26333/task/26334/stat : 26334 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 6360 0 0 0 238966 10 0 0 25 0 4 0 157067167 174596096 33533 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26333/tid=26335] ppid=26330 vsize=170504 CPUtime=2362.98
/proc/26333/task/26335/stat : 26335 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 6508 0 0 0 236289 9 0 0 25 0 4 0 157067167 174596096 33533 1992294400 134512640 135305190 4294956160 18446744073709551615 134528178 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26333/tid=26336] ppid=26330 vsize=170504 CPUtime=2397.66
/proc/26333/task/26336/stat : 26336 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 9674 0 0 0 239753 13 0 0 25 0 4 0 157067167 174596096 33533 1992294400 134512640 135305190 4294956160 18446744073709551615 134556789 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9542.45
Current children cumulated vsize (KiB) 175860

[startup+4842.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26350
/proc/meminfo: memFree=1802448/2055920 swapFree=4180632/4192956
[pid=26330] ppid=26328 vsize=5356 CPUtime=1.43
/proc/26330/stat : 26330 (manysat.sh) S 26328 26330 26293 0 -1 4194304 313 4023 0 0 0 0 139 4 16 0 1 0 157067006 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 238 195 169 0 50 0
[pid=26333] ppid=26330 vsize=170504 CPUtime=9660.76
/proc/26333/stat : 26333 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194304 33573 0 0 0 966030 46 0 0 25 0 4 0 157067150 174596096 33544 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26333/statm: 42626 33544 83 193 0 42430 0
[pid=26333/tid=26334] ppid=26330 vsize=170504 CPUtime=2419.75
/proc/26333/task/26334/stat : 26334 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 6360 0 0 0 241965 10 0 0 25 0 4 0 157067167 174596096 33544 1992294400 134512640 135305190 4294956160 18446744073709551615 134558382 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26333/tid=26335] ppid=26330 vsize=170504 CPUtime=2392.97
/proc/26333/task/26335/stat : 26335 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 6518 0 0 0 239288 9 0 0 25 0 4 0 157067167 174596096 33544 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26333/tid=26336] ppid=26330 vsize=170504 CPUtime=2427.53
/proc/26333/task/26336/stat : 26336 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 9674 0 0 0 242740 13 0 0 25 0 4 0 157067167 174596096 33544 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9662.19
Current children cumulated vsize (KiB) 175860

[startup+4902.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26350
/proc/meminfo: memFree=1802256/2055920 swapFree=4180632/4192956
[pid=26330] ppid=26328 vsize=5356 CPUtime=1.43
/proc/26330/stat : 26330 (manysat.sh) S 26328 26330 26293 0 -1 4194304 313 4023 0 0 0 0 139 4 16 0 1 0 157067006 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 238 195 169 0 50 0
[pid=26333] ppid=26330 vsize=170648 CPUtime=9780.51
/proc/26333/stat : 26333 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194304 33611 0 0 0 978005 46 0 0 25 0 4 0 157067150 174743552 33582 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26333/statm: 42662 33582 83 193 0 42466 0
[pid=26333/tid=26334] ppid=26330 vsize=170648 CPUtime=2449.25
/proc/26333/task/26334/stat : 26334 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 6360 0 0 0 244915 10 0 0 25 0 4 0 157067167 174743552 33582 1992294400 134512640 135305190 4294956160 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26333/tid=26335] ppid=26330 vsize=170648 CPUtime=2423.74
/proc/26333/task/26335/stat : 26335 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 6547 0 0 0 242364 10 0 0 25 0 4 0 157067167 174743552 33582 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26333/tid=26336] ppid=26330 vsize=170648 CPUtime=2458.75
/proc/26333/task/26336/stat : 26336 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 9675 0 0 0 245862 13 0 0 25 0 4 0 157067167 174743552 33582 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9781.94
Current children cumulated vsize (KiB) 176004

[startup+4962.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26350
/proc/meminfo: memFree=1802192/2055920 swapFree=4180632/4192956
[pid=26330] ppid=26328 vsize=5356 CPUtime=1.43
/proc/26330/stat : 26330 (manysat.sh) S 26328 26330 26293 0 -1 4194304 313 4023 0 0 0 0 139 4 16 0 1 0 157067006 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 238 195 169 0 50 0
[pid=26333] ppid=26330 vsize=170800 CPUtime=9900.25
/proc/26333/stat : 26333 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194304 33636 0 0 0 989979 46 0 0 25 0 4 0 157067150 174899200 33607 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26333/statm: 42700 33607 83 193 0 42504 0
[pid=26333/tid=26334] ppid=26330 vsize=170800 CPUtime=2479.14
/proc/26333/task/26334/stat : 26334 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 6360 0 0 0 247904 10 0 0 25 0 4 0 157067167 174899200 33607 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26333/tid=26335] ppid=26330 vsize=170800 CPUtime=2453.73
/proc/26333/task/26335/stat : 26335 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 6561 0 0 0 245363 10 0 0 25 0 4 0 157067167 174899200 33607 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26333/tid=26336] ppid=26330 vsize=170800 CPUtime=2488.74
/proc/26333/task/26336/stat : 26336 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 9678 0 0 0 248861 13 0 0 25 0 4 0 157067167 174899200 33607 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9901.68
Current children cumulated vsize (KiB) 176156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.61 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26350
/proc/meminfo: memFree=1802128/2055920 swapFree=4180632/4192956
[pid=26330] ppid=26328 vsize=5356 CPUtime=1.43
/proc/26330/stat : 26330 (manysat.sh) S 26328 26330 26293 0 -1 4194304 313 4023 0 0 0 0 139 4 16 0 1 0 157067006 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 238 195 169 0 50 0
[pid=26333] ppid=26330 vsize=170800 CPUtime=9998.65
/proc/26333/stat : 26333 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194304 33637 0 0 0 999819 46 0 0 19 0 4 0 157067150 174899200 33608 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26333/statm: 42700 33608 83 193 0 42504 0
[pid=26333/tid=26334] ppid=26330 vsize=170800 CPUtime=2502.94
/proc/26333/task/26334/stat : 26334 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 6360 0 0 0 250284 10 0 0 25 0 4 0 157067167 174899200 33608 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26333/tid=26335] ppid=26330 vsize=170800 CPUtime=2478.35
/proc/26333/task/26335/stat : 26335 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 6562 0 0 0 247825 10 0 0 25 0 4 0 157067167 174899200 33608 1992294400 134512640 135305190 4294956160 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26333/tid=26336] ppid=26330 vsize=170800 CPUtime=2513.42
/proc/26333/task/26336/stat : 26336 (manysat1.1_stat) R 26330 26330 26293 0 -1 4194368 9678 0 0 0 251329 13 0 0 25 0 4 0 157067167 174899200 33608 1992294400 134512640 135305190 4294956160 18446744073709551615 134556843 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 176156

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 26330 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=394787
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=44993
# CPU time returned by wait4() is 1.43978
# 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): 5011.62
CPU time (s): 10000.1
CPU user time (s): 9999.58
CPU system time (s): 0.5
CPU usage (%): 199.538
Max. virtual memory (cumulated for all children) (KiB): 176156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.39479
system time used= 0.044993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4336
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.89126 second user time and 13.347 second system time

The end

Launcher Data

Begin job on node20 at 2009-05-02 20:52:18
IDJOB=1774096
IDBENCH=70865
IDSOLVER=612
FILE ID=node20/1774096-1241290338
PBS_JOBID= 9225111
Free space on /tmp= 66496 MiB

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

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

MD5SUM BENCH= abeb2c5a0bb0ad39fbdbdbc07efbecf7
RANDOM SEED=1973667868

node20.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.214
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.214
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:       1945248 kB
Buffers:          6596 kB
Cached:          42340 kB
SwapCached:       5872 kB
Active:          17424 kB
Inactive:        39004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1945248 kB
SwapTotal:     4192956 kB
SwapFree:      4180632 kB
Dirty:            3256 kB
Writeback:           0 kB
Mapped:          13372 kB
Slab:            40296 kB
Committed_AS:   790516 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= 66488 MiB
End job on node20 at 2009-05-02 22:15:51