Trace number 3361958

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-22-s100.cnf
MD5SUM96596d59af0c6949ab68ac8c5abcf28b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark56.4984
Satisfiable
(Un)Satisfiability was proved
Number of variables31616
Number of clauses95110
Sum of the clauses size224220
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260982
Number of clauses of size 334064
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.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   94910   223744 |   28472       0        0     nan |  0.000 % |
0.00/0.67	c |         0 |   57628   172230 |      --       0       --      -- |     --   | -36942/-50538
0.00/0.67	c ==============================================================================
0.00/0.67	c Result  :   #vars: 13864   #clauses: 57628   #literals: 172230
0.00/0.67	c CPU time:   0.663899 s
0.00/0.67	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-3361958-1305296680/watcher-3361958-1305296680 -o /tmp/evaluation-result-3361958-1305296680/solver-3361958-1305296680 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361958-1305296680.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.82 2.40 1.02 1/288 28939
/proc/meminfo: memFree=6444728/32950928 swapFree=67111364/67111528
[pid=28939] ppid=28937 vsize=8700 CPUtime=0 cores=0-7
/proc/28939/stat : 28939 (manysat.sh) S 28937 28939 28839 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 97277389 8908800 250 33554432000 4194304 4922060 140733631452656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28939/statm: 2175 250 209 178 0 68 0

[startup+0.029309 s]
/proc/loadavg: 3.82 2.40 1.02 1/288 28939
/proc/meminfo: memFree=6444728/32950928 swapFree=67111364/67111528
[pid=28939] ppid=28937 vsize=8700 CPUtime=0 cores=0-7
/proc/28939/stat : 28939 (manysat.sh) S 28937 28939 28839 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 97277389 8908800 250 33554432000 4194304 4922060 140733631452656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28939/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100284 s]
/proc/loadavg: 3.82 2.40 1.02 1/288 28939
/proc/meminfo: memFree=6444728/32950928 swapFree=67111364/67111528
[pid=28939] ppid=28937 vsize=8700 CPUtime=0 cores=0-7
/proc/28939/stat : 28939 (manysat.sh) S 28937 28939 28839 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 97277389 8908800 250 33554432000 4194304 4922060 140733631452656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28939/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300249 s]
/proc/loadavg: 3.82 2.40 1.02 1/288 28939
/proc/meminfo: memFree=6444728/32950928 swapFree=67111364/67111528
[pid=28939] ppid=28937 vsize=8700 CPUtime=0 cores=0-7
/proc/28939/stat : 28939 (manysat.sh) S 28937 28939 28839 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 97277389 8908800 250 33554432000 4194304 4922060 140733631452656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28939/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701158 s]
/proc/loadavg: 3.82 2.40 1.02 1/288 28939
/proc/meminfo: memFree=6444728/32950928 swapFree=67111364/67111528
[pid=28939] ppid=28937 vsize=8700 CPUtime=0 cores=0-7
/proc/28939/stat : 28939 (manysat.sh) S 28937 28939 28839 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 97277389 8908800 250 33554432000 4194304 4922060 140733631452656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28939/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.501 s]
/proc/loadavg: 3.82 2.40 1.02 5/293 28945
/proc/meminfo: memFree=6419144/32950928 swapFree=67111364/67111528
[pid=28939] ppid=28937 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28939/stat : 28939 (manysat.sh) S 28937 28939 28839 0 -1 4202496 356 4051 0 0 0 0 70 1 15 0 1 0 97277389 8908800 253 33554432000 4194304 4922060 140733631452656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28939/statm: 2175 253 209 178 0 68 0
[pid=28942] ppid=28939 vsize=55192 CPUtime=2.86 cores=0-7
/proc/28942/stat : 28942 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202496 5364 0 0 0 282 4 0 0 18 0 4 0 97277460 56516608 5315 33554432000 134512640 135305190 4289820352 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/28942/statm: 13798 5315 84 194 0 13602 0
[pid=28942/tid=28943] ppid=28939 vsize=55192 CPUtime=0.7 cores=0-7
/proc/28942/task/28943/stat : 28943 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 198 0 0 0 69 1 0 0 17 0 4 0 97277468 56516608 5315 33554432000 134512640 135305190 4289820352 18446744073709551615 134528181 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=28942/tid=28944] ppid=28939 vsize=55192 CPUtime=0.69 cores=0-7
/proc/28942/task/28944/stat : 28944 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 194 0 0 0 68 1 0 0 18 0 4 0 97277468 56516608 5315 33554432000 134512640 135305190 4289820352 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=28942/tid=28945] ppid=28939 vsize=55192 CPUtime=0.69 cores=0-7
/proc/28942/task/28945/stat : 28945 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 238 0 0 0 69 0 0 0 18 0 4 0 97277468 56516608 5315 33554432000 134512640 135305190 4289820352 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 63892

