Trace number 3361959

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) 4800.17 1204.23

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark493.835
Satisfiable
(Un)Satisfiability was proved
Number of variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
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 |   95961   226361 |   28788       0        0     nan |  0.000 % |
0.00/0.68	c |         0 |   59330   176425 |      --       0       --      -- |     --   | -36291/-48960
0.00/0.68	c ==============================================================================
0.00/0.68	c Result  :   #vars: 14275   #clauses: 59330   #literals: 176425
0.00/0.68	c CPU time:   0.674897 s
0.00/0.68	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-3361959-1305297600/watcher-3361959-1305297600 -o /tmp/evaluation-result-3361959-1305297600/solver-3361959-1305297600 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361959-1305297600.cnf aimd 1 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.12 7.96 5.88 5/361 11030
/proc/meminfo: memFree=9475760/32951124 swapFree=67111348/67111528
[pid=11030] ppid=11028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11030/stat : 11030 (manysat.sh) S 11028 11030 10886 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 622175830 8908800 249 33554432000 4194304 4922060 140736600697712 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11030/statm: 2175 249 209 178 0 68 0

[startup+0.0728501 s]
/proc/loadavg: 8.12 7.96 5.88 5/361 11030
/proc/meminfo: memFree=9475760/32951124 swapFree=67111348/67111528
[pid=11030] ppid=11028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11030/stat : 11030 (manysat.sh) S 11028 11030 10886 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 622175830 8908800 249 33554432000 4194304 4922060 140736600697712 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11030/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10084 s]
/proc/loadavg: 8.12 7.96 5.88 5/361 11030
/proc/meminfo: memFree=9475760/32951124 swapFree=67111348/67111528
[pid=11030] ppid=11028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11030/stat : 11030 (manysat.sh) S 11028 11030 10886 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 622175830 8908800 249 33554432000 4194304 4922060 140736600697712 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11030/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300817 s]
/proc/loadavg: 8.12 7.96 5.88 5/361 11030
/proc/meminfo: memFree=9475760/32951124 swapFree=67111348/67111528
[pid=11030] ppid=11028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11030/stat : 11030 (manysat.sh) S 11028 11030 10886 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 622175830 8908800 249 33554432000 4194304 4922060 140736600697712 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11030/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700735 s]
/proc/loadavg: 8.12 7.96 5.88 5/361 11030
/proc/meminfo: memFree=9475760/32951124 swapFree=67111348/67111528
[pid=11030] ppid=11028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11030/stat : 11030 (manysat.sh) S 11028 11030 10886 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 622175830 8908800 249 33554432000 4194304 4922060 140736600697712 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11030/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50056 s]
/proc/loadavg: 7.87 7.91 5.87 9/366 11036
/proc/meminfo: memFree=9448192/32951124 swapFree=67111348/67111528
[pid=11030] ppid=11028 vsize=8700 CPUtime=0.72 cores=1,3,5,7
/proc/11030/stat : 11030 (manysat.sh) S 11028 11030 10886 0 -1 4202496 355 4267 0 0 0 0 71 1 18 0 1 0 622175830 8908800 252 33554432000 4194304 4922060 140736600697712 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11030/statm: 2175 252 209 178 0 68 0
[pid=11033] ppid=11030 vsize=55644 CPUtime=2.82 cores=1,3,5,7
/proc/11033/stat : 11033 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202496 5493 0 0 0 279 3 0 0 18 0 4 0 622175903 56979456 5428 33554432000 134512640 135305190 4292344432 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11033/statm: 13911 5428 84 194 0 13715 0
[pid=11033/tid=11034] ppid=11030 vsize=55644 CPUtime=0.68 cores=1,3,5,7
/proc/11033/task/11034/stat : 11034 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 197 0 0 0 68 0 0 0 24 0 4 0 622175911 56979456 5428 33554432000 134512640 135305190 4292344432 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11033/tid=11035] ppid=11030 vsize=55644 CPUtime=0.68 cores=1,3,5,7
/proc/11033/task/11035/stat : 11035 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 176 0 0 0 68 0 0 0 18 0 4 0 622175911 56979456 5428 33554432000 134512640 135305190 4292344432 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11033/tid=11036] ppid=11030 vsize=55644 CPUtime=0.69 cores=1,3,5,7
/proc/11033/task/11036/stat : 11036 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 301 0 0 0 68 1 0 0 18 0 4 0 622175911 56979456 5428 33554432000 134512640 135305190 4292344432 18446744073709551615 134528805 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 64344

