Trace number 3293117

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
Plingeling 587? (TO) 4800.19 1201.74

General information on the benchmark

NameSAT02/industrial/dellacherie/
comb/comb1.shuffled.cnf
MD5SUM0e9d17eb95ee436fc1015c5591cfb63f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.2328
Satisfiable
(Un)Satisfiability was proved
Number of variables5910
Number of clauses16804
Sum of the clauses size38654
Maximum clause length28
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 213041
Number of clauses of size 32838
Number of clauses of size 4787
Number of clauses of size 5103
Number of clauses of size over 534

Solver Data


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: 935)

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-3293117-1304110428/watcher-3293117-1304110428 -o /tmp/evaluation-result-3293117-1304110428/solver-3293117-1304110428 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3293117-1304110428.cnf 

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: 6.96 7.83 7.92 5/181 3583
/proc/meminfo: memFree=24361664/32951124 swapFree=67111524/67111528
[pid=3583] ppid=3580 vsize=10408 CPUtime=0 cores=0,2,4,6
/proc/3583/stat : 3583 (plingeling) R 3580 3583 2566 0 -1 4202496 694 1251 0 0 0 0 0 0 25 0 1 0 522640528 10657792 624 33554432000 4194304 4417332 140735231569360 18446744073709551615 212687675136 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/3583/statm: 2602 624 147 55 0 488 0

[startup+0.131785 s]
/proc/loadavg: 6.96 7.83 7.92 5/181 3583
/proc/meminfo: memFree=24361664/32951124 swapFree=67111524/67111528
[pid=3583] ppid=3580 vsize=54832 CPUtime=0.43 cores=0,2,4,6
/proc/3583/stat : 3583 (plingeling) S 3580 3583 2566 0 -1 4202496 2427 1251 0 0 43 0 0 0 25 0 5 0 522640528 56147968 1521 33554432000 4194304 4417332 140735231569360 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3583/statm: 13708 1521 174 55 0 11594 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 54832

[startup+0.200772 s]
/proc/loadavg: 6.96 7.83 7.92 5/181 3583
/proc/meminfo: memFree=24361664/32951124 swapFree=67111524/67111528
[pid=3583] ppid=3580 vsize=55088 CPUtime=0.71 cores=0,2,4,6
/proc/3583/stat : 3583 (plingeling) S 3580 3583 2566 0 -1 4202496 2493 1251 0 0 71 0 0 0 25 0 5 0 522640528 56410112 1587 33554432000 4194304 4417332 140735231569360 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3583/statm: 13772 1587 176 55 0 11658 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 55088

[startup+0.300754 s]
/proc/loadavg: 6.96 7.83 7.92 5/181 3583
/proc/meminfo: memFree=24361664/32951124 swapFree=67111524/67111528
[pid=3583] ppid=3580 vsize=55268 CPUtime=1.11 cores=0,2,4,6
/proc/3583/stat : 3583 (plingeling) S 3580 3583 2566 0 -1 4202496 2506 1251 0 0 111 0 0 0 25 0 5 0 522640528 56594432 1600 33554432000 4194304 4417332 140735231569360 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3583/statm: 13817 1600 176 55 0 11703 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 55268

[startup+0.700681 s]
/proc/loadavg: 6.96 7.83 7.92 5/181 3583
/proc/meminfo: memFree=24361664/32951124 swapFree=67111524/67111528
[pid=3583] ppid=3580 vsize=57492 CPUtime=2.71 cores=0,2,4,6
/proc/3583/stat : 3583 (plingeling) S 3580 3583 2566 0 -1 4202496 3143 1251 0 0 271 0 0 0 25 0 5 0 522640528 58871808 2172 33554432000 4194304 4417332 140735231569360 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3583/statm: 14373 2172 180 55 0 12259 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 57492

[startup+1.50054 s]
/proc/loadavg: 7.04 7.83 7.92 9/186 3595
/proc/meminfo: memFree=24348612/32951124 swapFree=67111524/67111528
[pid=3583] ppid=3580 vsize=60680 CPUtime=5.91 cores=0,2,4,6
/proc/3583/stat : 3583 (plingeling) S 3580 3583 2566 0 -1 4202496 5147 1251 0 0 590 1 0 0 25 0 5 0 522640528 62136320 3002 33554432000 4194304 4417332 140735231569360 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3583/statm: 15170 3002 181 55 0 13056 0
[pid=3583/tid=3590] ppid=3580 vsize=60680 CPUtime=1.47 cores=0,2,4,6
/proc/3583/task/3590/stat : 3590 (plingeling) R 3580 3583 2566 0 -1 4202560 795 1251 0 0 147 0 0 0 20 0 5 0 522640531 62136320 3002 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3583/tid=3591] ppid=3580 vsize=60680 CPUtime=1.47 cores=0,2,4,6
/proc/3583/task/3591/stat : 3591 (plingeling) R 3580 3583 2566 0 -1 4202560 1338 1251 0 0 147 0 0 0 25 0 5 0 522640531 62136320 3002 33554432000 4194304 4417332 140735231569360 18446744073709551615 4353993 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3583/tid=3592] ppid=3580 vsize=60680 CPUtime=1.47 cores=0,2,4,6
/proc/3583/task/3592/stat : 3592 (plingeling) R 3580 3583 2566 0 -1 4202560 939 1251 0 0 147 0 0 0 20 0 5 0 522640531 62136320 3002 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3583/tid=3595] ppid=3580 vsize=60680 CPUtime=1.46 cores=0,2,4,6
/proc/3583/task/3595/stat : 3595 (plingeling) R 3580 3583 2566 0 -1 4202560 833 1251 0 0 146 0 0 0 25 0 5 0 522640531 62136320 3002 33554432000 4194304 4417332 140735231569360 18446744073709551615 4354538 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 60680

