Trace number 3361866

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
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20? (TO) 20389.9 5100.02

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-7-ipc5-h15-unsat.cnf
MD5SUM0683489092a5eb0c881dd17c2c45d08e
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 variables105623
Number of clauses374254
Sum of the clauses size911890
Maximum clause length43
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 2269133
Number of clauses of size 399944
Number of clauses of size 4407
Number of clauses of size 5309
Number of clauses of size over 54333

Solver Data

0.00/0.03	c Parsing...
0.00/0.20	c ==============================================================================
0.00/0.20	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.20	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.20	c ==============================================================================
0.00/0.20	c |         0 |  373870   911122 |  112160       0        0     nan |  0.000 % |
2.17/2.27	c |         0 |  183363   759436 |      --       0       --      -- |     --   | -190507/-151686
2.17/2.27	c ==============================================================================
2.17/2.27	c Result  :   #vars: 14569   #clauses: 183363   #literals: 759436
2.17/2.27	c CPU time:   2.18367 s
2.17/2.27	c ==============================================================================

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3361866-1305296394/watcher-3361866-1305296394 -o /tmp/evaluation-result-3361866-1305296394/solver-3361866-1305296394 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361866-1305296394.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 1/300 12473
/proc/meminfo: memFree=5552044/32950928 swapFree=67111348/67111528
[pid=12473] ppid=12471 vsize=11796 CPUtime=0 cores=0-7
/proc/12473/stat : 12473 (runsolver) S 12471 12473 12447 0 -1 4202560 41 0 0 0 0 0 0 0 19 0 1 0 641239152 12079104 50 33554432000 4194304 5432360 140737309007280 18446744073709551615 4881623 0 2147483391 4096 24578 18446744071699977015 0 0 17 3 0 0 0
/proc/12473/statm: 2949 50 30 303 0 2643 0

[startup+0.044419 s]
/proc/loadavg: 0.00 0.00 0.00 1/300 12473
/proc/meminfo: memFree=5552044/32950928 swapFree=67111348/67111528
[pid=12473] ppid=12471 vsize=8700 CPUtime=0 cores=0-7
/proc/12473/stat : 12473 (manysat.sh) S 12471 12473 12447 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641239152 8908800 249 33554432000 4194304 4922060 140737212584736 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12473/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100413 s]
/proc/loadavg: 0.00 0.00 0.00 1/300 12473
/proc/meminfo: memFree=5552044/32950928 swapFree=67111348/67111528
[pid=12473] ppid=12471 vsize=8700 CPUtime=0 cores=0-7
/proc/12473/stat : 12473 (manysat.sh) S 12471 12473 12447 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641239152 8908800 249 33554432000 4194304 4922060 140737212584736 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12473/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300378 s]
/proc/loadavg: 0.00 0.00 0.00 1/300 12473
/proc/meminfo: memFree=5552044/32950928 swapFree=67111348/67111528
[pid=12473] ppid=12471 vsize=8700 CPUtime=0 cores=0-7
/proc/12473/stat : 12473 (manysat.sh) S 12471 12473 12447 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641239152 8908800 249 33554432000 4194304 4922060 140737212584736 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12473/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700307 s]
/proc/loadavg: 0.00 0.00 0.00 1/300 12473
/proc/meminfo: memFree=5552044/32950928 swapFree=67111348/67111528
[pid=12473] ppid=12471 vsize=8700 CPUtime=0 cores=0-7
/proc/12473/stat : 12473 (manysat.sh) S 12471 12473 12447 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641239152 8908800 249 33554432000 4194304 4922060 140737212584736 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12473/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50017 s]
/proc/loadavg: 0.00 0.00 0.00 2/302 12476
/proc/meminfo: memFree=5491020/32950928 swapFree=67111348/67111528
[pid=12473] ppid=12471 vsize=8700 CPUtime=0 cores=0-7
/proc/12473/stat : 12473 (manysat.sh) S 12471 12473 12447 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641239152 8908800 249 33554432000 4194304 4922060 140737212584736 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12473/statm: 2175 249 209 178 0 68 0
[pid=12475] ppid=12473 vsize=59332 CPUtime=1.46 cores=0-7
/proc/12475/stat : 12475 (SatElite) R 12473 12473 12447 0 -1 4202496 13925 0 0 0 141 5 0 0 25 0 1 0 641239155 60755968 13379 33554432000 134512640 135034092 4290195712 18446744073709551615 134543485 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12475/statm: 14833 13379 68 128 0 14703 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 68032

