Trace number 3362277

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.32 1203.53

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_2_keyfind_1.cnf
MD5SUM1024a3346322fdba0a20b51f99eae4c0
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 variables1000
Number of clauses5176
Sum of the clauses size20024
Maximum clause length5
Minimum clause length1
Number of clauses of size 1136
Number of clauses of size 2160
Number of clauses of size 32080
Number of clauses of size 4672
Number of clauses of size 52128
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    5008    19728 |    1502       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    4624    18448 |      --       0       --      -- |     --   | -128/-256
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 800   #clauses: 4624   #literals: 18448
0.00/0.00	c CPU time:   0.004999 s
0.00/0.00	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-3362277-1305300806/watcher-3362277-1305300806 -o /tmp/evaluation-result-3362277-1305300806/solver-3362277-1305300806 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362277-1305300806.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: 8.11 8.08 7.94 6/353 18318
/proc/meminfo: memFree=14555664/32951124 swapFree=67111348/67111528
[pid=18318] ppid=18316 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18318/stat : 18318 (manysat.sh) S 18316 18318 17714 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622496688 8908800 250 33554432000 4194304 4922060 140735845156512 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18318/statm: 2175 250 209 178 0 68 0

[startup+0.053636 s]
/proc/loadavg: 8.11 8.08 7.94 6/353 18318
/proc/meminfo: memFree=14555664/32951124 swapFree=67111348/67111528
[pid=18318] ppid=18316 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18318/stat : 18318 (manysat.sh) S 18316 18318 17714 0 -1 4202496 357 300 0 0 0 0 0 0 25 0 1 0 622496688 8908800 253 33554432000 4194304 4922060 140735845156512 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18318/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.208988 s]
/proc/loadavg: 8.11 8.08 7.94 6/353 18318
/proc/meminfo: memFree=14555664/32951124 swapFree=67111348/67111528
[pid=18318] ppid=18316 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18318/stat : 18318 (manysat.sh) S 18316 18318 17714 0 -1 4202496 357 300 0 0 0 0 0 0 25 0 1 0 622496688 8908800 253 33554432000 4194304 4922060 140735845156512 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18318/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.572753 s]
/proc/loadavg: 8.11 8.08 7.94 6/353 18318
/proc/meminfo: memFree=14555664/32951124 swapFree=67111348/67111528
[pid=18318] ppid=18316 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18318/stat : 18318 (manysat.sh) S 18316 18318 17714 0 -1 4202496 357 300 0 0 0 0 0 0 25 0 1 0 622496688 8908800 253 33554432000 4194304 4922060 140735845156512 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18318/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700627 s]
/proc/loadavg: 8.11 8.08 7.94 6/353 18318
/proc/meminfo: memFree=14555664/32951124 swapFree=67111348/67111528
[pid=18318] ppid=18316 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18318/stat : 18318 (manysat.sh) S 18316 18318 17714 0 -1 4202496 357 300 0 0 0 0 0 0 25 0 1 0 622496688 8908800 253 33554432000 4194304 4922060 140735845156512 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18318/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50049 s]
/proc/loadavg: 8.10 8.07 7.94 9/358 18324
/proc/meminfo: memFree=14542736/32951124 swapFree=67111348/67111528
[pid=18318] ppid=18316 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18318/stat : 18318 (manysat.sh) S 18316 18318 17714 0 -1 4202496 357 300 0 0 0 0 0 0 25 0 1 0 622496688 8908800 253 33554432000 4194304 4922060 140735845156512 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18318/statm: 2175 253 209 178 0 68 0
[pid=18320] ppid=18318 vsize=46820 CPUtime=5.91 cores=0,2,4,6
/proc/18320/stat : 18320 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202496 3366 0 0 0 590 1 0 0 20 0 4 0 622496689 47943680 3315 33554432000 134512640 135305190 4292770848 18446744073709551615 134528280 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/18320/statm: 11705 3315 84 194 0 11509 0
[pid=18320/tid=18322] ppid=18318 vsize=46820 CPUtime=1.47 cores=0,2,4,6
/proc/18320/task/18322/stat : 18322 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 750 0 0 0 147 0 0 0 20 0 4 0 622496690 47943680 3315 33554432000 134512640 135305190 4292770848 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=18320/tid=18323] ppid=18318 vsize=46820 CPUtime=1.47 cores=0,2,4,6
/proc/18320/task/18323/stat : 18323 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 597 0 0 0 147 0 0 0 20 0 4 0 622496690 47943680 3315 33554432000 134512640 135305190 4292770848 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=18320/tid=18324] ppid=18318 vsize=46820 CPUtime=1.46 cores=0,2,4,6
/proc/18320/task/18324/stat : 18324 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 802 0 0 0 146 0 0 0 20 0 4 0 622496690 47943680 3315 33554432000 134512640 135305190 4292770848 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 55520

