Trace number 3362348

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) 20376 5100.03

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
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 variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

Solver Data

0.00/0.00	c Parsing...
0.00/0.66	c ==============================================================================
0.00/0.66	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.66	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.66	c ==============================================================================
0.00/0.66	c |         0 |  769466  1978428 |  230839       0        0     nan |  0.000 % |
5.19/5.22	c |         0 |  318163  1148121 |      --       0       --      -- |     --   | -447843/-821817
5.19/5.22	c ==============================================================================
5.19/5.22	c Result  :   #vars: 54723   #clauses: 318163   #literals: 1148121
5.19/5.22	c CPU time:   5.10222 s
5.19/5.22	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-3362348-1305303825/watcher-3362348-1305303825 -o /tmp/evaluation-result-3362348-1305303825/solver-3362348-1305303825 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362348-1305303825.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: 3.19 5.11 6.64 2/357 32060
/proc/meminfo: memFree=12076336/32951124 swapFree=65051360/67111528
[pid=32060] ppid=32058 vsize=8700 CPUtime=0 cores=0-7
/proc/32060/stat : 32060 (manysat.sh) S 32058 32060 32034 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622798876 8908800 249 33554432000 4194304 4922060 140735356444048 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32060/statm: 2175 249 209 178 0 68 0

[startup+0.07399 s]
/proc/loadavg: 3.19 5.11 6.64 2/357 32060
/proc/meminfo: memFree=12076336/32951124 swapFree=65051360/67111528
[pid=32060] ppid=32058 vsize=8700 CPUtime=0 cores=0-7
/proc/32060/stat : 32060 (manysat.sh) S 32058 32060 32034 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622798876 8908800 249 33554432000 4194304 4922060 140735356444048 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32060/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100983 s]
/proc/loadavg: 3.19 5.11 6.64 2/357 32060
/proc/meminfo: memFree=12076336/32951124 swapFree=65051360/67111528
[pid=32060] ppid=32058 vsize=8700 CPUtime=0 cores=0-7
/proc/32060/stat : 32060 (manysat.sh) S 32058 32060 32034 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622798876 8908800 249 33554432000 4194304 4922060 140735356444048 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32060/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300947 s]
/proc/loadavg: 3.19 5.11 6.64 2/357 32060
/proc/meminfo: memFree=12076336/32951124 swapFree=65051360/67111528
[pid=32060] ppid=32058 vsize=8700 CPUtime=0 cores=0-7
/proc/32060/stat : 32060 (manysat.sh) S 32058 32060 32034 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622798876 8908800 249 33554432000 4194304 4922060 140735356444048 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32060/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700878 s]
/proc/loadavg: 3.19 5.11 6.64 2/357 32060
/proc/meminfo: memFree=12076336/32951124 swapFree=65051360/67111528
[pid=32060] ppid=32058 vsize=8700 CPUtime=0 cores=0-7
/proc/32060/stat : 32060 (manysat.sh) S 32058 32060 32034 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622798876 8908800 249 33554432000 4194304 4922060 140735356444048 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32060/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50073 s]
/proc/loadavg: 3.19 5.11 6.64 2/359 32062
/proc/meminfo: memFree=11967216/32951124 swapFree=65051360/67111528
[pid=32060] ppid=32058 vsize=8700 CPUtime=0 cores=0-7
/proc/32060/stat : 32060 (manysat.sh) S 32058 32060 32034 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622798876 8908800 249 33554432000 4194304 4922060 140735356444048 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32060/statm: 2175 249 209 178 0 68 0
[pid=32061] ppid=32060 vsize=114748 CPUtime=1.48 cores=0-7
/proc/32061/stat : 32061 (SatElite) R 32060 32060 32034 0 -1 4202496 30010 0 0 0 141 7 0 0 25 0 1 0 622798876 117501952 27649 33554432000 134512640 135034092 4292027776 18446744073709551615 134541489 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/32061/statm: 28687 27649 68 128 0 28557 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 123448

