Trace number 3362222

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom24.cnf
MD5SUM16e1f2a4ab0c9df60ac0d098f9f252bb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables62686
Number of clauses210488
Sum of the clauses size537842
Maximum clause length1941
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2106681
Number of clauses of size 3102739
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 5746

Solver Data

0.00/0.00	c Parsing...
0.00/0.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |  197331   507456 |   59199       0        0     nan |  0.000 % |
0.00/0.94	c |         0 |  137645   511291 |      --       0       --      -- |     --   | -59686/3835
0.00/0.94	c ==============================================================================
0.00/0.94	c Result  :   #vars: 24821   #clauses: 137645   #literals: 511291
0.00/0.94	c CPU time:   0.91686 s
0.00/0.94	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-3362222-1305301307/watcher-3362222-1305301307 -o /tmp/evaluation-result-3362222-1305301307/solver-3362222-1305301307 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362222-1305301307.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.94 3.91 3.89 1/344 1078
/proc/meminfo: memFree=11711016/32950928 swapFree=67111200/67111528
[pid=1078] ppid=1076 vsize=8700 CPUtime=0 cores=0-7
/proc/1078/stat : 1078 (manysat.sh) S 1076 1078 32728 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 720361373 8908800 250 33554432000 4194304 4922060 140734687395344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1078/statm: 2175 250 209 178 0 68 0

[startup+0.074089 s]
/proc/loadavg: 3.94 3.91 3.89 1/344 1078
/proc/meminfo: memFree=11711016/32950928 swapFree=67111200/67111528
[pid=1078] ppid=1076 vsize=8700 CPUtime=0 cores=0-7
/proc/1078/stat : 1078 (manysat.sh) S 1076 1078 32728 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 720361373 8908800 250 33554432000 4194304 4922060 140734687395344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1078/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101073 s]
/proc/loadavg: 3.94 3.91 3.89 1/344 1078
/proc/meminfo: memFree=11711016/32950928 swapFree=67111200/67111528
[pid=1078] ppid=1076 vsize=8700 CPUtime=0 cores=0-7
/proc/1078/stat : 1078 (manysat.sh) S 1076 1078 32728 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 720361373 8908800 250 33554432000 4194304 4922060 140734687395344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1078/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301038 s]
/proc/loadavg: 3.94 3.91 3.89 1/344 1078
/proc/meminfo: memFree=11711016/32950928 swapFree=67111200/67111528
[pid=1078] ppid=1076 vsize=8700 CPUtime=0 cores=0-7
/proc/1078/stat : 1078 (manysat.sh) S 1076 1078 32728 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 720361373 8908800 250 33554432000 4194304 4922060 140734687395344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1078/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70097 s]
/proc/loadavg: 3.94 3.91 3.89 1/344 1078
/proc/meminfo: memFree=11711016/32950928 swapFree=67111200/67111528
[pid=1078] ppid=1076 vsize=8700 CPUtime=0 cores=0-7
/proc/1078/stat : 1078 (manysat.sh) S 1076 1078 32728 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 720361373 8908800 250 33554432000 4194304 4922060 140734687395344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1078/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50073 s]
/proc/loadavg: 3.94 3.91 3.89 2/346 1081
/proc/meminfo: memFree=11674088/32950928 swapFree=67111200/67111528
[pid=1078] ppid=1076 vsize=8700 CPUtime=1.06 cores=0-7
/proc/1078/stat : 1078 (manysat.sh) S 1076 1078 32728 0 -1 4202496 357 8746 0 0 0 0 103 3 18 0 1 0 720361373 8908800 253 33554432000 4194304 4922060 140734687395344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1078/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 8700