[startup+3.10121 s]
/proc/loadavg: 8.10 8.07 7.94 9/358 18324
/proc/meminfo: memFree=14539632/32951124 swapFree=67111348/67111528
[pid=18318] ppid=18316 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18318/stat : 18318 (manysat.sh) S 18316 18318 17714 0 -1 4202496 357 300 0 0 0 0 0 0 25 0 1 0 622496688 8908800 253 33554432000 4194304 4922060 140735845156512 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18318/statm: 2175 253 209 178 0 68 0
[pid=18320] ppid=18318 vsize=53124 CPUtime=12.3 cores=0,2,4,6
/proc/18320/stat : 18320 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202496 4836 0 0 0 1228 2 0 0 25 0 4 0 622496689 54398976 4785 33554432000 134512640 135305190 4292770848 18446744073709551615 134556843 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/18320/statm: 13281 4785 84 194 0 13085 0
[pid=18320/tid=18322] ppid=18318 vsize=53124 CPUtime=3.07 cores=0,2,4,6
/proc/18320/task/18322/stat : 18322 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 1100 0 0 0 307 0 0 0 25 0 4 0 622496690 54398976 4785 33554432000 134512640 135305190 4292770848 18446744073709551615 134528774 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=18320/tid=18323] ppid=18318 vsize=53124 CPUtime=3.07 cores=0,2,4,6
/proc/18320/task/18323/stat : 18323 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 928 0 0 0 307 0 0 0 25 0 4 0 622496690 54398976 4785 33554432000 134512640 135305190 4292770848 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=18320/tid=18324] ppid=18318 vsize=53124 CPUtime=3.05 cores=0,2,4,6
/proc/18320/task/18324/stat : 18324 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 1226 0 0 0 305 0 0 0 25 0 4 0 622496690 54398976 4785 33554432000 134512640 135305190 4292770848 18446744073709551615 134557414 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 61824

[startup+6.30065 s]
/proc/loadavg: 8.09 8.07 7.94 9/358 18324
/proc/meminfo: memFree=14524872/32951124 swapFree=67111348/67111528
[pid=18318] ppid=18316 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18318/stat : 18318 (manysat.sh) S 18316 18318 17714 0 -1 4202496 357 300 0 0 0 0 0 0 25 0 1 0 622496688 8908800 253 33554432000 4194304 4922060 140735845156512 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18318/statm: 2175 253 209 178 0 68 0
[pid=18320] ppid=18318 vsize=65188 CPUtime=25.06 cores=0,2,4,6
/proc/18320/stat : 18320 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202496 8007 0 0 0 2503 3 0 0 25 0 4 0 622496689 66752512 7956 33554432000 134512640 135305190 4292770848 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/18320/statm: 16297 7956 84 194 0 16101 0
[pid=18320/tid=18322] ppid=18318 vsize=65188 CPUtime=6.27 cores=0,2,4,6
/proc/18320/task/18322/stat : 18322 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 1725 0 0 0 627 0 0 0 25 0 4 0 622496690 66752512 7956 33554432000 134512640 135305190 4292770848 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=18320/tid=18323] ppid=18318 vsize=65188 CPUtime=6.27 cores=0,2,4,6
/proc/18320/task/18323/stat : 18323 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 1932 0 0 0 626 1 0 0 25 0 4 0 622496690 66752512 7956 33554432000 134512640 135305190 4292770848 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=18320/tid=18324] ppid=18318 vsize=65188 CPUtime=6.21 cores=0,2,4,6
/proc/18320/task/18324/stat : 18324 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 2012 0 0 0 621 0 0 0 25 0 4 0 622496690 66752512 7956 33554432000 134512640 135305190 4292770848 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 73888