[startup+3.10045 s]
/proc/loadavg: 3.19 5.11 6.64 2/359 32062
/proc/meminfo: memFree=11947996/32951124 swapFree=65051360/67111528
[pid=32060] ppid=32058 vsize=8700 CPUtime=0 cores=0-7
/proc/32060/stat : 32060 (manysat.sh) S 32058 32060 32034 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622798876 8908800 249 33554432000 4194304 4922060 140735356444048 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32060/statm: 2175 249 209 178 0 68 0
[pid=32061] ppid=32060 vsize=119008 CPUtime=3.09 cores=0-7
/proc/32061/stat : 32061 (SatElite) R 32060 32060 32034 0 -1 4202496 31460 0 0 0 299 10 0 0 25 0 1 0 622798876 121864192 28493 33554432000 134512640 135034092 4292027776 18446744073709551615 134571709 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/32061/statm: 29752 28493 68 128 0 29622 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 127708

[startup+6.30084 s]
/proc/loadavg: 3.02 5.04 6.61 2/359 32062
/proc/meminfo: memFree=11936468/32951124 swapFree=65051360/67111528
[pid=32060] ppid=32058 vsize=8700 CPUtime=5.51 cores=0-7
/proc/32060/stat : 32060 (manysat.sh) S 32058 32060 32034 0 -1 4202496 357 37696 0 0 0 0 537 14 18 0 1 0 622798876 8908800 252 33554432000 4194304 4922060 140735356444048 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32060/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 8700

[startup+12.7007 s]
/proc/loadavg: 3.09 5.02 6.60 5/362 32066
/proc/meminfo: memFree=11935072/32951124 swapFree=65051360/67111528
[pid=32060] ppid=32058 vsize=8700 CPUtime=5.51 cores=0-7
/proc/32060/stat : 32060 (manysat.sh) S 32058 32060 32034 0 -1 4202496 357 37696 0 0 0 0 537 14 18 0 1 0 622798876 8908800 252 33554432000 4194304 4922060 140735356444048 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32060/statm: 2175 252 209 178 0 68 0
[pid=32063] ppid=32060 vsize=155592 CPUtime=26.63 cores=0-7
/proc/32063/stat : 32063 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202496 29554 0 0 0 2638 25 0 0 18 0 4 0 622799427 159326208 29484 33554432000 134512640 135305190 4294697664 18446744073709551615 134528606 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/32063/statm: 38898 29484 84 194 0 38702 0
[pid=32063/tid=32064] ppid=32060 vsize=155592 CPUtime=6.51 cores=0-7
/proc/32063/task/32064/stat : 32064 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 1839 0 0 0 645 6 0 0 25 0 4 0 622799492 159326208 29484 33554432000 134512640 135305190 4294697664 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=32063/tid=32065] ppid=32060 vsize=155592 CPUtime=6.47 cores=0-7
/proc/32063/task/32065/stat : 32065 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 1693 0 0 0 642 5 0 0 19 0 4 0 622799492 159326208 29484 33554432000 134512640 135305190 4294697664 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=32063/tid=32066] ppid=32060 vsize=155592 CPUtime=6.48 cores=0-7
/proc/32063/task/32066/stat : 32066 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 1920 0 0 0 643 5 0 0 18 0 4 0 622799492 159326208 29484 33554432000 134512640 135305190 4294697664 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 32.14
Current children cumulated vsize (KiB) 164292

[startup+25.5004 s]
/proc/loadavg: 3.29 4.97 6.56 6/362 32066
/proc/meminfo: memFree=11906904/32951124 swapFree=65051360/67111528
[pid=32060] ppid=32058 vsize=8700 CPUtime=5.51 cores=0-7
/proc/32060/stat : 32060 (manysat.sh) S 32058 32060 32034 0 -1 4202496 357 37696 0 0 0 0 537 14 18 0 1 0 622798876 8908800 252 33554432000 4194304 4922060 140735356444048 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32060/statm: 2175 252 209 178 0 68 0
[pid=32063] ppid=32060 vsize=183992 CPUtime=77.82 cores=0-7
/proc/32063/stat : 32063 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202496 36655 0 0 0 7752 30 0 0 18 0 4 0 622799427 188407808 36585 33554432000 134512640 135305190 4294697664 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/32063/statm: 45998 36585 84 194 0 45802 0
[pid=32063/tid=32064] ppid=32060 vsize=183992 CPUtime=19.3 cores=0-7
/proc/32063/task/32064/stat : 32064 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 3132 0 0 0 1924 6 0 0 25 0 4 0 622799492 188407808 36585 33554432000 134512640 135305190 4294697664 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=32063/tid=32065] ppid=32060 vsize=183992 CPUtime=19.27 cores=0-7
/proc/32063/task/32065/stat : 32065 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 3650 0 0 0 1921 6 0 0 19 0 4 0 622799492 188407808 36585 33554432000 134512640 135305190 4294697664 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=32063/tid=32066] ppid=32060 vsize=183992 CPUtime=19.28 cores=0-7
/proc/32063/task/32066/stat : 32066 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 3419 0 0 0 1921 7 0 0 18 0 4 0 622799492 188407808 36585 33554432000 134512640 135305190 4294697664 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 83.33
Current children cumulated vsize (KiB) 192692

