Trace number 3362221

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.04 1204.72

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.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |  197331   507456 |   59199       0        0     nan |  0.000 % |
0.00/0.83	c |         0 |  137645   511291 |      --       0       --      -- |     --   | -59686/3835
0.00/0.83	c ==============================================================================
0.00/0.83	c Result  :   #vars: 24821   #clauses: 137645   #literals: 511291
0.00/0.83	c CPU time:   0.810876 s
0.00/0.83	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-3362221-1305299842/watcher-3362221-1305299842 -o /tmp/evaluation-result-3362221-1305299842/solver-3362221-1305299842 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362221-1305299842.cnf aimd 1 

running on 4 cores: 0,2,4,6

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: 7.41 6.53 6.93 6/374 10251
/proc/meminfo: memFree=5024716/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10251/stat : 10251 (manysat.sh) S 10249 10251 9547 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641582000 8908800 249 33554432000 4194304 4922060 140736408228480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10251/statm: 2175 249 209 178 0 68 0

[startup+0.102231 s]
/proc/loadavg: 7.41 6.53 6.93 6/374 10251
/proc/meminfo: memFree=5024716/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10251/stat : 10251 (manysat.sh) S 10249 10251 9547 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641582000 8908800 249 33554432000 4194304 4922060 140736408228480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10251/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.20122 s]
/proc/loadavg: 7.41 6.53 6.93 6/374 10251
/proc/meminfo: memFree=5024716/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10251/stat : 10251 (manysat.sh) S 10249 10251 9547 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641582000 8908800 249 33554432000 4194304 4922060 140736408228480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10251/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30117 s]
/proc/loadavg: 7.41 6.53 6.93 6/374 10251
/proc/meminfo: memFree=5024716/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10251/stat : 10251 (manysat.sh) S 10249 10251 9547 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641582000 8908800 249 33554432000 4194304 4922060 140736408228480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10251/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701097 s]
/proc/loadavg: 7.41 6.53 6.93 6/374 10251
/proc/meminfo: memFree=5024716/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10251/stat : 10251 (manysat.sh) S 10249 10251 9547 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641582000 8908800 249 33554432000 4194304 4922060 140736408228480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10251/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50091 s]
/proc/loadavg: 7.41 6.53 6.93 6/376 10254
/proc/meminfo: memFree=4975976/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=8700 CPUtime=0.93 cores=0,2,4,6
/proc/10251/stat : 10251 (manysat.sh) S 10249 10251 9547 0 -1 4202496 357 8745 0 0 0 0 91 2 18 0 1 0 641582000 8908800 252 33554432000 4194304 4922060 140736408228480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10251/statm: 2175 252 209 178 0 68 0
[pid=10254] ppid=10251 vsize=82236 CPUtime=1.67 cores=0,2,4,6
/proc/10254/stat : 10254 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202496 12252 0 0 0 158 9 0 0 18 0 4 0 641582094 84209664 12206 33554432000 134512640 135305190 4286670064 18446744073709551615 134528245 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10254/statm: 20559 12206 84 194 0 20363 0
[pid=10254/tid=10255] ppid=10251 vsize=82236 CPUtime=0.36 cores=0,2,4,6
/proc/10254/task/10255/stat : 10255 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 590 0 0 0 34 2 0 0 18 0 4 0 641582111 84209664 12206 33554432000 134512640 135305190 4286670064 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10254/tid=10256] ppid=10251 vsize=82236 CPUtime=0.37 cores=0,2,4,6
/proc/10254/task/10256/stat : 10256 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 629 0 0 0 35 2 0 0 18 0 4 0 641582111 84209664 12206 33554432000 134512640 135305190 4286670064 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10254/tid=10257] ppid=10251 vsize=82236 CPUtime=0.37 cores=0,2,4,6
/proc/10254/task/10257/stat : 10257 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 531 0 0 0 36 1 0 0 18 0 4 0 641582111 84209664 12206 33554432000 134512640 135305190 4286670064 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 90936