[startup+12.7005 s]
/proc/loadavg: 8.09 8.07 7.94 9/358 18324
/proc/meminfo: memFree=14512224/32951124 swapFree=67111348/67111528
[pid=18318] ppid=18316 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18318/stat : 18318 (manysat.sh) S 18316 18318 17714 0 -1 4202496 357 300 0 0 0 0 0 0 25 0 1 0 622496688 8908800 253 33554432000 4194304 4922060 140735845156512 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18318/statm: 2175 253 209 178 0 68 0
[pid=18320] ppid=18318 vsize=75124 CPUtime=50.59 cores=0,2,4,6
/proc/18320/stat : 18320 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202496 10273 0 0 0 5054 5 0 0 25 0 4 0 622496689 76926976 10222 33554432000 134512640 135305190 4292770848 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/18320/statm: 18781 10222 84 194 0 18585 0
[pid=18320/tid=18322] ppid=18318 vsize=75124 CPUtime=12.66 cores=0,2,4,6
/proc/18320/task/18322/stat : 18322 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 2288 0 0 0 1266 0 0 0 25 0 4 0 622496690 76926976 10222 33554432000 134512640 135305190 4292770848 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=18320/tid=18323] ppid=18318 vsize=75124 CPUtime=12.67 cores=0,2,4,6
/proc/18320/task/18323/stat : 18323 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 2475 0 0 0 1266 1 0 0 25 0 4 0 622496690 76926976 10222 33554432000 134512640 135305190 4292770848 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=18320/tid=18324] ppid=18318 vsize=75124 CPUtime=12.54 cores=0,2,4,6
/proc/18320/task/18324/stat : 18324 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 2615 0 0 0 1253 1 0 0 25 0 4 0 622496690 76926976 10222 33554432000 134512640 135305190 4292770848 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 83824

[startup+25.5003 s]
/proc/loadavg: 8.07 8.07 7.94 9/358 18324
/proc/meminfo: memFree=14494364/32951124 swapFree=67111348/67111528
[pid=18318] ppid=18316 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18318/stat : 18318 (manysat.sh) S 18316 18318 17714 0 -1 4202496 357 300 0 0 0 0 0 0 25 0 1 0 622496688 8908800 253 33554432000 4194304 4922060 140735845156512 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18318/statm: 2175 253 209 178 0 68 0
[pid=18320] ppid=18318 vsize=88544 CPUtime=101.67 cores=0,2,4,6
/proc/18320/stat : 18320 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202496 13420 0 0 0 10160 7 0 0 25 0 4 0 622496689 90669056 13369 33554432000 134512640 135305190 4292770848 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/18320/statm: 22136 13369 84 194 0 21940 0
[pid=18320/tid=18322] ppid=18318 vsize=88544 CPUtime=25.47 cores=0,2,4,6
/proc/18320/task/18322/stat : 18322 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 2944 0 0 0 2546 1 0 0 25 0 4 0 622496690 90669056 13369 33554432000 134512640 135305190 4292770848 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=18320/tid=18323] ppid=18318 vsize=88544 CPUtime=25.47 cores=0,2,4,6
/proc/18320/task/18323/stat : 18323 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 3390 0 0 0 2546 1 0 0 25 0 4 0 622496690 90669056 13369 33554432000 134512640 135305190 4292770848 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=18320/tid=18324] ppid=18318 vsize=88544 CPUtime=25.21 cores=0,2,4,6
/proc/18320/task/18324/stat : 18324 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 3407 0 0 0 2520 1 0 0 25 0 4 0 622496690 90669056 13369 33554432000 134512640 135305190 4292770848 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 97244