[startup+3.10025 s]
/proc/loadavg: 7.04 7.83 7.92 9/186 3595
/proc/meminfo: memFree=24342172/32951124 swapFree=67111524/67111528
[pid=3583] ppid=3580 vsize=66396 CPUtime=12.29 cores=0,2,4,6
/proc/3583/stat : 3583 (plingeling) S 3580 3583 2566 0 -1 4202496 9701 1251 0 0 1228 1 0 0 25 0 5 0 522640528 67989504 4409 33554432000 4194304 4417332 140735231569360 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3583/statm: 16599 4409 181 55 0 14485 0
[pid=3583/tid=3590] ppid=3580 vsize=66396 CPUtime=3.07 cores=0,2,4,6
/proc/3583/task/3590/stat : 3590 (plingeling) R 3580 3583 2566 0 -1 4202560 1741 1251 0 0 307 0 0 0 25 0 5 0 522640531 67989504 4409 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3583/tid=3591] ppid=3580 vsize=66396 CPUtime=3.06 cores=0,2,4,6
/proc/3583/task/3591/stat : 3591 (plingeling) R 3580 3583 2566 0 -1 4202560 2697 1251 0 0 306 0 0 0 25 0 5 0 522640531 67989504 4409 33554432000 4194304 4417332 140735231569360 18446744073709551615 4352221 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3583/tid=3592] ppid=3580 vsize=66396 CPUtime=3.06 cores=0,2,4,6
/proc/3583/task/3592/stat : 3592 (plingeling) R 3580 3583 2566 0 -1 4202560 2203 1251 0 0 306 0 0 0 25 0 5 0 522640531 67989504 4409 33554432000 4194304 4417332 140735231569360 18446744073709551615 4357846 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3583/tid=3595] ppid=3580 vsize=66396 CPUtime=3.05 cores=0,2,4,6
/proc/3583/task/3595/stat : 3595 (plingeling) R 3580 3583 2566 0 -1 4202560 1818 1251 0 0 305 0 0 0 25 0 5 0 522640531 67989504 4409 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 66396

[startup+6.30066 s]
/proc/loadavg: 7.04 7.83 7.92 9/186 3595
/proc/meminfo: memFree=24336940/32951124 swapFree=67111524/67111528
[pid=3583] ppid=3580 vsize=67888 CPUtime=25.08 cores=0,2,4,6
/proc/3583/stat : 3583 (plingeling) S 3580 3583 2566 0 -1 4202496 17232 1251 0 0 2505 3 0 0 25 0 5 0 522640528 69517312 4804 33554432000 4194304 4417332 140735231569360 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3583/statm: 16972 4804 181 55 0 14858 0
[pid=3583/tid=3590] ppid=3580 vsize=67888 CPUtime=6.26 cores=0,2,4,6
/proc/3583/task/3590/stat : 3590 (plingeling) R 3580 3583 2566 0 -1 4202560 3702 1251 0 0 626 0 0 0 25 0 5 0 522640531 69517312 4804 33554432000 4194304 4417332 140735231569360 18446744073709551615 4356925 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3583/tid=3591] ppid=3580 vsize=67888 CPUtime=6.26 cores=0,2,4,6
/proc/3583/task/3591/stat : 3591 (plingeling) R 3580 3583 2566 0 -1 4202560 4916 1251 0 0 626 0 0 0 25 0 5 0 522640531 69517312 4804 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3583/tid=3592] ppid=3580 vsize=67888 CPUtime=6.26 cores=0,2,4,6
/proc/3583/task/3592/stat : 3592 (plingeling) R 3580 3583 2566 0 -1 4202560 3618 1251 0 0 626 0 0 0 25 0 5 0 522640531 69517312 4804 33554432000 4194304 4417332 140735231569360 18446744073709551615 4250651 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3583/tid=3595] ppid=3580 vsize=67888 CPUtime=6.23 cores=0,2,4,6
/proc/3583/task/3595/stat : 3595 (plingeling) R 3580 3583 2566 0 -1 4202560 3754 1251 0 0 623 0 0 0 25 0 5 0 522640531 69517312 4804 33554432000 4194304 4417332 140735231569360 18446744073709551615 4236835 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 67888