[startup+3.10027 s]
/proc/loadavg: 7.87 7.91 5.87 10/366 11036
/proc/meminfo: memFree=9446332/32951124 swapFree=67111348/67111528
[pid=11030] ppid=11028 vsize=8700 CPUtime=0.72 cores=1,3,5,7
/proc/11030/stat : 11030 (manysat.sh) S 11028 11030 10886 0 -1 4202496 355 4267 0 0 0 0 71 1 18 0 1 0 622175830 8908800 252 33554432000 4194304 4922060 140736600697712 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11030/statm: 2175 252 209 178 0 68 0
[pid=11033] ppid=11030 vsize=56832 CPUtime=9.2 cores=1,3,5,7
/proc/11033/stat : 11033 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202496 5793 0 0 0 917 3 0 0 21 0 4 0 622175903 58195968 5728 33554432000 134512640 135305190 4292344432 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11033/statm: 14208 5728 84 194 0 14012 0
[pid=11033/tid=11034] ppid=11030 vsize=56832 CPUtime=2.28 cores=1,3,5,7
/proc/11033/task/11034/stat : 11034 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 265 0 0 0 228 0 0 0 25 0 4 0 622175911 58195968 5728 33554432000 134512640 135305190 4292344432 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11033/tid=11035] ppid=11030 vsize=56832 CPUtime=2.28 cores=1,3,5,7
/proc/11033/task/11035/stat : 11035 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 266 0 0 0 228 0 0 0 21 0 4 0 622175911 58195968 5728 33554432000 134512640 135305190 4292344432 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11033/tid=11036] ppid=11030 vsize=56832 CPUtime=2.29 cores=1,3,5,7
/proc/11033/task/11036/stat : 11036 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 355 0 0 0 228 1 0 0 21 0 4 0 622175911 58195968 5728 33554432000 134512640 135305190 4292344432 18446744073709551615 134528784 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.92
Current children cumulated vsize (KiB) 65532

[startup+6.3007 s]
/proc/loadavg: 7.96 7.93 5.89 9/366 11036
/proc/meminfo: memFree=9443044/32951124 swapFree=67111348/67111528
[pid=11030] ppid=11028 vsize=8700 CPUtime=0.72 cores=1,3,5,7
/proc/11030/stat : 11030 (manysat.sh) S 11028 11030 10886 0 -1 4202496 355 4267 0 0 0 0 71 1 18 0 1 0 622175830 8908800 252 33554432000 4194304 4922060 140736600697712 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11030/statm: 2175 252 209 178 0 68 0
[pid=11033] ppid=11030 vsize=58536 CPUtime=21.96 cores=1,3,5,7
/proc/11033/stat : 11033 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202496 6256 0 0 0 2193 3 0 0 25 0 4 0 622175903 59940864 6191 33554432000 134512640 135305190 4292344432 18446744073709551615 134556752 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11033/statm: 14634 6191 84 194 0 14438 0
[pid=11033/tid=11034] ppid=11030 vsize=58536 CPUtime=5.48 cores=1,3,5,7
/proc/11033/task/11034/stat : 11034 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 363 0 0 0 548 0 0 0 25 0 4 0 622175911 59940864 6191 33554432000 134512640 135305190 4292344432 18446744073709551615 134557163 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11033/tid=11035] ppid=11030 vsize=58536 CPUtime=5.48 cores=1,3,5,7
/proc/11033/task/11035/stat : 11035 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 419 0 0 0 548 0 0 0 25 0 4 0 622175911 59940864 6191 33554432000 134512640 135305190 4292344432 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11033/tid=11036] ppid=11030 vsize=58536 CPUtime=5.49 cores=1,3,5,7
/proc/11033/task/11036/stat : 11036 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 472 0 0 0 548 1 0 0 25 0 4 0 622175911 59940864 6191 33554432000 134512640 135305190 4292344432 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.68
Current children cumulated vsize (KiB) 67236