[startup+51.1008 s]
/proc/loadavg: 8.10 8.08 7.95 9/358 18325
/proc/meminfo: memFree=14462832/32951124 swapFree=67111348/67111528
[pid=18318] ppid=18316 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18318/stat : 18318 (manysat.sh) S 18316 18318 17714 0 -1 4202496 357 300 0 0 0 0 0 0 25 0 1 0 622496688 8908800 253 33554432000 4194304 4922060 140735845156512 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18318/statm: 2175 253 209 178 0 68 0
[pid=18320] ppid=18318 vsize=110788 CPUtime=203.73 cores=0,2,4,6
/proc/18320/stat : 18320 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202496 18983 0 0 0 20362 11 0 0 25 0 4 0 622496689 113446912 18932 33554432000 134512640 135305190 4292770848 18446744073709551615 134528254 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/18320/statm: 27697 18932 84 194 0 27501 0
[pid=18320/tid=18322] ppid=18318 vsize=110788 CPUtime=51.05 cores=0,2,4,6
/proc/18320/task/18322/stat : 18322 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 4147 0 0 0 5103 2 0 0 25 0 4 0 622496690 113446912 18932 33554432000 134512640 135305190 4292770848 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=18320/tid=18323] ppid=18318 vsize=110788 CPUtime=51.06 cores=0,2,4,6
/proc/18320/task/18323/stat : 18323 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 5615 0 0 0 5103 3 0 0 25 0 4 0 622496690 113446912 18932 33554432000 134512640 135305190 4292770848 18446744073709551615 134528594 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=18320/tid=18324] ppid=18318 vsize=110788 CPUtime=50.51 cores=0,2,4,6
/proc/18320/task/18324/stat : 18324 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 4260 0 0 0 5050 1 0 0 25 0 4 0 622496690 113446912 18932 33554432000 134512640 135305190 4292770848 18446744073709551615 134528545 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.73
Current children cumulated vsize (KiB) 119488

[startup+102.301 s]
/proc/loadavg: 8.10 8.08 7.95 9/358 18326
/proc/meminfo: memFree=14420652/32951124 swapFree=67111348/67111528
[pid=18318] ppid=18316 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18318/stat : 18318 (manysat.sh) S 18316 18318 17714 0 -1 4202496 357 300 0 0 0 0 0 0 25 0 1 0 622496688 8908800 253 33554432000 4194304 4922060 140735845156512 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18318/statm: 2175 253 209 178 0 68 0
[pid=18320] ppid=18318 vsize=130564 CPUtime=407.95 cores=0,2,4,6
/proc/18320/stat : 18320 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202496 24004 0 0 0 40780 15 0 0 25 0 4 0 622496689 133697536 23953 33554432000 134512640 135305190 4292770848 18446744073709551615 134528254 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/18320/statm: 32641 23953 84 194 0 32445 0
[pid=18320/tid=18322] ppid=18318 vsize=130564 CPUtime=102.23 cores=0,2,4,6
/proc/18320/task/18322/stat : 18322 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 5414 0 0 0 10220 3 0 0 25 0 4 0 622496690 133697536 23953 33554432000 134512640 135305190 4292770848 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=18320/tid=18323] ppid=18318 vsize=130564 CPUtime=102.26 cores=0,2,4,6
/proc/18320/task/18323/stat : 18323 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 7124 0 0 0 10221 5 0 0 25 0 4 0 622496690 133697536 23953 33554432000 134512640 135305190 4292770848 18446744073709551615 134552926 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=18320/tid=18324] ppid=18318 vsize=130564 CPUtime=101.16 cores=0,2,4,6
/proc/18320/task/18324/stat : 18324 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 5396 0 0 0 10114 2 0 0 25 0 4 0 622496690 133697536 23953 33554432000 134512640 135305190 4292770848 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.95
Current children cumulated vsize (KiB) 139264

[startup+162.301 s]
/proc/loadavg: 8.09 8.08 7.96 9/358 18328
/proc/meminfo: memFree=14372400/32951124 swapFree=67111348/67111528
[pid=18318] ppid=18316 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18318/stat : 18318 (manysat.sh) S 18316 18318 17714 0 -1 4202496 357 300 0 0 0 0 0 0 25 0 1 0 622496688 8908800 253 33554432000 4194304 4922060 140735845156512 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18318/statm: 2175 253 209 178 0 68 0
[pid=18320] ppid=18318 vsize=160288 CPUtime=647.25 cores=0,2,4,6
/proc/18320/stat : 18320 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202496 31064 0 0 0 64705 20 0 0 25 0 4 0 622496689 164134912 31013 33554432000 134512640 135305190 4292770848 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/18320/statm: 40072 31013 84 194 0 39876 0
[pid=18320/tid=18322] ppid=18318 vsize=160288 CPUtime=162.21 cores=0,2,4,6

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