[startup+51.1009 s]
/proc/loadavg: 3.53 4.89 6.49 5/362 32067
/proc/meminfo: memFree=11860456/32951124 swapFree=65051360/67111528
[pid=32060] ppid=32058 vsize=8700 CPUtime=5.51 cores=0-7
/proc/32060/stat : 32060 (manysat.sh) S 32058 32060 32034 0 -1 4202496 357 37696 0 0 0 0 537 14 18 0 1 0 622798876 8908800 252 33554432000 4194304 4922060 140735356444048 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32060/statm: 2175 252 209 178 0 68 0
[pid=32063] ppid=32060 vsize=229108 CPUtime=180.17 cores=0-7
/proc/32063/stat : 32063 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202496 47967 0 0 0 17979 38 0 0 18 0 4 0 622799427 234606592 47897 33554432000 134512640 135305190 4294697664 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/32063/statm: 57277 47897 84 194 0 57081 0
[pid=32063/tid=32064] ppid=32060 vsize=229108 CPUtime=44.9 cores=0-7
/proc/32063/task/32064/stat : 32064 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 5348 0 0 0 4483 7 0 0 25 0 4 0 622799492 234606592 47897 33554432000 134512640 135305190 4294697664 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=32063/tid=32065] ppid=32060 vsize=229108 CPUtime=44.87 cores=0-7
/proc/32063/task/32065/stat : 32065 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 6795 0 0 0 4478 9 0 0 18 0 4 0 622799492 234606592 47897 33554432000 134512640 135305190 4294697664 18446744073709551615 134528573 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=32063/tid=32066] ppid=32060 vsize=229108 CPUtime=44.86 cores=0-7
/proc/32063/task/32066/stat : 32066 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 5750 0 0 0 4477 9 0 0 18 0 4 0 622799492 234606592 47897 33554432000 134512640 135305190 4294697664 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 185.68
Current children cumulated vsize (KiB) 237808

[startup+102.314 s]
/proc/loadavg: 3.80 4.75 6.36 5/362 32071
/proc/meminfo: memFree=11779644/32951124 swapFree=65051360/67111528
[pid=32060] ppid=32058 vsize=8700 CPUtime=5.51 cores=0-7
/proc/32060/stat : 32060 (manysat.sh) S 32058 32060 32034 0 -1 4202496 357 37696 0 0 0 0 537 14 18 0 1 0 622798876 8908800 252 33554432000 4194304 4922060 140735356444048 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32060/statm: 2175 252 209 178 0 68 0
[pid=32063] ppid=32060 vsize=309332 CPUtime=384.99 cores=0-7
/proc/32063/stat : 32063 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202496 67993 0 0 0 38449 50 0 0 18 0 4 0 622799427 316755968 67923 33554432000 134512640 135305190 4294697664 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/32063/statm: 77333 67923 84 194 0 77137 0
[pid=32063/tid=32064] ppid=32060 vsize=309332 CPUtime=96.1 cores=0-7
/proc/32063/task/32064/stat : 32064 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 9157 0 0 0 9601 9 0 0 25 0 4 0 622799492 316755968 67923 33554432000 134512640 135305190 4294697664 18446744073709551615 134556770 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=32063/tid=32065] ppid=32060 vsize=309332 CPUtime=96.07 cores=0-7
/proc/32063/task/32065/stat : 32065 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 11773 0 0 0 9594 13 0 0 19 0 4 0 622799492 316755968 67923 33554432000 134512640 135305190 4294697664 18446744073709551615 134551980 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=32063/tid=32066] ppid=32060 vsize=309332 CPUtime=96.06 cores=0-7
/proc/32063/task/32066/stat : 32066 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 10347 0 0 0 9594 12 0 0 18 0 4 0 622799492 316755968 67923 33554432000 134512640 135305190 4294697664 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 390.5
Current children cumulated vsize (KiB) 318032