[startup+12.7005 s]
/proc/loadavg: 7.19 7.84 7.92 9/186 3595
/proc/meminfo: memFree=24324568/32951124 swapFree=67111524/67111528
[pid=3583] ppid=3580 vsize=77116 CPUtime=50.64 cores=0,2,4,6
/proc/3583/stat : 3583 (plingeling) S 3580 3583 2566 0 -1 4202496 35027 1251 0 0 5058 6 0 0 25 0 5 0 522640528 78966784 7117 33554432000 4194304 4417332 140735231569360 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3583/statm: 19279 7117 181 55 0 17165 0
[pid=3583/tid=3590] ppid=3580 vsize=77116 CPUtime=12.67 cores=0,2,4,6
/proc/3583/task/3590/stat : 3590 (plingeling) R 3580 3583 2566 0 -1 4202560 8091 1251 0 0 1265 2 0 0 25 0 5 0 522640531 78966784 7117 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3583/tid=3591] ppid=3580 vsize=77116 CPUtime=12.66 cores=0,2,4,6
/proc/3583/task/3591/stat : 3591 (plingeling) R 3580 3583 2566 0 -1 4202560 9744 1251 0 0 1265 1 0 0 25 0 5 0 522640531 78966784 7117 33554432000 4194304 4417332 140735231569360 18446744073709551615 4316206 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3583/tid=3592] ppid=3580 vsize=77116 CPUtime=12.66 cores=0,2,4,6
/proc/3583/task/3592/stat : 3592 (plingeling) R 3580 3583 2566 0 -1 4202560 8175 1251 0 0 1265 1 0 0 25 0 5 0 522640531 78966784 7117 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3583/tid=3595] ppid=3580 vsize=77116 CPUtime=12.6 cores=0,2,4,6
/proc/3583/task/3595/stat : 3595 (plingeling) R 3580 3583 2566 0 -1 4202560 7775 1251 0 0 1259 1 0 0 25 0 5 0 522640531 78966784 7117 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 77116

[startup+25.5012 s]
/proc/loadavg: 7.39 7.86 7.92 9/186 3596
/proc/meminfo: memFree=24312164/32951124 swapFree=67111524/67111528
[pid=3583] ppid=3580 vsize=149332 CPUtime=101.77 cores=0,2,4,6
/proc/3583/stat : 3583 (plingeling) S 3580 3583 2566 0 -1 4202496 61166 1251 0 0 10166 11 0 0 25 0 5 0 522640528 152915968 8801 33554432000 4194304 4417332 140735231569360 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3583/statm: 37333 8801 181 55 0 35219 0
[pid=3583/tid=3590] ppid=3580 vsize=149332 CPUtime=25.46 cores=0,2,4,6
/proc/3583/task/3590/stat : 3590 (plingeling) R 3580 3583 2566 0 -1 4202560 14791 1251 0 0 2544 2 0 0 25 0 5 0 522640531 152915968 8801 33554432000 4194304 4417332 140735231569360 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3583/tid=3591] ppid=3580 vsize=149332 CPUtime=25.46 cores=0,2,4,6
/proc/3583/task/3591/stat : 3591 (plingeling) R 3580 3583 2566 0 -1 4202560 15600 1251 0 0 2544 2 0 0 25 0 5 0 522640531 152915968 8801 33554432000 4194304 4417332 140735231569360 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3583/tid=3592] ppid=3580 vsize=149332 CPUtime=25.46 cores=0,2,4,6
/proc/3583/task/3592/stat : 3592 (plingeling) R 3580 3583 2566 0 -1 4202560 15407 1251 0 0 2544 2 0 0 25 0 5 0 522640531 152915968 8801 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3583/tid=3595] ppid=3580 vsize=149332 CPUtime=25.32 cores=0,2,4,6
/proc/3583/task/3595/stat : 3595 (plingeling) R 3580 3583 2566 0 -1 4202560 14126 1251 0 0 2530 2 0 0 25 0 5 0 522640531 152915968 8801 33554432000 4194304 4417332 140735231569360 18446744073709551615 4356917 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 149332

[startup+51.1005 s]
/proc/loadavg: 7.60 7.87 7.92 9/186 3596
/proc/meminfo: memFree=24280764/32951124 swapFree=67111524/67111528
[pid=3583] ppid=3580 vsize=168280 CPUtime=204.03 cores=0,2,4,6
/proc/3583/stat : 3583 (plingeling) S 3580 3583 2566 0 -1 4202496 110140 1251 0 0 20383 20 0 0 25 0 5 0 522640528 172318720 13546 33554432000 4194304 4417332 140735231569360 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3583/statm: 42070 13546 181 55 0 39956 0
[pid=3583/tid=3590] ppid=3580 vsize=168280 CPUtime=51.07 cores=0,2,4,6
/proc/3583/task/3590/stat : 3590 (plingeling) R 3580 3583 2566 0 -1 4202560 27475 1251 0 0 5102 5 0 0 25 0 5 0 522640531 172318720 13546 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3583/tid=3591] ppid=3580 vsize=168280 CPUtime=51.06 cores=0,2,4,6
/proc/3583/task/3591/stat : 3591 (plingeling) R 3580 3583 2566 0 -1 4202560 28353 1251 0 0 5102 4 0 0 25 0 5 0 522640531 172318720 13546 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3583/tid=3592] ppid=3580 vsize=168280 CPUtime=51.07 cores=0,2,4,6
/proc/3583/task/3592/stat : 3592 (plingeling) R 3580 3583 2566 0 -1 4202560 26871 1251 0 0 5102 5 0 0 25 0 5 0 522640531 172318720 13546 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364664 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3583/tid=3595] ppid=3580 vsize=168280 CPUtime=50.79 cores=0,2,4,6
/proc/3583/task/3595/stat : 3595 (plingeling) R 3580 3583 2566 0 -1 4202560 26199 1251 0 0 5074 5 0 0 25 0 5 0 522640531 172318720 13546 33554432000 4194304 4417332 140735231569360 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.03
Current children cumulated vsize (KiB) 168280