/proc/18320/task/18324/stat : 18324 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 13255 0 0 0 75835 11 0 0 25 0 4 0 622496690 319131648 67519 33554432000 134512640 135305190 4292770848 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3040.45
Current children cumulated vsize (KiB) 320352

[startup+822.301 s]
/proc/loadavg: 8.16 8.11 8.02 9/358 18378
/proc/meminfo: memFree=14289576/32951124 swapFree=67111348/67111528
[pid=18318] ppid=18316 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18318/stat : 18318 (manysat.sh) S 18316 18318 17714 0 -1 4202496 357 300 0 0 0 0 0 0 25 0 1 0 622496688 8908800 253 33554432000 4194304 4922060 140735845156512 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18318/statm: 2175 253 209 178 0 68 0
[pid=18320] ppid=18318 vsize=315744 CPUtime=3279.8 cores=0,2,4,6
/proc/18320/stat : 18320 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202496 68385 0 0 0 327919 61 0 0 25 0 4 0 622496689 323321856 68334 33554432000 134512640 135305190 4292770848 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/18320/statm: 78936 68334 84 194 0 78740 0
[pid=18320/tid=18322] ppid=18318 vsize=315744 CPUtime=822.06 cores=0,2,4,6
/proc/18320/task/18322/stat : 18322 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 13824 0 0 0 82195 11 0 0 25 0 4 0 622496690 323321856 68334 33554432000 134512640 135305190 4292770848 18446744073709551615 134528464 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=18320/tid=18323] ppid=18318 vsize=315744 CPUtime=817.02 cores=0,2,4,6
/proc/18320/task/18323/stat : 18323 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 27029 0 0 0 81674 28 0 0 25 0 4 0 622496690 323321856 68334 33554432000 134512640 135305190 4292770848 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=18320/tid=18324] ppid=18318 vsize=315744 CPUtime=818.46 cores=0,2,4,6
/proc/18320/task/18324/stat : 18324 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 13908 0 0 0 81834 12 0 0 25 0 4 0 622496690 323321856 68334 33554432000 134512640 135305190 4292770848 18446744073709551615 134538540 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3279.8
Current children cumulated vsize (KiB) 324444

[startup+882.301 s]
/proc/loadavg: 8.05 8.09 8.01 9/358 18380
/proc/meminfo: memFree=14226932/32951124 swapFree=67111348/67111528
[pid=18318] ppid=18316 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18318/stat : 18318 (manysat.sh) S 18316 18318 17714 0 -1 4202496 357 300 0 0 0 0 0 0 25 0 1 0 622496688 8908800 253 33554432000 4194304 4922060 140735845156512 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18318/statm: 2175 253 209 178 0 68 0
[pid=18320] ppid=18318 vsize=317744 CPUtime=3519.12 cores=0,2,4,6
/proc/18320/stat : 18320 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202496 68868 0 0 0 351849 63 0 0 25 0 4 0 622496689 325369856 68817 33554432000 134512640 135305190 4292770848 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/18320/statm: 79436 68817 84 194 0 79240 0
[pid=18320/tid=18322] ppid=18318 vsize=317744 CPUtime=882.04 cores=0,2,4,6
/proc/18320/task/18322/stat : 18322 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 13984 0 0 0 88193 11 0 0 25 0 4 0 622496690 325369856 68817 33554432000 134512640 135305190 4292770848 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=18320/tid=18323] ppid=18318 vsize=317744 CPUtime=876.37 cores=0,2,4,6
/proc/18320/task/18323/stat : 18323 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 27056 0 0 0 87609 28 0 0 25 0 4 0 622496690 325369856 68817 33554432000 134512640 135305190 4292770848 18446744073709551615 134528545 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=18320/tid=18324] ppid=18318 vsize=317744 CPUtime=878.44 cores=0,2,4,6
/proc/18320/task/18324/stat : 18324 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 13908 0 0 0 87832 12 0 0 25 0 4 0 622496690 325369856 68817 33554432000 134512640 135305190 4292770848 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3519.12
Current children cumulated vsize (KiB) 326444

