Trace number 3361948

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 5100.02

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor064.cnf
MD5SUM902b28046d424b16042ca612ddad48e0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark809.913
Satisfiable
(Un)Satisfiability was proved
Number of variables51064
Number of clauses152039
Sum of the clauses size354755
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2101358
Number of clauses of size 350679
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.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  152037   354753 |   45611       0        0     nan |  0.000 % |
0.00/0.75	c |         0 |   86170   286586 |      --       0       --      -- |     --   | -65825/-68066
0.00/0.75	c ==============================================================================
0.00/0.75	c Result  :   #vars: 18463   #clauses: 86170   #literals: 286586
0.00/0.75	c CPU time:   0.730888 s
0.00/0.75	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-3361948-1305296579/watcher-3361948-1305296579 -o /tmp/evaluation-result-3361948-1305296579/solver-3361948-1305296579 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361948-1305296579.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.81 1.84 0.71 1/301 7059
/proc/meminfo: memFree=6467296/32950928 swapFree=67111348/67111528
[pid=7059] ppid=7057 vsize=8700 CPUtime=0 cores=0-7
/proc/7059/stat : 7059 (manysat.sh) S 7057 7059 6995 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641256657 8908800 249 33554432000 4194304 4922060 140733969009536 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7059/statm: 2175 249 209 178 0 68 0

[startup+0.093133 s]
/proc/loadavg: 3.81 1.84 0.71 1/301 7059
/proc/meminfo: memFree=6467296/32950928 swapFree=67111348/67111528
[pid=7059] ppid=7057 vsize=8700 CPUtime=0 cores=0-7
/proc/7059/stat : 7059 (manysat.sh) S 7057 7059 6995 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641256657 8908800 249 33554432000 4194304 4922060 140733969009536 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7059/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101126 s]
/proc/loadavg: 3.81 1.84 0.71 1/301 7059
/proc/meminfo: memFree=6467296/32950928 swapFree=67111348/67111528
[pid=7059] ppid=7057 vsize=8700 CPUtime=0 cores=0-7
/proc/7059/stat : 7059 (manysat.sh) S 7057 7059 6995 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641256657 8908800 249 33554432000 4194304 4922060 140733969009536 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7059/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300093 s]
/proc/loadavg: 3.81 1.84 0.71 1/301 7059
/proc/meminfo: memFree=6467296/32950928 swapFree=67111348/67111528
[pid=7059] ppid=7057 vsize=8700 CPUtime=0 cores=0-7
/proc/7059/stat : 7059 (manysat.sh) S 7057 7059 6995 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641256657 8908800 249 33554432000 4194304 4922060 140733969009536 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7059/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701028 s]
/proc/loadavg: 3.81 1.84 0.71 1/301 7059
/proc/meminfo: memFree=6467296/32950928 swapFree=67111348/67111528
[pid=7059] ppid=7057 vsize=8700 CPUtime=0 cores=0-7
/proc/7059/stat : 7059 (manysat.sh) S 7057 7059 6995 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641256657 8908800 249 33554432000 4194304 4922060 140733969009536 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7059/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50088 s]
/proc/loadavg: 3.81 1.84 0.71 5/306 7065
/proc/meminfo: memFree=6432288/32950928 swapFree=67111348/67111528
[pid=7059] ppid=7057 vsize=8700 CPUtime=0.81 cores=0-7
/proc/7059/stat : 7059 (manysat.sh) S 7057 7059 6995 0 -1 4202496 356 6868 0 0 0 0 78 3 18 0 1 0 641256657 8908800 252 33554432000 4194304 4922060 140733969009536 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7059/statm: 2175 252 209 178 0 68 0
[pid=7062] ppid=7059 vsize=67088 CPUtime=2.29 cores=0-7
/proc/7062/stat : 7062 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202496 8430 0 0 0 218 11 0 0 18 0 4 0 641256739 68698112 8385 33554432000 134512640 135305190 4287220464 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7062/statm: 16772 8385 84 194 0 16576 0
[pid=7062/tid=7063] ppid=7059 vsize=67088 CPUtime=0.53 cores=0-7
/proc/7062/task/7063/stat : 7063 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 413 0 0 0 52 1 0 0 18 0 4 0 641256751 68698112 8385 33554432000 134512640 135305190 4287220464 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7062/tid=7064] ppid=7059 vsize=67088 CPUtime=0.54 cores=0-7
/proc/7062/task/7064/stat : 7064 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 503 0 0 0 51 3 0 0 18 0 4 0 641256751 68698112 8385 33554432000 134512640 135305190 4287220464 18446744073709551615 134541848 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=7062/tid=7065] ppid=7059 vsize=67088 CPUtime=0.54 cores=0-7
/proc/7062/task/7065/stat : 7065 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 465 0 0 0 52 2 0 0 16 0 4 0 641256751 68698112 8385 33554432000 134512640 135305190 4287220464 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 75788