[startup+12.7005 s]
/proc/loadavg: 7.96 7.93 5.90 9/366 11036
/proc/meminfo: memFree=9438964/32951124 swapFree=67111348/67111528
[pid=11030] ppid=11028 vsize=8700 CPUtime=0.72 cores=1,3,5,7
/proc/11030/stat : 11030 (manysat.sh) S 11028 11030 10886 0 -1 4202496 355 4267 0 0 0 0 71 1 18 0 1 0 622175830 8908800 252 33554432000 4194304 4922060 140736600697712 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11030/statm: 2175 252 209 178 0 68 0
[pid=11033] ppid=11030 vsize=60900 CPUtime=47.49 cores=1,3,5,7
/proc/11033/stat : 11033 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202496 6867 0 0 0 4745 4 0 0 25 0 4 0 622175903 62361600 6802 33554432000 134512640 135305190 4292344432 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11033/statm: 15225 6802 84 194 0 15029 0
[pid=11033/tid=11034] ppid=11030 vsize=60900 CPUtime=11.88 cores=1,3,5,7
/proc/11033/task/11034/stat : 11034 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 500 0 0 0 1188 0 0 0 25 0 4 0 622175911 62361600 6802 33554432000 134512640 135305190 4292344432 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11033/tid=11035] ppid=11030 vsize=60900 CPUtime=11.88 cores=1,3,5,7
/proc/11033/task/11035/stat : 11035 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 542 0 0 0 1188 0 0 0 25 0 4 0 622175911 62361600 6802 33554432000 134512640 135305190 4292344432 18446744073709551615 134530638 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11033/tid=11036] ppid=11030 vsize=60900 CPUtime=11.88 cores=1,3,5,7
/proc/11033/task/11036/stat : 11036 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 670 0 0 0 1187 1 0 0 25 0 4 0 622175911 62361600 6802 33554432000 134512640 135305190 4292344432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.21
Current children cumulated vsize (KiB) 69600

[startup+25.5003 s]
/proc/loadavg: 8.04 7.95 5.94 9/366 11037
/proc/meminfo: memFree=9428292/32951124 swapFree=67111348/67111528
[pid=11030] ppid=11028 vsize=8700 CPUtime=0.72 cores=1,3,5,7
/proc/11030/stat : 11030 (manysat.sh) S 11028 11030 10886 0 -1 4202496 355 4267 0 0 0 0 71 1 18 0 1 0 622175830 8908800 252 33554432000 4194304 4922060 140736600697712 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11030/statm: 2175 252 209 178 0 68 0
[pid=11033] ppid=11030 vsize=66112 CPUtime=98.54 cores=1,3,5,7
/proc/11033/stat : 11033 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202496 8217 0 0 0 9849 5 0 0 25 0 4 0 622175903 67698688 8152 33554432000 134512640 135305190 4292344432 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11033/statm: 16528 8152 84 194 0 16332 0
[pid=11033/tid=11034] ppid=11030 vsize=66112 CPUtime=24.68 cores=1,3,5,7
/proc/11033/task/11034/stat : 11034 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 773 0 0 0 2468 0 0 0 25 0 4 0 622175911 67698688 8152 33554432000 134512640 135305190 4292344432 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11033/tid=11035] ppid=11030 vsize=66112 CPUtime=24.68 cores=1,3,5,7
/proc/11033/task/11035/stat : 11035 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 792 0 0 0 2468 0 0 0 25 0 4 0 622175911 67698688 8152 33554432000 134512640 135305190 4292344432 18446744073709551615 134552695 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11033/tid=11036] ppid=11030 vsize=66112 CPUtime=24.68 cores=1,3,5,7
/proc/11033/task/11036/stat : 11036 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 1193 0 0 0 2467 1 0 0 25 0 4 0 622175911 67698688 8152 33554432000 134512640 135305190 4292344432 18446744073709551615 134570422 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.26
Current children cumulated vsize (KiB) 74812