[startup+3.10062 s]
/proc/loadavg: 7.41 6.53 6.93 9/379 10257
/proc/meminfo: memFree=4962068/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=8700 CPUtime=0.93 cores=0,2,4,6
/proc/10251/stat : 10251 (manysat.sh) S 10249 10251 9547 0 -1 4202496 357 8745 0 0 0 0 91 2 18 0 1 0 641582000 8908800 252 33554432000 4194304 4922060 140736408228480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10251/statm: 2175 252 209 178 0 68 0
[pid=10254] ppid=10251 vsize=91108 CPUtime=8.05 cores=0,2,4,6
/proc/10254/stat : 10254 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202496 14460 0 0 0 795 10 0 0 21 0 4 0 641582094 93294592 14414 33554432000 134512640 135305190 4286670064 18446744073709551615 134530636 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10254/statm: 22777 14414 84 194 0 22581 0
[pid=10254/tid=10255] ppid=10251 vsize=91108 CPUtime=1.96 cores=0,2,4,6
/proc/10254/task/10255/stat : 10255 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 1035 0 0 0 194 2 0 0 20 0 4 0 641582111 93294592 14414 33554432000 134512640 135305190 4286670064 18446744073709551615 134546077 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10254/tid=10256] ppid=10251 vsize=91108 CPUtime=1.97 cores=0,2,4,6
/proc/10254/task/10256/stat : 10256 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 1235 0 0 0 195 2 0 0 21 0 4 0 641582111 93294592 14414 33554432000 134512640 135305190 4286670064 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10254/tid=10257] ppid=10251 vsize=91108 CPUtime=1.97 cores=0,2,4,6
/proc/10254/task/10257/stat : 10257 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 1111 0 0 0 196 1 0 0 21 0 4 0 641582111 93294592 14414 33554432000 134512640 135305190 4286670064 18446744073709551615 134528395 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.98
Current children cumulated vsize (KiB) 99808

[startup+6.30104 s]
/proc/loadavg: 7.46 6.56 6.94 9/379 10257
/proc/meminfo: memFree=4944456/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=8700 CPUtime=0.93 cores=0,2,4,6
/proc/10251/stat : 10251 (manysat.sh) S 10249 10251 9547 0 -1 4202496 357 8745 0 0 0 0 91 2 18 0 1 0 641582000 8908800 252 33554432000 4194304 4922060 140736408228480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10251/statm: 2175 252 209 178 0 68 0
[pid=10254] ppid=10251 vsize=104156 CPUtime=20.81 cores=0,2,4,6
/proc/10254/stat : 10254 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202496 17505 0 0 0 2069 12 0 0 21 0 4 0 641582094 106655744 17459 33554432000 134512640 135305190 4286670064 18446744073709551615 134528744 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10254/statm: 26039 17459 84 194 0 25843 0
[pid=10254/tid=10255] ppid=10251 vsize=104156 CPUtime=5.16 cores=0,2,4,6
/proc/10254/task/10255/stat : 10255 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 1615 0 0 0 513 3 0 0 25 0 4 0 641582111 106655744 17459 33554432000 134512640 135305190 4286670064 18446744073709551615 134557974 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10254/tid=10256] ppid=10251 vsize=104156 CPUtime=5.17 cores=0,2,4,6
/proc/10254/task/10256/stat : 10256 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 2021 0 0 0 514 3 0 0 25 0 4 0 641582111 106655744 17459 33554432000 134512640 135305190 4286670064 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10254/tid=10257] ppid=10251 vsize=104156 CPUtime=5.16 cores=0,2,4,6
/proc/10254/task/10257/stat : 10257 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 1909 0 0 0 515 1 0 0 25 0 4 0 641582111 106655744 17459 33554432000 134512640 135305190 4286670064 18446744073709551615 134528395 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.74
Current children cumulated vsize (KiB) 112856