[startup+3.10071 s]
/proc/loadavg: 3.82 2.40 1.02 5/293 28945
/proc/meminfo: memFree=6417780/32950928 swapFree=67111364/67111528
[pid=28939] ppid=28937 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28939/stat : 28939 (manysat.sh) S 28937 28939 28839 0 -1 4202496 356 4051 0 0 0 0 70 1 15 0 1 0 97277389 8908800 253 33554432000 4194304 4922060 140733631452656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28939/statm: 2175 253 209 178 0 68 0
[pid=28942] ppid=28939 vsize=55980 CPUtime=9.26 cores=0-7
/proc/28942/stat : 28942 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202496 5569 0 0 0 922 4 0 0 20 0 4 0 97277460 57323520 5520 33554432000 134512640 135305190 4289820352 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/28942/statm: 13995 5520 84 194 0 13799 0
[pid=28942/tid=28943] ppid=28939 vsize=55980 CPUtime=2.29 cores=0-7
/proc/28942/task/28943/stat : 28943 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 261 0 0 0 228 1 0 0 20 0 4 0 97277468 57323520 5520 33554432000 134512640 135305190 4289820352 18446744073709551615 134557464 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=28942/tid=28944] ppid=28939 vsize=55980 CPUtime=2.29 cores=0-7
/proc/28942/task/28944/stat : 28944 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 229 0 0 0 228 1 0 0 21 0 4 0 97277468 57323520 5520 33554432000 134512640 135305190 4289820352 18446744073709551615 134528203 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=28942/tid=28945] ppid=28939 vsize=55980 CPUtime=2.29 cores=0-7
/proc/28942/task/28945/stat : 28945 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 307 0 0 0 229 0 0 0 21 0 4 0 97277468 57323520 5520 33554432000 134512640 135305190 4289820352 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.97
Current children cumulated vsize (KiB) 64680

[startup+6.30114 s]
/proc/loadavg: 3.83 2.42 1.04 5/293 28945
/proc/meminfo: memFree=6416736/32950928 swapFree=67111364/67111528
[pid=28939] ppid=28937 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28939/stat : 28939 (manysat.sh) S 28937 28939 28839 0 -1 4202496 356 4051 0 0 0 0 70 1 15 0 1 0 97277389 8908800 253 33554432000 4194304 4922060 140733631452656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28939/statm: 2175 253 209 178 0 68 0
[pid=28942] ppid=28939 vsize=57244 CPUtime=22.06 cores=0-7
/proc/28942/stat : 28942 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202496 5930 0 0 0 2202 4 0 0 25 0 4 0 97277460 58617856 5881 33554432000 134512640 135305190 4289820352 18446744073709551615 134528744 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/28942/statm: 14311 5881 84 194 0 14115 0
[pid=28942/tid=28943] ppid=28939 vsize=57244 CPUtime=5.5 cores=0-7
/proc/28942/task/28943/stat : 28943 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 297 0 0 0 549 1 0 0 25 0 4 0 97277468 58617856 5881 33554432000 134512640 135305190 4289820352 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=28942/tid=28944] ppid=28939 vsize=57244 CPUtime=5.49 cores=0-7
/proc/28942/task/28944/stat : 28944 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 276 0 0 0 548 1 0 0 25 0 4 0 97277468 58617856 5881 33554432000 134512640 135305190 4289820352 18446744073709551615 134552830 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=28942/tid=28945] ppid=28939 vsize=57244 CPUtime=5.49 cores=0-7
/proc/28942/task/28945/stat : 28945 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 504 0 0 0 549 0 0 0 18 0 4 0 97277468 58617856 5881 33554432000 134512640 135305190 4289820352 18446744073709551615 134528858 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.77
Current children cumulated vsize (KiB) 65944