[startup+51.1007 s]
/proc/loadavg: 7.00 7.71 5.91 6/363 11066
/proc/meminfo: memFree=9145928/32951124 swapFree=67111348/67111528
[pid=11030] ppid=11028 vsize=8700 CPUtime=0.72 cores=1,3,5,7
/proc/11030/stat : 11030 (manysat.sh) S 11028 11030 10886 0 -1 4202496 355 4267 0 0 0 0 71 1 18 0 1 0 622175830 8908800 252 33554432000 4194304 4922060 140736600697712 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11030/statm: 2175 252 209 178 0 68 0
[pid=11033] ppid=11030 vsize=74580 CPUtime=200.64 cores=1,3,5,7
/proc/11033/stat : 11033 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202496 10382 0 0 0 20058 6 0 0 25 0 4 0 622175903 76369920 10317 33554432000 134512640 135305190 4292344432 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11033/statm: 18645 10317 84 194 0 18449 0
[pid=11033/tid=11034] ppid=11030 vsize=74580 CPUtime=50.28 cores=1,3,5,7
/proc/11033/task/11034/stat : 11034 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 1258 0 0 0 5027 1 0 0 25 0 4 0 622175911 76369920 10317 33554432000 134512640 135305190 4292344432 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11033/tid=11035] ppid=11030 vsize=74580 CPUtime=50.29 cores=1,3,5,7
/proc/11033/task/11035/stat : 11035 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 1320 0 0 0 5028 1 0 0 25 0 4 0 622175911 76369920 10317 33554432000 134512640 135305190 4292344432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11033/tid=11036] ppid=11030 vsize=74580 CPUtime=50.28 cores=1,3,5,7
/proc/11033/task/11036/stat : 11036 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 1867 0 0 0 5027 1 0 0 25 0 4 0 622175911 76369920 10317 33554432000 134512640 135305190 4292344432 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 201.36
Current children cumulated vsize (KiB) 83280

[startup+102.313 s]
/proc/loadavg: 7.45 7.70 6.00 9/366 11072
/proc/meminfo: memFree=9028420/32951124 swapFree=67111348/67111528
[pid=11030] ppid=11028 vsize=8700 CPUtime=0.72 cores=1,3,5,7
/proc/11030/stat : 11030 (manysat.sh) S 11028 11030 10886 0 -1 4202496 355 4267 0 0 0 0 71 1 18 0 1 0 622175830 8908800 252 33554432000 4194304 4922060 140736600697712 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11030/statm: 2175 252 209 178 0 68 0
[pid=11033] ppid=11030 vsize=85864 CPUtime=404.88 cores=1,3,5,7
/proc/11033/stat : 11033 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202496 12878 0 0 0 40481 7 0 0 25 0 4 0 622175903 87924736 12813 33554432000 134512640 135305190 4292344432 18446744073709551615 134528771 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11033/statm: 21466 12813 84 194 0 21270 0
[pid=11033/tid=11034] ppid=11030 vsize=85864 CPUtime=101.49 cores=1,3,5,7
/proc/11033/task/11034/stat : 11034 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 1710 0 0 0 10148 1 0 0 25 0 4 0 622175911 87924736 12813 33554432000 134512640 135305190 4292344432 18446744073709551615 134557266 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11033/tid=11035] ppid=11030 vsize=85864 CPUtime=101.5 cores=1,3,5,7
/proc/11033/task/11035/stat : 11035 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 2087 0 0 0 10149 1 0 0 25 0 4 0 622175911 87924736 12813 33554432000 134512640 135305190 4292344432 18446744073709551615 134554294 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11033/tid=11036] ppid=11030 vsize=85864 CPUtime=101.5 cores=1,3,5,7
/proc/11033/task/11036/stat : 11036 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 2738 0 0 0 10148 2 0 0 25 0 4 0 622175911 87924736 12813 33554432000 134512640 135305190 4292344432 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 405.6
Current children cumulated vsize (KiB) 94564

[startup+162.301 s]
/proc/loadavg: 7.90 7.78 6.13 9/366 11073
/proc/meminfo: memFree=8965840/32951124 swapFree=67111348/67111528
[pid=11030] ppid=11028 vsize=8700 CPUtime=0.72 cores=1,3,5,7
/proc/11030/stat : 11030 (manysat.sh) S 11028 11030 10886 0 -1 4202496 355 4267 0 0 0 0 71 1 18 0 1 0 622175830 8908800 252 33554432000 4194304 4922060 140736600697712 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11030/statm: 2175 252 209 178 0 68 0
[pid=11033] ppid=11030 vsize=104556 CPUtime=644.13 cores=1,3,5,7
/proc/11033/stat : 11033 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202496 17560 0 0 0 64403 10 0 0 25 0 4 0 622175903 107065344 17495 33554432000 134512640 135305190 4292344432 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11033/statm: 26139 17495 84 194 0 25943 0
[pid=11033/tid=11034] ppid=11030 vsize=104556 CPUtime=161.48 cores=1,3,5,7

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