[startup+3.1006 s]
/proc/loadavg: 3.81 1.84 0.71 5/306 7065
/proc/meminfo: memFree=6423064/32950928 swapFree=67111348/67111528
[pid=7059] ppid=7057 vsize=8700 CPUtime=0.81 cores=0-7
/proc/7059/stat : 7059 (manysat.sh) S 7057 7059 6995 0 -1 4202496 356 6868 0 0 0 0 78 3 18 0 1 0 641256657 8908800 252 33554432000 4194304 4922060 140733969009536 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7059/statm: 2175 252 209 178 0 68 0
[pid=7062] ppid=7059 vsize=79648 CPUtime=8.69 cores=0-7
/proc/7062/stat : 7062 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202496 11442 0 0 0 855 14 0 0 18 0 4 0 641256739 81559552 11397 33554432000 134512640 135305190 4287220464 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7062/statm: 19912 11397 84 194 0 19716 0
[pid=7062/tid=7063] ppid=7059 vsize=79648 CPUtime=2.13 cores=0-7
/proc/7062/task/7063/stat : 7063 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 860 0 0 0 211 2 0 0 18 0 4 0 641256751 81559552 11397 33554432000 134512640 135305190 4287220464 18446744073709551615 134530638 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7062/tid=7064] ppid=7059 vsize=79648 CPUtime=2.13 cores=0-7
/proc/7062/task/7064/stat : 7064 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 1872 0 0 0 210 3 0 0 18 0 4 0 641256751 81559552 11397 33554432000 134512640 135305190 4287220464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=7062/tid=7065] ppid=7059 vsize=79648 CPUtime=2.14 cores=0-7
/proc/7062/task/7065/stat : 7065 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 1040 0 0 0 211 3 0 0 18 0 4 0 641256751 81559552 11397 33554432000 134512640 135305190 4287220464 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.5
Current children cumulated vsize (KiB) 88348

[startup+6.30109 s]
/proc/loadavg: 3.83 1.88 0.73 5/306 7066
/proc/meminfo: memFree=6401860/32950928 swapFree=67111348/67111528
[pid=7059] ppid=7057 vsize=8700 CPUtime=0.81 cores=0-7
/proc/7059/stat : 7059 (manysat.sh) S 7057 7059 6995 0 -1 4202496 356 6868 0 0 0 0 78 3 18 0 1 0 641256657 8908800 252 33554432000 4194304 4922060 140733969009536 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7059/statm: 2175 252 209 178 0 68 0
[pid=7062] ppid=7059 vsize=97280 CPUtime=21.48 cores=0-7
/proc/7062/stat : 7062 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202496 16023 0 0 0 2132 16 0 0 18 0 4 0 641256739 99614720 15952 33554432000 134512640 135305190 4287220464 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7062/statm: 24320 15952 84 194 0 24124 0
[pid=7062/tid=7063] ppid=7059 vsize=97280 CPUtime=5.33 cores=0-7
/proc/7062/task/7063/stat : 7063 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 1562 0 0 0 531 2 0 0 18 0 4 0 641256751 99614720 15952 33554432000 134512640 135305190 4287220464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7062/tid=7064] ppid=7059 vsize=97280 CPUtime=5.34 cores=0-7
/proc/7062/task/7064/stat : 7064 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 3659 0 0 0 530 4 0 0 18 0 4 0 641256751 99614720 15952 33554432000 134512640 135305190 4287220464 18446744073709551615 134554270 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=7062/tid=7065] ppid=7059 vsize=97280 CPUtime=5.33 cores=0-7
/proc/7062/task/7065/stat : 7065 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 1976 0 0 0 530 3 0 0 25 0 4 0 641256751 99614720 15952 33554432000 134512640 135305190 4287220464 18446744073709551615 134528187 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.29
Current children cumulated vsize (KiB) 105980