[startup+102.301 s]
/proc/loadavg: 7.74 7.86 7.91 9/186 3670
/proc/meminfo: memFree=24187476/32951124 swapFree=67111524/67111528
[pid=3583] ppid=3580 vsize=170440 CPUtime=408.57 cores=0,2,4,6
/proc/3583/stat : 3583 (plingeling) S 3580 3583 2566 0 -1 4202496 186627 1251 0 0 40822 35 0 0 25 0 5 0 522640528 174530560 14065 33554432000 4194304 4417332 140735231569360 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3583/statm: 42610 14065 181 55 0 40496 0
[pid=3583/tid=3590] ppid=3580 vsize=170440 CPUtime=102.28 cores=0,2,4,6
/proc/3583/task/3590/stat : 3590 (plingeling) R 3580 3583 2566 0 -1 4202560 49847 1251 0 0 10219 9 0 0 25 0 5 0 522640531 174530560 14065 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3583/tid=3591] ppid=3580 vsize=170440 CPUtime=102.28 cores=0,2,4,6
/proc/3583/task/3591/stat : 3591 (plingeling) R 3580 3583 2566 0 -1 4202560 42474 1251 0 0 10221 7 0 0 25 0 5 0 522640531 174530560 14065 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3583/tid=3592] ppid=3580 vsize=170440 CPUtime=102.27 cores=0,2,4,6
/proc/3583/task/3592/stat : 3592 (plingeling) R 3580 3583 2566 0 -1 4202560 47757 1251 0 0 10218 9 0 0 25 0 5 0 522640531 174530560 14065 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3583/tid=3595] ppid=3580 vsize=170440 CPUtime=101.71 cores=0,2,4,6
/proc/3583/task/3595/stat : 3595 (plingeling) R 3580 3583 2566 0 -1 4202560 45307 1251 0 0 10162 9 0 0 25 0 5 0 522640531 174530560 14065 33554432000 4194304 4417332 140735231569360 18446744073709551615 4357187 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.57
Current children cumulated vsize (KiB) 170440

[startup+162.301 s]
/proc/loadavg: 7.93 7.89 7.92 5/177 3831
/proc/meminfo: memFree=24298748/32951124 swapFree=67111524/67111528
[pid=3583] ppid=3580 vsize=204908 CPUtime=648.23 cores=0,2,4,6
/proc/3583/stat : 3583 (plingeling) S 3580 3583 2566 0 -1 4202496 265526 1251 0 0 64774 49 0 0 25 0 5 0 522640528 209825792 22696 33554432000 4194304 4417332 140735231569360 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3583/statm: 51227 22696 181 55 0 49113 0
[pid=3583/tid=3590] ppid=3580 vsize=204908 CPUtime=162.27 cores=0,2,4,6
/proc/3583/task/3590/stat : 3590 (plingeling) R 3580 3583 2566 0 -1 4202560 71278 1251 0 0 16215 12 0 0 25 0 5 0 522640531 209825792 22696 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3583/tid=3591] ppid=3580 vsize=204908 CPUtime=162.27 cores=0,2,4,6
/proc/3583/task/3591/stat : 3591 (plingeling) R 3580 3583 2566 0 -1 4202560 60631 1251 0 0 16217 10 0 0 25 0 5 0 522640531 209825792 22696 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3583/tid=3592] ppid=3580 vsize=204908 CPUtime=162.26 cores=0,2,4,6
/proc/3583/task/3592/stat : 3592 (plingeling) R 3580 3583 2566 0 -1 4202560 68649 1251 0 0 16214 12 0 0 25 0 5 0 522640531 209825792 22696 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3583/tid=3595] ppid=3580 vsize=204908 CPUtime=161.37 cores=0,2,4,6
/proc/3583/task/3595/stat : 3595 (plingeling) R 3580 3583 2566 0 -1 4202560 63726 1251 0 0 16124 13 0 0 25 0 5 0 522640531 209825792 22696 33554432000 4194304 4417332 140735231569360 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.23
Current children cumulated vsize (KiB) 204908


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