[startup+12.7009 s]
/proc/loadavg: 7.50 6.58 6.94 9/379 10257
/proc/meminfo: memFree=4913116/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=8700 CPUtime=0.93 cores=0,2,4,6
/proc/10251/stat : 10251 (manysat.sh) S 10249 10251 9547 0 -1 4202496 357 8745 0 0 0 0 91 2 18 0 1 0 641582000 8908800 252 33554432000 4194304 4922060 140736408228480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10251/statm: 2175 252 209 178 0 68 0
[pid=10254] ppid=10251 vsize=121332 CPUtime=46.32 cores=0,2,4,6
/proc/10254/stat : 10254 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202496 21902 0 0 0 4618 14 0 0 25 0 4 0 641582094 124243968 21856 33554432000 134512640 135305190 4286670064 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10254/statm: 30333 21856 84 194 0 30137 0
[pid=10254/tid=10255] ppid=10251 vsize=121332 CPUtime=11.56 cores=0,2,4,6
/proc/10254/task/10255/stat : 10255 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 2627 0 0 0 1153 3 0 0 25 0 4 0 641582111 124243968 21856 33554432000 134512640 135305190 4286670064 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10254/tid=10256] ppid=10251 vsize=121332 CPUtime=11.56 cores=0,2,4,6
/proc/10254/task/10256/stat : 10256 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 3055 0 0 0 1153 3 0 0 25 0 4 0 641582111 124243968 21856 33554432000 134512640 135305190 4286670064 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10254/tid=10257] ppid=10251 vsize=121332 CPUtime=11.56 cores=0,2,4,6
/proc/10254/task/10257/stat : 10257 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 3198 0 0 0 1154 2 0 0 25 0 4 0 641582111 124243968 21856 33554432000 134512640 135305190 4286670064 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 47.25
Current children cumulated vsize (KiB) 130032

[startup+25.5005 s]
/proc/loadavg: 7.61 6.65 6.96 9/379 10257
/proc/meminfo: memFree=4868040/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=8700 CPUtime=0.93 cores=0,2,4,6
/proc/10251/stat : 10251 (manysat.sh) S 10249 10251 9547 0 -1 4202496 357 8745 0 0 0 0 91 2 18 0 1 0 641582000 8908800 252 33554432000 4194304 4922060 140736408228480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10251/statm: 2175 252 209 178 0 68 0
[pid=10254] ppid=10251 vsize=152388 CPUtime=97.36 cores=0,2,4,6
/proc/10254/stat : 10254 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202496 29544 0 0 0 9717 19 0 0 25 0 4 0 641582094 156045312 29498 33554432000 134512640 135305190 4286670064 18446744073709551615 134528573 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10254/statm: 38097 29498 84 194 0 37901 0
[pid=10254/tid=10255] ppid=10251 vsize=152388 CPUtime=24.36 cores=0,2,4,6
/proc/10254/task/10255/stat : 10255 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 4161 0 0 0 2432 4 0 0 25 0 4 0 641582111 156045312 29498 33554432000 134512640 135305190 4286670064 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10254/tid=10256] ppid=10251 vsize=152388 CPUtime=24.37 cores=0,2,4,6
/proc/10254/task/10256/stat : 10256 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 5271 0 0 0 2433 4 0 0 25 0 4 0 641582111 156045312 29498 33554432000 134512640 135305190 4286670064 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10254/tid=10257] ppid=10251 vsize=152388 CPUtime=24.36 cores=0,2,4,6
/proc/10254/task/10257/stat : 10257 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 5159 0 0 0 2432 4 0 0 25 0 4 0 641582111 156045312 29498 33554432000 134512640 135305190 4286670064 18446744073709551615 134556804 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 98.29
Current children cumulated vsize (KiB) 161088