[startup+162.301 s]
/proc/loadavg: 3.92 4.61 6.21 5/362 32073
/proc/meminfo: memFree=11732348/32951124 swapFree=65051360/67111528
[pid=32060] ppid=32058 vsize=8700 CPUtime=5.51 cores=0-7
/proc/32060/stat : 32060 (manysat.sh) S 32058 32060 32034 0 -1 4202496 357 37696 0 0 0 0 537 14 18 0 1 0 622798876 8908800 252 33554432000 4194304 4922060 140735356444048 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32060/statm: 2175 252 209 178 0 68 0
[pid=32063] ppid=32060 vsize=357160 CPUtime=624.85 cores=0-7
/proc/32063/stat : 32063 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202496 79916 0 0 0 62426 59 0 0 18 0 4 0 622799427 365731840 79846 33554432000 134512640 135305190 4294697664 18446744073709551615 134551808 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/32063/statm: 89290 79846 84 194 0 89094 0
[pid=32063/tid=32064] ppid=32060 vsize=357160 CPUtime=156.06 cores=0-7
/proc/32063/task/32064/stat : 32064 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 11263 0 0 0 15596 10 0 0 25 0 4 0 622799492 365731840 79846 33554432000 134512640 135305190 4294697664 18446744073709551615 134551962 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=32063/tid=32065] ppid=32060 vsize=357160 CPUtime=156.05 cores=0-7
/proc/32063/task/32065/stat : 32065 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 13770 0 0 0 15591 14 0 0 18 0 4 0 622799492 365731840 79846 33554432000 134512640 135305190 4294697664 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=32063/tid=32066] ppid=32060 vsize=357160 CPUtime=156.02 cores=0-7
/proc/32063/task/32066/stat : 32066 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 13508 0 0 0 15587 15 0 0 18 0 4 0 622799492 365731840 79846 33554432000 134512640 135305190 4294697664 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 630.36
Current children cumulated vsize (KiB) 365860

[startup+222.301 s]
/proc/loadavg: 3.97 4.50 6.06 5/362 32075
/proc/meminfo: memFree=11661120/32951124 swapFree=65051360/67111528
[pid=32060] ppid=32058 vsize=8700 CPUtime=5.51 cores=0-7
/proc/32060/stat : 32060 (manysat.sh) S 32058 32060 32034 0 -1 4202496 357 37696 0 0 0 0 537 14 18 0 1 0 622798876 8908800 252 33554432000 4194304 4922060 140735356444048 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32060/statm: 2175 252 209 178 0 68 0
[pid=32063] ppid=32060 vsize=428664 CPUtime=864.81 cores=0-7
/proc/32063/stat : 32063 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202496 97705 0 0 0 86410 71 0 0 18 0 4 0 622799427 438951936 97635 33554432000 134512640 135305190 4294697664 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/32063/statm: 107166 97635 84 194 0 106970 0
[pid=32063/tid=32064] ppid=32060 vsize=428664 CPUtime=216.05 cores=0-7
/proc/32063/task/32064/stat : 32064 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 14548 0 0 0 21593 12 0 0 25 0 4 0 622799492 438951936 97635 33554432000 134512640 135305190 4294697664 18446744073709551615 134528395 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=32063/tid=32065] ppid=32060 vsize=428664 CPUtime=216.06 cores=0-7
/proc/32063/task/32065/stat : 32065 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 17999 0 0 0 21589 17 0 0 25 0 4 0 622799492 438951936 97635 33554432000 134512640 135305190 4294697664 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 2 0 0 0

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

