Trace number 3361932

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) 20393.9 5100.02

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl064.cnf
MD5SUM4f9c883534eb89cad9b9cad9e6eccbd0
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 variables75103
Number of clauses225116
Sum of the clauses size525268
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2150076
Number of clauses of size 375038
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |  225114   525266 |   67534       0        0     nan |  0.000 % |
0.99/1.06	c |         0 |  139451   431015 |      --       0       --      -- |     --   | -85661/-94246
0.99/1.06	c ==============================================================================
0.99/1.06	c Result  :   #vars: 27388   #clauses: 139451   #literals: 431015
0.99/1.06	c CPU time:   1.04284 s
0.99/1.06	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: 977)

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-3361932-1307655351/watcher-3361932-1307655351 -o /tmp/evaluation-result-3361932-1307655351/solver-3361932-1307655351 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361932-1307655351.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: 5.11 5.78 5.67 2/170 3443
/proc/meminfo: memFree=31987996/32951124 swapFree=67050508/67111528
[pid=3443] ppid=3441 vsize=8700 CPUtime=0 cores=0-7
/proc/3443/stat : 3443 (manysat.sh) S 3441 3443 3311 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 877137433 8908800 250 33554432000 4194304 4922060 140736870659168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3443/statm: 2175 250 209 178 0 68 0

[startup+0.036373 s]
/proc/loadavg: 5.11 5.78 5.67 2/170 3443
/proc/meminfo: memFree=31987996/32951124 swapFree=67050508/67111528
[pid=3443] ppid=3441 vsize=8700 CPUtime=0 cores=0-7
/proc/3443/stat : 3443 (manysat.sh) S 3441 3443 3311 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 877137433 8908800 250 33554432000 4194304 4922060 140736870659168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3443/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100362 s]
/proc/loadavg: 5.11 5.78 5.67 2/170 3443
/proc/meminfo: memFree=31987996/32951124 swapFree=67050508/67111528
[pid=3443] ppid=3441 vsize=8700 CPUtime=0 cores=0-7
/proc/3443/stat : 3443 (manysat.sh) S 3441 3443 3311 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 877137433 8908800 250 33554432000 4194304 4922060 140736870659168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3443/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300327 s]
/proc/loadavg: 5.11 5.78 5.67 2/170 3443
/proc/meminfo: memFree=31987996/32951124 swapFree=67050508/67111528
[pid=3443] ppid=3441 vsize=8700 CPUtime=0 cores=0-7
/proc/3443/stat : 3443 (manysat.sh) S 3441 3443 3311 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 877137433 8908800 250 33554432000 4194304 4922060 140736870659168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3443/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70026 s]
/proc/loadavg: 5.11 5.78 5.67 2/170 3443
/proc/meminfo: memFree=31987996/32951124 swapFree=67050508/67111528
[pid=3443] ppid=3441 vsize=8700 CPUtime=0 cores=0-7
/proc/3443/stat : 3443 (manysat.sh) S 3441 3443 3311 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 877137433 8908800 250 33554432000 4194304 4922060 140736870659168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3443/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50106 s]
/proc/loadavg: 5.11 5.78 5.67 2/172 3446
/proc/meminfo: memFree=31944728/32951124 swapFree=67050508/67111528
[pid=3443] ppid=3441 vsize=8700 CPUtime=1.15 cores=0-7
/proc/3443/stat : 3443 (manysat.sh) S 3441 3443 3311 0 -1 4202496 358 10675 0 0 0 0 113 2 18 0 1 0 877137433 8908800 253 33554432000 4194304 4922060 140736870659168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3443/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 8700