[startup+3.1005 s]
/proc/loadavg: 3.94 3.91 3.89 5/349 1085
/proc/meminfo: memFree=11651744/32950928 swapFree=67111200/67111528
[pid=1078] ppid=1076 vsize=8700 CPUtime=1.06 cores=0-7
/proc/1078/stat : 1078 (manysat.sh) S 1076 1078 32728 0 -1 4202496 357 8746 0 0 0 0 103 3 18 0 1 0 720361373 8908800 253 33554432000 4194304 4922060 140734687395344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1078/statm: 2175 253 209 178 0 68 0
[pid=1082] ppid=1078 vsize=90448 CPUtime=7.42 cores=0-7
/proc/1082/stat : 1082 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202496 14404 0 0 0 730 12 0 0 18 0 4 0 720361480 92618752 14354 33554432000 134512640 135305190 4287392576 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1082/statm: 22612 14354 84 194 0 22416 0
[pid=1082/tid=1083] ppid=1078 vsize=90448 CPUtime=1.82 cores=0-7
/proc/1082/task/1083/stat : 1083 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 899 0 0 0 180 2 0 0 18 0 4 0 720361497 92618752 14354 33554432000 134512640 135305190 4287392576 18446744073709551615 134528600 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1082/tid=1084] ppid=1078 vsize=90448 CPUtime=1.8 cores=0-7
/proc/1082/task/1084/stat : 1084 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 1209 0 0 0 178 2 0 0 18 0 4 0 720361497 92618752 14354 33554432000 134512640 135305190 4287392576 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1082/tid=1085] ppid=1078 vsize=90448 CPUtime=1.8 cores=0-7
/proc/1082/task/1085/stat : 1085 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 1259 0 0 0 178 2 0 0 18 0 4 0 720361497 92618752 14355 33554432000 134512640 135305190 4287392576 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 99148

[startup+6.30088 s]
/proc/loadavg: 3.95 3.91 3.89 5/349 1085
/proc/meminfo: memFree=11635160/32950928 swapFree=67111200/67111528
[pid=1078] ppid=1076 vsize=8700 CPUtime=1.06 cores=0-7
/proc/1078/stat : 1078 (manysat.sh) S 1076 1078 32728 0 -1 4202496 357 8746 0 0 0 0 103 3 18 0 1 0 720361373 8908800 253 33554432000 4194304 4922060 140734687395344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1078/statm: 2175 253 209 178 0 68 0
[pid=1082] ppid=1078 vsize=106812 CPUtime=20.21 cores=0-7
/proc/1082/stat : 1082 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202496 18172 0 0 0 2008 13 0 0 18 0 4 0 720361480 109375488 18122 33554432000 134512640 135305190 4287392576 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1082/statm: 26703 18122 84 194 0 26507 0
[pid=1082/tid=1083] ppid=1078 vsize=106812 CPUtime=5.01 cores=0-7
/proc/1082/task/1083/stat : 1083 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 1544 0 0 0 499 2 0 0 25 0 4 0 720361497 109375488 18122 33554432000 134512640 135305190 4287392576 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1082/tid=1084] ppid=1078 vsize=106812 CPUtime=5 cores=0-7
/proc/1082/task/1084/stat : 1084 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 2379 0 0 0 498 2 0 0 18 0 4 0 720361497 109375488 18122 33554432000 134512640 135305190 4287392576 18446744073709551615 134528525 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1082/tid=1085] ppid=1078 vsize=106812 CPUtime=5 cores=0-7
/proc/1082/task/1085/stat : 1085 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 2203 0 0 0 498 2 0 0 18 0 4 0 720361497 109375488 18122 33554432000 134512640 135305190 4287392576 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.27
Current children cumulated vsize (KiB) 115512

[startup+12.7007 s]
/proc/loadavg: 3.95 3.91 3.89 5/349 1085
/proc/meminfo: memFree=11611876/32950928 swapFree=67111200/67111528
[pid=1078] ppid=1076 vsize=8700 CPUtime=1.06 cores=0-7
/proc/1078/stat : 1078 (manysat.sh) S 1076 1078 32728 0 -1 4202496 357 8746 0 0 0 0 103 3 18 0 1 0 720361373 8908800 253 33554432000 4194304 4922060 140734687395344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1078/statm: 2175 253 209 178 0 68 0
[pid=1082] ppid=1078 vsize=129008 CPUtime=45.79 cores=0-7
/proc/1082/stat : 1082 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202496 23758 0 0 0 4562 17 0 0 18 0 4 0 720361480 132104192 23708 33554432000 134512640 135305190 4287392576 18446744073709551615 134839991 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1082/statm: 32252 23708 84 194 0 32056 0
[pid=1082/tid=1083] ppid=1078 vsize=129008 CPUtime=11.41 cores=0-7
/proc/1082/task/1083/stat : 1083 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 2496 0 0 0 1138 3 0 0 25 0 4 0 720361497 132104192 23708 33554432000 134512640 135305190 4287392576 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1082/tid=1084] ppid=1078 vsize=129008 CPUtime=11.4 cores=0-7
/proc/1082/task/1084/stat : 1084 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 4003 0 0 0 1137 3 0 0 18 0 4 0 720361497 132104192 23708 33554432000 134512640 135305190 4287392576 18446744073709551615 134552906 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1082/tid=1085] ppid=1078 vsize=129008 CPUtime=11.4 cores=0-7
/proc/1082/task/1085/stat : 1085 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 3555 0 0 0 1137 3 0 0 18 0 4 0 720361497 132104192 23708 33554432000 134512640 135305190 4287392576 18446744073709551615 134557971 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 46.85
Current children cumulated vsize (KiB) 137708