/proc/32063/task/32066/stat : 32066 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 142820 0 0 0 465360 107 0 0 25 0 4 0 622799492 2848120832 682854 33554432000 134512640 135305190 4294697664 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18625.7
Current children cumulated vsize (KiB) 2790068

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 4.00 5/362 32207
/proc/meminfo: memFree=9311628/32951124 swapFree=65051360/67111528
[pid=32060] ppid=32058 vsize=8700 CPUtime=5.51 cores=0-7
/proc/32060/stat : 32060 (manysat.sh) S 32058 32060 32034 0 -1 4202496 357 37696 0 0 0 0 537 14 18 0 1 0 622798876 8908800 252 33554432000 4194304 4922060 140735356444048 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32060/statm: 2175 252 209 178 0 68 0
[pid=32063] ppid=32060 vsize=2784440 CPUtime=18860.2 cores=0-7
/proc/32063/stat : 32063 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202496 683756 0 0 0 1885471 553 0 0 25 0 4 0 622799427 2851266560 683686 33554432000 134512640 135305190 4294697664 18446744073709551615 134551998 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/32063/statm: 696110 683686 84 194 0 695914 0
[pid=32063/tid=32064] ppid=32060 vsize=2784440 CPUtime=4715.27 cores=0-7
/proc/32063/task/32064/stat : 32064 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 132074 0 0 0 471437 90 0 0 25 0 4 0 622799492 2851266560 683686 33554432000 134512640 135305190 4294697664 18446744073709551615 134551691 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=32063/tid=32065] ppid=32060 vsize=2784440 CPUtime=4714.97 cores=0-7
/proc/32063/task/32065/stat : 32065 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 188767 0 0 0 471290 207 0 0 25 0 4 0 622799492 2851266560 683686 33554432000 134512640 135305190 4294697664 18446744073709551615 134551992 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=32063/tid=32066] ppid=32060 vsize=2784440 CPUtime=4714.69 cores=0-7
/proc/32063/task/32066/stat : 32066 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 143148 0 0 0 471361 108 0 0 25 0 4 0 622799492 2851266560 683686 33554432000 134512640 135305190 4294697664 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18865.8
Current children cumulated vsize (KiB) 2793140

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/362 32208
/proc/meminfo: memFree=9310852/32951124 swapFree=65051360/67111528
[pid=32060] ppid=32058 vsize=8700 CPUtime=5.51 cores=0-7
/proc/32060/stat : 32060 (manysat.sh) S 32058 32060 32034 0 -1 4202496 357 37696 0 0 0 0 537 14 18 0 1 0 622798876 8908800 252 33554432000 4194304 4922060 140735356444048 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32060/statm: 2175 252 209 178 0 68 0
[pid=32063] ppid=32060 vsize=2785464 CPUtime=19099.8 cores=0-7
/proc/32063/stat : 32063 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202496 683975 0 0 0 1909424 554 0 0 21 0 4 0 622799427 2852315136 683905 33554432000 134512640 135305190 4294697664 18446744073709551615 134528455 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/32063/statm: 696366 683905 84 194 0 696170 0
[pid=32063/tid=32064] ppid=32060 vsize=2785464 CPUtime=4774.86 cores=0-7
/proc/32063/task/32064/stat : 32064 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 132126 0 0 0 477396 90 0 0 25 0 4 0 622799492 2852315136 683905 33554432000 134512640 135305190 4294697664 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=32063/tid=32065] ppid=32060 vsize=2785464 CPUtime=4774.96 cores=0-7
/proc/32063/task/32065/stat : 32065 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 188803 0 0 0 477288 208 0 0 25 0 4 0 622799492 2852315136 683905 33554432000 134512640 135305190 4294697664 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=32063/tid=32066] ppid=32060 vsize=2785464 CPUtime=4774.68 cores=0-7
/proc/32063/task/32066/stat : 32066 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 143201 0 0 0 477360 108 0 0 22 0 4 0 622799492 2852315136 683905 33554432000 134512640 135305190 4294697664 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19105.3
Current children cumulated vsize (KiB) 2794164

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/362 32210
/proc/meminfo: memFree=9308940/32951124 swapFree=65051360/67111528
[pid=32060] ppid=32058 vsize=8700 CPUtime=5.51 cores=0-7
/proc/32060/stat : 32060 (manysat.sh) S 32058 32060 32034 0 -1 4202496 357 37696 0 0 0 0 537 14 18 0 1 0 622798876 8908800 252 33554432000 4194304 4922060 140735356444048 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32060/statm: 2175 252 209 178 0 68 0
[pid=32063] ppid=32060 vsize=2787512 CPUtime=19339.8 cores=0-7
/proc/32063/stat : 32063 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202496 684453 0 0 0 1933423 555 0 0 18 0 4 0 622799427 2854412288 684383 33554432000 134512640 135305190 4294697664 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/32063/statm: 696878 684383 84 194 0 696682 0
[pid=32063/tid=32064] ppid=32060 vsize=2787512 CPUtime=4834.86 cores=0-7
/proc/32063/task/32064/stat : 32064 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 132374 0 0 0 483396 90 0 0 25 0 4 0 622799492 2854412288 684383 33554432000 134512640 135305190 4294697664 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=32063/tid=32065] ppid=32060 vsize=2787512 CPUtime=4834.96 cores=0-7
/proc/32063/task/32065/stat : 32065 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 188931 0 0 0 483288 208 0 0 25 0 4 0 622799492 2854412288 684383 33554432000 134512640 135305190 4294697664 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=32063/tid=32066] ppid=32060 vsize=2787512 CPUtime=4834.68 cores=0-7
/proc/32063/task/32066/stat : 32066 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 143222 0 0 0 483360 108 0 0 25 0 4 0 622799492 2854412288 684383 33554432000 134512640 135305190 4294697664 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19345.3
Current children cumulated vsize (KiB) 2796212

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/362 32211
/proc/meminfo: memFree=9307172/32951124 swapFree=65051360/67111528
[pid=32060] ppid=32058 vsize=8700 CPUtime=5.51 cores=0-7
/proc/32060/stat : 32060 (manysat.sh) S 32058 32060 32034 0 -1 4202496 357 37696 0 0 0 0 537 14 18 0 1 0 622798876 8908800 252 33554432000 4194304 4922060 140735356444048 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32060/statm: 2175 252 209 178 0 68 0
[pid=32063] ppid=32060 vsize=2788536 CPUtime=19579.8 cores=0-7
/proc/32063/stat : 32063 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202496 684893 0 0 0 1957423 556 0 0 25 0 4 0 622799427 2855460864 684823 33554432000 134512640 135305190 4294697664 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/32063/statm: 697134 684823 84 194 0 696938 0
[pid=32063/tid=32064] ppid=32060 vsize=2788536 CPUtime=4894.86 cores=0-7
/proc/32063/task/32064/stat : 32064 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 132553 0 0 0 489396 90 0 0 25 0 4 0 622799492 2855460864 684823 33554432000 134512640 135305190 4294697664 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=32063/tid=32065] ppid=32060 vsize=2788536 CPUtime=4894.95 cores=0-7
/proc/32063/task/32065/stat : 32065 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 189035 0 0 0 489287 208 0 0 25 0 4 0 622799492 2855460864 684823 33554432000 134512640 135305190 4294697664 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=32063/tid=32066] ppid=32060 vsize=2788536 CPUtime=4894.69 cores=0-7
/proc/32063/task/32066/stat : 32066 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 143330 0 0 0 489360 109 0 0 19 0 4 0 622799492 2855460864 684823 33554432000 134512640 135305190 4294697664 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19585.3
Current children cumulated vsize (KiB) 2797236