[startup+12.701 s]
/proc/loadavg: 3.85 2.45 1.05 5/293 28945
/proc/meminfo: memFree=6414684/32950928 swapFree=67111364/67111528
[pid=28939] ppid=28937 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28939/stat : 28939 (manysat.sh) S 28937 28939 28839 0 -1 4202496 356 4051 0 0 0 0 70 1 15 0 1 0 97277389 8908800 253 33554432000 4194304 4922060 140733631452656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28939/statm: 2175 253 209 178 0 68 0
[pid=28942] ppid=28939 vsize=59604 CPUtime=47.66 cores=0-7
/proc/28942/stat : 28942 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202496 6540 0 0 0 4761 5 0 0 25 0 4 0 97277460 61034496 6491 33554432000 134512640 135305190 4289820352 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/28942/statm: 14901 6491 84 194 0 14705 0
[pid=28942/tid=28943] ppid=28939 vsize=59604 CPUtime=11.89 cores=0-7
/proc/28942/task/28943/stat : 28943 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 399 0 0 0 1188 1 0 0 25 0 4 0 97277468 61034496 6491 33554432000 134512640 135305190 4289820352 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=28942/tid=28944] ppid=28939 vsize=59604 CPUtime=11.89 cores=0-7
/proc/28942/task/28944/stat : 28944 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 380 0 0 0 1188 1 0 0 25 0 4 0 97277468 61034496 6491 33554432000 134512640 135305190 4289820352 18446744073709551615 134553513 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=28942/tid=28945] ppid=28939 vsize=59604 CPUtime=11.88 cores=0-7
/proc/28942/task/28945/stat : 28945 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 804 0 0 0 1188 0 0 0 25 0 4 0 97277468 61034496 6491 33554432000 134512640 135305190 4289820352 18446744073709551615 134528181 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.37
Current children cumulated vsize (KiB) 68304

[startup+25.5007 s]
/proc/loadavg: 3.88 2.52 1.10 5/293 28945
/proc/meminfo: memFree=6411156/32950928 swapFree=67111364/67111528
[pid=28939] ppid=28937 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28939/stat : 28939 (manysat.sh) S 28937 28939 28839 0 -1 4202496 356 4051 0 0 0 0 70 1 15 0 1 0 97277389 8908800 253 33554432000 4194304 4922060 140733631452656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28939/statm: 2175 253 209 178 0 68 0
[pid=28942] ppid=28939 vsize=63836 CPUtime=98.86 cores=0-7
/proc/28942/stat : 28942 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202496 7652 0 0 0 9881 5 0 0 18 0 4 0 97277460 65368064 7603 33554432000 134512640 135305190 4289820352 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/28942/statm: 15959 7603 84 194 0 15763 0
[pid=28942/tid=28943] ppid=28939 vsize=63836 CPUtime=24.69 cores=0-7
/proc/28942/task/28943/stat : 28943 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 578 0 0 0 2468 1 0 0 25 0 4 0 97277468 65368064 7603 33554432000 134512640 135305190 4289820352 18446744073709551615 134557548 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=28942/tid=28944] ppid=28939 vsize=63836 CPUtime=24.68 cores=0-7
/proc/28942/task/28944/stat : 28944 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 611 0 0 0 2467 1 0 0 25 0 4 0 97277468 65368064 7603 33554432000 134512640 135305190 4289820352 18446744073709551615 134530613 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=28942/tid=28945] ppid=28939 vsize=63836 CPUtime=24.68 cores=0-7
/proc/28942/task/28945/stat : 28945 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 1268 0 0 0 2468 0 0 0 25 0 4 0 97277468 65368064 7603 33554432000 134512640 135305190 4289820352 18446744073709551615 134557478 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 99.57
Current children cumulated vsize (KiB) 72536