/proc/11033/task/11036/stat : 11036 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 8369 0 0 0 76145 6 0 0 25 0 4 0 622175911 152481792 28011 33554432000 134512640 135305190 4292344432 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3037.82
Current children cumulated vsize (KiB) 157608

[startup+822.301 s]
/proc/loadavg: 8.05 8.02 7.09 9/366 11124
/proc/meminfo: memFree=8249076/32951124 swapFree=67111348/67111528
[pid=11030] ppid=11028 vsize=8700 CPUtime=0.72 cores=1,3,5,7
/proc/11030/stat : 11030 (manysat.sh) S 11028 11030 10886 0 -1 4202496 355 4267 0 0 0 0 71 1 18 0 1 0 622175830 8908800 252 33554432000 4194304 4922060 140736600697712 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11030/statm: 2175 252 209 178 0 68 0
[pid=11033] ppid=11030 vsize=150456 CPUtime=3276.35 cores=1,3,5,7
/proc/11033/stat : 11033 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202496 28414 0 0 0 327616 19 0 0 25 0 4 0 622175903 154066944 28328 33554432000 134512640 135305190 4292344432 18446744073709551615 134557923 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11033/statm: 37614 28328 84 194 0 37418 0
[pid=11033/tid=11034] ppid=11030 vsize=150456 CPUtime=821.49 cores=1,3,5,7
/proc/11033/task/11034/stat : 11034 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 4753 0 0 0 82146 3 0 0 25 0 4 0 622175911 154066944 28328 33554432000 134512640 135305190 4292344432 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11033/tid=11035] ppid=11030 vsize=150456 CPUtime=821.49 cores=1,3,5,7
/proc/11033/task/11035/stat : 11035 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 5475 0 0 0 82145 4 0 0 25 0 4 0 622175911 154066944 28328 33554432000 134512640 135305190 4292344432 18446744073709551615 134553299 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11033/tid=11036] ppid=11030 vsize=150456 CPUtime=821.5 cores=1,3,5,7
/proc/11033/task/11036/stat : 11036 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 8408 0 0 0 82144 6 0 0 25 0 4 0 622175911 154066944 28328 33554432000 134512640 135305190 4292344432 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3277.07
Current children cumulated vsize (KiB) 159156

[startup+882.3 s]
/proc/loadavg: 8.13 8.05 7.15 9/366 11126
/proc/meminfo: memFree=8119564/32951124 swapFree=67111348/67111528
[pid=11030] ppid=11028 vsize=8700 CPUtime=0.72 cores=1,3,5,7
/proc/11030/stat : 11030 (manysat.sh) S 11028 11030 10886 0 -1 4202496 355 4267 0 0 0 0 71 1 18 0 1 0 622175830 8908800 252 33554432000 4194304 4922060 140736600697712 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11030/statm: 2175 252 209 178 0 68 0
[pid=11033] ppid=11030 vsize=161496 CPUtime=3515.63 cores=1,3,5,7
/proc/11033/stat : 11033 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202496 31121 0 0 0 351542 21 0 0 25 0 4 0 622175903 165371904 31035 33554432000 134512640 135305190 4292344432 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11033/statm: 40374 31035 84 194 0 40178 0
[pid=11033/tid=11034] ppid=11030 vsize=161496 CPUtime=881.5 cores=1,3,5,7
/proc/11033/task/11034/stat : 11034 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 5173 0 0 0 88146 4 0 0 25 0 4 0 622175911 165371904 31035 33554432000 134512640 135305190 4292344432 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11033/tid=11035] ppid=11030 vsize=161496 CPUtime=881.49 cores=1,3,5,7
/proc/11033/task/11035/stat : 11035 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 6145 0 0 0 88145 4 0 0 25 0 4 0 622175911 165371904 31035 33554432000 134512640 135305190 4292344432 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11033/tid=11036] ppid=11030 vsize=161496 CPUtime=881.5 cores=1,3,5,7
/proc/11033/task/11036/stat : 11036 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 9479 0 0 0 88143 7 0 0 25 0 4 0 622175911 165371904 31035 33554432000 134512640 135305190 4292344432 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3516.35
Current children cumulated vsize (KiB) 170196