[startup+3.10088 s]
/proc/loadavg: 0.00 0.00 0.00 2/302 12476
/proc/meminfo: memFree=5486060/32950928 swapFree=67111348/67111528
[pid=12473] ppid=12471 vsize=8700 CPUtime=2.38 cores=0-7
/proc/12473/stat : 12473 (manysat.sh) S 12471 12473 12447 0 -1 4202496 357 15315 0 0 0 0 232 6 18 0 1 0 641239152 8908800 252 33554432000 4194304 4922060 140737212584736 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12473/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+6.30032 s]
/proc/loadavg: 0.32 0.07 0.02 5/305 12480
/proc/meminfo: memFree=5470832/32950928 swapFree=67111348/67111528
[pid=12473] ppid=12471 vsize=8700 CPUtime=2.38 cores=0-7
/proc/12473/stat : 12473 (manysat.sh) S 12471 12473 12447 0 -1 4202496 357 15315 0 0 0 0 232 6 18 0 1 0 641239152 8908800 252 33554432000 4194304 4922060 140737212584736 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12473/statm: 2175 252 209 178 0 68 0
[pid=12477] ppid=12473 vsize=101240 CPUtime=14.59 cores=0-7
/proc/12477/stat : 12477 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202496 16711 0 0 0 1442 17 0 0 25 0 4 0 641239395 103669760 16662 33554432000 134512640 135305190 4288466880 18446744073709551615 134528590 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/12477/statm: 25310 16662 84 194 0 25114 0
[pid=12477/tid=12478] ppid=12473 vsize=101240 CPUtime=3.59 cores=0-7
/proc/12477/task/12478/stat : 12478 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 1155 0 0 0 354 5 0 0 20 0 4 0 641239420 103669760 16662 33554432000 134512640 135305190 4288466880 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12473 vsize=101240 CPUtime=3.57 cores=0-7
/proc/12477/task/12479/stat : 12479 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 1182 0 0 0 355 2 0 0 25 0 4 0 641239420 103669760 16662 33554432000 134512640 135305190 4288466880 18446744073709551615 134528438 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12477/tid=12480] ppid=12473 vsize=101240 CPUtime=3.59 cores=0-7
/proc/12477/task/12480/stat : 12480 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 1163 0 0 0 353 6 0 0 20 0 4 0 641239420 103669760 16662 33554432000 134512640 135305190 4288466880 18446744073709551615 134530691 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 16.97
Current children cumulated vsize (KiB) 109940

[startup+12.7012 s]
/proc/loadavg: 0.61 0.13 0.04 5/305 12480
/proc/meminfo: memFree=5460176/32950928 swapFree=67111348/67111528
[pid=12473] ppid=12471 vsize=8700 CPUtime=2.38 cores=0-7
/proc/12473/stat : 12473 (manysat.sh) S 12471 12473 12447 0 -1 4202496 357 15315 0 0 0 0 232 6 18 0 1 0 641239152 8908800 252 33554432000 4194304 4922060 140737212584736 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12473/statm: 2175 252 209 178 0 68 0
[pid=12477] ppid=12473 vsize=111224 CPUtime=40.19 cores=0-7
/proc/12477/stat : 12477 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202496 19271 0 0 0 4000 19 0 0 25 0 4 0 641239395 113893376 19222 33554432000 134512640 135305190 4288466880 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/12477/statm: 27806 19222 84 194 0 27610 0
[pid=12477/tid=12478] ppid=12473 vsize=111224 CPUtime=9.99 cores=0-7
/proc/12477/task/12478/stat : 12478 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 1656 0 0 0 994 5 0 0 19 0 4 0 641239420 113893376 19222 33554432000 134512640 135305190 4288466880 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12473 vsize=111224 CPUtime=9.96 cores=0-7
/proc/12477/task/12479/stat : 12479 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 1921 0 0 0 994 2 0 0 19 0 4 0 641239420 113893376 19222 33554432000 134512640 135305190 4288466880 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12477/tid=12480] ppid=12473 vsize=111224 CPUtime=9.99 cores=0-7
/proc/12477/task/12480/stat : 12480 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 1837 0 0 0 992 7 0 0 18 0 4 0 641239420 113893376 19222 33554432000 134512640 135305190 4288466880 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 42.57
Current children cumulated vsize (KiB) 119924