[startup+12.7009 s]
/proc/loadavg: 3.84 1.91 0.75 5/306 7066
/proc/meminfo: memFree=6368544/32950928 swapFree=67111348/67111528
[pid=7059] ppid=7057 vsize=8700 CPUtime=0.81 cores=0-7
/proc/7059/stat : 7059 (manysat.sh) S 7057 7059 6995 0 -1 4202496 356 6868 0 0 0 0 78 3 18 0 1 0 641256657 8908800 252 33554432000 4194304 4922060 140733969009536 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7059/statm: 2175 252 209 178 0 68 0
[pid=7062] ppid=7059 vsize=127116 CPUtime=47.07 cores=0-7
/proc/7062/stat : 7062 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202496 23364 0 0 0 4687 20 0 0 18 0 4 0 641256739 130166784 23293 33554432000 134512640 135305190 4287220464 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7062/statm: 31779 23293 84 194 0 31583 0
[pid=7062/tid=7063] ppid=7059 vsize=127116 CPUtime=11.72 cores=0-7
/proc/7062/task/7063/stat : 7063 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 2768 0 0 0 1169 3 0 0 20 0 4 0 641256751 130166784 23293 33554432000 134512640 135305190 4287220464 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7062/tid=7064] ppid=7059 vsize=127116 CPUtime=11.73 cores=0-7
/proc/7062/task/7064/stat : 7064 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 6454 0 0 0 1168 5 0 0 20 0 4 0 641256751 130166784 23293 33554432000 134512640 135305190 4287220464 18446744073709551615 134541840 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=7062/tid=7065] ppid=7059 vsize=127116 CPUtime=11.74 cores=0-7
/proc/7062/task/7065/stat : 7065 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 3520 0 0 0 1170 4 0 0 25 0 4 0 641256751 130166784 23293 33554432000 134512640 135305190 4287220464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 47.88
Current children cumulated vsize (KiB) 135816

[startup+25.5007 s]
/proc/loadavg: 3.88 2.01 0.80 5/306 7066
/proc/meminfo: memFree=6344436/32950928 swapFree=67111348/67111528
[pid=7059] ppid=7057 vsize=8700 CPUtime=0.81 cores=0-7
/proc/7059/stat : 7059 (manysat.sh) S 7057 7059 6995 0 -1 4202496 356 6868 0 0 0 0 78 3 18 0 1 0 641256657 8908800 252 33554432000 4194304 4922060 140733969009536 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7059/statm: 2175 252 209 178 0 68 0
[pid=7062] ppid=7059 vsize=152036 CPUtime=98.24 cores=0-7
/proc/7062/stat : 7062 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202496 29539 0 0 0 9798 26 0 0 19 0 4 0 641256739 155684864 29428 33554432000 134512640 135305190 4287220464 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7062/statm: 38009 29428 84 194 0 37813 0
[pid=7062/tid=7063] ppid=7059 vsize=152036 CPUtime=24.52 cores=0-7
/proc/7062/task/7063/stat : 7063 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 3703 0 0 0 2448 4 0 0 21 0 4 0 641256751 155684864 29428 33554432000 134512640 135305190 4287220464 18446744073709551615 134541974 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7062/tid=7064] ppid=7059 vsize=152036 CPUtime=24.52 cores=0-7
/proc/7062/task/7064/stat : 7064 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 8925 0 0 0 2445 7 0 0 19 0 4 0 641256751 155684864 29428 33554432000 134512640 135305190 4287220464 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=7062/tid=7065] ppid=7059 vsize=152036 CPUtime=24.53 cores=0-7
/proc/7062/task/7065/stat : 7065 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 4817 0 0 0 2448 5 0 0 25 0 4 0 641256751 155684864 29428 33554432000 134512640 135305190 4287220464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 99.05
Current children cumulated vsize (KiB) 160736