[startup+25.5012 s]
/proc/loadavg: 3.96 3.92 3.89 5/349 1085
/proc/meminfo: memFree=11578256/32950928 swapFree=67111200/67111528
[pid=1078] ppid=1076 vsize=8700 CPUtime=1.06 cores=0-7
/proc/1078/stat : 1078 (manysat.sh) S 1076 1078 32728 0 -1 4202496 357 8746 0 0 0 0 103 3 18 0 1 0 720361373 8908800 253 33554432000 4194304 4922060 140734687395344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1078/statm: 2175 253 209 178 0 68 0
[pid=1082] ppid=1078 vsize=160604 CPUtime=96.98 cores=0-7
/proc/1082/stat : 1082 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202496 31581 0 0 0 9675 23 0 0 18 0 4 0 720361480 164458496 31531 33554432000 134512640 135305190 4287392576 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1082/statm: 40151 31531 84 194 0 39955 0
[pid=1082/tid=1083] ppid=1078 vsize=160604 CPUtime=24.2 cores=0-7
/proc/1082/task/1083/stat : 1083 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 3832 0 0 0 2416 4 0 0 25 0 4 0 720361497 164458496 31531 33554432000 134512640 135305190 4287392576 18446744073709551615 134557493 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1082/tid=1084] ppid=1078 vsize=160604 CPUtime=24.2 cores=0-7
/proc/1082/task/1084/stat : 1084 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 6370 0 0 0 2416 4 0 0 18 0 4 0 720361497 164458496 31531 33554432000 134512640 135305190 4287392576 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1082/tid=1085] ppid=1078 vsize=160604 CPUtime=24.2 cores=0-7
/proc/1082/task/1085/stat : 1085 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 5589 0 0 0 2416 4 0 0 18 0 4 0 720361497 164458496 31531 33554432000 134512640 135305190 4287392576 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 98.04
Current children cumulated vsize (KiB) 169304

[startup+51.1004 s]
/proc/loadavg: 3.97 3.92 3.89 5/349 1086
/proc/meminfo: memFree=11540632/32950928 swapFree=67111200/67111528
[pid=1078] ppid=1076 vsize=8700 CPUtime=1.06 cores=0-7
/proc/1078/stat : 1078 (manysat.sh) S 1076 1078 32728 0 -1 4202496 357 8746 0 0 0 0 103 3 18 0 1 0 720361373 8908800 253 33554432000 4194304 4922060 140734687395344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1078/statm: 2175 253 209 178 0 68 0
[pid=1082] ppid=1078 vsize=198508 CPUtime=199.32 cores=0-7
/proc/1082/stat : 1082 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202496 40969 0 0 0 19898 34 0 0 18 0 4 0 720361480 203272192 40919 33554432000 134512640 135305190 4287392576 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1082/statm: 49627 40919 84 194 0 49431 0
[pid=1082/tid=1083] ppid=1078 vsize=198508 CPUtime=49.8 cores=0-7
/proc/1082/task/1083/stat : 1083 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 5954 0 0 0 4972 8 0 0 25 0 4 0 720361497 203272192 40919 33554432000 134512640 135305190 4287392576 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1082/tid=1084] ppid=1078 vsize=198508 CPUtime=49.78 cores=0-7
/proc/1082/task/1084/stat : 1084 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 8611 0 0 0 4972 6 0 0 18 0 4 0 720361497 203272192 40919 33554432000 134512640 135305190 4287392576 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1082/tid=1085] ppid=1078 vsize=198508 CPUtime=49.78 cores=0-7
/proc/1082/task/1085/stat : 1085 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 7972 0 0 0 4972 6 0 0 18 0 4 0 720361497 203272192 40919 33554432000 134512640 135305190 4287392576 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 200.38
Current children cumulated vsize (KiB) 207208