[startup+51.1009 s]
/proc/loadavg: 7.82 6.77 6.99 9/379 10258
/proc/meminfo: memFree=4814004/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=8700 CPUtime=0.93 cores=0,2,4,6
/proc/10251/stat : 10251 (manysat.sh) S 10249 10251 9547 0 -1 4202496 357 8745 0 0 0 0 91 2 18 0 1 0 641582000 8908800 252 33554432000 4194304 4922060 140736408228480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10251/statm: 2175 252 209 178 0 68 0
[pid=10254] ppid=10251 vsize=196080 CPUtime=199.44 cores=0,2,4,6
/proc/10254/stat : 10254 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202496 40455 0 0 0 19919 25 0 0 25 0 4 0 641582094 200785920 40409 33554432000 134512640 135305190 4286670064 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10254/statm: 49020 40409 84 194 0 48824 0
[pid=10254/tid=10255] ppid=10251 vsize=196080 CPUtime=49.95 cores=0,2,4,6
/proc/10254/task/10255/stat : 10255 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 6451 0 0 0 4990 5 0 0 25 0 4 0 641582111 200785920 40409 33554432000 134512640 135305190 4286670064 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10254/tid=10256] ppid=10251 vsize=196080 CPUtime=49.97 cores=0,2,4,6
/proc/10254/task/10256/stat : 10256 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 8056 0 0 0 4992 5 0 0 25 0 4 0 641582111 200785920 40409 33554432000 134512640 135305190 4286670064 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10254/tid=10257] ppid=10251 vsize=196080 CPUtime=49.94 cores=0,2,4,6
/proc/10254/task/10257/stat : 10257 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 8006 0 0 0 4988 6 0 0 25 0 4 0 641582111 200785920 40409 33554432000 134512640 135305190 4286670064 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 200.37
Current children cumulated vsize (KiB) 204780

[startup+102.301 s]
/proc/loadavg: 7.97 6.97 7.04 10/379 10259
/proc/meminfo: memFree=4743148/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=8700 CPUtime=0.93 cores=0,2,4,6
/proc/10251/stat : 10251 (manysat.sh) S 10249 10251 9547 0 -1 4202496 357 8745 0 0 0 0 91 2 18 0 1 0 641582000 8908800 252 33554432000 4194304 4922060 140736408228480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10251/statm: 2175 252 209 178 0 68 0
[pid=10254] ppid=10251 vsize=230792 CPUtime=403.57 cores=0,2,4,6
/proc/10254/stat : 10254 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202496 49096 0 0 0 40325 32 0 0 25 0 4 0 641582094 236331008 49050 33554432000 134512640 135305190 4286670064 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10254/statm: 57698 49050 84 194 0 57502 0
[pid=10254/tid=10255] ppid=10251 vsize=230792 CPUtime=101.13 cores=0,2,4,6
/proc/10254/task/10255/stat : 10255 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 8580 0 0 0 10107 6 0 0 25 0 4 0 641582111 236331008 49055 33554432000 134512640 135305190 4286670064 18446744073709551615 134528289 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10254/tid=10256] ppid=10251 vsize=230792 CPUtime=101.16 cores=0,2,4,6
/proc/10254/task/10256/stat : 10256 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 9981 0 0 0 10109 7 0 0 25 0 4 0 641582111 236331008 49055 33554432000 134512640 135305190 4286670064 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10254/tid=10257] ppid=10251 vsize=230792 CPUtime=101.14 cores=0,2,4,6
/proc/10254/task/10257/stat : 10257 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 10326 0 0 0 10106 8 0 0 25 0 4 0 641582111 236331008 49055 33554432000 134512640 135305190 4286670064 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 404.5
Current children cumulated vsize (KiB) 239492

[startup+162.301 s]
/proc/loadavg: 8.04 7.17 7.11 9/379 10261
/proc/meminfo: memFree=4686068/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=8700 CPUtime=0.93 cores=0,2,4,6
/proc/10251/stat : 10251 (manysat.sh) S 10249 10251 9547 0 -1 4202496 357 8745 0 0 0 0 91 2 18 0 1 0 641582000 8908800 252 33554432000 4194304 4922060 140736408228480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10251/statm: 2175 252 209 178 0 68 0
[pid=10254] ppid=10251 vsize=277888 CPUtime=642.77 cores=0,2,4,6
/proc/10254/stat : 10254 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202496 60681 0 0 0 64237 40 0 0 25 0 4 0 641582094 284557312 60635 33554432000 134512640 135305190 4286670064 18446744073709551615 134530721 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10254/statm: 69472 60635 84 194 0 69276 0
[pid=10254/tid=10255] ppid=10251 vsize=277888 CPUtime=161.1 cores=0,2,4,6

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