[startup+3.10079 s]
/proc/loadavg: 5.11 5.78 5.67 5/175 3450
/proc/meminfo: memFree=31930888/32951124 swapFree=67050508/67111528
[pid=3443] ppid=3441 vsize=8700 CPUtime=1.15 cores=0-7
/proc/3443/stat : 3443 (manysat.sh) S 3441 3443 3311 0 -1 4202496 358 10675 0 0 0 0 113 2 18 0 1 0 877137433 8908800 253 33554432000 4194304 4922060 140736870659168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3443/statm: 2175 253 209 178 0 68 0
[pid=3447] ppid=3443 vsize=85952 CPUtime=7.15 cores=0-7
/proc/3447/stat : 3447 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202496 12674 0 0 0 700 15 0 0 18 0 4 0 877137549 88014848 12622 33554432000 134512640 135305190 4290314736 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/3447/statm: 21488 12622 84 194 0 21292 0
[pid=3447/tid=3448] ppid=3443 vsize=85952 CPUtime=1.74 cores=0-7
/proc/3447/task/3448/stat : 3448 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 674 0 0 0 170 4 0 0 17 0 4 0 877137566 88014848 12622 33554432000 134512640 135305190 4290314736 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3447/tid=3449] ppid=3443 vsize=85952 CPUtime=1.73 cores=0-7
/proc/3447/task/3449/stat : 3449 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 778 0 0 0 170 3 0 0 18 0 4 0 877137566 88014848 12623 33554432000 134512640 135305190 4290314736 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=3447/tid=3450] ppid=3443 vsize=85952 CPUtime=1.73 cores=0-7
/proc/3447/task/3450/stat : 3450 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 907 0 0 0 170 3 0 0 18 0 4 0 877137566 88014848 12623 33554432000 134512640 135305190 4290314736 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.3
Current children cumulated vsize (KiB) 94652

[startup+6.30118 s]
/proc/loadavg: 5.02 5.75 5.67 5/175 3450
/proc/meminfo: memFree=31920624/32951124 swapFree=67050508/67111528
[pid=3443] ppid=3441 vsize=8700 CPUtime=1.15 cores=0-7
/proc/3443/stat : 3443 (manysat.sh) S 3441 3443 3311 0 -1 4202496 358 10675 0 0 0 0 113 2 18 0 1 0 877137433 8908800 253 33554432000 4194304 4922060 140736870659168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3443/statm: 2175 253 209 178 0 68 0
[pid=3447] ppid=3443 vsize=95992 CPUtime=19.94 cores=0-7
/proc/3447/stat : 3447 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202496 15076 0 0 0 1978 16 0 0 18 0 4 0 877137549 98295808 15024 33554432000 134512640 135305190 4290314736 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/3447/statm: 23998 15024 84 194 0 23802 0
[pid=3447/tid=3448] ppid=3443 vsize=95992 CPUtime=4.94 cores=0-7
/proc/3447/task/3448/stat : 3448 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 1184 0 0 0 490 4 0 0 18 0 4 0 877137566 98295808 15024 33554432000 134512640 135305190 4290314736 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3447/tid=3449] ppid=3443 vsize=95992 CPUtime=4.93 cores=0-7
/proc/3447/task/3449/stat : 3449 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 1412 0 0 0 490 3 0 0 18 0 4 0 877137566 98295808 15024 33554432000 134512640 135305190 4290314736 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=3447/tid=3450] ppid=3443 vsize=95992 CPUtime=4.93 cores=0-7
/proc/3447/task/3450/stat : 3450 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 1528 0 0 0 489 4 0 0 18 0 4 0 877137566 98295808 15024 33554432000 134512640 135305190 4290314736 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 21.09
Current children cumulated vsize (KiB) 104692

[startup+12.701 s]
/proc/loadavg: 4.94 5.72 5.66 5/175 3450
/proc/meminfo: memFree=31905224/32951124 swapFree=67050508/67111528
[pid=3443] ppid=3441 vsize=8700 CPUtime=1.15 cores=0-7
/proc/3443/stat : 3443 (manysat.sh) S 3441 3443 3311 0 -1 4202496 358 10675 0 0 0 0 113 2 18 0 1 0 877137433 8908800 253 33554432000 4194304 4922060 140736870659168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3443/statm: 2175 253 209 178 0 68 0
[pid=3447] ppid=3443 vsize=111296 CPUtime=45.53 cores=0-7
/proc/3447/stat : 3447 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202496 18936 0 0 0 4535 18 0 0 18 0 4 0 877137549 113967104 18884 33554432000 134512640 135305190 4290314736 18446744073709551615 134557261 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/3447/statm: 27824 18884 84 194 0 27628 0
[pid=3447/tid=3448] ppid=3443 vsize=111296 CPUtime=11.33 cores=0-7
/proc/3447/task/3448/stat : 3448 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 1931 0 0 0 1129 4 0 0 25 0 4 0 877137566 113967104 18884 33554432000 134512640 135305190 4290314736 18446744073709551615 134556846 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3447/tid=3449] ppid=3443 vsize=111296 CPUtime=11.33 cores=0-7
/proc/3447/task/3449/stat : 3449 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 2602 0 0 0 1129 4 0 0 18 0 4 0 877137566 113967104 18884 33554432000 134512640 135305190 4290314736 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=3447/tid=3450] ppid=3443 vsize=111296 CPUtime=11.33 cores=0-7
/proc/3447/task/3450/stat : 3450 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 2359 0 0 0 1129 4 0 0 18 0 4 0 877137566 113967104 18884 33554432000 134512640 135305190 4290314736 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.68
Current children cumulated vsize (KiB) 119996