[startup+942.301 s]
/proc/loadavg: 8.19 8.07 7.21 9/366 11127
/proc/meminfo: memFree=8111228/32951124 swapFree=67111348/67111528
[pid=11030] ppid=11028 vsize=8700 CPUtime=0.72 cores=1,3,5,7
/proc/11030/stat : 11030 (manysat.sh) S 11028 11030 10886 0 -1 4202496 355 4267 0 0 0 0 71 1 18 0 1 0 622175830 8908800 252 33554432000 4194304 4922060 140736600697712 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11030/statm: 2175 252 209 178 0 68 0
[pid=11033] ppid=11030 vsize=163912 CPUtime=3754.93 cores=1,3,5,7
/proc/11033/stat : 11033 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202496 31696 0 0 0 375471 22 0 0 25 0 4 0 622175903 167845888 31610 33554432000 134512640 135305190 4292344432 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11033/statm: 40978 31610 84 194 0 40782 0
[pid=11033/tid=11034] ppid=11030 vsize=163912 CPUtime=941.5 cores=1,3,5,7
/proc/11033/task/11034/stat : 11034 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 5400 0 0 0 94146 4 0 0 25 0 4 0 622175911 167845888 31610 33554432000 134512640 135305190 4292344432 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11033/tid=11035] ppid=11030 vsize=163912 CPUtime=941.48 cores=1,3,5,7
/proc/11033/task/11035/stat : 11035 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 6188 0 0 0 94144 4 0 0 25 0 4 0 622175911 167845888 31610 33554432000 134512640 135305190 4292344432 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11033/tid=11036] ppid=11030 vsize=163912 CPUtime=941.49 cores=1,3,5,7
/proc/11033/task/11036/stat : 11036 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 9593 0 0 0 94142 7 0 0 25 0 4 0 622175911 167845888 31610 33554432000 134512640 135305190 4292344432 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3755.65
Current children cumulated vsize (KiB) 172612

[startup+1002.3 s]
/proc/loadavg: 8.26 8.10 7.28 9/366 11129
/proc/meminfo: memFree=8084896/32951124 swapFree=67111348/67111528
[pid=11030] ppid=11028 vsize=8700 CPUtime=0.72 cores=1,3,5,7
/proc/11030/stat : 11030 (manysat.sh) S 11028 11030 10886 0 -1 4202496 355 4267 0 0 0 0 71 1 18 0 1 0 622175830 8908800 252 33554432000 4194304 4922060 140736600697712 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11030/statm: 2175 252 209 178 0 68 0
[pid=11033] ppid=11030 vsize=164684 CPUtime=3994.21 cores=1,3,5,7
/proc/11033/stat : 11033 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202496 31839 0 0 0 399399 22 0 0 25 0 4 0 622175903 168636416 31753 33554432000 134512640 135305190 4292344432 18446744073709551615 134528382 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11033/statm: 41171 31753 84 194 0 40975 0
[pid=11033/tid=11034] ppid=11030 vsize=164684 CPUtime=1001.5 cores=1,3,5,7
/proc/11033/task/11034/stat : 11034 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 5400 0 0 0 100146 4 0 0 25 0 4 0 622175911 168636416 31753 33554432000 134512640 135305190 4292344432 18446744073709551615 134557163 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11033/tid=11035] ppid=11030 vsize=164684 CPUtime=1001.49 cores=1,3,5,7
/proc/11033/task/11035/stat : 11035 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 6249 0 0 0 100145 4 0 0 25 0 4 0 622175911 168636416 31753 33554432000 134512640 135305190 4292344432 18446744073709551615 134570412 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11033/tid=11036] ppid=11030 vsize=164684 CPUtime=1001.49 cores=1,3,5,7
/proc/11033/task/11036/stat : 11036 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 9593 0 0 0 100142 7 0 0 25 0 4 0 622175911 168636416 31753 33554432000 134512640 135305190 4292344432 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3994.93
Current children cumulated vsize (KiB) 173384