[startup+102.313 s]
/proc/loadavg: 3.99 3.93 3.90 5/349 1087
/proc/meminfo: memFree=11498676/32950928 swapFree=67111200/67111528
[pid=1078] ppid=1076 vsize=8700 CPUtime=1.06 cores=0-7
/proc/1078/stat : 1078 (manysat.sh) S 1076 1078 32728 0 -1 4202496 357 8746 0 0 0 0 103 3 18 0 1 0 720361373 8908800 253 33554432000 4194304 4922060 140734687395344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1078/statm: 2175 253 209 178 0 68 0
[pid=1082] ppid=1078 vsize=240104 CPUtime=404.11 cores=0-7
/proc/1082/stat : 1082 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202496 51499 0 0 0 40359 52 0 0 23 0 4 0 720361480 245866496 51449 33554432000 134512640 135305190 4287392576 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1082/statm: 60026 51449 84 194 0 59830 0
[pid=1082/tid=1083] ppid=1078 vsize=240104 CPUtime=100.99 cores=0-7
/proc/1082/task/1083/stat : 1083 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 8122 0 0 0 10086 13 0 0 25 0 4 0 720361497 245866496 51449 33554432000 134512640 135305190 4287392576 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1082/tid=1084] ppid=1078 vsize=240104 CPUtime=100.99 cores=0-7
/proc/1082/task/1084/stat : 1084 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 11465 0 0 0 10091 8 0 0 21 0 4 0 720361497 245866496 51449 33554432000 134512640 135305190 4287392576 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1082/tid=1085] ppid=1078 vsize=240104 CPUtime=100.97 cores=0-7
/proc/1082/task/1085/stat : 1085 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 10610 0 0 0 10087 10 0 0 19 0 4 0 720361497 245866496 51449 33554432000 134512640 135305190 4287392576 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 405.17
Current children cumulated vsize (KiB) 248804

[startup+162.301 s]
/proc/loadavg: 3.99 3.94 3.91 5/349 1089
/proc/meminfo: memFree=11457212/32950928 swapFree=67111200/67111528
[pid=1078] ppid=1076 vsize=8700 CPUtime=1.06 cores=0-7
/proc/1078/stat : 1078 (manysat.sh) S 1076 1078 32728 0 -1 4202496 357 8746 0 0 0 0 103 3 18 0 1 0 720361373 8908800 253 33554432000 4194304 4922060 140734687395344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1078/statm: 2175 253 209 178 0 68 0
[pid=1082] ppid=1078 vsize=282776 CPUtime=643.97 cores=0-7
/proc/1082/stat : 1082 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202496 61810 0 0 0 64326 71 0 0 25 0 4 0 720361480 289562624 61760 33554432000 134512640 135305190 4287392576 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1082/statm: 70694 61760 84 194 0 70498 0
[pid=1082/tid=1083] ppid=1078 vsize=282776 CPUtime=160.95 cores=0-7
/proc/1082/task/1083/stat : 1083 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 10394 0 0 0 16077 18 0 0 25 0 4 0 720361497 289562624 61760 33554432000 134512640 135305190 4287392576 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1082/tid=1084] ppid=1078 vsize=282776 CPUtime=160.97 cores=0-7
/proc/1082/task/1084/stat : 1084 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 14342 0 0 0 16085 12 0 0 18 0 4 0 720361497 289562624 61760 33554432000 134512640 135305190 4287392576 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1082/tid=1085] ppid=1078 vsize=282776 CPUtime=160.93 cores=0-7
/proc/1082/task/1085/stat : 1085 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 13238 0 0 0 16079 14 0 0 18 0 4 0 720361497 289562624 61760 33554432000 134512640 135305190 4287392576 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 645.03
Current children cumulated vsize (KiB) 291476