[startup+51.1011 s]
/proc/loadavg: 3.92 2.17 0.88 5/306 7067
/proc/meminfo: memFree=6300716/32950928 swapFree=67111348/67111528
[pid=7059] ppid=7057 vsize=8700 CPUtime=0.81 cores=0-7
/proc/7059/stat : 7059 (manysat.sh) S 7057 7059 6995 0 -1 4202496 356 6868 0 0 0 0 78 3 18 0 1 0 641256657 8908800 252 33554432000 4194304 4922060 140733969009536 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7059/statm: 2175 252 209 178 0 68 0
[pid=7062] ppid=7059 vsize=195876 CPUtime=200.59 cores=0-7
/proc/7062/stat : 7062 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202496 40446 0 0 0 20025 34 0 0 18 0 4 0 641256739 200577024 40335 33554432000 134512640 135305190 4287220464 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7062/statm: 48969 40335 84 194 0 48773 0
[pid=7062/tid=7063] ppid=7059 vsize=195876 CPUtime=50.11 cores=0-7
/proc/7062/task/7063/stat : 7063 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 5955 0 0 0 5005 6 0 0 18 0 4 0 641256751 200577024 40335 33554432000 134512640 135305190 4287220464 18446744073709551615 134551804 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7062/tid=7064] ppid=7059 vsize=195876 CPUtime=50.1 cores=0-7
/proc/7062/task/7064/stat : 7064 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 12857 0 0 0 5001 9 0 0 21 0 4 0 641256751 200577024 40335 33554432000 134512640 135305190 4287220464 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=7062/tid=7065] ppid=7059 vsize=195876 CPUtime=50.11 cores=0-7
/proc/7062/task/7065/stat : 7065 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 6908 0 0 0 5005 6 0 0 25 0 4 0 641256751 200577024 40335 33554432000 134512640 135305190 4287220464 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 201.4
Current children cumulated vsize (KiB) 204576

[startup+102.311 s]
/proc/loadavg: 3.96 2.45 1.05 5/306 7068
/proc/meminfo: memFree=6259040/32950928 swapFree=67111348/67111528
[pid=7059] ppid=7057 vsize=8700 CPUtime=0.81 cores=0-7
/proc/7059/stat : 7059 (manysat.sh) S 7057 7059 6995 0 -1 4202496 356 6868 0 0 0 0 78 3 18 0 1 0 641256657 8908800 252 33554432000 4194304 4922060 140733969009536 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7059/statm: 2175 252 209 178 0 68 0
[pid=7062] ppid=7059 vsize=237336 CPUtime=405.35 cores=0-7
/proc/7062/stat : 7062 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202496 50686 0 0 0 40492 43 0 0 18 0 4 0 641256739 243032064 50575 33554432000 134512640 135305190 4287220464 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7062/statm: 59334 50575 84 194 0 59138 0
[pid=7062/tid=7063] ppid=7059 vsize=237336 CPUtime=101.3 cores=0-7
/proc/7062/task/7063/stat : 7063 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 8323 0 0 0 10121 9 0 0 18 0 4 0 641256751 243032064 50575 33554432000 134512640 135305190 4287220464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7062/tid=7064] ppid=7059 vsize=237336 CPUtime=101.3 cores=0-7
/proc/7062/task/7064/stat : 7064 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 15901 0 0 0 10118 12 0 0 25 0 4 0 641256751 243032064 50575 33554432000 134512640 135305190 4287220464 18446744073709551615 134528464 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=7062/tid=7065] ppid=7059 vsize=237336 CPUtime=101.3 cores=0-7
/proc/7062/task/7065/stat : 7065 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 9064 0 0 0 10122 8 0 0 25 0 4 0 641256751 243032064 50575 33554432000 134512640 135305190 4287220464 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 406.16
Current children cumulated vsize (KiB) 246036

[startup+162.301 s]
/proc/loadavg: 4.03 2.75 1.23 5/306 7070
/proc/meminfo: memFree=6203344/32950928 swapFree=67111348/67111528
[pid=7059] ppid=7057 vsize=8700 CPUtime=0.81 cores=0-7
/proc/7059/stat : 7059 (manysat.sh) S 7057 7059 6995 0 -1 4202496 356 6868 0 0 0 0 78 3 18 0 1 0 641256657 8908800 252 33554432000 4194304 4922060 140733969009536 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7059/statm: 2175 252 209 178 0 68 0
[pid=7062] ppid=7059 vsize=295760 CPUtime=645.23 cores=0-7
/proc/7062/stat : 7062 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202496 64602 0 0 0 64470 53 0 0 18 0 4 0 641256739 302858240 64491 33554432000 134512640 135305190 4287220464 18446744073709551615 134551531 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7062/statm: 73940 64491 84 194 0 73744 0
[pid=7062/tid=7063] ppid=7059 vsize=295760 CPUtime=161.27 cores=0-7

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