[startup+25.5009 s]
/proc/loadavg: 1.36 0.32 0.11 5/305 12480
/proc/meminfo: memFree=5445064/32950928 swapFree=67111348/67111528
[pid=12473] ppid=12471 vsize=8700 CPUtime=2.38 cores=0-7
/proc/12473/stat : 12473 (manysat.sh) S 12471 12473 12447 0 -1 4202496 357 15315 0 0 0 0 232 6 18 0 1 0 641239152 8908800 252 33554432000 4194304 4922060 140737212584736 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12473/statm: 2175 252 209 178 0 68 0
[pid=12477] ppid=12473 vsize=125840 CPUtime=91.38 cores=0-7
/proc/12477/stat : 12477 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202496 22896 0 0 0 9116 22 0 0 25 0 4 0 641239395 128860160 22847 33554432000 134512640 135305190 4288466880 18446744073709551615 134528851 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/12477/statm: 31460 22847 84 194 0 31264 0
[pid=12477/tid=12478] ppid=12473 vsize=125840 CPUtime=22.79 cores=0-7
/proc/12477/task/12478/stat : 12478 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 2265 0 0 0 2273 6 0 0 25 0 4 0 641239420 128860160 22847 33554432000 134512640 135305190 4288466880 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12473 vsize=125840 CPUtime=22.77 cores=0-7
/proc/12477/task/12479/stat : 12479 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 3072 0 0 0 2274 3 0 0 25 0 4 0 641239420 128860160 22847 33554432000 134512640 135305190 4288466880 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12477/tid=12480] ppid=12473 vsize=125840 CPUtime=22.79 cores=0-7
/proc/12477/task/12480/stat : 12480 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 2813 0 0 0 2271 8 0 0 18 0 4 0 641239420 128860160 22847 33554432000 134512640 135305190 4288466880 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 93.76
Current children cumulated vsize (KiB) 134540

[startup+51.1004 s]
/proc/loadavg: 2.26 0.62 0.21 5/305 12481
/proc/meminfo: memFree=5422876/32950928 swapFree=67111348/67111528
[pid=12473] ppid=12471 vsize=8700 CPUtime=2.38 cores=0-7
/proc/12473/stat : 12473 (manysat.sh) S 12471 12473 12447 0 -1 4202496 357 15315 0 0 0 0 232 6 18 0 1 0 641239152 8908800 252 33554432000 4194304 4922060 140737212584736 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12473/statm: 2175 252 209 178 0 68 0
[pid=12477] ppid=12473 vsize=148984 CPUtime=193.76 cores=0-7
/proc/12477/stat : 12477 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202496 28607 0 0 0 19349 27 0 0 25 0 4 0 641239395 152559616 28558 33554432000 134512640 135305190 4288466880 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/12477/statm: 37246 28558 84 194 0 37050 0
[pid=12477/tid=12478] ppid=12473 vsize=148984 CPUtime=48.39 cores=0-7
/proc/12477/task/12478/stat : 12478 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 3436 0 0 0 4832 7 0 0 19 0 4 0 641239420 152559616 28558 33554432000 134512640 135305190 4288466880 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12473 vsize=148984 CPUtime=48.36 cores=0-7
/proc/12477/task/12479/stat : 12479 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 4965 0 0 0 4832 4 0 0 25 0 4 0 641239420 152559616 28558 33554432000 134512640 135305190 4288466880 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12477/tid=12480] ppid=12473 vsize=148984 CPUtime=48.38 cores=0-7
/proc/12477/task/12480/stat : 12480 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 4041 0 0 0 4829 9 0 0 19 0 4 0 641239420 152559616 28558 33554432000 134512640 135305190 4288466880 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 196.14
Current children cumulated vsize (KiB) 157684