[startup+942.301 s]
/proc/loadavg: 8.07 8.09 8.01 9/358 18382
/proc/meminfo: memFree=14169836/32951124 swapFree=67111348/67111528
[pid=18318] ppid=18316 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18318/stat : 18318 (manysat.sh) S 18316 18318 17714 0 -1 4202496 357 300 0 0 0 0 0 0 25 0 1 0 622496688 8908800 253 33554432000 4194304 4922060 140735845156512 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18318/statm: 2175 253 209 178 0 68 0
[pid=18320] ppid=18318 vsize=326676 CPUtime=3758.45 cores=0,2,4,6
/proc/18320/stat : 18320 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202496 70940 0 0 0 375780 65 0 0 25 0 4 0 622496689 334516224 70889 33554432000 134512640 135305190 4292770848 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/18320/statm: 81669 70889 84 194 0 81473 0
[pid=18320/tid=18322] ppid=18318 vsize=326676 CPUtime=942.04 cores=0,2,4,6
/proc/18320/task/18322/stat : 18322 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 14434 0 0 0 94192 12 0 0 25 0 4 0 622496690 334516224 70889 33554432000 134512640 135305190 4292770848 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=18320/tid=18323] ppid=18318 vsize=326676 CPUtime=935.71 cores=0,2,4,6
/proc/18320/task/18323/stat : 18323 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 28005 0 0 0 93542 29 0 0 25 0 4 0 622496690 334516224 70889 33554432000 134512640 135305190 4292770848 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=18320/tid=18324] ppid=18318 vsize=326676 CPUtime=938.45 cores=0,2,4,6
/proc/18320/task/18324/stat : 18324 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 14086 0 0 0 93832 13 0 0 25 0 4 0 622496690 334516224 70889 33554432000 134512640 135305190 4292770848 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3758.45
Current children cumulated vsize (KiB) 335376

[startup+1002.3 s]
/proc/loadavg: 8.02 8.07 8.01 9/358 18383
/proc/meminfo: memFree=14076056/32951124 swapFree=67111348/67111528
[pid=18318] ppid=18316 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18318/stat : 18318 (manysat.sh) S 18316 18318 17714 0 -1 4202496 357 300 0 0 0 0 0 0 25 0 1 0 622496688 8908800 253 33554432000 4194304 4922060 140735845156512 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18318/statm: 2175 253 209 178 0 68 0
[pid=18320] ppid=18318 vsize=354104 CPUtime=3997.82 cores=0,2,4,6
/proc/18320/stat : 18320 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202496 77508 0 0 0 399713 69 0 0 25 0 4 0 622496689 362602496 77457 33554432000 134512640 135305190 4292770848 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/18320/statm: 88526 77457 84 194 0 88330 0
[pid=18320/tid=18322] ppid=18318 vsize=354104 CPUtime=1002.04 cores=0,2,4,6
/proc/18320/task/18322/stat : 18322 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 15298 0 0 0 100192 12 0 0 25 0 4 0 622496690 362602496 77457 33554432000 134512640 135305190 4292770848 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=18320/tid=18323] ppid=18318 vsize=354104 CPUtime=995.06 cores=0,2,4,6
/proc/18320/task/18323/stat : 18323 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 32344 0 0 0 99474 32 0 0 25 0 4 0 622496690 362602496 77457 33554432000 134512640 135305190 4292770848 18446744073709551615 134554294 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=18320/tid=18324] ppid=18318 vsize=354104 CPUtime=998.45 cores=0,2,4,6
/proc/18320/task/18324/stat : 18324 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 14445 0 0 0 99832 13 0 0 25 0 4 0 622496690 362602496 77457 33554432000 134512640 135305190 4292770848 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3997.82
Current children cumulated vsize (KiB) 362804