[pid=3583/tid=3591] ppid=3580 vsize=423864 CPUtime=702.28 cores=0,2,4,6
/proc/3583/task/3591/stat : 3591 (plingeling) R 3580 3583 2566 0 -1 4202560 169471 1251 0 0 70199 29 0 0 25 0 5 0 522640531 434036736 77421 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3583/tid=3592] ppid=3580 vsize=423864 CPUtime=702.25 cores=0,2,4,6
/proc/3583/task/3592/stat : 3592 (plingeling) R 3580 3583 2566 0 -1 4202560 169035 1251 0 0 70195 30 0 0 25 0 5 0 522640531 434036736 77421 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3583/tid=3595] ppid=3580 vsize=423864 CPUtime=698.36 cores=0,2,4,6
/proc/3583/task/3595/stat : 3595 (plingeling) R 3580 3583 2566 0 -1 4202560 191153 1251 0 0 69775 61 0 0 25 0 5 0 522640531 434036736 77421 33554432000 4194304 4417332 140735231569360 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.21
Current children cumulated vsize (KiB) 423864

[startup+762.301 s]
/proc/loadavg: 8.23 8.13 8.00 9/186 3947
/proc/meminfo: memFree=22184776/32951124 swapFree=67111524/67111528
[pid=3583] ppid=3580 vsize=481864 CPUtime=3044.91 cores=0,2,4,6
/proc/3583/stat : 3583 (plingeling) S 3580 3583 2566 0 -1 4202496 725364 1251 0 0 304332 159 0 0 25 0 5 0 522640528 493428736 91921 33554432000 4194304 4417332 140735231569360 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3583/statm: 120466 91921 181 55 0 118352 0
[pid=3583/tid=3590] ppid=3580 vsize=481864 CPUtime=762.27 cores=0,2,4,6
/proc/3583/task/3590/stat : 3590 (plingeling) R 3580 3583 2566 0 -1 4202560 167282 1251 0 0 76196 31 0 0 25 0 5 0 522640531 493428736 91921 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364957 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3583/tid=3591] ppid=3580 vsize=481864 CPUtime=762.29 cores=0,2,4,6
/proc/3583/task/3591/stat : 3591 (plingeling) R 3580 3583 2566 0 -1 4202560 173399 1251 0 0 76199 30 0 0 25 0 5 0 522640531 493428736 91921 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3583/tid=3592] ppid=3580 vsize=481864 CPUtime=762.26 cores=0,2,4,6
/proc/3583/task/3592/stat : 3592 (plingeling) R 3580 3583 2566 0 -1 4202560 177060 1251 0 0 76194 32 0 0 25 0 5 0 522640531 493428736 91921 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3583/tid=3595] ppid=3580 vsize=481864 CPUtime=758.04 cores=0,2,4,6
/proc/3583/task/3595/stat : 3595 (plingeling) R 3580 3583 2566 0 -1 4202560 206381 1251 0 0 75740 64 0 0 25 0 5 0 522640531 493428736 91921 33554432000 4194304 4417332 140735231569360 18446744073709551615 4353502 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.91
Current children cumulated vsize (KiB) 481864

[startup+822.301 s]
/proc/loadavg: 8.19 8.13 8.01 9/186 3949
/proc/meminfo: memFree=22198436/32951124 swapFree=67111524/67111528
[pid=3583] ppid=3580 vsize=468380 CPUtime=3284.57 cores=0,2,4,6
/proc/3583/stat : 3583 (plingeling) S 3580 3583 2566 0 -1 4202496 755610 1251 0 0 328293 164 0 0 25 0 5 0 522640528 479621120 88550 33554432000 4194304 4417332 140735231569360 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3583/statm: 117095 88550 181 55 0 114981 0
[pid=3583/tid=3590] ppid=3580 vsize=468380 CPUtime=822.27 cores=0,2,4,6
/proc/3583/task/3590/stat : 3590 (plingeling) R 3580 3583 2566 0 -1 4202560 167500 1251 0 0 82196 31 0 0 25 0 5 0 522640531 479621120 88550 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3583/tid=3591] ppid=3580 vsize=468380 CPUtime=822.28 cores=0,2,4,6
/proc/3583/task/3591/stat : 3591 (plingeling) R 3580 3583 2566 0 -1 4202560 180851 1251 0 0 82197 31 0 0 25 0 5 0 522640531 479621120 88550 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3583/tid=3592] ppid=3580 vsize=468380 CPUtime=822.24 cores=0,2,4,6
/proc/3583/task/3592/stat : 3592 (plingeling) R 3580 3583 2566 0 -1 4202560 185900 1251 0 0 82191 33 0 0 25 0 5 0 522640531 479621120 88550 33554432000 4194304 4417332 140735231569360 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3583/tid=3595] ppid=3580 vsize=468380 CPUtime=817.71 cores=0,2,4,6
/proc/3583/task/3595/stat : 3595 (plingeling) R 3580 3583 2566 0 -1 4202560 220117 1251 0 0 81705 66 0 0 25 0 5 0 522640531 479621120 88550 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.57
Current children cumulated vsize (KiB) 468380