[startup+102.311 s]
/proc/loadavg: 3.24 1.14 0.40 5/305 12482
/proc/meminfo: memFree=5402404/32950928 swapFree=67111348/67111528
[pid=12473] ppid=12471 vsize=8700 CPUtime=2.38 cores=0-7
/proc/12473/stat : 12473 (manysat.sh) S 12471 12473 12447 0 -1 4202496 357 15315 0 0 0 0 232 6 18 0 1 0 641239152 8908800 252 33554432000 4194304 4922060 140737212584736 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12473/statm: 2175 252 209 178 0 68 0
[pid=12477] ppid=12473 vsize=170000 CPUtime=398.51 cores=0-7
/proc/12477/stat : 12477 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202496 33675 0 0 0 39818 33 0 0 25 0 4 0 641239395 174080000 33626 33554432000 134512640 135305190 4288466880 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/12477/statm: 42500 33626 84 194 0 42304 0
[pid=12477/tid=12478] ppid=12473 vsize=170000 CPUtime=99.58 cores=0-7
/proc/12477/task/12478/stat : 12478 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 4610 0 0 0 9949 9 0 0 23 0 4 0 641239420 174080000 33626 33554432000 134512640 135305190 4288466880 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12473 vsize=170000 CPUtime=99.53 cores=0-7
/proc/12477/task/12479/stat : 12479 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 6700 0 0 0 9948 5 0 0 25 0 4 0 641239420 174080000 33626 33554432000 134512640 135305190 4288466880 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12477/tid=12480] ppid=12473 vsize=170000 CPUtime=99.57 cores=0-7
/proc/12477/task/12480/stat : 12480 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 5192 0 0 0 9946 11 0 0 24 0 4 0 641239420 174080000 33626 33554432000 134512640 135305190 4288466880 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 400.89
Current children cumulated vsize (KiB) 178700

[startup+162.301 s]
/proc/loadavg: 3.72 1.65 0.63 5/305 12484
/proc/meminfo: memFree=5378420/32950928 swapFree=67111348/67111528
[pid=12473] ppid=12471 vsize=8700 CPUtime=2.38 cores=0-7
/proc/12473/stat : 12473 (manysat.sh) S 12471 12473 12447 0 -1 4202496 357 15315 0 0 0 0 232 6 18 0 1 0 641239152 8908800 252 33554432000 4194304 4922060 140737212584736 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12473/statm: 2175 252 209 178 0 68 0
[pid=12477] ppid=12473 vsize=193896 CPUtime=638.44 cores=0-7
/proc/12477/stat : 12477 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202496 39775 0 0 0 63804 40 0 0 25 0 4 0 641239395 198549504 39726 33554432000 134512640 135305190 4288466880 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/12477/statm: 48474 39726 84 194 0 48278 0
[pid=12477/tid=12478] ppid=12473 vsize=193896 CPUtime=159.56 cores=0-7
/proc/12477/task/12478/stat : 12478 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 5751 0 0 0 15945 11 0 0 21 0 4 0 641239420 198549504 39726 33554432000 134512640 135305190 4288466880 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12473 vsize=193896 CPUtime=159.52 cores=0-7
/proc/12477/task/12479/stat : 12479 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 8875 0 0 0 15945 7 0 0 25 0 4 0 641239420 198549504 39726 33554432000 134512640 135305190 4288466880 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12477/tid=12480] ppid=12473 vsize=193896 CPUtime=159.54 cores=0-7
/proc/12477/task/12480/stat : 12480 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 6596 0 0 0 15941 13 0 0 18 0 4 0 641239420 198549504 39726 33554432000 134512640 135305190 4288466880 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 640.82
Current children cumulated vsize (KiB) 202596

[startup+222.3 s]
/proc/loadavg: 3.97 2.09 0.84 5/305 12485
/proc/meminfo: memFree=5367592/32950928 swapFree=67111348/67111528
[pid=12473] ppid=12471 vsize=8700 CPUtime=2.38 cores=0-7
/proc/12473/stat : 12473 (manysat.sh) S 12471 12473 12447 0 -1 4202496 357 15315 0 0 0 0 232 6 18 0 1 0 641239152 8908800 252 33554432000 4194304 4922060 140737212584736 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12473/statm: 2175 252 209 178 0 68 0

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