/proc/7062/task/7065/stat : 7065 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 125394 0 0 0 465956 114 0 0 18 0 4 0 641256751 2320203776 550070 33554432000 134512640 135305190 4287220464 18446744073709551615 134538599 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18642.8
Current children cumulated vsize (KiB) 2274524

[startup+4722.31 s]
/proc/loadavg: 4.03 4.01 3.93 5/306 7204
/proc/meminfo: memFree=4252724/32950928 swapFree=67111348/67111528
[pid=7059] ppid=7057 vsize=8700 CPUtime=0.81 cores=0-7
/proc/7059/stat : 7059 (manysat.sh) S 7057 7059 6995 0 -1 4202496 356 6868 0 0 0 0 78 3 18 0 1 0 641256657 8908800 252 33554432000 4194304 4922060 140733969009536 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7059/statm: 2175 252 209 178 0 68 0
[pid=7062] ppid=7059 vsize=2271708 CPUtime=18882 cores=0-7
/proc/7062/stat : 7062 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202496 551232 0 0 0 1887740 460 0 0 25 0 4 0 641256739 2326228992 551073 33554432000 134512640 135305190 4287220464 18446744073709551615 134528933 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7062/statm: 567927 551073 84 194 0 567731 0
[pid=7062/tid=7063] ppid=7059 vsize=2271708 CPUtime=4720.41 cores=0-7
/proc/7062/task/7063/stat : 7063 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 116479 0 0 0 471936 105 0 0 25 0 4 0 641256751 2326228992 551073 33554432000 134512640 135305190 4287220464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7062/tid=7064] ppid=7059 vsize=2271708 CPUtime=4720.19 cores=0-7
/proc/7062/task/7064/stat : 7064 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 185453 0 0 0 471892 127 0 0 25 0 4 0 641256751 2326228992 551073 33554432000 134512640 135305190 4287220464 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=7062/tid=7065] ppid=7059 vsize=2271708 CPUtime=4720.62 cores=0-7
/proc/7062/task/7065/stat : 7065 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 125394 0 0 0 471947 115 0 0 21 0 4 0 641256751 2326228992 551073 33554432000 134512640 135305190 4287220464 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18882.8
Current children cumulated vsize (KiB) 2280408