[startup+222.301 s]

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

/proc/1082/task/1085/stat : 1085 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 84284 0 0 0 465888 137 0 0 23 0 4 0 720361497 1647009792 385837 33554432000 134512640 135305190 4287392576 18446744073709551615 134528458 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18642.1
Current children cumulated vsize (KiB) 1617108

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.97 5/349 1222
/proc/meminfo: memFree=10107188/32950928 swapFree=67111200/67111528
[pid=1078] ppid=1076 vsize=8700 CPUtime=1.06 cores=0-7
/proc/1078/stat : 1078 (manysat.sh) S 1076 1078 32728 0 -1 4202496 357 8746 0 0 0 0 103 3 18 0 1 0 720361373 8908800 253 33554432000 4194304 4922060 140734687395344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1078/statm: 2175 253 209 178 0 68 0
[pid=1082] ppid=1078 vsize=1660656 CPUtime=18881.1 cores=0-7
/proc/1082/stat : 1082 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202496 398570 0 0 0 1887361 749 0 0 25 0 4 0 720361480 1700511744 398520 33554432000 134512640 135305190 4287392576 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1082/statm: 415164 398520 84 194 0 414968 0
[pid=1082/tid=1083] ppid=1078 vsize=1660656 CPUtime=4720.54 cores=0-7
/proc/1082/task/1083/stat : 1083 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 71684 0 0 0 471908 146 0 0 25 0 4 0 720361497 1700511744 398520 33554432000 134512640 135305190 4287392576 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1082/tid=1084] ppid=1078 vsize=1660656 CPUtime=4719.93 cores=0-7
/proc/1082/task/1084/stat : 1084 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 134590 0 0 0 471765 228 0 0 25 0 4 0 720361497 1700511744 398520 33554432000 134512640 135305190 4287392576 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1082/tid=1085] ppid=1078 vsize=1660656 CPUtime=4720.26 cores=0-7
/proc/1082/task/1085/stat : 1085 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 86603 0 0 0 471885 141 0 0 25 0 4 0 720361497 1700511744 398520 33554432000 134512640 135305190 4287392576 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18882.2
Current children cumulated vsize (KiB) 1669356

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/349 1233
/proc/meminfo: memFree=10066904/32950928 swapFree=67111200/67111528
[pid=1078] ppid=1076 vsize=8700 CPUtime=1.06 cores=0-7
/proc/1078/stat : 1078 (manysat.sh) S 1076 1078 32728 0 -1 4202496 357 8746 0 0 0 0 103 3 18 0 1 0 720361373 8908800 253 33554432000 4194304 4922060 140734687395344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1078/statm: 2175 253 209 178 0 68 0
[pid=1082] ppid=1078 vsize=1699996 CPUtime=19121 cores=0-7
/proc/1082/stat : 1082 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202496 408301 0 0 0 1911334 765 0 0 25 0 4 0 720361480 1740795904 408251 33554432000 134512640 135305190 4287392576 18446744073709551615 134557710 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1082/statm: 424999 408251 84 194 0 424803 0
[pid=1082/tid=1083] ppid=1078 vsize=1699996 CPUtime=4780.52 cores=0-7
/proc/1082/task/1083/stat : 1083 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 73491 0 0 0 477904 148 0 0 25 0 4 0 720361497 1740795904 408251 33554432000 134512640 135305190 4287392576 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1082/tid=1084] ppid=1078 vsize=1699996 CPUtime=4779.86 cores=0-7
/proc/1082/task/1084/stat : 1084 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 139061 0 0 0 477750 236 0 0 25 0 4 0 720361497 1740795904 408251 33554432000 134512640 135305190 4287392576 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1082/tid=1085] ppid=1078 vsize=1699996 CPUtime=4780.25 cores=0-7
/proc/1082/task/1085/stat : 1085 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 88119 0 0 0 477881 144 0 0 25 0 4 0 720361497 1740795904 408251 33554432000 134512640 135305190 4287392576 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19122
Current children cumulated vsize (KiB) 1708696

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/349 1235
/proc/meminfo: memFree=10064512/32950928 swapFree=67111200/67111528
[pid=1078] ppid=1076 vsize=8700 CPUtime=1.06 cores=0-7
/proc/1078/stat : 1078 (manysat.sh) S 1076 1078 32728 0 -1 4202496 357 8746 0 0 0 0 103 3 18 0 1 0 720361373 8908800 253 33554432000 4194304 4922060 140734687395344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1078/statm: 2175 253 209 178 0 68 0
[pid=1082] ppid=1078 vsize=1702940 CPUtime=19361 cores=0-7
/proc/1082/stat : 1082 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202496 408928 0 0 0 1935335 766 0 0 25 0 4 0 720361480 1743810560 408878 33554432000 134512640 135305190 4287392576 18446744073709551615 134528506 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1082/statm: 425735 408878 84 194 0 425539 0
[pid=1082/tid=1083] ppid=1078 vsize=1702940 CPUtime=4840.53 cores=0-7
/proc/1082/task/1083/stat : 1083 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 73734 0 0 0 483905 148 0 0 25 0 4 0 720361497 1743810560 408878 33554432000 134512640 135305190 4287392576 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1082/tid=1084] ppid=1078 vsize=1702940 CPUtime=4839.87 cores=0-7
/proc/1082/task/1084/stat : 1084 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 139122 0 0 0 483751 236 0 0 25 0 4 0 720361497 1743810560 408878 33554432000 134512640 135305190 4287392576 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1082/tid=1085] ppid=1078 vsize=1702940 CPUtime=4840.25 cores=0-7
/proc/1082/task/1085/stat : 1085 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 88250 0 0 0 483881 144 0 0 25 0 4 0 720361497 1743810560 408878 33554432000 134512640 135305190 4287392576 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19362.1
Current children cumulated vsize (KiB) 1711640

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/349 1236
/proc/meminfo: memFree=10057000/32950928 swapFree=67111200/67111528
[pid=1078] ppid=1076 vsize=8700 CPUtime=1.06 cores=0-7
/proc/1078/stat : 1078 (manysat.sh) S 1076 1078 32728 0 -1 4202496 357 8746 0 0 0 0 103 3 18 0 1 0 720361373 8908800 253 33554432000 4194304 4922060 140734687395344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1078/statm: 2175 253 209 178 0 68 0
[pid=1082] ppid=1078 vsize=1710900 CPUtime=19601 cores=0-7
/proc/1082/stat : 1082 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202496 410913 0 0 0 1959329 772 0 0 25 0 4 0 720361480 1751961600 410863 33554432000 134512640 135305190 4287392576 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1082/statm: 427725 410863 84 194 0 427529 0
[pid=1082/tid=1083] ppid=1078 vsize=1710900 CPUtime=4900.53 cores=0-7
/proc/1082/task/1083/stat : 1083 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 74199 0 0 0 489905 148 0 0 25 0 4 0 720361497 1751961600 410863 33554432000 134512640 135305190 4287392576 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1082/tid=1084] ppid=1078 vsize=1710900 CPUtime=4899.87 cores=0-7
/proc/1082/task/1084/stat : 1084 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 140008 0 0 0 489747 240 0 0 18 0 4 0 720361497 1751961600 410863 33554432000 134512640 135305190 4287392576 18446744073709551615 134528477 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1082/tid=1085] ppid=1078 vsize=1710900 CPUtime=4900.25 cores=0-7
/proc/1082/task/1085/stat : 1085 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 88535 0 0 0 489880 145 0 0 19 0 4 0 720361497 1751961600 410863 33554432000 134512640 135305190 4287392576 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19602.1
Current children cumulated vsize (KiB) 1719600