[startup+1062.3 s]
/proc/loadavg: 8.07 8.07 8.01 9/358 18385
/proc/meminfo: memFree=14000744/32951124 swapFree=67111348/67111528
[pid=18318] ppid=18316 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18318/stat : 18318 (manysat.sh) S 18316 18318 17714 0 -1 4202496 357 300 0 0 0 0 0 0 25 0 1 0 622496688 8908800 253 33554432000 4194304 4922060 140735845156512 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18318/statm: 2175 253 209 178 0 68 0
[pid=18320] ppid=18318 vsize=384480 CPUtime=4237.1 cores=0,2,4,6
/proc/18320/stat : 18320 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202496 84961 0 0 0 423633 77 0 0 25 0 4 0 622496689 393707520 84910 33554432000 134512640 135305190 4292770848 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/18320/statm: 96120 84910 84 194 0 95924 0
[pid=18320/tid=18322] ppid=18318 vsize=384480 CPUtime=1062.01 cores=0,2,4,6
/proc/18320/task/18322/stat : 18322 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 16449 0 0 0 106188 13 0 0 25 0 4 0 622496690 393707520 84910 33554432000 134512640 135305190 4292770848 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=18320/tid=18323] ppid=18318 vsize=384480 CPUtime=1054.4 cores=0,2,4,6
/proc/18320/task/18323/stat : 18323 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 37366 0 0 0 105403 37 0 0 25 0 4 0 622496690 393707520 84910 33554432000 134512640 135305190 4292770848 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=18320/tid=18324] ppid=18318 vsize=384480 CPUtime=1058.45 cores=0,2,4,6
/proc/18320/task/18324/stat : 18324 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 14930 0 0 0 105831 14 0 0 25 0 4 0 622496690 393707520 84910 33554432000 134512640 135305190 4292770848 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4237.1
Current children cumulated vsize (KiB) 393180

[startup+1122.31 s]
/proc/loadavg: 8.14 8.08 8.01 9/358 18386
/proc/meminfo: memFree=13976408/32951124 swapFree=67111348/67111528
[pid=18318] ppid=18316 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18318/stat : 18318 (manysat.sh) S 18316 18318 17714 0 -1 4202496 357 300 0 0 0 0 0 0 25 0 1 0 622496688 8908800 253 33554432000 4194304 4922060 140735845156512 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18318/statm: 2175 253 209 178 0 68 0
[pid=18320] ppid=18318 vsize=387388 CPUtime=4476.46 cores=0,2,4,6
/proc/18320/stat : 18320 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202496 85594 0 0 0 447568 78 0 0 25 0 4 0 622496689 396685312 85543 33554432000 134512640 135305190 4292770848 18446744073709551615 134528388 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/18320/statm: 96847 85543 84 194 0 96651 0
[pid=18320/tid=18322] ppid=18318 vsize=387388 CPUtime=1122 cores=0,2,4,6
/proc/18320/task/18322/stat : 18322 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 16480 0 0 0 112186 14 0 0 25 0 4 0 622496690 396685312 85543 33554432000 134512640 135305190 4292770848 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=18320/tid=18323] ppid=18318 vsize=387388 CPUtime=1113.74 cores=0,2,4,6
/proc/18320/task/18323/stat : 18323 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 37421 0 0 0 111337 37 0 0 25 0 4 0 622496690 396685312 85543 33554432000 134512640 135305190 4292770848 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=18320/tid=18324] ppid=18318 vsize=387388 CPUtime=1118.46 cores=0,2,4,6
/proc/18320/task/18324/stat : 18324 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 15477 0 0 0 111832 14 0 0 25 0 4 0 622496690 396685312 85543 33554432000 134512640 135305190 4292770848 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4476.46
Current children cumulated vsize (KiB) 396088