[startup+25.5005 s]
/proc/loadavg: 4.73 5.64 5.63 5/175 3450
/proc/meminfo: memFree=31887716/32951124 swapFree=67050508/67111528
[pid=3443] ppid=3441 vsize=8700 CPUtime=1.15 cores=0-7
/proc/3443/stat : 3443 (manysat.sh) S 3441 3443 3311 0 -1 4202496 358 10675 0 0 0 0 113 2 18 0 1 0 877137433 8908800 253 33554432000 4194304 4922060 140736870659168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3443/statm: 2175 253 209 178 0 68 0
[pid=3447] ppid=3443 vsize=130008 CPUtime=96.72 cores=0-7
/proc/3447/stat : 3447 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202496 23629 0 0 0 9651 21 0 0 18 0 4 0 877137549 133128192 23577 33554432000 134512640 135305190 4290314736 18446744073709551615 134551639 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/3447/statm: 32502 23577 84 194 0 32306 0
[pid=3447/tid=3448] ppid=3443 vsize=130008 CPUtime=24.14 cores=0-7
/proc/3447/task/3448/stat : 3448 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 2819 0 0 0 2409 5 0 0 25 0 4 0 877137566 133128192 23577 33554432000 134512640 135305190 4290314736 18446744073709551615 134557493 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3447/tid=3449] ppid=3443 vsize=130008 CPUtime=24.12 cores=0-7
/proc/3447/task/3449/stat : 3449 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 3939 0 0 0 2408 4 0 0 18 0 4 0 877137566 133128192 23577 33554432000 134512640 135305190 4290314736 18446744073709551615 134552830 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=3447/tid=3450] ppid=3443 vsize=130008 CPUtime=24.12 cores=0-7
/proc/3447/task/3450/stat : 3450 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 3673 0 0 0 2407 5 0 0 18 0 4 0 877137566 133128192 23577 33554432000 134512640 135305190 4290314736 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 97.87
Current children cumulated vsize (KiB) 138708

[startup+51.1007 s]
/proc/loadavg: 4.48 5.50 5.58 5/175 3451
/proc/meminfo: memFree=31848328/32951124 swapFree=67050508/67111528
[pid=3443] ppid=3441 vsize=8700 CPUtime=1.15 cores=0-7
/proc/3443/stat : 3443 (manysat.sh) S 3441 3443 3311 0 -1 4202496 358 10675 0 0 0 0 113 2 18 0 1 0 877137433 8908800 253 33554432000 4194304 4922060 140736870659168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3443/statm: 2175 253 209 178 0 68 0
[pid=3447] ppid=3443 vsize=169540 CPUtime=199.08 cores=0-7
/proc/3447/stat : 3447 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202496 33539 0 0 0 19881 27 0 0 18 0 4 0 877137549 173608960 33487 33554432000 134512640 135305190 4290314736 18446744073709551615 134528582 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/3447/statm: 42385 33487 84 194 0 42189 0
[pid=3447/tid=3448] ppid=3443 vsize=169540 CPUtime=49.72 cores=0-7
/proc/3447/task/3448/stat : 3448 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 4732 0 0 0 4966 6 0 0 25 0 4 0 877137566 173608960 33487 33554432000 134512640 135305190 4290314736 18446744073709551615 134530991 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3447/tid=3449] ppid=3443 vsize=169540 CPUtime=49.72 cores=0-7
/proc/3447/task/3449/stat : 3449 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 6672 0 0 0 4966 6 0 0 18 0 4 0 877137566 173608960 33487 33554432000 134512640 135305190 4290314736 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=3447/tid=3450] ppid=3443 vsize=169540 CPUtime=49.72 cores=0-7
/proc/3447/task/3450/stat : 3450 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 6505 0 0 0 4965 7 0 0 18 0 4 0 877137566 173608960 33487 33554432000 134512640 135305190 4290314736 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 200.23
Current children cumulated vsize (KiB) 178240