[startup+4962.3 s]
/proc/loadavg: 4.08 4.02 3.98 5/349 1238
/proc/meminfo: memFree=9999660/32950928 swapFree=67111200/67111528
[pid=1078] ppid=1076 vsize=8700 CPUtime=1.06 cores=0-7
/proc/1078/stat : 1078 (manysat.sh) S 1076 1078 32728 0 -1 4202496 357 8746 0 0 0 0 103 3 18 0 1 0 720361373 8908800 253 33554432000 4194304 4922060 140734687395344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1078/statm: 2175 253 209 178 0 68 0
[pid=1082] ppid=1078 vsize=1769300 CPUtime=19841 cores=0-7
/proc/1082/stat : 1082 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202496 425120 0 0 0 1983302 797 0 0 25 0 4 0 720361480 1811763200 425070 33554432000 134512640 135305190 4287392576 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1082/statm: 442325 425070 84 194 0 442129 0
[pid=1082/tid=1083] ppid=1078 vsize=1769300 CPUtime=4960.5 cores=0-7
/proc/1082/task/1083/stat : 1083 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 76262 0 0 0 495898 152 0 0 18 0 4 0 720361497 1811763200 425070 33554432000 134512640 135305190 4287392576 18446744073709551615 134538175 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1082/tid=1084] ppid=1078 vsize=1769300 CPUtime=4959.87 cores=0-7
/proc/1082/task/1084/stat : 1084 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 146997 0 0 0 495734 253 0 0 25 0 4 0 720361497 1811763200 425070 33554432000 134512640 135305190 4287392576 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1082/tid=1085] ppid=1078 vsize=1769300 CPUtime=4960.25 cores=0-7
/proc/1082/task/1085/stat : 1085 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 91073 0 0 0 495877 148 0 0 25 0 4 0 720361497 1811763200 425070 33554432000 134512640 135305190 4287392576 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19842
Current children cumulated vsize (KiB) 1778000