[startup+51.1011 s]
/proc/loadavg: 3.92 2.64 1.18 5/293 28946
/proc/meminfo: memFree=6403772/32950928 swapFree=67111364/67111528
[pid=28939] ppid=28937 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28939/stat : 28939 (manysat.sh) S 28937 28939 28839 0 -1 4202496 356 4051 0 0 0 0 70 1 15 0 1 0 97277389 8908800 253 33554432000 4194304 4922060 140733631452656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28939/statm: 2175 253 209 178 0 68 0
[pid=28942] ppid=28939 vsize=70896 CPUtime=201.26 cores=0-7
/proc/28942/stat : 28942 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202496 9518 0 0 0 20120 6 0 0 25 0 4 0 97277460 72597504 9469 33554432000 134512640 135305190 4289820352 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/28942/statm: 17724 9469 84 194 0 17528 0
[pid=28942/tid=28943] ppid=28939 vsize=70896 CPUtime=50.29 cores=0-7
/proc/28942/task/28943/stat : 28943 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 906 0 0 0 5028 1 0 0 25 0 4 0 97277468 72597504 9469 33554432000 134512640 135305190 4289820352 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=28942/tid=28944] ppid=28939 vsize=70896 CPUtime=50.28 cores=0-7
/proc/28942/task/28944/stat : 28944 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 1002 0 0 0 5027 1 0 0 25 0 4 0 97277468 72597504 9469 33554432000 134512640 135305190 4289820352 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=28942/tid=28945] ppid=28939 vsize=70896 CPUtime=50.29 cores=0-7
/proc/28942/task/28945/stat : 28945 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 1929 0 0 0 5028 1 0 0 25 0 4 0 97277468 72597504 9469 33554432000 134512640 135305190 4289820352 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 201.97
Current children cumulated vsize (KiB) 79596

[startup+102.311 s]
/proc/loadavg: 3.96 2.85 1.32 5/293 28947
/proc/meminfo: memFree=6394332/32950928 swapFree=67111364/67111528
[pid=28939] ppid=28937 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28939/stat : 28939 (manysat.sh) S 28937 28939 28839 0 -1 4202496 356 4051 0 0 0 0 70 1 15 0 1 0 97277389 8908800 253 33554432000 4194304 4922060 140733631452656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28939/statm: 2175 253 209 178 0 68 0
[pid=28942] ppid=28939 vsize=80188 CPUtime=406.11 cores=0-7
/proc/28942/stat : 28942 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202496 11792 0 0 0 40603 8 0 0 25 0 4 0 97277460 82112512 11743 33554432000 134512640 135305190 4289820352 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/28942/statm: 20047 11743 84 194 0 19851 0
[pid=28942/tid=28943] ppid=28939 vsize=80188 CPUtime=101.51 cores=0-7
/proc/28942/task/28943/stat : 28943 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 1252 0 0 0 10149 2 0 0 25 0 4 0 97277468 82112512 11743 33554432000 134512640 135305190 4289820352 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=28942/tid=28944] ppid=28939 vsize=80188 CPUtime=101.49 cores=0-7
/proc/28942/task/28944/stat : 28944 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 1697 0 0 0 10148 1 0 0 25 0 4 0 97277468 82112512 11743 33554432000 134512640 135305190 4289820352 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=28942/tid=28945] ppid=28939 vsize=80188 CPUtime=101.5 cores=0-7
/proc/28942/task/28945/stat : 28945 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 2694 0 0 0 10148 2 0 0 25 0 4 0 97277468 82112512 11743 33554432000 134512640 135305190 4289820352 18446744073709551615 134556770 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 406.82
Current children cumulated vsize (KiB) 88888

[startup+162.301 s]
/proc/loadavg: 3.98 3.05 1.49 5/293 28949
/proc/meminfo: memFree=6379312/32950928 swapFree=67111364/67111528
[pid=28939] ppid=28937 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28939/stat : 28939 (manysat.sh) S 28937 28939 28839 0 -1 4202496 356 4051 0 0 0 0 70 1 15 0 1 0 97277389 8908800 253 33554432000 4194304 4922060 140733631452656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28939/statm: 2175 253 209 178 0 68 0
[pid=28942] ppid=28939 vsize=96360 CPUtime=646.07 cores=0-7
/proc/28942/stat : 28942 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202496 15526 0 0 0 64597 10 0 0 25 0 4 0 97277460 98672640 15477 33554432000 134512640 135305190 4289820352 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/28942/statm: 24090 15477 84 194 0 23894 0
[pid=28942/tid=28943] ppid=28939 vsize=96360 CPUtime=161.5 cores=0-7

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