[startup+882.307 s]
/proc/loadavg: 8.17 8.14 8.01 9/186 3950
/proc/meminfo: memFree=22181572/32951124 swapFree=67111524/67111528
[pid=3583] ppid=3580 vsize=510400 CPUtime=3524.26 cores=0,2,4,6
/proc/3583/stat : 3583 (plingeling) S 3580 3583 2566 0 -1 4202496 779044 1251 0 0 352259 167 0 0 25 0 5 0 522640528 522649600 99055 33554432000 4194304 4417332 140735231569360 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3583/statm: 127600 99055 181 55 0 125486 0
[pid=3583/tid=3590] ppid=3580 vsize=510400 CPUtime=882.27 cores=0,2,4,6
/proc/3583/task/3590/stat : 3590 (plingeling) R 3580 3583 2566 0 -1 4202560 167500 1251 0 0 88196 31 0 0 25 0 5 0 522640531 522649600 99055 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3583/tid=3591] ppid=3580 vsize=510400 CPUtime=882.29 cores=0,2,4,6
/proc/3583/task/3591/stat : 3591 (plingeling) R 3580 3583 2566 0 -1 4202560 189302 1251 0 0 88196 33 0 0 25 0 5 0 522640531 522649600 99055 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3583/tid=3592] ppid=3580 vsize=510400 CPUtime=882.25 cores=0,2,4,6
/proc/3583/task/3592/stat : 3592 (plingeling) R 3580 3583 2566 0 -1 4202560 186024 1251 0 0 88192 33 0 0 25 0 5 0 522640531 522649600 99055 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3583/tid=3595] ppid=3580 vsize=510400 CPUtime=877.39 cores=0,2,4,6
/proc/3583/task/3595/stat : 3595 (plingeling) R 3580 3583 2566 0 -1 4202560 234976 1251 0 0 87671 68 0 0 25 0 5 0 522640531 522649600 99055 33554432000 4194304 4417332 140735231569360 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.26
Current children cumulated vsize (KiB) 510400

[startup+942.301 s]
/proc/loadavg: 8.15 8.14 8.02 9/186 3952
/proc/meminfo: memFree=22144872/32951124 swapFree=67111524/67111528
[pid=3583] ppid=3580 vsize=549148 CPUtime=3763.92 cores=0,2,4,6
/proc/3583/stat : 3583 (plingeling) S 3580 3583 2566 0 -1 4202496 796088 1251 0 0 376223 169 0 0 25 0 5 0 522640528 562327552 108742 33554432000 4194304 4417332 140735231569360 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3583/statm: 137287 108742 181 55 0 135173 0
[pid=3583/tid=3590] ppid=3580 vsize=549148 CPUtime=942.27 cores=0,2,4,6
/proc/3583/task/3590/stat : 3590 (plingeling) R 3580 3583 2566 0 -1 4202560 167500 1251 0 0 94196 31 0 0 25 0 5 0 522640531 562327552 108742 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364919 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3583/tid=3591] ppid=3580 vsize=549148 CPUtime=942.29 cores=0,2,4,6
/proc/3583/task/3591/stat : 3591 (plingeling) R 3580 3583 2566 0 -1 4202560 190915 1251 0 0 94196 33 0 0 25 0 5 0 522640531 562327552 108742 33554432000 4194304 4417332 140735231569360 18446744073709551615 4357942 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3583/tid=3592] ppid=3580 vsize=549148 CPUtime=942.25 cores=0,2,4,6
/proc/3583/task/3592/stat : 3592 (plingeling) R 3580 3583 2566 0 -1 4202560 190827 1251 0 0 94191 34 0 0 25 0 5 0 522640531 562327552 108742 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3583/tid=3595] ppid=3580 vsize=549148 CPUtime=937.06 cores=0,2,4,6
/proc/3583/task/3595/stat : 3595 (plingeling) R 3580 3583 2566 0 -1 4202560 245604 1251 0 0 93637 69 0 0 25 0 5 0 522640531 562327552 108742 33554432000 4194304 4417332 140735231569360 18446744073709551615 4366403 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.92
Current children cumulated vsize (KiB) 549148

[startup+1002.3 s]
/proc/loadavg: 8.14 8.14 8.02 9/186 3954
/proc/meminfo: memFree=22202168/32951124 swapFree=67111524/67111528
[pid=3583] ppid=3580 vsize=477120 CPUtime=4003.59 cores=0,2,4,6
/proc/3583/stat : 3583 (plingeling) S 3580 3583 2566 0 -1 4202496 849646 1251 0 0 400181 178 0 0 25 0 5 0 522640528 488570880 90767 33554432000 4194304 4417332 140735231569360 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3583/statm: 119280 90767 181 55 0 117166 0
[pid=3583/tid=3590] ppid=3580 vsize=477120 CPUtime=1002.27 cores=0,2,4,6
/proc/3583/task/3590/stat : 3590 (plingeling) R 3580 3583 2566 0 -1 4202560 179210 1251 0 0 100194 33 0 0 25 0 5 0 522640531 488570880 90767 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3583/tid=3591] ppid=3580 vsize=477120 CPUtime=1002.29 cores=0,2,4,6
/proc/3583/task/3591/stat : 3591 (plingeling) R 3580 3583 2566 0 -1 4202560 217408 1251 0 0 100191 38 0 0 25 0 5 0 522640531 488570880 90767 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3583/tid=3592] ppid=3580 vsize=477120 CPUtime=1002.25 cores=0,2,4,6
/proc/3583/task/3592/stat : 3592 (plingeling) R 3580 3583 2566 0 -1 4202560 194802 1251 0 0 100190 35 0 0 25 0 5 0 522640531 488570880 90767 33554432000 4194304 4417332 140735231569360 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3583/tid=3595] ppid=3580 vsize=477120 CPUtime=996.74 cores=0,2,4,6
/proc/3583/task/3595/stat : 3595 (plingeling) R 3580 3583 2566 0 -1 4202560 256984 1251 0 0 99603 71 0 0 25 0 5 0 522640531 488570880 90767 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.59
Current children cumulated vsize (KiB) 477120