[startup+4962.3 s]
/proc/loadavg: 4.03 4.01 4.00 5/362 32213
/proc/meminfo: memFree=9303412/32951124 swapFree=65051360/67111528
[pid=32060] ppid=32058 vsize=8700 CPUtime=5.51 cores=0-7
/proc/32060/stat : 32060 (manysat.sh) S 32058 32060 32034 0 -1 4202496 357 37696 0 0 0 0 537 14 18 0 1 0 622798876 8908800 252 33554432000 4194304 4922060 140735356444048 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32060/statm: 2175 252 209 178 0 68 0
[pid=32063] ppid=32060 vsize=2791716 CPUtime=19819.6 cores=0-7
/proc/32063/stat : 32063 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202496 685781 0 0 0 1981399 558 0 0 18 0 4 0 622799427 2858717184 685711 33554432000 134512640 135305190 4294697664 18446744073709551615 134528307 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/32063/statm: 697929 685711 84 194 0 697733 0
[pid=32063/tid=32064] ppid=32060 vsize=2791716 CPUtime=4954.87 cores=0-7
/proc/32063/task/32064/stat : 32064 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 132789 0 0 0 495396 91 0 0 25 0 4 0 622799492 2858717184 685711 33554432000 134512640 135305190 4294697664 18446744073709551615 134551575 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=32063/tid=32065] ppid=32060 vsize=2791716 CPUtime=4954.74 cores=0-7
/proc/32063/task/32065/stat : 32065 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 189220 0 0 0 495265 209 0 0 19 0 4 0 622799492 2858717184 685711 33554432000 134512640 135305190 4294697664 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=32063/tid=32066] ppid=32060 vsize=2791716 CPUtime=4954.68 cores=0-7
/proc/32063/task/32066/stat : 32066 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 143565 0 0 0 495359 109 0 0 19 0 4 0 622799492 2858717184 685711 33554432000 134512640 135305190 4294697664 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19825.1
Current children cumulated vsize (KiB) 2800416