/proc/28942/task/28945/stat : 28945 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 17969 0 0 0 466132 16 0 0 25 0 4 0 97277468 287240192 58303 33554432000 134512640 135305190 4289820352 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18646.7
Current children cumulated vsize (KiB) 289208

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.92 5/293 29083
/proc/meminfo: memFree=6206188/32950928 swapFree=67111364/67111528
[pid=28939] ppid=28937 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28939/stat : 28939 (manysat.sh) S 28937 28939 28839 0 -1 4202496 356 4051 0 0 0 0 70 1 15 0 1 0 97277389 8908800 253 33554432000 4194304 4922060 140733631452656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28939/statm: 2175 253 209 178 0 68 0
[pid=28942] ppid=28939 vsize=281632 CPUtime=18886.1 cores=0-7
/proc/28942/stat : 28942 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202496 58610 0 0 0 1888551 56 0 0 25 0 4 0 97277460 288391168 58561 33554432000 134512640 135305190 4289820352 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/28942/statm: 70408 58561 84 194 0 70212 0
[pid=28942/tid=28943] ppid=28939 vsize=281632 CPUtime=4721.52 cores=0-7
/proc/28942/task/28943/stat : 28943 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 11187 0 0 0 472138 14 0 0 25 0 4 0 97277468 288391168 58561 33554432000 134512640 135305190 4289820352 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=28942/tid=28944] ppid=28939 vsize=281632 CPUtime=4721.45 cores=0-7
/proc/28942/task/28944/stat : 28944 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 11787 0 0 0 472134 11 0 0 25 0 4 0 97277468 288391168 58561 33554432000 134512640 135305190 4289820352 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=28942/tid=28945] ppid=28939 vsize=281632 CPUtime=4721.49 cores=0-7
/proc/28942/task/28945/stat : 28945 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 18079 0 0 0 472133 16 0 0 25 0 4 0 97277468 288391168 58561 33554432000 134512640 135305190 4289820352 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18886.8
Current children cumulated vsize (KiB) 290332

[startup+4782.3 s]
/proc/loadavg: 4.04 4.01 3.92 5/293 29084
/proc/meminfo: memFree=6205436/32950928 swapFree=67111364/67111528
[pid=28939] ppid=28937 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28939/stat : 28939 (manysat.sh) S 28937 28939 28839 0 -1 4202496 356 4051 0 0 0 0 70 1 15 0 1 0 97277389 8908800 253 33554432000 4194304 4922060 140733631452656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28939/statm: 2175 253 209 178 0 68 0
[pid=28942] ppid=28939 vsize=282928 CPUtime=19126 cores=0-7
/proc/28942/stat : 28942 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202496 58883 0 0 0 1912547 56 0 0 21 0 4 0 97277460 289718272 58834 33554432000 134512640 135305190 4289820352 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/28942/statm: 70732 58834 84 194 0 70536 0
[pid=28942/tid=28943] ppid=28939 vsize=282928 CPUtime=4781.51 cores=0-7
/proc/28942/task/28943/stat : 28943 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 11187 0 0 0 478137 14 0 0 25 0 4 0 97277468 289718272 58834 33554432000 134512640 135305190 4289820352 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=28942/tid=28944] ppid=28939 vsize=282928 CPUtime=4781.44 cores=0-7
/proc/28942/task/28944/stat : 28944 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 11797 0 0 0 478133 11 0 0 25 0 4 0 97277468 289718272 58834 33554432000 134512640 135305190 4289820352 18446744073709551615 134555118 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=28942/tid=28945] ppid=28939 vsize=282928 CPUtime=4781.48 cores=0-7
/proc/28942/task/28945/stat : 28945 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 18332 0 0 0 478132 16 0 0 25 0 4 0 97277468 289718272 58834 33554432000 134512640 135305190 4289820352 18446744073709551615 134556752 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19126.7
Current children cumulated vsize (KiB) 291628