[startup+102.306 s]
/proc/loadavg: 4.21 5.27 5.50 5/175 3452
/proc/meminfo: memFree=31836144/32951124 swapFree=67050508/67111528
[pid=3443] ppid=3441 vsize=8700 CPUtime=1.15 cores=0-7
/proc/3443/stat : 3443 (manysat.sh) S 3441 3443 3311 0 -1 4202496 358 10675 0 0 0 0 113 2 18 0 1 0 877137433 8908800 253 33554432000 4194304 4922060 140736870659168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3443/statm: 2175 253 209 178 0 68 0
[pid=3447] ppid=3443 vsize=180524 CPUtime=403.85 cores=0-7
/proc/3447/stat : 3447 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202496 36239 0 0 0 40353 32 0 0 25 0 4 0 877137549 184856576 36187 33554432000 134512640 135305190 4290314736 18446744073709551615 134551744 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/3447/statm: 45131 36187 84 194 0 44935 0
[pid=3447/tid=3448] ppid=3443 vsize=180524 CPUtime=100.92 cores=0-7
/proc/3447/task/3448/stat : 3448 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 5366 0 0 0 10085 7 0 0 25 0 4 0 877137566 184856576 36187 33554432000 134512640 135305190 4290314736 18446744073709551615 134618993 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3447/tid=3449] ppid=3443 vsize=180524 CPUtime=100.9 cores=0-7
/proc/3447/task/3449/stat : 3449 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 7265 0 0 0 10082 8 0 0 19 0 4 0 877137566 184856576 36187 33554432000 134512640 135305190 4290314736 18446744073709551615 134552874 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=3447/tid=3450] ppid=3443 vsize=180524 CPUtime=100.91 cores=0-7
/proc/3447/task/3450/stat : 3450 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 7225 0 0 0 10083 8 0 0 18 0 4 0 877137566 184856576 36187 33554432000 134512640 135305190 4290314736 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 405
Current children cumulated vsize (KiB) 189224

[startup+162.301 s]
/proc/loadavg: 4.07 5.04 5.40 5/175 3454
/proc/meminfo: memFree=31787876/32951124 swapFree=67050508/67111528
[pid=3443] ppid=3441 vsize=8700 CPUtime=1.15 cores=0-7
/proc/3443/stat : 3443 (manysat.sh) S 3441 3443 3311 0 -1 4202496 358 10675 0 0 0 0 113 2 18 0 1 0 877137433 8908800 253 33554432000 4194304 4922060 140736870659168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3443/statm: 2175 253 209 178 0 68 0
[pid=3447] ppid=3443 vsize=228356 CPUtime=643.77 cores=0-7
/proc/3447/stat : 3447 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202496 48334 0 0 0 64338 39 0 0 18 0 4 0 877137549 233836544 48282 33554432000 134512640 135305190 4290314736 18446744073709551615 134839991 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/3447/statm: 57089 48282 84 194 0 56893 0
[pid=3447/tid=3448] ppid=3443 vsize=228356 CPUtime=160.9 cores=0-7
/proc/3447/task/3448/stat : 3448 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 8175 0 0 0 16082 8 0 0 25 0 4 0 877137566 233836544 48282 33554432000 134512640 135305190 4290314736 18446744073709551615 134528181 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3447/tid=3449] ppid=3443 vsize=228356 CPUtime=160.89 cores=0-7
/proc/3447/task/3449/stat : 3449 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 10319 0 0 0 16080 9 0 0 20 0 4 0 877137566 233836544 48282 33554432000 134512640 135305190 4290314736 18446744073709551615 134553371 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=3447/tid=3450] ppid=3443 vsize=228356 CPUtime=160.89 cores=0-7
/proc/3447/task/3450/stat : 3450 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 10319 0 0 0 16079 10 0 0 18 0 4 0 877137566 233836544 48282 33554432000 134512640 135305190 4290314736 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 644.92
Current children cumulated vsize (KiB) 237056