/proc/12477/task/12480/stat : 12480 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 40125 0 0 0 465835 80 0 0 25 0 4 0 641239420 881074176 196609 33554432000 134512640 135305190 4288466880 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18639.1
Current children cumulated vsize (KiB) 869124

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.91 5/305 12617
/proc/meminfo: memFree=4747092/32950928 swapFree=67111348/67111528
[pid=12473] ppid=12471 vsize=8700 CPUtime=2.38 cores=0-7
/proc/12473/stat : 12473 (manysat.sh) S 12471 12473 12447 0 -1 4202496 357 15315 0 0 0 0 232 6 18 0 1 0 641239152 8908800 252 33554432000 4194304 4922060 140737212584736 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12473/statm: 2175 252 209 178 0 68 0
[pid=12477] ppid=12473 vsize=862284 CPUtime=18876.7 cores=0-7
/proc/12477/stat : 12477 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202496 197179 0 0 0 1887375 297 0 0 25 0 4 0 641239395 882978816 197100 33554432000 134512640 135305190 4288466880 18446744073709551615 134557484 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/12477/statm: 215571 197100 84 194 0 215375 0
[pid=12477/tid=12478] ppid=12473 vsize=862284 CPUtime=4719.16 cores=0-7
/proc/12477/task/12478/stat : 12478 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 41069 0 0 0 471848 68 0 0 25 0 4 0 641239420 882978816 197100 33554432000 134512640 135305190 4288466880 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12477/tid=12479] ppid=12473 vsize=862284 CPUtime=4718.96 cores=0-7
/proc/12477/task/12479/stat : 12479 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 58035 0 0 0 471821 75 0 0 25 0 4 0 641239420 882978816 197100 33554432000 134512640 135305190 4288466880 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12477/tid=12480] ppid=12473 vsize=862284 CPUtime=4719.17 cores=0-7
/proc/12477/task/12480/stat : 12480 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 40395 0 0 0 471836 81 0 0 25 0 4 0 641239420 882978816 197100 33554432000 134512640 135305190 4288466880 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18879.1
Current children cumulated vsize (KiB) 870984

[startup+4782.3 s]
/proc/loadavg: 4.05 4.01 3.92 5/305 12619
/proc/meminfo: memFree=4745312/32950928 swapFree=67111348/67111528
[pid=12473] ppid=12471 vsize=8700 CPUtime=2.38 cores=0-7
/proc/12473/stat : 12473 (manysat.sh) S 12471 12473 12447 0 -1 4202496 357 15315 0 0 0 0 232 6 18 0 1 0 641239152 8908800 252 33554432000 4194304 4922060 140737212584736 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12473/statm: 2175 252 209 178 0 68 0
[pid=12477] ppid=12473 vsize=864336 CPUtime=19116.7 cores=0-7
/proc/12477/stat : 12477 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202496 197688 0 0 0 1911370 298 0 0 25 0 4 0 641239395 885080064 197609 33554432000 134512640 135305190 4288466880 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/12477/statm: 216084 197609 84 194 0 215888 0
[pid=12477/tid=12478] ppid=12473 vsize=864336 CPUtime=4779.15 cores=0-7
/proc/12477/task/12478/stat : 12478 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 41069 0 0 0 477847 68 0 0 25 0 4 0 641239420 885080064 197609 33554432000 134512640 135305190 4288466880 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12477/tid=12479] ppid=12473 vsize=864336 CPUtime=4778.95 cores=0-7
/proc/12477/task/12479/stat : 12479 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 58047 0 0 0 477820 75 0 0 25 0 4 0 641239420 885080064 197609 33554432000 134512640 135305190 4288466880 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12477/tid=12480] ppid=12473 vsize=864336 CPUtime=4779.16 cores=0-7
/proc/12477/task/12480/stat : 12480 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 40727 0 0 0 477835 81 0 0 25 0 4 0 641239420 885080064 197609 33554432000 134512640 135305190 4288466880 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19119.1
Current children cumulated vsize (KiB) 873036