/proc/10254/task/10257/stat : 10257 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 32567 0 0 0 75461 31 0 0 25 0 4 0 641582111 628195328 142844 33554432000 134512640 135305190 4286670064 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3036.03
Current children cumulated vsize (KiB) 622172

[startup+822.301 s]
/proc/loadavg: 8.12 8.00 7.60 9/379 10278
/proc/meminfo: memFree=4152476/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=8700 CPUtime=0.93 cores=0,2,4,6
/proc/10251/stat : 10251 (manysat.sh) S 10249 10251 9547 0 -1 4202496 357 8745 0 0 0 0 91 2 18 0 1 0 641582000 8908800 252 33554432000 4194304 4922060 140736408228480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10251/statm: 2175 252 209 178 0 68 0
[pid=10254] ppid=10251 vsize=621028 CPUtime=3274.34 cores=0,2,4,6
/proc/10254/stat : 10254 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202496 144613 0 0 0 327319 115 0 0 25 0 4 0 641582094 635932672 144567 33554432000 134512640 135305190 4286670064 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/10254/statm: 155257 144567 84 194 0 155061 0
[pid=10254/tid=10255] ppid=10251 vsize=621028 CPUtime=820.88 cores=0,2,4,6
/proc/10254/task/10255/stat : 10255 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 29515 0 0 0 82062 26 0 0 25 0 4 0 641582111 635932672 144567 33554432000 134512640 135305190 4286670064 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10254/tid=10256] ppid=10251 vsize=621028 CPUtime=821.01 cores=0,2,4,6
/proc/10254/task/10256/stat : 10256 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 38276 0 0 0 82073 28 0 0 25 0 4 0 641582111 635932672 144567 33554432000 134512640 135305190 4286670064 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10254/tid=10257] ppid=10251 vsize=621028 CPUtime=814.21 cores=0,2,4,6
/proc/10254/task/10257/stat : 10257 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 32703 0 0 0 81390 31 0 0 25 0 4 0 641582111 635932672 144567 33554432000 134512640 135305190 4286670064 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3275.27
Current children cumulated vsize (KiB) 629728

[startup+882.314 s]
/proc/loadavg: 8.10 8.01 7.63 9/379 10280
/proc/meminfo: memFree=4112412/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=8700 CPUtime=0.93 cores=0,2,4,6
/proc/10251/stat : 10251 (manysat.sh) S 10249 10251 9547 0 -1 4202496 357 8745 0 0 0 0 91 2 18 0 1 0 641582000 8908800 252 33554432000 4194304 4922060 140736408228480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10251/statm: 2175 252 209 178 0 68 0
[pid=10254] ppid=10251 vsize=644052 CPUtime=3513.61 cores=0,2,4,6
/proc/10254/stat : 10254 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202496 150473 0 0 0 351240 121 0 0 25 0 4 0 641582094 659509248 150427 33554432000 134512640 135305190 4286670064 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/10254/statm: 161013 150427 84 194 0 160817 0
[pid=10254/tid=10255] ppid=10251 vsize=644052 CPUtime=880.84 cores=0,2,4,6
/proc/10254/task/10255/stat : 10255 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 31082 0 0 0 88057 27 0 0 25 0 4 0 641582111 659509248 150427 33554432000 134512640 135305190 4286670064 18446744073709551615 134528421 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10254/tid=10256] ppid=10251 vsize=644052 CPUtime=881.02 cores=0,2,4,6
/proc/10254/task/10256/stat : 10256 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 39327 0 0 0 88073 29 0 0 18 0 4 0 641582111 659509248 150427 33554432000 134512640 135305190 4286670064 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10254/tid=10257] ppid=10251 vsize=644052 CPUtime=873.5 cores=0,2,4,6
/proc/10254/task/10257/stat : 10257 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 33781 0 0 0 87318 32 0 0 25 0 4 0 641582111 659509248 150427 33554432000 134512640 135305190 4286670064 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3514.54
Current children cumulated vsize (KiB) 652752