[startup+1182.3 s]
/proc/loadavg: 8.15 8.10 8.02 9/358 18388
/proc/meminfo: memFree=13974372/32951124 swapFree=67111348/67111528
[pid=18318] ppid=18316 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18318/stat : 18318 (manysat.sh) S 18316 18318 17714 0 -1 4202496 357 300 0 0 0 0 0 0 25 0 1 0 622496688 8908800 253 33554432000 4194304 4922060 140735845156512 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18318/statm: 2175 253 209 178 0 68 0
[pid=18320] ppid=18318 vsize=390120 CPUtime=4715.73 cores=0,2,4,6
/proc/18320/stat : 18320 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202496 85995 0 0 0 471494 79 0 0 25 0 4 0 622496689 399482880 85944 33554432000 134512640 135305190 4292770848 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/18320/statm: 97530 85944 84 194 0 97334 0
[pid=18320/tid=18322] ppid=18318 vsize=390120 CPUtime=1181.98 cores=0,2,4,6
/proc/18320/task/18322/stat : 18322 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 16513 0 0 0 118184 14 0 0 25 0 4 0 622496690 399482880 85944 33554432000 134512640 135305190 4292770848 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=18320/tid=18323] ppid=18318 vsize=390120 CPUtime=1173.07 cores=0,2,4,6
/proc/18320/task/18323/stat : 18323 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 37456 0 0 0 117270 37 0 0 25 0 4 0 622496690 399482880 85944 33554432000 134512640 135305190 4292770848 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=18320/tid=18324] ppid=18318 vsize=390120 CPUtime=1178.43 cores=0,2,4,6
/proc/18320/task/18324/stat : 18324 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 15764 0 0 0 117828 15 0 0 25 0 4 0 622496690 399482880 85944 33554432000 134512640 135305190 4292770848 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4715.73
Current children cumulated vsize (KiB) 398820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 8.19 8.11 8.02 9/358 18389
/proc/meminfo: memFree=13969028/32951124 swapFree=67111348/67111528
[pid=18318] ppid=18316 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18318/stat : 18318 (manysat.sh) S 18316 18318 17714 0 -1 4202496 357 300 0 0 0 0 0 0 25 0 1 0 622496688 8908800 253 33554432000 4194304 4922060 140735845156512 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18318/statm: 2175 253 209 178 0 68 0
[pid=18320] ppid=18318 vsize=390468 CPUtime=4800.32 cores=0,2,4,6
/proc/18320/stat : 18320 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202496 86071 0 0 0 479953 79 0 0 25 0 4 0 622496689 399839232 86020 33554432000 134512640 135305190 4292770848 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/18320/statm: 97617 86020 84 194 0 97421 0
[pid=18320/tid=18322] ppid=18318 vsize=390468 CPUtime=1203.19 cores=0,2,4,6
/proc/18320/task/18322/stat : 18322 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 16561 0 0 0 120305 14 0 0 25 0 4 0 622496690 399839232 86020 33554432000 134512640 135305190 4292770848 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=18320/tid=18323] ppid=18318 vsize=390468 CPUtime=1194.04 cores=0,2,4,6
/proc/18320/task/18323/stat : 18323 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 37456 0 0 0 119367 37 0 0 25 0 4 0 622496690 399839232 86020 33554432000 134512640 135305190 4292770848 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=18320/tid=18324] ppid=18318 vsize=390468 CPUtime=1199.64 cores=0,2,4,6
/proc/18320/task/18324/stat : 18324 (manysat1.1_stat) R 18318 18318 17714 0 -1 4202560 15764 0 0 0 119949 15 0 0 25 0 4 0 622496690 399839232 86020 33554432000 134512640 135305190 4292770848 18446744073709551615 134528421 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 399168

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

Real time (s): 1203.53
CPU time (s): 4800.32
CPU user time (s): 4799.53
CPU system time (s): 0.79
CPU usage (%): 398.855
Max. virtual memory (cumulated for all children) (KiB): 399168

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

runsolver used 3.79842 second user time and 9.35358 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-13 17:33:26
IDJOB=3362277
IDBENCH=83418
IDSOLVER=1838
FILE ID=node144/3362277-1305300806
RUNJOBID= node144-1305296391-17732
PBS_JOBID= 13321409
Free space on /tmp= 37444 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_2_keyfind_1.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362277-1305300806/watcher-3362277-1305300806 -o /tmp/evaluation-result-3362277-1305300806/solver-3362277-1305300806 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362277-1305300806.cnf aimd 1

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

MD5SUM BENCH= 1024a3346322fdba0a20b51f99eae4c0
RANDOM SEED=1985177233

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14555828 kB
Buffers:        235248 kB
Cached:       10233856 kB
SwapCached:          0 kB
Active:        8326528 kB
Inactive:      9594512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14555828 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            1380 kB
Writeback:           0 kB
AnonPages:     7452008 kB
Mapped:          27756 kB
Slab:           373400 kB
PageTables:      38080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82347916 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= 37440 MiB
End job on node144 at 2011-05-13 17:53:31