[startup+4782.3 s]
/proc/loadavg: 4.01 4.00 3.93 5/306 7206
/proc/meminfo: memFree=4251220/32950928 swapFree=67111348/67111528
[pid=7059] ppid=7057 vsize=8700 CPUtime=0.81 cores=0-7
/proc/7059/stat : 7059 (manysat.sh) S 7057 7059 6995 0 -1 4202496 356 6868 0 0 0 0 78 3 18 0 1 0 641256657 8908800 252 33554432000 4194304 4922060 140733969009536 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7059/statm: 2175 252 209 178 0 68 0
[pid=7062] ppid=7059 vsize=2275452 CPUtime=19121.9 cores=0-7
/proc/7062/stat : 7062 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202496 551636 0 0 0 1911728 462 0 0 25 0 4 0 641256739 2330062848 551477 33554432000 134512640 135305190 4287220464 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7062/statm: 568863 551477 84 194 0 568667 0
[pid=7062/tid=7063] ppid=7059 vsize=2275452 CPUtime=4780.41 cores=0-7
/proc/7062/task/7063/stat : 7063 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 116557 0 0 0 477935 106 0 0 25 0 4 0 641256751 2330062848 551477 33554432000 134512640 135305190 4287220464 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7062/tid=7064] ppid=7059 vsize=2275452 CPUtime=4780.13 cores=0-7
/proc/7062/task/7064/stat : 7064 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 185652 0 0 0 477885 128 0 0 25 0 4 0 641256751 2330062848 551477 33554432000 134512640 135305190 4287220464 18446744073709551615 134552678 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=7062/tid=7065] ppid=7059 vsize=2275452 CPUtime=4780.61 cores=0-7
/proc/7062/task/7065/stat : 7065 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 125394 0 0 0 477946 115 0 0 25 0 4 0 641256751 2330062848 551477 33554432000 134512640 135305190 4287220464 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19122.7
Current children cumulated vsize (KiB) 2284152

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/306 7207
/proc/meminfo: memFree=4250580/32950928 swapFree=67111348/67111528
[pid=7059] ppid=7057 vsize=8700 CPUtime=0.81 cores=0-7
/proc/7059/stat : 7059 (manysat.sh) S 7057 7059 6995 0 -1 4202496 356 6868 0 0 0 0 78 3 18 0 1 0 641256657 8908800 252 33554432000 4194304 4922060 140733969009536 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7059/statm: 2175 252 209 178 0 68 0
[pid=7062] ppid=7059 vsize=2275716 CPUtime=19361.9 cores=0-7
/proc/7062/stat : 7062 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202496 551806 0 0 0 1935728 462 0 0 18 0 4 0 641256739 2330333184 551647 33554432000 134512640 135305190 4287220464 18446744073709551615 134538178 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7062/statm: 568929 551647 84 194 0 568733 0
[pid=7062/tid=7063] ppid=7059 vsize=2275716 CPUtime=4840.41 cores=0-7
/proc/7062/task/7063/stat : 7063 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 116620 0 0 0 483935 106 0 0 25 0 4 0 641256751 2330333184 551647 33554432000 134512640 135305190 4287220464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7062/tid=7064] ppid=7059 vsize=2275716 CPUtime=4840.13 cores=0-7
/proc/7062/task/7064/stat : 7064 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 185695 0 0 0 483885 128 0 0 25 0 4 0 641256751 2330333184 551647 33554432000 134512640 135305190 4287220464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=7062/tid=7065] ppid=7059 vsize=2275716 CPUtime=4840.61 cores=0-7
/proc/7062/task/7065/stat : 7065 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 125394 0 0 0 483946 115 0 0 25 0 4 0 641256751 2330333184 551647 33554432000 134512640 135305190 4287220464 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19362.7
Current children cumulated vsize (KiB) 2284416

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/306 7209
/proc/meminfo: memFree=4249944/32950928 swapFree=67111348/67111528
[pid=7059] ppid=7057 vsize=8700 CPUtime=0.81 cores=0-7
/proc/7059/stat : 7059 (manysat.sh) S 7057 7059 6995 0 -1 4202496 356 6868 0 0 0 0 78 3 18 0 1 0 641256657 8908800 252 33554432000 4194304 4922060 140733969009536 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7059/statm: 2175 252 209 178 0 68 0
[pid=7062] ppid=7059 vsize=2276316 CPUtime=19601.9 cores=0-7
/proc/7062/stat : 7062 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202496 551957 0 0 0 1959726 463 0 0 25 0 4 0 641256739 2330947584 551798 33554432000 134512640 135305190 4287220464 18446744073709551615 134538540 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7062/statm: 569079 551798 84 194 0 568883 0
[pid=7062/tid=7063] ppid=7059 vsize=2276316 CPUtime=4900.41 cores=0-7
/proc/7062/task/7063/stat : 7063 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 116765 0 0 0 489935 106 0 0 25 0 4 0 641256751 2330947584 551798 33554432000 134512640 135305190 4287220464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7062/tid=7064] ppid=7059 vsize=2276316 CPUtime=4900.13 cores=0-7
/proc/7062/task/7064/stat : 7064 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 185701 0 0 0 489885 128 0 0 25 0 4 0 641256751 2330947584 551798 33554432000 134512640 135305190 4287220464 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=7062/tid=7065] ppid=7059 vsize=2276316 CPUtime=4900.62 cores=0-7
/proc/7062/task/7065/stat : 7065 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 125394 0 0 0 489946 116 0 0 25 0 4 0 641256751 2330947584 551798 33554432000 134512640 135305190 4287220464 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19602.7
Current children cumulated vsize (KiB) 2285016

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/306 7211
/proc/meminfo: memFree=4248940/32950928 swapFree=67111348/67111528
[pid=7059] ppid=7057 vsize=8700 CPUtime=0.81 cores=0-7
/proc/7059/stat : 7059 (manysat.sh) S 7057 7059 6995 0 -1 4202496 356 6868 0 0 0 0 78 3 18 0 1 0 641256657 8908800 252 33554432000 4194304 4922060 140733969009536 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7059/statm: 2175 252 209 178 0 68 0
[pid=7062] ppid=7059 vsize=2277356 CPUtime=19841.8 cores=0-7
/proc/7062/stat : 7062 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202496 552172 0 0 0 1983709 466 0 0 25 0 4 0 641256739 2332012544 552013 33554432000 134512640 135305190 4287220464 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7062/statm: 569339 552013 84 194 0 569143 0
[pid=7062/tid=7063] ppid=7059 vsize=2277356 CPUtime=4960.41 cores=0-7
/proc/7062/task/7063/stat : 7063 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 116856 0 0 0 495935 106 0 0 18 0 4 0 641256751 2332012544 552013 33554432000 134512640 135305190 4287220464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7062/tid=7064] ppid=7059 vsize=2277356 CPUtime=4960.13 cores=0-7
/proc/7062/task/7064/stat : 7064 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 185825 0 0 0 495884 129 0 0 25 0 4 0 641256751 2332012544 552013 33554432000 134512640 135305190 4287220464 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=7062/tid=7065] ppid=7059 vsize=2277356 CPUtime=4960.62 cores=0-7
/proc/7062/task/7065/stat : 7065 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 125394 0 0 0 495946 116 0 0 18 0 4 0 641256751 2332012544 552013 33554432000 134512640 135305190 4287220464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19842.6
Current children cumulated vsize (KiB) 2286056

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/306 7212
/proc/meminfo: memFree=4248544/32950928 swapFree=67111348/67111528
[pid=7059] ppid=7057 vsize=8700 CPUtime=0.81 cores=0-7
/proc/7059/stat : 7059 (manysat.sh) S 7057 7059 6995 0 -1 4202496 356 6868 0 0 0 0 78 3 18 0 1 0 641256657 8908800 252 33554432000 4194304 4922060 140733969009536 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7059/statm: 2175 252 209 178 0 68 0
[pid=7062] ppid=7059 vsize=2277356 CPUtime=20081.7 cores=0-7
/proc/7062/stat : 7062 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202496 552242 0 0 0 2007700 466 0 0 18 0 4 0 641256739 2332012544 552083 33554432000 134512640 135305190 4287220464 18446744073709551615 134528501 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7062/statm: 569339 552083 84 194 0 569143 0
[pid=7062/tid=7063] ppid=7059 vsize=2277356 CPUtime=5020.4 cores=0-7
/proc/7062/task/7063/stat : 7063 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 116910 0 0 0 501934 106 0 0 22 0 4 0 641256751 2332012544 552083 33554432000 134512640 135305190 4287220464 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7062/tid=7064] ppid=7059 vsize=2277356 CPUtime=5020.04 cores=0-7
/proc/7062/task/7064/stat : 7064 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 185841 0 0 0 501875 129 0 0 25 0 4 0 641256751 2332012544 552083 33554432000 134512640 135305190 4287220464 18446744073709551615 134551684 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=7062/tid=7065] ppid=7059 vsize=2277356 CPUtime=5020.61 cores=0-7
/proc/7062/task/7065/stat : 7065 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 125394 0 0 0 501945 116 0 0 25 0 4 0 641256751 2332012544 552083 33554432000 134512640 135305190 4287220464 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20082.5
Current children cumulated vsize (KiB) 2286056

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/306 7214
/proc/meminfo: memFree=4248532/32950928 swapFree=67111348/67111528
[pid=7059] ppid=7057 vsize=8700 CPUtime=0.81 cores=0-7
/proc/7059/stat : 7059 (manysat.sh) S 7057 7059 6995 0 -1 4202496 356 6868 0 0 0 0 78 3 18 0 1 0 641256657 8908800 252 33554432000 4194304 4922060 140733969009536 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7059/statm: 2175 252 209 178 0 68 0
[pid=7062] ppid=7059 vsize=2277464 CPUtime=20321.6 cores=0-7
/proc/7062/stat : 7062 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202496 552287 0 0 0 2031691 468 0 0 19 0 4 0 641256739 2332123136 552128 33554432000 134512640 135305190 4287220464 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7062/statm: 569366 552128 84 194 0 569170 0
[pid=7062/tid=7063] ppid=7059 vsize=2277464 CPUtime=5080.33 cores=0-7
/proc/7062/task/7063/stat : 7063 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 116955 0 0 0 507926 107 0 0 18 0 4 0 641256751 2332123136 552128 33554432000 134512640 135305190 4287220464 18446744073709551615 134538136 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7062/tid=7064] ppid=7059 vsize=2277464 CPUtime=5080.04 cores=0-7
/proc/7062/task/7064/stat : 7064 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 185841 0 0 0 507875 129 0 0 25 0 4 0 641256751 2332123136 552128 33554432000 134512640 135305190 4287220464 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=7062/tid=7065] ppid=7059 vsize=2277464 CPUtime=5080.62 cores=0-7
/proc/7062/task/7065/stat : 7065 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 125394 0 0 0 507945 117 0 0 20 0 4 0 641256751 2332123136 552128 33554432000 134512640 135305190 4287220464 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20322.4
Current children cumulated vsize (KiB) 2286164



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.93 5/306 7214
/proc/meminfo: memFree=4248400/32950928 swapFree=67111348/67111528
[pid=7059] ppid=7057 vsize=8700 CPUtime=0.81 cores=0-7
/proc/7059/stat : 7059 (manysat.sh) S 7057 7059 6995 0 -1 4202496 356 6868 0 0 0 0 78 3 18 0 1 0 641256657 8908800 252 33554432000 4194304 4922060 140733969009536 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7059/statm: 2175 252 209 178 0 68 0
[pid=7062] ppid=7059 vsize=2277464 CPUtime=20392.2 cores=0-7
/proc/7062/stat : 7062 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202496 552287 0 0 0 2038752 469 0 0 18 0 4 0 641256739 2332123136 552128 33554432000 134512640 135305190 4287220464 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/7062/statm: 569366 552128 84 194 0 569170 0
[pid=7062/tid=7063] ppid=7059 vsize=2277464 CPUtime=5097.84 cores=0-7
/proc/7062/task/7063/stat : 7063 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 116955 0 0 0 509676 108 0 0 18 0 4 0 641256751 2332123136 552128 33554432000 134512640 135305190 4287220464 18446744073709551615 134538919 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=7062/tid=7064] ppid=7059 vsize=2277464 CPUtime=5097.75 cores=0-7
/proc/7062/task/7064/stat : 7064 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 185841 0 0 0 509646 129 0 0 25 0 4 0 641256751 2332123136 552128 33554432000 134512640 135305190 4287220464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=7062/tid=7065] ppid=7059 vsize=2277464 CPUtime=5098.33 cores=0-7
/proc/7062/task/7065/stat : 7065 (manysat1.1_stat) R 7059 7059 6995 0 -1 4202560 125394 0 0 0 509716 117 0 0 25 0 4 0 641256751 2332123136 552128 33554432000 134512640 135305190 4287220464 18446744073709551615 134528444 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20393
Current children cumulated vsize (KiB) 2286164

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 7059 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=787880
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=33994
# CPU time returned by wait4() is 0.821874
# while last known CPU time is 20393
#
# 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
CPU user time (s): 20388.3
CPU system time (s): 4.72
CPU usage (%): 399.861
Max. virtual memory (cumulated for all children) (KiB): 2286164

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

runsolver used 15.1287 second user time and 35.2636 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-13 16:22:59
IDJOB=3361948
IDBENCH=70817
IDSOLVER=1839
FILE ID=node120/3361948-1305296579
RUNJOBID= node120-1305296394-7009
PBS_JOBID= 13321433
Free space on /tmp= 47972 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor064.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361948-1305296579/watcher-3361948-1305296579 -o /tmp/evaluation-result-3361948-1305296579/solver-3361948-1305296579 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3361948-1305296579.cnf aimd 1

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

MD5SUM BENCH= 902b28046d424b16042ca612ddad48e0
RANDOM SEED=368512160

node120.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.809
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.61
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.809
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.07
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.809
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.809
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.809
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.78
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.809
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.809
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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       6467692 kB
Buffers:        239608 kB
Cached:        9315016 kB
SwapCached:          0 kB
Active:       17803012 kB
Inactive:      8255284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6467692 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            3984 kB
Writeback:         132 kB
AnonPages:    16504248 kB
Mapped:          24220 kB
Slab:           312832 kB
PageTables:      48324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51545236 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= 47964 MiB
End job on node120 at 2011-05-13 17:48:01