[startup+1062.3 s]
/proc/loadavg: 8.20 8.16 8.03 9/186 3955
/proc/meminfo: memFree=22173016/32951124 swapFree=67111524/67111528
[pid=3583] ppid=3580 vsize=507284 CPUtime=4243.27 cores=0,2,4,6
/proc/3583/stat : 3583 (plingeling) S 3580 3583 2566 0 -1 4202496 879777 1251 0 0 424144 183 0 0 25 0 5 0 522640528 519458816 98276 33554432000 4194304 4417332 140735231569360 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3583/statm: 126821 98276 181 55 0 124707 0
[pid=3583/tid=3590] ppid=3580 vsize=507284 CPUtime=1062.27 cores=0,2,4,6
/proc/3583/task/3590/stat : 3590 (plingeling) R 3580 3583 2566 0 -1 4202560 179210 1251 0 0 106194 33 0 0 25 0 5 0 522640531 519458816 98276 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3583/tid=3591] ppid=3580 vsize=507284 CPUtime=1062.29 cores=0,2,4,6
/proc/3583/task/3591/stat : 3591 (plingeling) R 3580 3583 2566 0 -1 4202560 223194 1251 0 0 106191 38 0 0 25 0 5 0 522640531 519458816 98276 33554432000 4194304 4417332 140735231569360 18446744073709551615 4357164 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3583/tid=3592] ppid=3580 vsize=507284 CPUtime=1062.24 cores=0,2,4,6
/proc/3583/task/3592/stat : 3592 (plingeling) R 3580 3583 2566 0 -1 4202560 207243 1251 0 0 106187 37 0 0 25 0 5 0 522640531 519458816 98276 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3583/tid=3595] ppid=3580 vsize=507284 CPUtime=1056.41 cores=0,2,4,6
/proc/3583/task/3595/stat : 3595 (plingeling) R 3580 3583 2566 0 -1 4202560 268888 1251 0 0 105568 73 0 0 25 0 5 0 522640531 519458816 98276 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.27
Current children cumulated vsize (KiB) 507284

[startup+1122.3 s]
/proc/loadavg: 8.11 8.14 8.03 9/186 3957
/proc/meminfo: memFree=22108272/32951124 swapFree=67111524/67111528
[pid=3583] ppid=3580 vsize=555216 CPUtime=4482.95 cores=0,2,4,6
/proc/3583/stat : 3583 (plingeling) S 3580 3583 2566 0 -1 4202496 903329 1251 0 0 448108 187 0 0 25 0 5 0 522640528 568541184 110259 33554432000 4194304 4417332 140735231569360 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3583/statm: 138804 110259 181 55 0 136690 0
[pid=3583/tid=3590] ppid=3580 vsize=555216 CPUtime=1122.27 cores=0,2,4,6
/proc/3583/task/3590/stat : 3590 (plingeling) R 3580 3583 2566 0 -1 4202560 190645 1251 0 0 112192 35 0 0 25 0 5 0 522640531 568541184 110259 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3583/tid=3591] ppid=3580 vsize=555216 CPUtime=1122.29 cores=0,2,4,6
/proc/3583/task/3591/stat : 3591 (plingeling) R 3580 3583 2566 0 -1 4202560 223194 1251 0 0 112191 38 0 0 25 0 5 0 522640531 568541184 110259 33554432000 4194304 4417332 140735231569360 18446744073709551615 4366109 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3583/tid=3592] ppid=3580 vsize=555216 CPUtime=1122.24 cores=0,2,4,6
/proc/3583/task/3592/stat : 3592 (plingeling) R 3580 3583 2566 0 -1 4202560 207630 1251 0 0 112187 37 0 0 25 0 5 0 522640531 568541184 110259 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3583/tid=3595] ppid=3580 vsize=555216 CPUtime=1116.08 cores=0,2,4,6
/proc/3583/task/3595/stat : 3595 (plingeling) R 3580 3583 2566 0 -1 4202560 280618 1251 0 0 111534 74 0 0 25 0 5 0 522640531 568541184 110259 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.95
Current children cumulated vsize (KiB) 555216