[startup+942.3 s]
/proc/loadavg: 8.16 8.04 7.66 9/379 10315
/proc/meminfo: memFree=4375928/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=8700 CPUtime=0.93 cores=0,2,4,6
/proc/10251/stat : 10251 (manysat.sh) S 10249 10251 9547 0 -1 4202496 357 8745 0 0 0 0 91 2 18 0 1 0 641582000 8908800 252 33554432000 4194304 4922060 140736408228480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10251/statm: 2175 252 209 178 0 68 0
[pid=10254] ppid=10251 vsize=646472 CPUtime=3752.84 cores=0,2,4,6
/proc/10254/stat : 10254 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202496 151049 0 0 0 375163 121 0 0 25 0 4 0 641582094 661987328 151003 33554432000 134512640 135305190 4286670064 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/10254/statm: 161618 151003 84 194 0 161422 0
[pid=10254/tid=10255] ppid=10251 vsize=646472 CPUtime=940.82 cores=0,2,4,6
/proc/10254/task/10255/stat : 10255 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 31089 0 0 0 94054 28 0 0 25 0 4 0 641582111 661987328 151003 33554432000 134512640 135305190 4286670064 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10254/tid=10256] ppid=10251 vsize=646472 CPUtime=941 cores=0,2,4,6
/proc/10254/task/10256/stat : 10256 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 39727 0 0 0 94071 29 0 0 25 0 4 0 641582111 661987328 151003 33554432000 134512640 135305190 4286670064 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10254/tid=10257] ppid=10251 vsize=646472 CPUtime=932.8 cores=0,2,4,6
/proc/10254/task/10257/stat : 10257 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 33949 0 0 0 93247 33 0 0 25 0 4 0 641582111 661987328 151003 33554432000 134512640 135305190 4286670064 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3753.77
Current children cumulated vsize (KiB) 655172

[startup+1002.3 s]
/proc/loadavg: 8.13 8.05 7.68 9/379 10316
/proc/meminfo: memFree=4310440/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=8700 CPUtime=0.93 cores=0,2,4,6
/proc/10251/stat : 10251 (manysat.sh) S 10249 10251 9547 0 -1 4202496 357 8745 0 0 0 0 91 2 18 0 1 0 641582000 8908800 252 33554432000 4194304 4922060 140736408228480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10251/statm: 2175 252 209 178 0 68 0
[pid=10254] ppid=10251 vsize=657760 CPUtime=3992.1 cores=0,2,4,6
/proc/10254/stat : 10254 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202496 153336 0 0 0 399086 124 0 0 25 0 4 0 641582094 673546240 153290 33554432000 134512640 135305190 4286670064 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/10254/statm: 164440 153290 84 194 0 164244 0
[pid=10254/tid=10255] ppid=10251 vsize=657760 CPUtime=1000.8 cores=0,2,4,6
/proc/10254/task/10255/stat : 10255 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 31490 0 0 0 100052 28 0 0 25 0 4 0 641582111 673546240 153290 33554432000 134512640 135305190 4286670064 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10254/tid=10256] ppid=10251 vsize=657760 CPUtime=1000.98 cores=0,2,4,6
/proc/10254/task/10256/stat : 10256 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 40200 0 0 0 100068 30 0 0 25 0 4 0 641582111 673546240 153290 33554432000 134512640 135305190 4286670064 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10254/tid=10257] ppid=10251 vsize=657760 CPUtime=992.08 cores=0,2,4,6
/proc/10254/task/10257/stat : 10257 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 34702 0 0 0 99175 33 0 0 25 0 4 0 641582111 673546240 153290 33554432000 134512640 135305190 4286670064 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3993.03
Current children cumulated vsize (KiB) 666460