[startup+1062.3 s]
/proc/loadavg: 8.16 8.09 7.32 9/366 11130
/proc/meminfo: memFree=8055588/32951124 swapFree=67111348/67111528
[pid=11030] ppid=11028 vsize=8700 CPUtime=0.72 cores=1,3,5,7
/proc/11030/stat : 11030 (manysat.sh) S 11028 11030 10886 0 -1 4202496 355 4267 0 0 0 0 71 1 18 0 1 0 622175830 8908800 252 33554432000 4194304 4922060 140736600697712 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11030/statm: 2175 252 209 178 0 68 0
[pid=11033] ppid=11030 vsize=164792 CPUtime=4233.51 cores=1,3,5,7
/proc/11033/stat : 11033 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202496 31858 0 0 0 423329 22 0 0 25 0 4 0 622175903 168747008 31772 33554432000 134512640 135305190 4292344432 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11033/statm: 41198 31772 84 194 0 41002 0
[pid=11033/tid=11034] ppid=11030 vsize=164792 CPUtime=1061.5 cores=1,3,5,7
/proc/11033/task/11034/stat : 11034 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 5401 0 0 0 106146 4 0 0 25 0 4 0 622175911 168747008 31772 33554432000 134512640 135305190 4292344432 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11033/tid=11035] ppid=11030 vsize=164792 CPUtime=1061.49 cores=1,3,5,7
/proc/11033/task/11035/stat : 11035 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 6263 0 0 0 106145 4 0 0 25 0 4 0 622175911 168747008 31772 33554432000 134512640 135305190 4292344432 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11033/tid=11036] ppid=11030 vsize=164792 CPUtime=1061.5 cores=1,3,5,7
/proc/11033/task/11036/stat : 11036 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 9597 0 0 0 106143 7 0 0 25 0 4 0 622175911 168747008 31772 33554432000 134512640 135305190 4292344432 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4234.23
Current children cumulated vsize (KiB) 173492

[startup+1122.3 s]
/proc/loadavg: 8.11 8.09 7.37 9/366 11132
/proc/meminfo: memFree=7978788/32951124 swapFree=67111348/67111528
[pid=11030] ppid=11028 vsize=8700 CPUtime=0.72 cores=1,3,5,7
/proc/11030/stat : 11030 (manysat.sh) S 11028 11030 10886 0 -1 4202496 355 4267 0 0 0 0 71 1 18 0 1 0 622175830 8908800 252 33554432000 4194304 4922060 140736600697712 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11030/statm: 2175 252 209 178 0 68 0
[pid=11033] ppid=11030 vsize=165440 CPUtime=4472.79 cores=1,3,5,7
/proc/11033/stat : 11033 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202496 32082 0 0 0 447257 22 0 0 25 0 4 0 622175903 169410560 31996 33554432000 134512640 135305190 4292344432 18446744073709551615 134556920 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11033/statm: 41360 31996 84 194 0 41164 0
[pid=11033/tid=11034] ppid=11030 vsize=165440 CPUtime=1121.5 cores=1,3,5,7
/proc/11033/task/11034/stat : 11034 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 5465 0 0 0 112146 4 0 0 25 0 4 0 622175911 169410560 31996 33554432000 134512640 135305190 4292344432 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11033/tid=11035] ppid=11030 vsize=165440 CPUtime=1121.48 cores=1,3,5,7
/proc/11033/task/11035/stat : 11035 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 6294 0 0 0 112144 4 0 0 25 0 4 0 622175911 169410560 31996 33554432000 134512640 135305190 4292344432 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11033/tid=11036] ppid=11030 vsize=165440 CPUtime=1121.5 cores=1,3,5,7
/proc/11033/task/11036/stat : 11036 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 9662 0 0 0 112143 7 0 0 25 0 4 0 622175911 169410560 31996 33554432000 134512640 135305190 4292344432 18446744073709551615 134530615 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4473.51
Current children cumulated vsize (KiB) 174140