[startup+222.301 s]

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

/proc/3447/task/3450/stat : 3450 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 78272 0 0 0 465969 81 0 0 25 0 4 0 877137566 1230434304 287687 33554432000 134512640 135305190 4290314736 18446744073709551615 134551659 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18643.3
Current children cumulated vsize (KiB) 1210296

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 4.00 5/175 3602
/proc/meminfo: memFree=30783796/32951124 swapFree=67050508/67111528
[pid=3443] ppid=3441 vsize=8700 CPUtime=1.15 cores=0-7
/proc/3443/stat : 3443 (manysat.sh) S 3441 3443 3311 0 -1 4202496 358 10675 0 0 0 0 113 2 18 0 1 0 877137433 8908800 253 33554432000 4194304 4922060 140736870659168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3443/statm: 2175 253 209 178 0 68 0
[pid=3447] ppid=3443 vsize=1243584 CPUtime=18882.2 cores=0-7
/proc/3447/stat : 3447 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202496 298078 0 0 0 1887892 328 0 0 20 0 4 0 877137549 1273430016 298026 33554432000 134512640 135305190 4290314736 18446744073709551615 134528744 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/3447/statm: 310896 298026 84 194 0 310700 0
[pid=3447/tid=3448] ppid=3443 vsize=1243584 CPUtime=4720.58 cores=0-7
/proc/3447/task/3448/stat : 3448 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 60361 0 0 0 471998 60 0 0 25 0 4 0 877137566 1273430016 298026 33554432000 134512640 135305190 4290314736 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3447/tid=3449] ppid=3443 vsize=1243584 CPUtime=4720.42 cores=0-7
/proc/3447/task/3449/stat : 3449 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 75127 0 0 0 471968 74 0 0 25 0 4 0 877137566 1273430016 298026 33554432000 134512640 135305190 4290314736 18446744073709551615 134551793 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=3447/tid=3450] ppid=3443 vsize=1243584 CPUtime=4720.51 cores=0-7
/proc/3447/task/3450/stat : 3450 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 81150 0 0 0 471968 83 0 0 25 0 4 0 877137566 1273430016 298027 33554432000 134512640 135305190 4290314736 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18883.4
Current children cumulated vsize (KiB) 1252284

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/175 3604
/proc/meminfo: memFree=30746928/32951124 swapFree=67050508/67111528
[pid=3443] ppid=3441 vsize=8700 CPUtime=1.15 cores=0-7
/proc/3443/stat : 3443 (manysat.sh) S 3441 3443 3311 0 -1 4202496 358 10675 0 0 0 0 113 2 18 0 1 0 877137433 8908800 253 33554432000 4194304 4922060 140736870659168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3443/statm: 2175 253 209 178 0 68 0
[pid=3447] ppid=3443 vsize=1280216 CPUtime=19122.1 cores=0-7
/proc/3447/stat : 3447 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202496 307321 0 0 0 1911869 338 0 0 25 0 4 0 877137549 1310941184 307269 33554432000 134512640 135305190 4290314736 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/3447/statm: 320054 307269 84 194 0 319858 0
[pid=3447/tid=3448] ppid=3443 vsize=1280216 CPUtime=4780.58 cores=0-7
/proc/3447/task/3448/stat : 3448 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 62247 0 0 0 477995 63 0 0 25 0 4 0 877137566 1310941184 307269 33554432000 134512640 135305190 4290314736 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3447/tid=3449] ppid=3443 vsize=1280216 CPUtime=4780.41 cores=0-7
/proc/3447/task/3449/stat : 3449 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 77304 0 0 0 477965 76 0 0 24 0 4 0 877137566 1310941184 307269 33554432000 134512640 135305190 4290314736 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=3447/tid=3450] ppid=3443 vsize=1280216 CPUtime=4780.5 cores=0-7
/proc/3447/task/3450/stat : 3450 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 84025 0 0 0 477965 85 0 0 18 0 4 0 877137566 1310941184 307269 33554432000 134512640 135305190 4290314736 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19123.2
Current children cumulated vsize (KiB) 1288916

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/175 3606
/proc/meminfo: memFree=30745388/32951124 swapFree=67050508/67111528
[pid=3443] ppid=3441 vsize=8700 CPUtime=1.15 cores=0-7
/proc/3443/stat : 3443 (manysat.sh) S 3441 3443 3311 0 -1 4202496 358 10675 0 0 0 0 113 2 18 0 1 0 877137433 8908800 253 33554432000 4194304 4922060 140736870659168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3443/statm: 2175 253 209 178 0 68 0
[pid=3447] ppid=3443 vsize=1281528 CPUtime=19362.1 cores=0-7
/proc/3447/stat : 3447 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202496 307675 0 0 0 1935869 338 0 0 25 0 4 0 877137549 1312284672 307623 33554432000 134512640 135305190 4290314736 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/3447/statm: 320382 307623 84 194 0 320186 0
[pid=3447/tid=3448] ppid=3443 vsize=1281528 CPUtime=4840.58 cores=0-7
/proc/3447/task/3448/stat : 3448 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 62297 0 0 0 483995 63 0 0 25 0 4 0 877137566 1312284672 307623 33554432000 134512640 135305190 4290314736 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3447/tid=3449] ppid=3443 vsize=1281528 CPUtime=4840.41 cores=0-7
/proc/3447/task/3449/stat : 3449 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 77333 0 0 0 483965 76 0 0 25 0 4 0 877137566 1312284672 307623 33554432000 134512640 135305190 4290314736 18446744073709551615 134551939 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=3447/tid=3450] ppid=3443 vsize=1281528 CPUtime=4840.51 cores=0-7
/proc/3447/task/3450/stat : 3450 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 84300 0 0 0 483966 85 0 0 25 0 4 0 877137566 1312284672 307623 33554432000 134512640 135305190 4290314736 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19363.2
Current children cumulated vsize (KiB) 1290228

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/175 3607
/proc/meminfo: memFree=30743852/32951124 swapFree=67050508/67111528
[pid=3443] ppid=3441 vsize=8700 CPUtime=1.15 cores=0-7
/proc/3443/stat : 3443 (manysat.sh) S 3441 3443 3311 0 -1 4202496 358 10675 0 0 0 0 113 2 18 0 1 0 877137433 8908800 253 33554432000 4194304 4922060 140736870659168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3443/statm: 2175 253 209 178 0 68 0
[pid=3447] ppid=3443 vsize=1283596 CPUtime=19602.1 cores=0-7
/proc/3447/stat : 3447 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202496 308113 0 0 0 1959870 339 0 0 25 0 4 0 877137549 1314402304 308061 33554432000 134512640 135305190 4290314736 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/3447/statm: 320899 308061 84 194 0 320703 0
[pid=3447/tid=3448] ppid=3443 vsize=1283596 CPUtime=4900.58 cores=0-7
/proc/3447/task/3448/stat : 3448 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 62330 0 0 0 489995 63 0 0 25 0 4 0 877137566 1314402304 308061 33554432000 134512640 135305190 4290314736 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3447/tid=3449] ppid=3443 vsize=1283596 CPUtime=4900.42 cores=0-7
/proc/3447/task/3449/stat : 3449 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 77447 0 0 0 489966 76 0 0 25 0 4 0 877137566 1314402304 308061 33554432000 134512640 135305190 4290314736 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=3447/tid=3450] ppid=3443 vsize=1283596 CPUtime=4900.51 cores=0-7
/proc/3447/task/3450/stat : 3450 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 84591 0 0 0 489966 85 0 0 25 0 4 0 877137566 1314402304 308061 33554432000 134512640 135305190 4290314736 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19603.2
Current children cumulated vsize (KiB) 1292296

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/175 3609
/proc/meminfo: memFree=30741568/32951124 swapFree=67050508/67111528
[pid=3443] ppid=3441 vsize=8700 CPUtime=1.15 cores=0-7
/proc/3443/stat : 3443 (manysat.sh) S 3441 3443 3311 0 -1 4202496 358 10675 0 0 0 0 113 2 18 0 1 0 877137433 8908800 253 33554432000 4194304 4922060 140736870659168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3443/statm: 2175 253 209 178 0 68 0
[pid=3447] ppid=3443 vsize=1285688 CPUtime=19842 cores=0-7
/proc/3447/stat : 3447 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202496 308658 0 0 0 1983858 340 0 0 25 0 4 0 877137549 1316544512 308606 33554432000 134512640 135305190 4290314736 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/3447/statm: 321422 308606 84 194 0 321226 0
[pid=3447/tid=3448] ppid=3443 vsize=1285688 CPUtime=4960.58 cores=0-7
/proc/3447/task/3448/stat : 3448 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 62354 0 0 0 495995 63 0 0 25 0 4 0 877137566 1316544512 308606 33554432000 134512640 135305190 4290314736 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3447/tid=3449] ppid=3443 vsize=1285688 CPUtime=4960.42 cores=0-7
/proc/3447/task/3449/stat : 3449 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 77598 0 0 0 495966 76 0 0 25 0 4 0 877137566 1316544512 308606 33554432000 134512640 135305190 4290314736 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=3447/tid=3450] ppid=3443 vsize=1285688 CPUtime=4960.39 cores=0-7
/proc/3447/task/3450/stat : 3450 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 84656 0 0 0 495954 85 0 0 21 0 4 0 877137566 1316544512 308606 33554432000 134512640 135305190 4290314736 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19843.1
Current children cumulated vsize (KiB) 1294388

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/175 3610
/proc/meminfo: memFree=30740780/32951124 swapFree=67050508/67111528
[pid=3443] ppid=3441 vsize=8700 CPUtime=1.15 cores=0-7
/proc/3443/stat : 3443 (manysat.sh) S 3441 3443 3311 0 -1 4202496 358 10675 0 0 0 0 113 2 18 0 1 0 877137433 8908800 253 33554432000 4194304 4922060 140736870659168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3443/statm: 2175 253 209 178 0 68 0
[pid=3447] ppid=3443 vsize=1287572 CPUtime=20081.9 cores=0-7
/proc/3447/stat : 3447 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202496 308907 0 0 0 2007854 340 0 0 25 0 4 0 877137549 1318473728 308855 33554432000 134512640 135305190 4290314736 18446744073709551615 134556752 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/3447/statm: 321893 308855 84 194 0 321697 0
[pid=3447/tid=3448] ppid=3443 vsize=1287572 CPUtime=5020.59 cores=0-7
/proc/3447/task/3448/stat : 3448 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 62444 0 0 0 501996 63 0 0 25 0 4 0 877137566 1318473728 308855 33554432000 134512640 135305190 4290314736 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3447/tid=3449] ppid=3443 vsize=1287572 CPUtime=5020.38 cores=0-7
/proc/3447/task/3449/stat : 3449 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 77757 0 0 0 501962 76 0 0 25 0 4 0 877137566 1318473728 308855 33554432000 134512640 135305190 4290314736 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=3447/tid=3450] ppid=3443 vsize=1287572 CPUtime=5020.39 cores=0-7
/proc/3447/task/3450/stat : 3450 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 84656 0 0 0 501954 85 0 0 25 0 4 0 877137566 1318473728 308855 33554432000 134512640 135305190 4290314736 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20083.1
Current children cumulated vsize (KiB) 1296272