[startup+4842.3 s]
/proc/loadavg: 4.02 4.01 3.92 5/305 12621
/proc/meminfo: memFree=4740552/32950928 swapFree=67111348/67111528
[pid=12473] ppid=12471 vsize=8700 CPUtime=2.38 cores=0-7
/proc/12473/stat : 12473 (manysat.sh) S 12471 12473 12447 0 -1 4202496 357 15315 0 0 0 0 232 6 18 0 1 0 641239152 8908800 252 33554432000 4194304 4922060 140737212584736 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12473/statm: 2175 252 209 178 0 68 0
[pid=12477] ppid=12473 vsize=869048 CPUtime=19356.7 cores=0-7
/proc/12477/stat : 12477 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202496 198825 0 0 0 1935369 300 0 0 25 0 4 0 641239395 889905152 198746 33554432000 134512640 135305190 4288466880 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/12477/statm: 217262 198746 84 194 0 217066 0
[pid=12477/tid=12478] ppid=12473 vsize=869048 CPUtime=4839.16 cores=0-7
/proc/12477/task/12478/stat : 12478 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 41378 0 0 0 483847 69 0 0 25 0 4 0 641239420 889905152 198746 33554432000 134512640 135305190 4288466880 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12477/tid=12479] ppid=12473 vsize=869048 CPUtime=4838.95 cores=0-7
/proc/12477/task/12479/stat : 12479 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 58384 0 0 0 483819 76 0 0 25 0 4 0 641239420 889905152 198746 33554432000 134512640 135305190 4288466880 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12477/tid=12480] ppid=12473 vsize=869048 CPUtime=4839.16 cores=0-7
/proc/12477/task/12480/stat : 12480 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 41017 0 0 0 483835 81 0 0 25 0 4 0 641239420 889905152 198746 33554432000 134512640 135305190 4288466880 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19359.1
Current children cumulated vsize (KiB) 877748

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/305 12622
/proc/meminfo: memFree=4737908/32950928 swapFree=67111348/67111528
[pid=12473] ppid=12471 vsize=8700 CPUtime=2.38 cores=0-7
/proc/12473/stat : 12473 (manysat.sh) S 12471 12473 12447 0 -1 4202496 357 15315 0 0 0 0 232 6 18 0 1 0 641239152 8908800 252 33554432000 4194304 4922060 140737212584736 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12473/statm: 2175 252 209 178 0 68 0
[pid=12477] ppid=12473 vsize=872400 CPUtime=19596.7 cores=0-7
/proc/12477/stat : 12477 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202496 199528 0 0 0 1959368 302 0 0 25 0 4 0 641239395 893337600 199449 33554432000 134512640 135305190 4288466880 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/12477/statm: 218100 199449 84 194 0 217904 0
[pid=12477/tid=12478] ppid=12473 vsize=872400 CPUtime=4899.16 cores=0-7
/proc/12477/task/12478/stat : 12478 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 41552 0 0 0 489847 69 0 0 25 0 4 0 641239420 893337600 199449 33554432000 134512640 135305190 4288466880 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12477/tid=12479] ppid=12473 vsize=872400 CPUtime=4898.95 cores=0-7
/proc/12477/task/12479/stat : 12479 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 58525 0 0 0 489819 76 0 0 25 0 4 0 641239420 893337600 199449 33554432000 134512640 135305190 4288466880 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12477/tid=12480] ppid=12473 vsize=872400 CPUtime=4899.17 cores=0-7
/proc/12477/task/12480/stat : 12480 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 41296 0 0 0 489835 82 0 0 25 0 4 0 641239420 893337600 199449 33554432000 134512640 135305190 4288466880 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19599.1
Current children cumulated vsize (KiB) 881100

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/305 12624
/proc/meminfo: memFree=4732404/32950928 swapFree=67111348/67111528
[pid=12473] ppid=12471 vsize=8700 CPUtime=2.38 cores=0-7
/proc/12473/stat : 12473 (manysat.sh) S 12471 12473 12447 0 -1 4202496 357 15315 0 0 0 0 232 6 18 0 1 0 641239152 8908800 252 33554432000 4194304 4922060 140737212584736 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12473/statm: 2175 252 209 178 0 68 0
[pid=12477] ppid=12473 vsize=878716 CPUtime=19836.7 cores=0-7
/proc/12477/stat : 12477 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202496 200863 0 0 0 1983366 303 0 0 25 0 4 0 641239395 899805184 200784 33554432000 134512640 135305190 4288466880 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/12477/statm: 219679 200784 84 194 0 219483 0
[pid=12477/tid=12478] ppid=12473 vsize=878716 CPUtime=4959.15 cores=0-7
/proc/12477/task/12478/stat : 12478 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 41699 0 0 0 495846 69 0 0 25 0 4 0 641239420 899805184 200784 33554432000 134512640 135305190 4288466880 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12477/tid=12479] ppid=12473 vsize=878716 CPUtime=4958.95 cores=0-7
/proc/12477/task/12479/stat : 12479 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 59266 0 0 0 495818 77 0 0 25 0 4 0 641239420 899805184 200784 33554432000 134512640 135305190 4288466880 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12477/tid=12480] ppid=12473 vsize=878716 CPUtime=4959.17 cores=0-7
/proc/12477/task/12480/stat : 12480 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 41547 0 0 0 495835 82 0 0 25 0 4 0 641239420 899805184 200784 33554432000 134512640 135305190 4288466880 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19839.1
Current children cumulated vsize (KiB) 887416

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/305 12625
/proc/meminfo: memFree=4728144/32950928 swapFree=67111348/67111528
[pid=12473] ppid=12471 vsize=8700 CPUtime=2.38 cores=0-7
/proc/12473/stat : 12473 (manysat.sh) S 12471 12473 12447 0 -1 4202496 357 15315 0 0 0 0 232 6 18 0 1 0 641239152 8908800 252 33554432000 4194304 4922060 140737212584736 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12473/statm: 2175 252 209 178 0 68 0
[pid=12477] ppid=12473 vsize=882912 CPUtime=20076.7 cores=0-7
/proc/12477/stat : 12477 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202496 201949 0 0 0 2007365 305 0 0 25 0 4 0 641239395 904101888 201870 33554432000 134512640 135305190 4288466880 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/12477/statm: 220728 201870 84 194 0 220532 0
[pid=12477/tid=12478] ppid=12473 vsize=882912 CPUtime=5019.16 cores=0-7
/proc/12477/task/12478/stat : 12478 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 41868 0 0 0 501846 70 0 0 25 0 4 0 641239420 904101888 201870 33554432000 134512640 135305190 4288466880 18446744073709551615 134530601 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12477/tid=12479] ppid=12473 vsize=882912 CPUtime=5018.96 cores=0-7
/proc/12477/task/12479/stat : 12479 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 59665 0 0 0 501818 78 0 0 25 0 4 0 641239420 904101888 201870 33554432000 134512640 135305190 4288466880 18446744073709551615 134538524 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12477/tid=12480] ppid=12473 vsize=882912 CPUtime=5019.17 cores=0-7
/proc/12477/task/12480/stat : 12480 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 41839 0 0 0 501835 82 0 0 25 0 4 0 641239420 904101888 201870 33554432000 134512640 135305190 4288466880 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20079.1
Current children cumulated vsize (KiB) 891612

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/305 12627
/proc/meminfo: memFree=4726116/32950928 swapFree=67111348/67111528
[pid=12473] ppid=12471 vsize=8700 CPUtime=2.38 cores=0-7
/proc/12473/stat : 12473 (manysat.sh) S 12471 12473 12447 0 -1 4202496 357 15315 0 0 0 0 232 6 18 0 1 0 641239152 8908800 252 33554432000 4194304 4922060 140737212584736 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12473/statm: 2175 252 209 178 0 68 0
[pid=12477] ppid=12473 vsize=884904 CPUtime=20316.7 cores=0-7
/proc/12477/stat : 12477 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202496 202417 0 0 0 2031362 307 0 0 25 0 4 0 641239395 906141696 202338 33554432000 134512640 135305190 4288466880 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/12477/statm: 221226 202338 84 194 0 221030 0
[pid=12477/tid=12478] ppid=12473 vsize=884904 CPUtime=5079.16 cores=0-7
/proc/12477/task/12478/stat : 12478 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 41868 0 0 0 507846 70 0 0 25 0 4 0 641239420 906141696 202338 33554432000 134512640 135305190 4288466880 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12477/tid=12479] ppid=12473 vsize=884904 CPUtime=5078.93 cores=0-7
/proc/12477/task/12479/stat : 12479 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 59665 0 0 0 507815 78 0 0 25 0 4 0 641239420 906141696 202338 33554432000 134512640 135305190 4288466880 18446744073709551615 134552906 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12477/tid=12480] ppid=12473 vsize=884904 CPUtime=5079.17 cores=0-7
/proc/12477/task/12480/stat : 12480 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 42134 0 0 0 507834 83 0 0 25 0 4 0 641239420 906141696 202338 33554432000 134512640 135305190 4288466880 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20319.1
Current children cumulated vsize (KiB) 893604



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.92 5/305 12628
/proc/meminfo: memFree=4725360/32950928 swapFree=67111348/67111528
[pid=12473] ppid=12471 vsize=8700 CPUtime=2.38 cores=0-7
/proc/12473/stat : 12473 (manysat.sh) S 12471 12473 12447 0 -1 4202496 357 15315 0 0 0 0 232 6 18 0 1 0 641239152 8908800 252 33554432000 4194304 4922060 140737212584736 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12473/statm: 2175 252 209 178 0 68 0
[pid=12477] ppid=12473 vsize=886340 CPUtime=20387.5 cores=0-7
/proc/12477/stat : 12477 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202496 202635 0 0 0 2038444 307 0 0 25 0 4 0 641239395 907612160 202556 33554432000 134512640 135305190 4288466880 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/12477/statm: 221585 202556 84 194 0 221389 0
[pid=12477/tid=12478] ppid=12473 vsize=886340 CPUtime=5096.87 cores=0-7
/proc/12477/task/12478/stat : 12478 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 41868 0 0 0 509617 70 0 0 25 0 4 0 641239420 907612160 202556 33554432000 134512640 135305190 4288466880 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12477/tid=12479] ppid=12473 vsize=886340 CPUtime=5096.64 cores=0-7
/proc/12477/task/12479/stat : 12479 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 59703 0 0 0 509586 78 0 0 25 0 4 0 641239420 907612160 202556 33554432000 134512640 135305190 4288466880 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12477/tid=12480] ppid=12473 vsize=886340 CPUtime=5096.88 cores=0-7
/proc/12477/task/12480/stat : 12480 (manysat1.1_stat) R 12473 12473 12447 0 -1 4202560 42273 0 0 0 509605 83 0 0 25 0 4 0 641239420 907612160 202556 33554432000 134512640 135305190 4288466880 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20389.9
Current children cumulated vsize (KiB) 895040

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 12473 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=329645
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=69989
# CPU time returned by wait4() is 2.39963
# while last known CPU time is 20389.9
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 20389.9
CPU user time (s): 20386.8
CPU system time (s): 3.13
CPU usage (%): 399.8
Max. virtual memory (cumulated for all children) (KiB): 895040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.32965
system time used= 0.069989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15672
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= 8
involuntary context switches= 28

runsolver used 14.2748 second user time and 34.8397 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-13 16:19:55
IDJOB=3361866
IDBENCH=20406
IDSOLVER=1839
FILE ID=node125/3361866-1305296394
RUNJOBID= node125-1305296393-12461
PBS_JOBID= 13321428
Free space on /tmp= 47900 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-7-ipc5-h15-unsat.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361866-1305296394/watcher-3361866-1305296394 -o /tmp/evaluation-result-3361866-1305296394/solver-3361866-1305296394 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3361866-1305296394.cnf aimd 1

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 0683489092a5eb0c881dd17c2c45d08e
RANDOM SEED=651379086

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5266.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       5552192 kB
Buffers:        257652 kB
Cached:       16457276 kB
SwapCached:          0 kB
Active:       14837724 kB
Inactive:     11931868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5552192 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            7796 kB
Writeback:           0 kB
AnonPages:    10054752 kB
Mapped:          28548 kB
Slab:           529848 kB
PageTables:      35692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 50987776 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 47884 MiB
End job on node125 at 2011-05-13 17:44:57