[startup+1182.3 s]
/proc/loadavg: 8.09 8.08 7.41 9/366 11134
/proc/meminfo: memFree=7912536/32951124 swapFree=67111348/67111528
[pid=11030] ppid=11028 vsize=8700 CPUtime=0.72 cores=1,3,5,7
/proc/11030/stat : 11030 (manysat.sh) S 11028 11030 10886 0 -1 4202496 355 4267 0 0 0 0 71 1 18 0 1 0 622175830 8908800 252 33554432000 4194304 4922060 140736600697712 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11030/statm: 2175 252 209 178 0 68 0
[pid=11033] ppid=11030 vsize=169232 CPUtime=4712.09 cores=1,3,5,7
/proc/11033/stat : 11033 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202496 32878 0 0 0 471186 23 0 0 25 0 4 0 622175903 173293568 32792 33554432000 134512640 135305190 4292344432 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11033/statm: 42308 32792 84 194 0 42112 0
[pid=11033/tid=11034] ppid=11030 vsize=169232 CPUtime=1181.5 cores=1,3,5,7
/proc/11033/task/11034/stat : 11034 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 5732 0 0 0 118146 4 0 0 25 0 4 0 622175911 173293568 32792 33554432000 134512640 135305190 4292344432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11033/tid=11035] ppid=11030 vsize=169232 CPUtime=1181.48 cores=1,3,5,7
/proc/11033/task/11035/stat : 11035 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 6437 0 0 0 118144 4 0 0 25 0 4 0 622175911 173293568 32792 33554432000 134512640 135305190 4292344432 18446744073709551615 134553353 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11033/tid=11036] ppid=11030 vsize=169232 CPUtime=1181.51 cores=1,3,5,7
/proc/11033/task/11036/stat : 11036 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 9933 0 0 0 118143 8 0 0 25 0 4 0 622175911 173293568 32792 33554432000 134512640 135305190 4292344432 18446744073709551615 134557508 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4712.81
Current children cumulated vsize (KiB) 177932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.2 s]
/proc/loadavg: 8.06 8.08 7.42 9/366 11134
/proc/meminfo: memFree=7911268/32951124 swapFree=67111348/67111528
[pid=11030] ppid=11028 vsize=8700 CPUtime=0.72 cores=1,3,5,7
/proc/11030/stat : 11030 (manysat.sh) S 11028 11030 10886 0 -1 4202496 355 4267 0 0 0 0 71 1 18 0 1 0 622175830 8908800 252 33554432000 4194304 4922060 140736600697712 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11030/statm: 2175 252 209 178 0 68 0
[pid=11033] ppid=11030 vsize=170208 CPUtime=4799.45 cores=1,3,5,7
/proc/11033/stat : 11033 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202496 33129 0 0 0 479922 23 0 0 25 0 4 0 622175903 174292992 33043 33554432000 134512640 135305190 4292344432 18446744073709551615 134528568 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/11033/statm: 42552 33043 84 194 0 42356 0
[pid=11033/tid=11034] ppid=11030 vsize=170208 CPUtime=1203.41 cores=1,3,5,7
/proc/11033/task/11034/stat : 11034 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 5732 0 0 0 120337 4 0 0 25 0 4 0 622175911 174292992 33043 33554432000 134512640 135305190 4292344432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11033/tid=11035] ppid=11030 vsize=170208 CPUtime=1203.39 cores=1,3,5,7
/proc/11033/task/11035/stat : 11035 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 6437 0 0 0 120335 4 0 0 25 0 4 0 622175911 174292992 33043 33554432000 134512640 135305190 4292344432 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11033/tid=11036] ppid=11030 vsize=170208 CPUtime=1203.42 cores=1,3,5,7
/proc/11033/task/11036/stat : 11036 (manysat1.1_stat) R 11030 11030 10886 0 -1 4202560 10151 0 0 0 120334 8 0 0 25 0 4 0 622175911 174292992 33043 33554432000 134512640 135305190 4292344432 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 178908

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

Real time (s): 1204.23
CPU time (s): 4800.17
CPU user time (s): 4799.93
CPU system time (s): 0.24
CPU usage (%): 398.611
Max. virtual memory (cumulated for all children) (KiB): 178908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.712891
system time used= 0.014997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4622
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 5

runsolver used 3.86841 second user time and 10.3784 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-13 16:40:00
IDJOB=3361959
IDBENCH=70849
IDSOLVER=1838
FILE ID=node145/3361959-1305297600
RUNJOBID= node145-1305296390-10905
PBS_JOBID= 13321408
Free space on /tmp= 43220 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-27-s100.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361959-1305297600/watcher-3361959-1305297600 -o /tmp/evaluation-result-3361959-1305297600/solver-3361959-1305297600 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361959-1305297600.cnf aimd 1

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=53983943

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9476032 kB
Buffers:        247336 kB
Cached:       17151324 kB
SwapCached:          0 kB
Active:        7303788 kB
Inactive:     15590628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9476032 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           10860 kB
Writeback:           0 kB
AnonPages:     5495508 kB
Mapped:          28008 kB
Slab:           484088 kB
PageTables:      33696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79409228 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= 43168 MiB
End job on node145 at 2011-05-13 17:00:06