[startup+5082.3 s]
/proc/loadavg: 4.03 4.01 4.00 5/175 3612
/proc/meminfo: memFree=30739616/32951124 swapFree=67050508/67111528
[pid=3443] ppid=3441 vsize=8700 CPUtime=1.15 cores=0-7
/proc/3443/stat : 3443 (manysat.sh) S 3441 3443 3311 0 -1 4202496 358 10675 0 0 0 0 113 2 18 0 1 0 877137433 8908800 253 33554432000 4194304 4922060 140736870659168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3443/statm: 2175 253 209 178 0 68 0
[pid=3447] ppid=3443 vsize=1288004 CPUtime=20322 cores=0-7
/proc/3447/stat : 3447 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202496 309075 0 0 0 2031855 341 0 0 25 0 4 0 877137549 1318916096 309023 33554432000 134512640 135305190 4290314736 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/3447/statm: 322001 309023 84 194 0 321805 0
[pid=3447/tid=3448] ppid=3443 vsize=1288004 CPUtime=5080.59 cores=0-7
/proc/3447/task/3448/stat : 3448 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 62561 0 0 0 507996 63 0 0 25 0 4 0 877137566 1318916096 309023 33554432000 134512640 135305190 4290314736 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3447/tid=3449] ppid=3443 vsize=1288004 CPUtime=5080.38 cores=0-7
/proc/3447/task/3449/stat : 3449 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 77782 0 0 0 507962 76 0 0 25 0 4 0 877137566 1318916096 309023 33554432000 134512640 135305190 4290314736 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=3447/tid=3450] ppid=3443 vsize=1288004 CPUtime=5080.4 cores=0-7
/proc/3447/task/3450/stat : 3450 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 84682 0 0 0 507954 86 0 0 25 0 4 0 877137566 1318916096 309023 33554432000 134512640 135305190 4290314736 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20323.1
Current children cumulated vsize (KiB) 1296704



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.02 4.01 4.00 5/175 3612
/proc/meminfo: memFree=30738844/32951124 swapFree=67050508/67111528
[pid=3443] ppid=3441 vsize=8700 CPUtime=1.15 cores=0-7
/proc/3443/stat : 3443 (manysat.sh) S 3441 3443 3311 0 -1 4202496 358 10675 0 0 0 0 113 2 18 0 1 0 877137433 8908800 253 33554432000 4194304 4922060 140736870659168 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3443/statm: 2175 253 209 178 0 68 0
[pid=3447] ppid=3443 vsize=1288004 CPUtime=20392.8 cores=0-7
/proc/3447/stat : 3447 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202496 309263 0 0 0 2038936 341 0 0 25 0 4 0 877137549 1318916096 309211 33554432000 134512640 135305190 4290314736 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/3447/statm: 322001 309211 84 194 0 321805 0
[pid=3447/tid=3448] ppid=3443 vsize=1288004 CPUtime=5098.29 cores=0-7
/proc/3447/task/3448/stat : 3448 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 62577 0 0 0 509766 63 0 0 25 0 4 0 877137566 1318916096 309211 33554432000 134512640 135305190 4290314736 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3447/tid=3449] ppid=3443 vsize=1288004 CPUtime=5098.09 cores=0-7
/proc/3447/task/3449/stat : 3449 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 77887 0 0 0 509733 76 0 0 25 0 4 0 877137566 1318916096 309211 33554432000 134512640 135305190 4290314736 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=3447/tid=3450] ppid=3443 vsize=1288004 CPUtime=5098.11 cores=0-7
/proc/3447/task/3450/stat : 3450 (manysat1.1_stat) R 3443 3443 3311 0 -1 4202560 84716 0 0 0 509725 86 0 0 19 0 4 0 877137566 1318916096 309211 33554432000 134512640 135305190 4290314736 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20393.9
Current children cumulated vsize (KiB) 1296704

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 3443 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=133827
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=30995
# CPU time returned by wait4() is 1.16482
# while last known CPU time is 20393.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): 20393.9
CPU user time (s): 20390.5
CPU system time (s): 3.43
CPU usage (%): 399.879
Max. virtual memory (cumulated for all children) (KiB): 1296704

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