[startup+4842.3 s]
/proc/loadavg: 4.01 4.01 3.92 5/293 29085
/proc/meminfo: memFree=6204680/32950928 swapFree=67111364/67111528
[pid=28939] ppid=28937 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28939/stat : 28939 (manysat.sh) S 28937 28939 28839 0 -1 4202496 356 4051 0 0 0 0 70 1 15 0 1 0 97277389 8908800 253 33554432000 4194304 4922060 140733631452656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28939/statm: 2175 253 209 178 0 68 0
[pid=28942] ppid=28939 vsize=283448 CPUtime=19366 cores=0-7
/proc/28942/stat : 28942 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202496 59000 0 0 0 1936546 56 0 0 25 0 4 0 97277460 290250752 58951 33554432000 134512640 135305190 4289820352 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/28942/statm: 70862 58951 84 194 0 70666 0
[pid=28942/tid=28943] ppid=28939 vsize=283448 CPUtime=4841.51 cores=0-7
/proc/28942/task/28943/stat : 28943 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 11187 0 0 0 484137 14 0 0 25 0 4 0 97277468 290250752 58951 33554432000 134512640 135305190 4289820352 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=28942/tid=28944] ppid=28939 vsize=283448 CPUtime=4841.44 cores=0-7
/proc/28942/task/28944/stat : 28944 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 11804 0 0 0 484133 11 0 0 25 0 4 0 97277468 290250752 58951 33554432000 134512640 135305190 4289820352 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=28942/tid=28945] ppid=28939 vsize=283448 CPUtime=4841.48 cores=0-7
/proc/28942/task/28945/stat : 28945 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 18429 0 0 0 484131 17 0 0 25 0 4 0 97277468 290250752 58951 33554432000 134512640 135305190 4289820352 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19366.7
Current children cumulated vsize (KiB) 292148

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/293 29087
/proc/meminfo: memFree=6204552/32950928 swapFree=67111364/67111528
[pid=28939] ppid=28937 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28939/stat : 28939 (manysat.sh) S 28937 28939 28839 0 -1 4202496 356 4051 0 0 0 0 70 1 15 0 1 0 97277389 8908800 253 33554432000 4194304 4922060 140733631452656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28939/statm: 2175 253 209 178 0 68 0
[pid=28942] ppid=28939 vsize=283768 CPUtime=19606 cores=0-7
/proc/28942/stat : 28942 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202496 59027 0 0 0 1960546 56 0 0 25 0 4 0 97277460 290578432 58978 33554432000 134512640 135305190 4289820352 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/28942/statm: 70942 58978 84 194 0 70746 0
[pid=28942/tid=28943] ppid=28939 vsize=283768 CPUtime=4901.51 cores=0-7
/proc/28942/task/28943/stat : 28943 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 11187 0 0 0 490137 14 0 0 25 0 4 0 97277468 290578432 58978 33554432000 134512640 135305190 4289820352 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=28942/tid=28944] ppid=28939 vsize=283768 CPUtime=4901.44 cores=0-7
/proc/28942/task/28944/stat : 28944 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 11806 0 0 0 490133 11 0 0 25 0 4 0 97277468 290578432 58978 33554432000 134512640 135305190 4289820352 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=28942/tid=28945] ppid=28939 vsize=283768 CPUtime=4901.48 cores=0-7
/proc/28942/task/28945/stat : 28945 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 18429 0 0 0 490131 17 0 0 25 0 4 0 97277468 290578432 58978 33554432000 134512640 135305190 4289820352 18446744073709551615 134557232 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19606.7
Current children cumulated vsize (KiB) 292468

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/293 29089
/proc/meminfo: memFree=6203924/32950928 swapFree=67111364/67111528
[pid=28939] ppid=28937 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28939/stat : 28939 (manysat.sh) S 28937 28939 28839 0 -1 4202496 356 4051 0 0 0 0 70 1 15 0 1 0 97277389 8908800 253 33554432000 4194304 4922060 140733631452656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28939/statm: 2175 253 209 178 0 68 0
[pid=28942] ppid=28939 vsize=284008 CPUtime=19846 cores=0-7
/proc/28942/stat : 28942 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202496 59156 0 0 0 1984546 57 0 0 25 0 4 0 97277460 290824192 59107 33554432000 134512640 135305190 4289820352 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/28942/statm: 71002 59107 84 194 0 70806 0
[pid=28942/tid=28943] ppid=28939 vsize=284008 CPUtime=4961.51 cores=0-7
/proc/28942/task/28943/stat : 28943 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 11187 0 0 0 496137 14 0 0 25 0 4 0 97277468 290824192 59107 33554432000 134512640 135305190 4289820352 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=28942/tid=28944] ppid=28939 vsize=284008 CPUtime=4961.45 cores=0-7
/proc/28942/task/28944/stat : 28944 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 11880 0 0 0 496134 11 0 0 25 0 4 0 97277468 290824192 59107 33554432000 134512640 135305190 4289820352 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=28942/tid=28945] ppid=28939 vsize=284008 CPUtime=4961.48 cores=0-7
/proc/28942/task/28945/stat : 28945 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 18469 0 0 0 496131 17 0 0 25 0 4 0 97277468 290824192 59107 33554432000 134512640 135305190 4289820352 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19846.7
Current children cumulated vsize (KiB) 292708

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/293 29091
/proc/meminfo: memFree=6203664/32950928 swapFree=67111364/67111528
[pid=28939] ppid=28937 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28939/stat : 28939 (manysat.sh) S 28937 28939 28839 0 -1 4202496 356 4051 0 0 0 0 70 1 15 0 1 0 97277389 8908800 253 33554432000 4194304 4922060 140733631452656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28939/statm: 2175 253 209 178 0 68 0
[pid=28942] ppid=28939 vsize=284276 CPUtime=20086 cores=0-7
/proc/28942/stat : 28942 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202496 59235 0 0 0 2008545 57 0 0 25 0 4 0 97277460 291098624 59186 33554432000 134512640 135305190 4289820352 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/28942/statm: 71069 59186 84 194 0 70873 0
[pid=28942/tid=28943] ppid=28939 vsize=284276 CPUtime=5021.51 cores=0-7
/proc/28942/task/28943/stat : 28943 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 11203 0 0 0 502137 14 0 0 25 0 4 0 97277468 291098624 59186 33554432000 134512640 135305190 4289820352 18446744073709551615 134557163 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=28942/tid=28944] ppid=28939 vsize=284276 CPUtime=5021.43 cores=0-7
/proc/28942/task/28944/stat : 28944 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 11882 0 0 0 502132 11 0 0 25 0 4 0 97277468 291098624 59186 33554432000 134512640 135305190 4289820352 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=28942/tid=28945] ppid=28939 vsize=284276 CPUtime=5021.48 cores=0-7
/proc/28942/task/28945/stat : 28945 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 18469 0 0 0 502131 17 0 0 25 0 4 0 97277468 291098624 59186 33554432000 134512640 135305190 4289820352 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20086.7
Current children cumulated vsize (KiB) 292976

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/293 29092
/proc/meminfo: memFree=6203392/32950928 swapFree=67111364/67111528
[pid=28939] ppid=28937 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28939/stat : 28939 (manysat.sh) S 28937 28939 28839 0 -1 4202496 356 4051 0 0 0 0 70 1 15 0 1 0 97277389 8908800 253 33554432000 4194304 4922060 140733631452656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28939/statm: 2175 253 209 178 0 68 0
[pid=28942] ppid=28939 vsize=284436 CPUtime=20326 cores=0-7
/proc/28942/stat : 28942 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202496 59251 0 0 0 2032546 57 0 0 22 0 4 0 97277460 291262464 59202 33554432000 134512640 135305190 4289820352 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/28942/statm: 71109 59202 84 194 0 70913 0
[pid=28942/tid=28943] ppid=28939 vsize=284436 CPUtime=5081.52 cores=0-7
/proc/28942/task/28943/stat : 28943 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 11207 0 0 0 508138 14 0 0 25 0 4 0 97277468 291262464 59202 33554432000 134512640 135305190 4289820352 18446744073709551615 134557241 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=28942/tid=28944] ppid=28939 vsize=284436 CPUtime=5081.44 cores=0-7
/proc/28942/task/28944/stat : 28944 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 11882 0 0 0 508133 11 0 0 25 0 4 0 97277468 291262464 59202 33554432000 134512640 135305190 4289820352 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=28942/tid=28945] ppid=28939 vsize=284436 CPUtime=5081.48 cores=0-7
/proc/28942/task/28945/stat : 28945 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 18469 0 0 0 508131 17 0 0 25 0 4 0 97277468 291262464 59202 33554432000 134512640 135305190 4289820352 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20326.7
Current children cumulated vsize (KiB) 293136



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.92 5/293 29093
/proc/meminfo: memFree=6203388/32950928 swapFree=67111364/67111528
[pid=28939] ppid=28937 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28939/stat : 28939 (manysat.sh) S 28937 28939 28839 0 -1 4202496 356 4051 0 0 0 0 70 1 15 0 1 0 97277389 8908800 253 33554432000 4194304 4922060 140733631452656 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28939/statm: 2175 253 209 178 0 68 0
[pid=28942] ppid=28939 vsize=284508 CPUtime=20396.9 cores=0-7
/proc/28942/stat : 28942 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202496 59270 0 0 0 2039630 57 0 0 18 0 4 0 97277460 291336192 59221 33554432000 134512640 135305190 4289820352 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/28942/statm: 71127 59221 84 194 0 70931 0
[pid=28942/tid=28943] ppid=28939 vsize=284508 CPUtime=5099.23 cores=0-7
/proc/28942/task/28943/stat : 28943 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 11207 0 0 0 509909 14 0 0 25 0 4 0 97277468 291336192 59221 33554432000 134512640 135305190 4289820352 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=28942/tid=28944] ppid=28939 vsize=284508 CPUtime=5099.15 cores=0-7
/proc/28942/task/28944/stat : 28944 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 11882 0 0 0 509904 11 0 0 25 0 4 0 97277468 291336192 59221 33554432000 134512640 135305190 4289820352 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=28942/tid=28945] ppid=28939 vsize=284508 CPUtime=5099.19 cores=0-7
/proc/28942/task/28945/stat : 28945 (manysat1.1_stat) R 28939 28939 28839 0 -1 4202560 18469 0 0 0 509902 17 0 0 25 0 4 0 97277468 291336192 59221 33554432000 134512640 135305190 4289820352 18446744073709551615 134550995 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20397.6
Current children cumulated vsize (KiB) 293208

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 28939 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=701893
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=12998
# CPU time returned by wait4() is 0.714891
# while last known CPU time is 20397.6
#
# 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): 20397.6
CPU user time (s): 20397
CPU system time (s): 0.58
CPU usage (%): 399.951
Max. virtual memory (cumulated for all children) (KiB): 293208

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

runsolver used 13.5989 second user time and 32.782 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-13 16:24:40
IDJOB=3361958
IDBENCH=70848
IDSOLVER=1839
FILE ID=node112/3361958-1305296680
RUNJOBID= node112-1305296396-28853
PBS_JOBID= 13321441
Free space on /tmp= 40544 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-22-s100.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361958-1305296680/watcher-3361958-1305296680 -o /tmp/evaluation-result-3361958-1305296680/solver-3361958-1305296680 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3361958-1305296680.cnf aimd 1

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

MD5SUM BENCH= 96596d59af0c6949ab68ac8c5abcf28b
RANDOM SEED=502661826

node112.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.847
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.69
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.83
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.847
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.74
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.847
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       6445000 kB
Buffers:        242876 kB
Cached:       12034684 kB
SwapCached:          0 kB
Active:       17595724 kB
Inactive:      8438060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6445000 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            2680 kB
Writeback:           0 kB
AnonPages:    13756412 kB
Mapped:          21028 kB
Slab:           366124 kB
PageTables:      42296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 34986032 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= 40536 MiB
End job on node112 at 2011-05-13 17:49:42