[startup+5022.3 s]
/proc/loadavg: 4.03 4.01 3.98 6/349 1239
/proc/meminfo: memFree=9997732/32950928 swapFree=67111200/67111528
[pid=1078] ppid=1076 vsize=8700 CPUtime=1.06 cores=0-7
/proc/1078/stat : 1078 (manysat.sh) S 1076 1078 32728 0 -1 4202496 357 8746 0 0 0 0 103 3 18 0 1 0 720361373 8908800 253 33554432000 4194304 4922060 140734687395344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1078/statm: 2175 253 209 178 0 68 0
[pid=1082] ppid=1078 vsize=1773288 CPUtime=20080.9 cores=0-7
/proc/1082/stat : 1082 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202496 425606 0 0 0 2007293 799 0 0 25 0 4 0 720361480 1815846912 425556 33554432000 134512640 135305190 4287392576 18446744073709551615 134528235 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1082/statm: 443322 425556 84 194 0 443126 0
[pid=1082/tid=1083] ppid=1078 vsize=1773288 CPUtime=5020.43 cores=0-7
/proc/1082/task/1083/stat : 1083 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 76262 0 0 0 501891 152 0 0 25 0 4 0 720361497 1815846912 425556 33554432000 134512640 135305190 4287392576 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1082/tid=1084] ppid=1078 vsize=1773288 CPUtime=5019.88 cores=0-7
/proc/1082/task/1084/stat : 1084 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 147058 0 0 0 501734 254 0 0 25 0 4 0 720361497 1815846912 425556 33554432000 134512640 135305190 4287392576 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1082/tid=1085] ppid=1078 vsize=1773288 CPUtime=5020.26 cores=0-7
/proc/1082/task/1085/stat : 1085 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 91272 0 0 0 501877 149 0 0 25 0 4 0 720361497 1815846912 425556 33554432000 134512640 135305190 4287392576 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20082
Current children cumulated vsize (KiB) 1781988