[startup+1062.3 s]
/proc/loadavg: 8.22 8.08 7.71 9/379 10318
/proc/meminfo: memFree=4281164/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=8700 CPUtime=0.93 cores=0,2,4,6
/proc/10251/stat : 10251 (manysat.sh) S 10249 10251 9547 0 -1 4202496 357 8745 0 0 0 0 91 2 18 0 1 0 641582000 8908800 252 33554432000 4194304 4922060 140736408228480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10251/statm: 2175 252 209 178 0 68 0
[pid=10254] ppid=10251 vsize=659892 CPUtime=4231.33 cores=0,2,4,6
/proc/10254/stat : 10254 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202496 154089 0 0 0 423007 126 0 0 25 0 4 0 641582094 675729408 154043 33554432000 134512640 135305190 4286670064 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/10254/statm: 164973 154043 84 194 0 164777 0
[pid=10254/tid=10255] ppid=10251 vsize=659892 CPUtime=1060.79 cores=0,2,4,6
/proc/10254/task/10255/stat : 10255 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 31700 0 0 0 106051 28 0 0 25 0 4 0 641582111 675729408 154043 33554432000 134512640 135305190 4286670064 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10254/tid=10256] ppid=10251 vsize=659892 CPUtime=1060.98 cores=0,2,4,6
/proc/10254/task/10256/stat : 10256 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 40374 0 0 0 106068 30 0 0 25 0 4 0 641582111 675729408 154043 33554432000 134512640 135305190 4286670064 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10254/tid=10257] ppid=10251 vsize=659892 CPUtime=1051.32 cores=0,2,4,6
/proc/10254/task/10257/stat : 10257 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 34900 0 0 0 105098 34 0 0 25 0 4 0 641582111 675729408 154043 33554432000 134512640 135305190 4286670064 18446744073709551615 134528286 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4232.26
Current children cumulated vsize (KiB) 668592

[startup+1122.3 s]
/proc/loadavg: 8.14 8.08 7.74 9/379 10319
/proc/meminfo: memFree=4180448/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=8700 CPUtime=0.93 cores=0,2,4,6
/proc/10251/stat : 10251 (manysat.sh) S 10249 10251 9547 0 -1 4202496 357 8745 0 0 0 0 91 2 18 0 1 0 641582000 8908800 252 33554432000 4194304 4922060 140736408228480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10251/statm: 2175 252 209 178 0 68 0
[pid=10254] ppid=10251 vsize=723484 CPUtime=4470.6 cores=0,2,4,6
/proc/10254/stat : 10254 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202496 169749 0 0 0 446919 141 0 0 25 0 4 0 641582094 740847616 169703 33554432000 134512640 135305190 4286670064 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/10254/statm: 180871 169703 84 194 0 180675 0
[pid=10254/tid=10255] ppid=10251 vsize=723484 CPUtime=1120.77 cores=0,2,4,6
/proc/10254/task/10255/stat : 10255 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 35076 0 0 0 112046 31 0 0 25 0 4 0 641582111 740847616 169703 33554432000 134512640 135305190 4286670064 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10254/tid=10256] ppid=10251 vsize=723484 CPUtime=1120.98 cores=0,2,4,6
/proc/10254/task/10256/stat : 10256 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 43304 0 0 0 112065 33 0 0 25 0 4 0 641582111 740847616 169704 33554432000 134512640 135305190 4286670064 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10254/tid=10257] ppid=10251 vsize=723484 CPUtime=1110.61 cores=0,2,4,6
/proc/10254/task/10257/stat : 10257 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 40168 0 0 0 111021 40 0 0 25 0 4 0 641582111 740847616 169704 33554432000 134512640 135305190 4286670064 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4471.53
Current children cumulated vsize (KiB) 732184