runsolver used 7.99378 second user time and 17.1894 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-09 23:35:51
IDJOB=3361932
IDBENCH=70781
IDSOLVER=1839
FILE ID=node102/3361932-1307655351
RUNJOBID= node102-1307655054-3326
PBS_JOBID= 13549421
Free space on /tmp= 74196 MiB

SOLVER NAME= SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl064.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361932-1307655351/watcher-3361932-1307655351 -o /tmp/evaluation-result-3361932-1307655351/solver-3361932-1307655351 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3361932-1307655351.cnf aimd 1

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

MD5SUM BENCH= 4f9c883534eb89cad9b9cad9e6eccbd0
RANDOM SEED=1495789343

node102.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	: 5226.15
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.82
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.75
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.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.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.82
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:     32951124 kB
MemFree:      31988168 kB
Buffers:        217668 kB
Cached:         509868 kB
SwapCached:      25184 kB
Active:         348768 kB
Inactive:       408564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31988168 kB
SwapTotal:    67111528 kB
SwapFree:     67050508 kB
Dirty:            5292 kB
Writeback:           0 kB
AnonPages:       26292 kB
Mapped:           8772 kB
Slab:           140012 kB
PageTables:       3912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184980 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= 74188 MiB
End job on node102 at 2011-06-10 01:00:53