[startup+5082.3 s]
/proc/loadavg: 4.01 4.00 3.98 5/349 1241
/proc/meminfo: memFree=9994956/32950928 swapFree=67111200/67111528
[pid=1078] ppid=1076 vsize=8700 CPUtime=1.06 cores=0-7
/proc/1078/stat : 1078 (manysat.sh) S 1076 1078 32728 0 -1 4202496 357 8746 0 0 0 0 103 3 18 0 1 0 720361373 8908800 253 33554432000 4194304 4922060 140734687395344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1078/statm: 2175 253 209 178 0 68 0
[pid=1082] ppid=1078 vsize=1776164 CPUtime=20320.9 cores=0-7
/proc/1082/stat : 1082 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202496 426324 0 0 0 2031287 801 0 0 25 0 4 0 720361480 1818791936 426274 33554432000 134512640 135305190 4287392576 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1082/statm: 444041 426274 84 194 0 443845 0
[pid=1082/tid=1083] ppid=1078 vsize=1776164 CPUtime=5080.43 cores=0-7
/proc/1082/task/1083/stat : 1083 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 76262 0 0 0 507891 152 0 0 25 0 4 0 720361497 1818791936 426274 33554432000 134512640 135305190 4287392576 18446744073709551615 134528805 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1082/tid=1084] ppid=1078 vsize=1776164 CPUtime=5079.83 cores=0-7
/proc/1082/task/1084/stat : 1084 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 147221 0 0 0 507728 255 0 0 25 0 4 0 720361497 1818791936 426274 33554432000 134512640 135305190 4287392576 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1082/tid=1085] ppid=1078 vsize=1776164 CPUtime=5080.26 cores=0-7
/proc/1082/task/1085/stat : 1085 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 91563 0 0 0 507877 149 0 0 25 0 4 0 720361497 1818791936 426274 33554432000 134512640 135305190 4287392576 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20321.9
Current children cumulated vsize (KiB) 1784864



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.98 5/349 1241
/proc/meminfo: memFree=9994324/32950928 swapFree=67111200/67111528
[pid=1078] ppid=1076 vsize=8700 CPUtime=1.06 cores=0-7
/proc/1078/stat : 1078 (manysat.sh) S 1076 1078 32728 0 -1 4202496 357 8746 0 0 0 0 103 3 18 0 1 0 720361373 8908800 253 33554432000 4194304 4922060 140734687395344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1078/statm: 2175 253 209 178 0 68 0
[pid=1082] ppid=1078 vsize=1777024 CPUtime=20391.7 cores=0-7
/proc/1082/stat : 1082 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202496 426504 0 0 0 2038368 801 0 0 25 0 4 0 720361480 1819672576 426454 33554432000 134512640 135305190 4287392576 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1082/statm: 444256 426454 84 194 0 444060 0
[pid=1082/tid=1083] ppid=1078 vsize=1777024 CPUtime=5098.14 cores=0-7
/proc/1082/task/1083/stat : 1083 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 76262 0 0 0 509662 152 0 0 25 0 4 0 720361497 1819672576 426454 33554432000 134512640 135305190 4287392576 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1082/tid=1084] ppid=1078 vsize=1777024 CPUtime=5097.54 cores=0-7
/proc/1082/task/1084/stat : 1084 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 147228 0 0 0 509499 255 0 0 25 0 4 0 720361497 1819672576 426454 33554432000 134512640 135305190 4287392576 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1082/tid=1085] ppid=1078 vsize=1777024 CPUtime=5097.97 cores=0-7
/proc/1082/task/1085/stat : 1085 (manysat1.1_stat) R 1078 1078 32728 0 -1 4202560 91613 0 0 0 509648 149 0 0 25 0 4 0 720361497 1819672576 426454 33554432000 134512640 135305190 4287392576 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20392.7
Current children cumulated vsize (KiB) 1785724

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

Real time (s): 5100.03
CPU time (s): 20392.7
CPU user time (s): 20384.7
CPU system time (s): 8.04
CPU usage (%): 399.856
Max. virtual memory (cumulated for all children) (KiB): 1785724

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

runsolver used 16.2725 second user time and 39.68 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-13 17:41:47
IDJOB=3362222
IDBENCH=83105
IDSOLVER=1839
FILE ID=node115/3362222-1305301307
RUNJOBID= node115-1305296396-32742
PBS_JOBID= 13321438
Free space on /tmp= 50060 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom24.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362222-1305301307/watcher-3362222-1305301307 -o /tmp/evaluation-result-3362222-1305301307/solver-3362222-1305301307 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362222-1305301307.cnf aimd 1

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=286169091

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11711288 kB
Buffers:        243292 kB
Cached:       10507284 kB
SwapCached:          0 kB
Active:       11785552 kB
Inactive:      8994420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11711288 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:            5060 kB
Writeback:           0 kB
AnonPages:    10029916 kB
Mapped:          27808 kB
Slab:           351792 kB
PageTables:      40388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69654584 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= 50052 MiB
End job on node115 at 2011-05-13 19:06:49