[startup+5022.3 s]
/proc/loadavg: 4.01 4.01 4.00 5/362 32215
/proc/meminfo: memFree=9300144/32951124 swapFree=65051360/67111528
[pid=32060] ppid=32058 vsize=8700 CPUtime=5.51 cores=0-7
/proc/32060/stat : 32060 (manysat.sh) S 32058 32060 32034 0 -1 4202496 357 37696 0 0 0 0 537 14 18 0 1 0 622798876 8908800 252 33554432000 4194304 4922060 140735356444048 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32060/statm: 2175 252 209 178 0 68 0
[pid=32063] ppid=32060 vsize=2794788 CPUtime=20059.6 cores=0-7
/proc/32063/stat : 32063 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202496 686616 0 0 0 2005397 561 0 0 18 0 4 0 622799427 2861862912 686546 33554432000 134512640 135305190 4294697664 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/32063/statm: 698697 686546 84 194 0 698501 0
[pid=32063/tid=32064] ppid=32060 vsize=2794788 CPUtime=5014.87 cores=0-7
/proc/32063/task/32064/stat : 32064 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 133011 0 0 0 501396 91 0 0 25 0 4 0 622799492 2861862912 686546 33554432000 134512640 135305190 4294697664 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=32063/tid=32065] ppid=32060 vsize=2794788 CPUtime=5014.75 cores=0-7
/proc/32063/task/32065/stat : 32065 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 189564 0 0 0 501264 211 0 0 25 0 4 0 622799492 2861862912 686546 33554432000 134512640 135305190 4294697664 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=32063/tid=32066] ppid=32060 vsize=2794788 CPUtime=5014.68 cores=0-7
/proc/32063/task/32066/stat : 32066 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 143623 0 0 0 501358 110 0 0 21 0 4 0 622799492 2861862912 686546 33554432000 134512640 135305190 4294697664 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20065.1
Current children cumulated vsize (KiB) 2803488

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/362 32216
/proc/meminfo: memFree=9296992/32951124 swapFree=65051360/67111528
[pid=32060] ppid=32058 vsize=8700 CPUtime=5.51 cores=0-7
/proc/32060/stat : 32060 (manysat.sh) S 32058 32060 32034 0 -1 4202496 357 37696 0 0 0 0 537 14 18 0 1 0 622798876 8908800 252 33554432000 4194304 4922060 140735356444048 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32060/statm: 2175 252 209 178 0 68 0
[pid=32063] ppid=32060 vsize=2797860 CPUtime=20299.6 cores=0-7
/proc/32063/stat : 32063 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202496 687413 0 0 0 2029396 562 0 0 18 0 4 0 622799427 2865008640 687343 33554432000 134512640 135305190 4294697664 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/32063/statm: 699465 687343 84 194 0 699269 0
[pid=32063/tid=32064] ppid=32060 vsize=2797860 CPUtime=5074.87 cores=0-7
/proc/32063/task/32064/stat : 32064 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 133191 0 0 0 507396 91 0 0 25 0 4 0 622799492 2865008640 687343 33554432000 134512640 135305190 4294697664 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=32063/tid=32065] ppid=32060 vsize=2797860 CPUtime=5074.75 cores=0-7
/proc/32063/task/32065/stat : 32065 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 189757 0 0 0 507263 212 0 0 25 0 4 0 622799492 2865008640 687343 33554432000 134512640 135305190 4294697664 18446744073709551615 134531155 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=32063/tid=32066] ppid=32060 vsize=2797860 CPUtime=5074.68 cores=0-7
/proc/32063/task/32066/stat : 32066 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 143785 0 0 0 507358 110 0 0 18 0 4 0 622799492 2865008640 687343 33554432000 134512640 135305190 4294697664 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20305.1
Current children cumulated vsize (KiB) 2806560



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 4.00 5/362 32217
/proc/meminfo: memFree=9295236/32951124 swapFree=65051360/67111528
[pid=32060] ppid=32058 vsize=8700 CPUtime=5.51 cores=0-7
/proc/32060/stat : 32060 (manysat.sh) S 32058 32060 32034 0 -1 4202496 357 37696 0 0 0 0 537 14 18 0 1 0 622798876 8908800 252 33554432000 4194304 4922060 140735356444048 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/32060/statm: 2175 252 209 178 0 68 0
[pid=32063] ppid=32060 vsize=2798884 CPUtime=20370.4 cores=0-7
/proc/32063/stat : 32063 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202496 687855 0 0 0 2036481 563 0 0 21 0 4 0 622799427 2866057216 687785 33554432000 134512640 135305190 4294697664 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/32063/statm: 699721 687785 84 194 0 699525 0
[pid=32063/tid=32064] ppid=32060 vsize=2798884 CPUtime=5092.58 cores=0-7
/proc/32063/task/32064/stat : 32064 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 133326 0 0 0 509167 91 0 0 25 0 4 0 622799492 2866057216 687785 33554432000 134512640 135305190 4294697664 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=32063/tid=32065] ppid=32060 vsize=2798884 CPUtime=5092.46 cores=0-7
/proc/32063/task/32065/stat : 32065 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 189915 0 0 0 509034 212 0 0 19 0 4 0 622799492 2866057216 687785 33554432000 134512640 135305190 4294697664 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=32063/tid=32066] ppid=32060 vsize=2798884 CPUtime=5092.4 cores=0-7
/proc/32063/task/32066/stat : 32066 (manysat1.1_stat) R 32060 32060 32034 0 -1 4202560 143813 0 0 0 509130 110 0 0 25 0 4 0 622799492 2866057216 687785 33554432000 134512640 135305190 4294697664 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20375.9
Current children cumulated vsize (KiB) 2807584

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 32060 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=371183
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=140978
# CPU time returned by wait4() is 5.51216
# while last known CPU time is 20375.9
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.03
CPU time (s): 20376
CPU user time (s): 20370.2
CPU system time (s): 5.77
CPU usage (%): 399.526
Max. virtual memory (cumulated for all children) (KiB): 2807584

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

runsolver used 17.9133 second user time and 42.3596 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-13 18:23:46
IDJOB=3362348
IDBENCH=84248
IDSOLVER=1839
FILE ID=node146/3362348-1305303825
RUNJOBID= node146-1305303825-32048
PBS_JOBID= 13321463
Free space on /tmp= 41400 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362348-1305303825/watcher-3362348-1305303825 -o /tmp/evaluation-result-3362348-1305303825/solver-3362348-1305303825 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362348-1305303825.cnf aimd 1

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

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=1677469762

node146.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.830
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.66
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.830
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	: 5332.75
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.830
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.75
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.830
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.86
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.830
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.75
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.830
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.75
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.830
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.830
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:     32951124 kB
MemFree:      12076492 kB
Buffers:        215936 kB
Cached:        4932960 kB
SwapCached:      41828 kB
Active:       11394632 kB
Inactive:      9159636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12076492 kB
SwapTotal:    67111528 kB
SwapFree:     65051360 kB
Dirty:           16760 kB
Writeback:           0 kB
AnonPages:    15371216 kB
Mapped:          21828 kB
Slab:           193908 kB
PageTables:      58860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81751976 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= 41372 MiB
End job on node146 at 2011-05-13 19:48:48