[startup+1182.3 s]
/proc/loadavg: 8.09 8.08 7.75 9/379 10321
/proc/meminfo: memFree=4117448/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=8700 CPUtime=0.93 cores=0,2,4,6
/proc/10251/stat : 10251 (manysat.sh) S 10249 10251 9547 0 -1 4202496 357 8745 0 0 0 0 91 2 18 0 1 0 641582000 8908800 252 33554432000 4194304 4922060 140736408228480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10251/statm: 2175 252 209 178 0 68 0
[pid=10254] ppid=10251 vsize=756932 CPUtime=4709.82 cores=0,2,4,6
/proc/10254/stat : 10254 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202496 177865 0 0 0 470835 147 0 0 25 0 4 0 641582094 775098368 177819 33554432000 134512640 135305190 4286670064 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/10254/statm: 189233 177819 84 194 0 189037 0
[pid=10254/tid=10255] ppid=10251 vsize=756932 CPUtime=1180.75 cores=0,2,4,6
/proc/10254/task/10255/stat : 10255 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 36901 0 0 0 118042 33 0 0 25 0 4 0 641582111 775098368 177819 33554432000 134512640 135305190 4286670064 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10254/tid=10256] ppid=10251 vsize=756932 CPUtime=1180.6 cores=0,2,4,6
/proc/10254/task/10256/stat : 10256 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 45315 0 0 0 118027 33 0 0 25 0 4 0 641582111 775098368 177819 33554432000 134512640 135305190 4286670064 18446744073709551615 134538165 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10254/tid=10257] ppid=10251 vsize=756932 CPUtime=1170.26 cores=0,2,4,6
/proc/10254/task/10257/stat : 10257 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 41939 0 0 0 116984 42 0 0 25 0 4 0 641582111 775098368 177819 33554432000 134512640 135305190 4286670064 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4710.75
Current children cumulated vsize (KiB) 765632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.7 s]
/proc/loadavg: 8.13 8.09 7.76 9/379 10322
/proc/meminfo: memFree=4112116/32951124 swapFree=67111348/67111528
[pid=10251] ppid=10249 vsize=8700 CPUtime=0.93 cores=0,2,4,6
/proc/10251/stat : 10251 (manysat.sh) S 10249 10251 9547 0 -1 4202496 357 8745 0 0 0 0 91 2 18 0 1 0 641582000 8908800 252 33554432000 4194304 4922060 140736408228480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10251/statm: 2175 252 209 178 0 68 0
[pid=10254] ppid=10251 vsize=757956 CPUtime=4799.11 cores=0,2,4,6
/proc/10254/stat : 10254 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202496 178082 0 0 0 479763 148 0 0 25 0 4 0 641582094 776146944 178036 33554432000 134512640 135305190 4286670064 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/10254/statm: 189489 178036 84 194 0 189293 0
[pid=10254/tid=10255] ppid=10251 vsize=757956 CPUtime=1203.16 cores=0,2,4,6
/proc/10254/task/10255/stat : 10255 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 37026 0 0 0 120283 33 0 0 25 0 4 0 641582111 776146944 178036 33554432000 134512640 135305190 4286670064 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10254/tid=10256] ppid=10251 vsize=757956 CPUtime=1202.7 cores=0,2,4,6
/proc/10254/task/10256/stat : 10256 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 45315 0 0 0 120236 34 0 0 25 0 4 0 641582111 776146944 178036 33554432000 134512640 135305190 4286670064 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10254/tid=10257] ppid=10251 vsize=757956 CPUtime=1192.67 cores=0,2,4,6
/proc/10254/task/10257/stat : 10257 (manysat1.1_stat) R 10251 10251 9547 0 -1 4202560 41949 0 0 0 119225 42 0 0 25 0 4 0 641582111 776146944 178036 33554432000 134512640 135305190 4286670064 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 766656

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

Real time (s): 1204.72
CPU time (s): 4800.04
CPU user time (s): 4798.54
CPU system time (s): 1.5
CPU usage (%): 398.435
Max. virtual memory (cumulated for all children) (KiB): 766656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.91586
system time used= 0.024996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9102
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 4.01439 second user time and 10.2454 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-13 17:17:23
IDJOB=3362221
IDBENCH=83105
IDSOLVER=1838
FILE ID=node139/3362221-1305299842
RUNJOBID= node139-1305296392-9565
PBS_JOBID= 13321414
Free space on /tmp= 40592 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-3362221-1305299842/watcher-3362221-1305299842 -o /tmp/evaluation-result-3362221-1305299842/solver-3362221-1305299842 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362221-1305299842.cnf aimd 1

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=2101527595

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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:     32951124 kB
MemFree:       5024756 kB
Buffers:        255728 kB
Cached:       19986484 kB
SwapCached:          8 kB
Active:       15021372 kB
Inactive:     12176492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       5024756 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           18796 kB
Writeback:           0 kB
AnonPages:     6955044 kB
Mapped:          29308 kB
Slab:           626720 kB
PageTables:      38828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76932328 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= 40588 MiB
End job on node139 at 2011-05-13 17:37:29