[startup+1182.3 s]
/proc/loadavg: 8.08 8.13 8.03 9/186 3958
/proc/meminfo: memFree=22082948/32951124 swapFree=67111524/67111528
[pid=3583] ppid=3580 vsize=582372 CPUtime=4722.62 cores=0,2,4,6
/proc/3583/stat : 3583 (plingeling) S 3580 3583 2566 0 -1 4202496 923802 1251 0 0 472072 190 0 0 25 0 5 0 522640528 596348928 117048 33554432000 4194304 4417332 140735231569360 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3583/statm: 145593 117048 181 55 0 143479 0
[pid=3583/tid=3590] ppid=3580 vsize=582372 CPUtime=1182.27 cores=0,2,4,6
/proc/3583/task/3590/stat : 3590 (plingeling) R 3580 3583 2566 0 -1 4202560 190863 1251 0 0 118192 35 0 0 25 0 5 0 522640531 596348928 117048 33554432000 4194304 4417332 140735231569360 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3583/tid=3591] ppid=3580 vsize=582372 CPUtime=1182.29 cores=0,2,4,6
/proc/3583/task/3591/stat : 3591 (plingeling) R 3580 3583 2566 0 -1 4202560 232114 1251 0 0 118189 40 0 0 25 0 5 0 522640531 596348928 117048 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3583/tid=3592] ppid=3580 vsize=582372 CPUtime=1182.24 cores=0,2,4,6
/proc/3583/task/3592/stat : 3592 (plingeling) R 3580 3583 2566 0 -1 4202560 207630 1251 0 0 118187 37 0 0 25 0 5 0 522640531 596348928 117048 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3583/tid=3595] ppid=3580 vsize=582372 CPUtime=1175.76 cores=0,2,4,6
/proc/3583/task/3595/stat : 3595 (plingeling) R 3580 3583 2566 0 -1 4202560 291953 1251 0 0 117500 76 0 0 25 0 5 0 522640531 596348928 117048 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.62
Current children cumulated vsize (KiB) 582372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.14 8.13 8.03 9/186 3959
/proc/meminfo: memFree=22031096/32951124 swapFree=67111524/67111528
[pid=3583] ppid=3580 vsize=633824 CPUtime=4800.14 cores=0,2,4,6
/proc/3583/stat : 3583 (plingeling) S 3580 3583 2566 0 -1 4202496 936665 1251 0 0 479821 193 0 0 25 0 5 0 522640528 649035776 129911 33554432000 4194304 4417332 140735231569360 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3583/statm: 158456 129911 181 55 0 156342 0
[pid=3583/tid=3590] ppid=3580 vsize=633824 CPUtime=1201.68 cores=0,2,4,6
/proc/3583/task/3590/stat : 3590 (plingeling) R 3580 3583 2566 0 -1 4202560 191299 1251 0 0 120133 35 0 0 25 0 5 0 522640531 649035776 129911 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364919 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3583/tid=3591] ppid=3580 vsize=633824 CPUtime=1201.71 cores=0,2,4,6
/proc/3583/task/3591/stat : 3591 (plingeling) R 3580 3583 2566 0 -1 4202560 242958 1251 0 0 120128 43 0 0 25 0 5 0 522640531 649035776 129911 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3583/tid=3592] ppid=3580 vsize=633824 CPUtime=1201.65 cores=0,2,4,6
/proc/3583/task/3592/stat : 3592 (plingeling) R 3580 3583 2566 0 -1 4202560 207630 1251 0 0 120128 37 0 0 25 0 5 0 522640531 649035776 129911 33554432000 4194304 4417332 140735231569360 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3583/tid=3595] ppid=3580 vsize=633824 CPUtime=1195.05 cores=0,2,4,6
/proc/3583/task/3595/stat : 3595 (plingeling) R 3580 3583 2566 0 -1 4202560 293536 1251 0 0 119429 76 0 0 25 0 5 0 522640531 649035776 129911 33554432000 4194304 4417332 140735231569360 18446744073709551615 4250938 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 633824

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)
Real time (s): 1201.74
CPU time (s): 4800.19
CPU user time (s): 4798.23
CPU system time (s): 1.9597
CPU usage (%): 399.438
Max. virtual memory (cumulated for all children) (KiB): 633824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.23
system time used= 1.9597
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 937916
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= 63
involuntary context switches= 30552

runsolver used 1.86172 second user time and 4.70628 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 22:53:48
IDJOB=3293117
IDBENCH=88045
IDSOLVER=1605
FILE ID=node139/3293117-1304110428
RUNJOBID= node139-1304110420-3394
PBS_JOBID= 13170647
Free space on /tmp= 72552 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT02/industrial/dellacherie/comb/comb1.shuffled.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293117-1304110428/watcher-3293117-1304110428 -o /tmp/evaluation-result-3293117-1304110428/solver-3293117-1304110428 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3293117-1304110428.cnf

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

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=849022116

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:      24361704 kB
Buffers:       2047568 kB
Cached:        5920732 kB
SwapCached:          4 kB
Active:         965560 kB
Inactive:      7105212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24361704 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1108 kB
Writeback:           0 kB
AnonPages:      102420 kB
Mapped:          15072 kB
Slab:           454604 kB
PageTables:       4640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   283444 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= 72332 MiB
End job on node139 at 2011-04-29 23:13:52