Trace number 3288287

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.27 1202.44

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
MD5SUM7886cd26d6e0801ea382a1ffd6224023
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 variables192503
Number of clauses564953
Sum of the clauses size1318221
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376634
Number of clauses of size 3188317
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3288287-1304065269/watcher-3288287-1304065269 -o /tmp/evaluation-result-3288287-1304065269/solver-3288287-1304065269 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3288287-1304065269.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: 7.99 7.96 7.79 5/181 30772
/proc/meminfo: memFree=19343668/32950928 swapFree=67111364/67111528
[pid=30772] ppid=30770 vsize=11796 CPUtime=0 cores=0,2,4,6
/proc/30772/stat : 30772 (plingeling) R 30770 30772 30119 0 -1 4202496 1034 1250 0 0 0 0 0 0 25 0 1 0 596757635 12079104 964 33554432000 4194304 4417332 140736590700432 18446744073709551615 251367243531 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30772/statm: 2989 974 147 55 0 875 0

[startup+0.0721389 s]
/proc/loadavg: 7.99 7.96 7.79 5/181 30772
/proc/meminfo: memFree=19343668/32950928 swapFree=67111364/67111528
[pid=30772] ppid=30770 vsize=24660 CPUtime=0.06 cores=0,2,4,6
/proc/30772/stat : 30772 (plingeling) R 30770 30772 30119 0 -1 4202496 4257 1250 0 0 6 0 0 0 25 0 1 0 596757635 25251840 4186 33554432000 4194304 4417332 140736590700432 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30772/statm: 6165 4186 148 55 0 4051 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 24660

[startup+0.101128 s]
/proc/loadavg: 7.99 7.96 7.79 5/181 30772
/proc/meminfo: memFree=19343668/32950928 swapFree=67111364/67111528
[pid=30772] ppid=30770 vsize=29784 CPUtime=0.09 cores=0,2,4,6
/proc/30772/stat : 30772 (plingeling) R 30770 30772 30119 0 -1 4202496 5281 1250 0 0 9 0 0 0 25 0 1 0 596757635 30498816 5210 33554432000 4194304 4417332 140736590700432 18446744073709551615 251367604650 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30772/statm: 7317 5235 148 55 0 5203 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29784

[startup+0.301092 s]
/proc/loadavg: 7.99 7.96 7.79 5/181 30772
/proc/meminfo: memFree=19343668/32950928 swapFree=67111364/67111528
[pid=30772] ppid=30770 vsize=81608 CPUtime=0.29 cores=0,2,4,6
/proc/30772/stat : 30772 (plingeling) R 30770 30772 30119 0 -1 4202496 18502 1250 0 0 27 2 0 0 25 0 1 0 596757635 83566592 18423 33554432000 4194304 4417332 140736590700432 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30772/statm: 20402 18423 148 55 0 18288 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81608

[startup+0.744921 s]
/proc/loadavg: 7.99 7.96 7.79 5/181 30772
/proc/meminfo: memFree=19343668/32950928 swapFree=67111364/67111528
[pid=30772] ppid=30770 vsize=179368 CPUtime=0.87 cores=0,2,4,6
/proc/30772/stat : 30772 (plingeling) S 30770 30772 30119 0 -1 4202496 36309 1250 0 0 84 3 0 0 25 0 5 0 596757635 183672832 32303 33554432000 4194304 4417332 140736590700432 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30772/statm: 44842 32322 158 55 0 42728 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 179368

[startup+1.50081 s]
/proc/loadavg: 7.99 7.96 7.79 9/186 30782
/proc/meminfo: memFree=19179476/32950928 swapFree=67111364/67111528
[pid=30772] ppid=30770 vsize=284924 CPUtime=3.89 cores=0,2,4,6
/proc/30772/stat : 30772 (plingeling) S 30770 30772 30119 0 -1 4202496 66942 1250 0 0 381 8 0 0 25 0 5 0 596757635 291762176 43408 33554432000 4194304 4417332 140736590700432 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30772/statm: 71231 43408 171 55 0 69117 0
[pid=30772/tid=30779] ppid=30770 vsize=284924 CPUtime=0.8 cores=0,2,4,6
/proc/30772/task/30779/stat : 30779 (plingeling) R 30770 30772 30119 0 -1 4202560 7937 1250 0 0 79 1 0 0 18 0 5 0 596757704 291762176 43408 33554432000 4194304 4417332 140736590700432 18446744073709551615 4284628 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30772/tid=30780] ppid=30770 vsize=284924 CPUtime=0.79 cores=0,2,4,6
/proc/30772/task/30780/stat : 30780 (plingeling) R 30770 30772 30119 0 -1 4202560 10160 1250 0 0 78 1 0 0 18 0 5 0 596757704 291762176 43408 33554432000 4194304 4417332 140736590700432 18446744073709551615 4284247 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30772/tid=30781] ppid=30770 vsize=284924 CPUtime=0.8 cores=0,2,4,6
/proc/30772/task/30781/stat : 30781 (plingeling) R 30770 30772 30119 0 -1 4202560 7856 1250 0 0 79 1 0 0 25 0 5 0 596757704 291762176 43408 33554432000 4194304 4417332 140736590700432 18446744073709551615 4284626 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30772/tid=30782] ppid=30770 vsize=284924 CPUtime=0.79 cores=0,2,4,6
/proc/30772/task/30782/stat : 30782 (plingeling) R 30770 30772 30119 0 -1 4202560 4970 1250 0 0 79 0 0 0 25 0 5 0 596757704 291762176 43408 33554432000 4194304 4417332 140736590700432 18446744073709551615 4232612 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 284924

[startup+3.10051 s]
/proc/loadavg: 7.99 7.96 7.79 9/186 30782
/proc/meminfo: memFree=19181584/32950928 swapFree=67111364/67111528
[pid=30772] ppid=30770 vsize=289556 CPUtime=10.28 cores=0,2,4,6
/proc/30772/stat : 30772 (plingeling) S 30770 30772 30119 0 -1 4202496 87788 1250 0 0 1018 10 0 0 25 0 5 0 596757635 296505344 44571 33554432000 4194304 4417332 140736590700432 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30772/statm: 72389 44571 176 55 0 70275 0
[pid=30772/tid=30779] ppid=30770 vsize=289556 CPUtime=2.4 cores=0,2,4,6
/proc/30772/task/30779/stat : 30779 (plingeling) R 30770 30772 30119 0 -1 4202560 10545 1250 0 0 239 1 0 0 22 0 5 0 596757704 296505344 44571 33554432000 4194304 4417332 140736590700432 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30772/tid=30780] ppid=30770 vsize=289556 CPUtime=2.37 cores=0,2,4,6
/proc/30772/task/30780/stat : 30780 (plingeling) R 30770 30772 30119 0 -1 4202560 13791 1250 0 0 236 1 0 0 22 0 5 0 596757704 296505344 44571 33554432000 4194304 4417332 140736590700432 18446744073709551615 4234277 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30772/tid=30781] ppid=30770 vsize=289556 CPUtime=2.39 cores=0,2,4,6
/proc/30772/task/30781/stat : 30781 (plingeling) R 30770 30772 30119 0 -1 4202560 22461 1250 0 0 237 2 0 0 25 0 5 0 596757704 296505344 44571 33554432000 4194304 4417332 140736590700432 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30772/tid=30782] ppid=30770 vsize=289556 CPUtime=2.39 cores=0,2,4,6
/proc/30772/task/30782/stat : 30782 (plingeling) R 30770 30772 30119 0 -1 4202560 4972 1250 0 0 239 0 0 0 25 0 5 0 596757704 296505344 44571 33554432000 4194304 4417332 140736590700432 18446744073709551615 4232770 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.28
Current children cumulated vsize (KiB) 289556

[startup+6.30092 s]
/proc/loadavg: 7.99 7.96 7.79 9/186 30782
/proc/meminfo: memFree=19165596/32950928 swapFree=67111364/67111528
[pid=30772] ppid=30770 vsize=309200 CPUtime=23.06 cores=0,2,4,6
/proc/30772/stat : 30772 (plingeling) S 30770 30772 30119 0 -1 4202496 106618 1250 0 0 2293 13 0 0 25 0 5 0 596757635 316620800 54436 33554432000 4194304 4417332 140736590700432 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30772/statm: 77300 54436 180 55 0 75186 0
[pid=30772/tid=30779] ppid=30770 vsize=309200 CPUtime=5.6 cores=0,2,4,6
/proc/30772/task/30779/stat : 30779 (plingeling) R 30770 30772 30119 0 -1 4202560 18157 1250 0 0 558 2 0 0 25 0 5 0 596757704 316620800 54436 33554432000 4194304 4417332 140736590700432 18446744073709551615 4257094 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30772/tid=30780] ppid=30770 vsize=309200 CPUtime=5.56 cores=0,2,4,6
/proc/30772/task/30780/stat : 30780 (plingeling) R 30770 30772 30119 0 -1 4202560 22834 1250 0 0 553 3 0 0 25 0 5 0 596757704 316620800 54436 33554432000 4194304 4417332 140736590700432 18446744073709551615 4336889 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30772/tid=30781] ppid=30770 vsize=309200 CPUtime=5.6 cores=0,2,4,6
/proc/30772/task/30781/stat : 30781 (plingeling) R 30770 30772 30119 0 -1 4202560 24636 1250 0 0 557 3 0 0 25 0 5 0 596757704 316620800 54436 33554432000 4194304 4417332 140736590700432 18446744073709551615 4377528 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30772/tid=30782] ppid=30770 vsize=309200 CPUtime=5.59 cores=0,2,4,6
/proc/30772/task/30782/stat : 30782 (plingeling) R 30770 30772 30119 0 -1 4202560 4972 1250 0 0 559 0 0 0 25 0 5 0 596757704 316620800 54436 33554432000 4194304 4417332 140736590700432 18446744073709551615 4357444 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.06
Current children cumulated vsize (KiB) 309200

[startup+12.7007 s]
/proc/loadavg: 7.99 7.96 7.79 9/186 30782
/proc/meminfo: memFree=19122032/32950928 swapFree=67111364/67111528
[pid=30772] ppid=30770 vsize=315344 CPUtime=48.62 cores=0,2,4,6
/proc/30772/stat : 30772 (plingeling) S 30770 30772 30119 0 -1 4202496 108154 1250 0 0 4849 13 0 0 25 0 5 0 596757635 322912256 55972 33554432000 4194304 4417332 140736590700432 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30772/statm: 78836 55972 180 55 0 76722 0
[pid=30772/tid=30779] ppid=30770 vsize=315344 CPUtime=12 cores=0,2,4,6
/proc/30772/task/30779/stat : 30779 (plingeling) R 30770 30772 30119 0 -1 4202560 19181 1250 0 0 1198 2 0 0 25 0 5 0 596757704 322912256 55972 33554432000 4194304 4417332 140736590700432 18446744073709551615 4272261 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30772/tid=30780] ppid=30770 vsize=315344 CPUtime=11.93 cores=0,2,4,6
/proc/30772/task/30780/stat : 30780 (plingeling) R 30770 30772 30119 0 -1 4202560 22834 1250 0 0 1190 3 0 0 25 0 5 0 596757704 322912256 55972 33554432000 4194304 4417332 140736590700432 18446744073709551615 4252361 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30772/tid=30781] ppid=30770 vsize=315344 CPUtime=12 cores=0,2,4,6
/proc/30772/task/30781/stat : 30781 (plingeling) R 30770 30772 30119 0 -1 4202560 25148 1250 0 0 1197 3 0 0 25 0 5 0 596757704 322912256 55972 33554432000 4194304 4417332 140736590700432 18446744073709551615 4378046 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30772/tid=30782] ppid=30770 vsize=315344 CPUtime=11.99 cores=0,2,4,6
/proc/30772/task/30782/stat : 30782 (plingeling) R 30770 30772 30119 0 -1 4202560 4972 1250 0 0 1199 0 0 0 25 0 5 0 596757704 322912256 55972 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 48.62
Current children cumulated vsize (KiB) 315344

[startup+25.5004 s]
/proc/loadavg: 8.06 7.98 7.80 9/186 30782
/proc/meminfo: memFree=19156084/32950928 swapFree=67111364/67111528
[pid=30772] ppid=30770 vsize=281336 CPUtime=99.75 cores=0,2,4,6
/proc/30772/stat : 30772 (plingeling) S 30770 30772 30119 0 -1 4202496 109682 1250 0 0 9961 14 0 0 25 0 5 0 596757635 288088064 47471 33554432000 4194304 4417332 140736590700432 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30772/statm: 70334 47471 181 55 0 68220 0
[pid=30772/tid=30779] ppid=30770 vsize=281336 CPUtime=24.79 cores=0,2,4,6
/proc/30772/task/30779/stat : 30779 (plingeling) R 30770 30772 30119 0 -1 4202560 19223 1250 0 0 2477 2 0 0 25 0 5 0 596757704 288088064 47471 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30772/tid=30780] ppid=30770 vsize=281336 CPUtime=24.65 cores=0,2,4,6
/proc/30772/task/30780/stat : 30780 (plingeling) R 30770 30772 30119 0 -1 4202560 22834 1250 0 0 2462 3 0 0 25 0 5 0 596757704 288088064 47471 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30772/tid=30781] ppid=30770 vsize=281336 CPUtime=24.8 cores=0,2,4,6
/proc/30772/task/30781/stat : 30781 (plingeling) R 30770 30772 30119 0 -1 4202560 25148 1250 0 0 2477 3 0 0 25 0 5 0 596757704 288088064 47471 33554432000 4194304 4417332 140736590700432 18446744073709551615 4232685 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30772/tid=30782] ppid=30770 vsize=281336 CPUtime=24.8 cores=0,2,4,6
/proc/30772/task/30782/stat : 30782 (plingeling) R 30770 30772 30119 0 -1 4202560 6458 1250 0 0 2479 1 0 0 25 0 5 0 596757704 288088064 47471 33554432000 4194304 4417332 140736590700432 18446744073709551615 4250502 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 99.75
Current children cumulated vsize (KiB) 281336

[startup+51.1007 s]
/proc/loadavg: 8.11 7.99 7.81 9/186 30783
/proc/meminfo: memFree=19117968/32950928 swapFree=67111364/67111528
[pid=30772] ppid=30770 vsize=316564 CPUtime=202.02 cores=0,2,4,6
/proc/30772/stat : 30772 (plingeling) S 30770 30772 30119 0 -1 4202496 118797 1250 0 0 20187 15 0 0 25 0 5 0 596757635 324161536 56278 33554432000 4194304 4417332 140736590700432 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30772/statm: 79141 56278 181 55 0 77027 0
[pid=30772/tid=30779] ppid=30770 vsize=316564 CPUtime=50.39 cores=0,2,4,6
/proc/30772/task/30779/stat : 30779 (plingeling) R 30770 30772 30119 0 -1 4202560 19288 1250 0 0 5037 2 0 0 25 0 5 0 596757704 324161536 56278 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30772/tid=30780] ppid=30770 vsize=316564 CPUtime=50.12 cores=0,2,4,6
/proc/30772/task/30780/stat : 30780 (plingeling) R 30770 30772 30119 0 -1 4202560 24070 1250 0 0 5009 3 0 0 25 0 5 0 596757704 324161536 56278 33554432000 4194304 4417332 140736590700432 18446744073709551615 4252136 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30772/tid=30781] ppid=30770 vsize=316564 CPUtime=50.39 cores=0,2,4,6
/proc/30772/task/30781/stat : 30781 (plingeling) R 30770 30772 30119 0 -1 4202560 27433 1250 0 0 5036 3 0 0 25 0 5 0 596757704 324161536 56278 33554432000 4194304 4417332 140736590700432 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30772/tid=30782] ppid=30770 vsize=316564 CPUtime=50.39 cores=0,2,4,6
/proc/30772/task/30782/stat : 30782 (plingeling) R 30770 30772 30119 0 -1 4202560 11987 1250 0 0 5038 1 0 0 25 0 5 0 596757704 324161536 56278 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 202.02
Current children cumulated vsize (KiB) 316564

[startup+102.306 s]
/proc/loadavg: 8.18 8.02 7.83 9/186 30784
/proc/meminfo: memFree=18994664/32950928 swapFree=67111364/67111528
[pid=30772] ppid=30770 vsize=369792 CPUtime=406.56 cores=0,2,4,6
/proc/30772/stat : 30772 (plingeling) S 30770 30772 30119 0 -1 4202496 136785 1250 0 0 40639 17 0 0 25 0 5 0 596757635 378667008 69591 33554432000 4194304 4417332 140736590700432 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30772/statm: 92448 69591 181 55 0 90334 0
[pid=30772/tid=30779] ppid=30770 vsize=369792 CPUtime=101.59 cores=0,2,4,6
/proc/30772/task/30779/stat : 30779 (plingeling) R 30770 30772 30119 0 -1 4202560 19440 1250 0 0 10157 2 0 0 25 0 5 0 596757704 378667008 69591 33554432000 4194304 4417332 140736590700432 18446744073709551615 4306602 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30772/tid=30780] ppid=30770 vsize=369792 CPUtime=101.04 cores=0,2,4,6
/proc/30772/task/30780/stat : 30780 (plingeling) R 30770 30772 30119 0 -1 4202560 25315 1250 0 0 10101 3 0 0 25 0 5 0 596757704 378667008 69591 33554432000 4194304 4417332 140736590700432 18446744073709551615 4265462 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30772/tid=30781] ppid=30770 vsize=369792 CPUtime=101.6 cores=0,2,4,6
/proc/30772/task/30781/stat : 30781 (plingeling) R 30770 30772 30119 0 -1 4202560 33810 1250 0 0 10155 5 0 0 25 0 5 0 596757704 378667008 69591 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30772/tid=30782] ppid=30770 vsize=369792 CPUtime=101.6 cores=0,2,4,6
/proc/30772/task/30782/stat : 30782 (plingeling) R 30770 30772 30119 0 -1 4202560 22201 1250 0 0 10158 2 0 0 25 0 5 0 596757704 378667008 69591 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 406.56
Current children cumulated vsize (KiB) 369792

[startup+162.301 s]
/proc/loadavg: 8.11 8.03 7.84 9/186 30786
/proc/meminfo: memFree=18978500/32950928 swapFree=67111364/67111528
[pid=30772] ppid=30770 vsize=370592 CPUtime=646.21 cores=0,2,4,6
/proc/30772/stat : 30772 (plingeling) S 30770 30772 30119 0 -1 4202496 149586 1250 0 0 64603 18 0 0 25 0 5 0 596757635 379486208 69791 33554432000 4194304 4417332 140736590700432 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30772/statm: 92648 69791 181 55 0 90534 0
[pid=30772/tid=30779] ppid=30770 vsize=370592 CPUtime=161.58 cores=0,2,4,6
/proc/30772/task/30779/stat : 30779 (plingeling) R 30770 30772 30119 0 -1 4202560 19512 1250 0 0 16156 2 0 0 25 0 5 0 596757704 379486208 69791 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30772/tid=30780] ppid=30770 vsize=370592 CPUtime=160.71 cores=0,2,4,6
/proc/30772/task/30780/stat : 30780 (plingeling) R 30770 30772 30119 0 -1 4202560 29496 1250 0 0 16068 3 0 0 25 0 5 0 596757704 379486208 69791 33554432000 4194304 4417332 140736590700432 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30772/tid=30781] ppid=30770 vsize=370592 CPUtime=161.6 cores=0,2,4,6
/proc/30772/task/30781/stat : 30781 (plingeling) R 30770 30772 30119 0 -1 4202560 34166 1250 0 0 16155 5 0 0 25 0 5 0 596757704 379486208 69791 33554432000 4194304 4417332 140736590700432 18446744073709551615 4253237 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30772/tid=30782] ppid=30770 vsize=370592 CPUtime=161.6 cores=0,2,4,6
/proc/30772/task/30782/stat : 30782 (plingeling) R 30770 30772 30119 0 -1 4202560 30393 1250 0 0 16157 3 0 0 25 0 5 0 596757704 379486208 69791 33554432000 4194304 4417332 140736590700432 18446744073709551615 4353420 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 646.21
Current children cumulated vsize (KiB) 370592


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

[pid=30772/tid=30780] ppid=30770 vsize=732484 CPUtime=697.78 cores=0,2,4,6
/proc/30772/task/30780/stat : 30780 (plingeling) R 30770 30772 30119 0 -1 4202560 97215 1250 0 0 69764 14 0 0 25 0 5 0 596757704 750063616 160264 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30772/tid=30781] ppid=30770 vsize=732484 CPUtime=701.62 cores=0,2,4,6
/proc/30772/task/30781/stat : 30781 (plingeling) R 30770 30772 30119 0 -1 4202560 112861 1250 0 0 70146 16 0 0 25 0 5 0 596757704 750063616 160264 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30772/tid=30782] ppid=30770 vsize=732484 CPUtime=701.61 cores=0,2,4,6
/proc/30772/task/30782/stat : 30782 (plingeling) R 30770 30772 30119 0 -1 4202560 253273 1250 0 0 70127 34 0 0 25 0 5 0 596757704 750063616 160264 33554432000 4194304 4417332 140736590700432 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2803.29
Current children cumulated vsize (KiB) 732484

[startup+762.306 s]
/proc/loadavg: 8.10 8.05 7.93 10/186 30839
/proc/meminfo: memFree=18781312/32950928 swapFree=67111364/67111528
[pid=30772] ppid=30770 vsize=736628 CPUtime=3042.99 cores=0,2,4,6
/proc/30772/stat : 30772 (plingeling) S 30770 30772 30119 0 -1 4202496 710581 1250 0 0 304196 103 0 0 25 0 5 0 596757635 754307072 161300 33554432000 4194304 4417332 140736590700432 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30772/statm: 184157 161300 181 55 0 182043 0
[pid=30772/tid=30779] ppid=30770 vsize=736628 CPUtime=761.55 cores=0,2,4,6
/proc/30772/task/30779/stat : 30779 (plingeling) R 30770 30772 30119 0 -1 4202560 144899 1250 0 0 76133 22 0 0 25 0 5 0 596757704 754307072 161300 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30772/tid=30780] ppid=30770 vsize=736628 CPUtime=757.46 cores=0,2,4,6
/proc/30772/task/30780/stat : 30780 (plingeling) R 30770 30772 30119 0 -1 4202560 110664 1250 0 0 75730 16 0 0 25 0 5 0 596757704 754307072 161300 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30772/tid=30781] ppid=30770 vsize=736628 CPUtime=761.62 cores=0,2,4,6
/proc/30772/task/30781/stat : 30781 (plingeling) R 30770 30772 30119 0 -1 4202560 143933 1250 0 0 76141 21 0 0 25 0 5 0 596757704 754307072 161300 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30772/tid=30782] ppid=30770 vsize=736628 CPUtime=761.62 cores=0,2,4,6
/proc/30772/task/30782/stat : 30782 (plingeling) R 30770 30772 30119 0 -1 4202560 275066 1250 0 0 76124 38 0 0 25 0 5 0 596757704 754307072 161300 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3042.99
Current children cumulated vsize (KiB) 736628

[startup+822.3 s]
/proc/loadavg: 7.72 7.95 7.89 9/186 30877
/proc/meminfo: memFree=17285308/32950928 swapFree=67111364/67111528
[pid=30772] ppid=30770 vsize=683980 CPUtime=3282.65 cores=0,2,4,6
/proc/30772/stat : 30772 (plingeling) S 30770 30772 30119 0 -1 4202496 788749 1250 0 0 328145 120 0 0 25 0 5 0 596757635 700395520 148138 33554432000 4194304 4417332 140736590700432 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30772/statm: 170995 148138 181 55 0 168881 0
[pid=30772/tid=30779] ppid=30770 vsize=683980 CPUtime=821.55 cores=0,2,4,6
/proc/30772/task/30779/stat : 30779 (plingeling) R 30770 30772 30119 0 -1 4202560 156006 1250 0 0 82130 25 0 0 25 0 5 0 596757704 700395520 148138 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30772/tid=30780] ppid=30770 vsize=683980 CPUtime=817.14 cores=0,2,4,6
/proc/30772/task/30780/stat : 30780 (plingeling) R 30770 30772 30119 0 -1 4202560 136747 1250 0 0 81694 20 0 0 25 0 5 0 596757704 700395520 148138 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30772/tid=30781] ppid=30770 vsize=683980 CPUtime=821.62 cores=0,2,4,6
/proc/30772/task/30781/stat : 30781 (plingeling) R 30770 30772 30119 0 -1 4202560 159875 1250 0 0 82138 24 0 0 25 0 5 0 596757704 700395520 148138 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30772/tid=30782] ppid=30770 vsize=683980 CPUtime=821.62 cores=0,2,4,6
/proc/30772/task/30782/stat : 30782 (plingeling) R 30770 30772 30119 0 -1 4202560 300102 1250 0 0 82116 46 0 0 25 0 5 0 596757704 700395520 148138 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3282.65
Current children cumulated vsize (KiB) 683980

[startup+882.301 s]
/proc/loadavg: 7.93 7.97 7.91 9/186 30878
/proc/meminfo: memFree=17211640/32950928 swapFree=67111364/67111528
[pid=30772] ppid=30770 vsize=703924 CPUtime=3522.32 cores=0,2,4,6
/proc/30772/stat : 30772 (plingeling) S 30770 30772 30119 0 -1 4202496 861155 1250 0 0 352102 130 0 0 25 0 5 0 596757635 720818176 152252 33554432000 4194304 4417332 140736590700432 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30772/statm: 175981 152252 181 55 0 173867 0
[pid=30772/tid=30779] ppid=30770 vsize=703924 CPUtime=881.55 cores=0,2,4,6
/proc/30772/task/30779/stat : 30779 (plingeling) R 30770 30772 30119 0 -1 4202560 170970 1250 0 0 88128 27 0 0 25 0 5 0 596757704 720818176 152252 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30772/tid=30780] ppid=30770 vsize=703924 CPUtime=876.81 cores=0,2,4,6
/proc/30772/task/30780/stat : 30780 (plingeling) R 30770 30772 30119 0 -1 4202560 152303 1250 0 0 87659 22 0 0 25 0 5 0 596757704 720818176 152252 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30772/tid=30781] ppid=30770 vsize=703924 CPUtime=881.62 cores=0,2,4,6
/proc/30772/task/30781/stat : 30781 (plingeling) R 30770 30772 30119 0 -1 4202560 183729 1250 0 0 88135 27 0 0 25 0 5 0 596757704 720818176 152252 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30772/tid=30782] ppid=30770 vsize=703924 CPUtime=881.62 cores=0,2,4,6
/proc/30772/task/30782/stat : 30782 (plingeling) R 30770 30772 30119 0 -1 4202560 318134 1250 0 0 88114 48 0 0 25 0 5 0 596757704 720818176 152252 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3522.32
Current children cumulated vsize (KiB) 703924

[startup+942.301 s]
/proc/loadavg: 8.08 8.00 7.92 9/186 30880
/proc/meminfo: memFree=17196000/32950928 swapFree=67111364/67111528
[pid=30772] ppid=30770 vsize=742564 CPUtime=3761.99 cores=0,2,4,6
/proc/30772/stat : 30772 (plingeling) S 30770 30772 30119 0 -1 4202496 956315 1250 0 0 376057 142 0 0 25 0 5 0 596757635 760385536 162034 33554432000 4194304 4417332 140736590700432 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30772/statm: 185641 162034 181 55 0 183527 0
[pid=30772/tid=30779] ppid=30770 vsize=742564 CPUtime=941.54 cores=0,2,4,6
/proc/30772/task/30779/stat : 30779 (plingeling) R 30770 30772 30119 0 -1 4202560 205203 1250 0 0 94123 31 0 0 25 0 5 0 596757704 760385536 162034 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30772/tid=30780] ppid=30770 vsize=742564 CPUtime=936.5 cores=0,2,4,6
/proc/30772/task/30780/stat : 30780 (plingeling) R 30770 30772 30119 0 -1 4202560 173092 1250 0 0 93624 26 0 0 25 0 5 0 596757704 760385536 162034 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30772/tid=30781] ppid=30770 vsize=742564 CPUtime=941.62 cores=0,2,4,6
/proc/30772/task/30781/stat : 30781 (plingeling) R 30770 30772 30119 0 -1 4202560 203830 1250 0 0 94133 29 0 0 25 0 5 0 596757704 760385536 162034 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30772/tid=30782] ppid=30770 vsize=742564 CPUtime=941.62 cores=0,2,4,6
/proc/30772/task/30782/stat : 30782 (plingeling) R 30770 30772 30119 0 -1 4202560 338171 1250 0 0 94110 52 0 0 25 0 5 0 596757704 760385536 162034 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3761.99
Current children cumulated vsize (KiB) 742564

[startup+1002.3 s]
/proc/loadavg: 7.77 7.92 7.89 9/186 30917
/proc/meminfo: memFree=18829504/32950928 swapFree=67111364/67111528
[pid=30772] ppid=30770 vsize=701260 CPUtime=4001.67 cores=0,2,4,6
/proc/30772/stat : 30772 (plingeling) S 30770 30772 30119 0 -1 4202496 1032436 1250 0 0 400013 154 0 0 25 0 5 0 596757635 718090240 151846 33554432000 4194304 4417332 140736590700432 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30772/statm: 175315 151846 181 55 0 173201 0
[pid=30772/tid=30779] ppid=30770 vsize=701260 CPUtime=1001.53 cores=0,2,4,6
/proc/30772/task/30779/stat : 30779 (plingeling) R 30770 30772 30119 0 -1 4202560 216850 1250 0 0 100121 32 0 0 25 0 5 0 596757704 718090240 151846 33554432000 4194304 4417332 140736590700432 18446744073709551615 4321577 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30772/tid=30780] ppid=30770 vsize=701260 CPUtime=996.16 cores=0,2,4,6
/proc/30772/task/30780/stat : 30780 (plingeling) R 30770 30772 30119 0 -1 4202560 196767 1250 0 0 99587 29 0 0 25 0 5 0 596757704 718090240 151846 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30772/tid=30781] ppid=30770 vsize=701260 CPUtime=1001.63 cores=0,2,4,6
/proc/30772/task/30781/stat : 30781 (plingeling) R 30770 30772 30119 0 -1 4202560 226921 1250 0 0 100131 32 0 0 25 0 5 0 596757704 718090240 151846 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30772/tid=30782] ppid=30770 vsize=701260 CPUtime=1001.62 cores=0,2,4,6
/proc/30772/task/30782/stat : 30782 (plingeling) R 30770 30772 30119 0 -1 4202560 355879 1250 0 0 100107 55 0 0 25 0 5 0 596757704 718090240 151846 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4001.67
Current children cumulated vsize (KiB) 701260

[startup+1062.3 s]
/proc/loadavg: 7.96 7.95 7.90 9/186 30921
/proc/meminfo: memFree=18822276/32950928 swapFree=67111364/67111528
[pid=30772] ppid=30770 vsize=697436 CPUtime=4241.35 cores=0,2,4,6
/proc/30772/stat : 30772 (plingeling) S 30770 30772 30119 0 -1 4202496 1107071 1250 0 0 423971 164 0 0 25 0 5 0 596757635 714174464 151014 33554432000 4194304 4417332 140736590700432 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30772/statm: 174359 151014 181 55 0 172245 0
[pid=30772/tid=30779] ppid=30770 vsize=697436 CPUtime=1061.53 cores=0,2,4,6
/proc/30772/task/30779/stat : 30779 (plingeling) R 30770 30772 30119 0 -1 4202560 235268 1250 0 0 106118 35 0 0 25 0 5 0 596757704 714174464 151014 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30772/tid=30780] ppid=30770 vsize=697436 CPUtime=1055.84 cores=0,2,4,6
/proc/30772/task/30780/stat : 30780 (plingeling) R 30770 30772 30119 0 -1 4202560 221285 1250 0 0 105552 32 0 0 25 0 5 0 596757704 714174464 151014 33554432000 4194304 4417332 140736590700432 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30772/tid=30781] ppid=30770 vsize=697436 CPUtime=1061.63 cores=0,2,4,6
/proc/30772/task/30781/stat : 30781 (plingeling) R 30770 30772 30119 0 -1 4202560 242577 1250 0 0 106129 34 0 0 25 0 5 0 596757704 714174464 151014 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30772/tid=30782] ppid=30770 vsize=697436 CPUtime=1061.62 cores=0,2,4,6
/proc/30772/task/30782/stat : 30782 (plingeling) R 30770 30772 30119 0 -1 4202560 371922 1250 0 0 106105 57 0 0 25 0 5 0 596757704 714174464 151014 33554432000 4194304 4417332 140736590700432 18446744073709551615 4320859 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4241.35
Current children cumulated vsize (KiB) 697436

[startup+1122.3 s]
/proc/loadavg: 8.21 8.04 7.94 9/186 30924
/proc/meminfo: memFree=18760756/32950928 swapFree=67111364/67111528
[pid=30772] ppid=30770 vsize=754588 CPUtime=4480.22 cores=0,2,4,6
/proc/30772/stat : 30772 (plingeling) S 30770 30772 30119 0 -1 4202496 1186662 1250 0 0 447846 176 0 0 25 0 5 0 596757635 772698112 165790 33554432000 4194304 4417332 140736590700432 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30772/statm: 188647 165790 181 55 0 186533 0
[pid=30772/tid=30779] ppid=30770 vsize=754588 CPUtime=1121.53 cores=0,2,4,6
/proc/30772/task/30779/stat : 30779 (plingeling) R 30770 30772 30119 0 -1 4202560 250909 1250 0 0 112115 38 0 0 25 0 5 0 596757704 772698112 165790 33554432000 4194304 4417332 140736590700432 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30772/tid=30780] ppid=30770 vsize=754588 CPUtime=1114.73 cores=0,2,4,6
/proc/30772/task/30780/stat : 30780 (plingeling) R 30770 30772 30119 0 -1 4202560 239776 1250 0 0 111438 35 0 0 25 0 5 0 596757704 772698112 165790 33554432000 4194304 4417332 140736590700432 18446744073709551615 4253167 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30772/tid=30781] ppid=30770 vsize=754588 CPUtime=1121.62 cores=0,2,4,6
/proc/30772/task/30781/stat : 30781 (plingeling) R 30770 30772 30119 0 -1 4202560 261204 1250 0 0 112126 36 0 0 25 0 5 0 596757704 772698112 165790 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364720 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30772/tid=30782] ppid=30770 vsize=754588 CPUtime=1121.62 cores=0,2,4,6
/proc/30772/task/30782/stat : 30782 (plingeling) R 30770 30772 30119 0 -1 4202560 398754 1250 0 0 112100 62 0 0 25 0 5 0 596757704 772698112 165790 33554432000 4194304 4417332 140736590700432 18446744073709551615 4232702 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4480.22
Current children cumulated vsize (KiB) 754588

[startup+1182.3 s]
/proc/loadavg: 8.06 8.03 7.94 9/186 30961
/proc/meminfo: memFree=18912260/32950928 swapFree=67111364/67111528
[pid=30772] ppid=30770 vsize=616424 CPUtime=4719.91 cores=0,2,4,6
/proc/30772/stat : 30772 (plingeling) S 30770 30772 30119 0 -1 4202496 1299970 1250 0 0 471794 197 0 0 25 0 5 0 596757635 631218176 131249 33554432000 4194304 4417332 140736590700432 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30772/statm: 154106 131249 181 55 0 151992 0
[pid=30772/tid=30779] ppid=30770 vsize=616424 CPUtime=1181.53 cores=0,2,4,6
/proc/30772/task/30779/stat : 30779 (plingeling) R 30770 30772 30119 0 -1 4202560 279483 1250 0 0 118110 43 0 0 25 0 5 0 596757704 631218176 131249 33554432000 4194304 4417332 140736590700432 18446744073709551615 4357630 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30772/tid=30780] ppid=30770 vsize=616424 CPUtime=1174.41 cores=0,2,4,6
/proc/30772/task/30780/stat : 30780 (plingeling) R 30770 30772 30119 0 -1 4202560 268401 1250 0 0 117401 40 0 0 25 0 5 0 596757704 631218176 131249 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30772/tid=30781] ppid=30770 vsize=616424 CPUtime=1181.63 cores=0,2,4,6
/proc/30772/task/30781/stat : 30781 (plingeling) R 30770 30772 30119 0 -1 4202560 293931 1250 0 0 118121 42 0 0 25 0 5 0 596757704 631218176 131249 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30772/tid=30782] ppid=30770 vsize=616424 CPUtime=1181.62 cores=0,2,4,6
/proc/30772/task/30782/stat : 30782 (plingeling) R 30770 30772 30119 0 -1 4202560 422136 1250 0 0 118095 67 0 0 25 0 5 0 596757704 631218176 131249 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4719.91
Current children cumulated vsize (KiB) 616424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.4 s]
/proc/loadavg: 8.11 8.04 7.94 9/186 30962
/proc/meminfo: memFree=18922472/32950928 swapFree=67111364/67111528
[pid=30772] ppid=30770 vsize=606000 CPUtime=4800.21 cores=0,2,4,6
/proc/30772/stat : 30772 (plingeling) S 30770 30772 30119 0 -1 4202496 1323123 1250 0 0 479821 200 0 0 25 0 5 0 596757635 620544000 128643 33554432000 4194304 4417332 140736590700432 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30772/statm: 151500 128643 181 55 0 149386 0
[pid=30772/tid=30779] ppid=30770 vsize=606000 CPUtime=1201.63 cores=0,2,4,6
/proc/30772/task/30779/stat : 30779 (plingeling) R 30770 30772 30119 0 -1 4202560 282218 1250 0 0 120120 43 0 0 25 0 5 0 596757704 620544000 128643 33554432000 4194304 4417332 140736590700432 18446744073709551615 4366058 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30772/tid=30780] ppid=30770 vsize=606000 CPUtime=1194.39 cores=0,2,4,6
/proc/30772/task/30780/stat : 30780 (plingeling) R 30770 30772 30119 0 -1 4202560 271066 1250 0 0 119399 40 0 0 25 0 5 0 596757704 620544000 128643 33554432000 4194304 4417332 140736590700432 18446744073709551615 4232580 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30772/tid=30781] ppid=30770 vsize=606000 CPUtime=1201.73 cores=0,2,4,6
/proc/30772/task/30781/stat : 30781 (plingeling) R 30770 30772 30119 0 -1 4202560 300981 1250 0 0 120131 42 0 0 25 0 5 0 596757704 620544000 128643 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30772/tid=30782] ppid=30770 vsize=606000 CPUtime=1201.74 cores=0,2,4,6
/proc/30772/task/30782/stat : 30782 (plingeling) R 30770 30772 30119 0 -1 4202560 432839 1250 0 0 120105 69 0 0 25 0 5 0 596757704 620544000 128643 33554432000 4194304 4417332 140736590700432 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 606000

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): 1202.44
CPU time (s): 4800.27
CPU user time (s): 4798.24
CPU system time (s): 2.03269
CPU usage (%): 399.212
Max. virtual memory (cumulated for all children) (KiB): 814928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.24
system time used= 2.03269
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1325091
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= 216
involuntary context switches= 23639

runsolver used 1.9857 second user time and 4.56031 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 10:21:10
IDJOB=3288287
IDBENCH=82493
IDSOLVER=1605
FILE ID=node113/3288287-1304065269
RUNJOBID= node113-1304064180-30138
PBS_JOBID= 13170457
Free space on /tmp= 71148 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288287-1304065269/watcher-3288287-1304065269 -o /tmp/evaluation-result-3288287-1304065269/solver-3288287-1304065269 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3288287-1304065269.cnf

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

MD5SUM BENCH= 7886cd26d6e0801ea382a1ffd6224023
RANDOM SEED=1462301344

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19343948 kB
Buffers:       1745108 kB
Cached:       10894900 kB
SwapCached:        164 kB
Active:        6775572 kB
Inactive:      6241196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19343948 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10288 kB
Writeback:           0 kB
AnonPages:      376784 kB
Mapped:          15480 kB
Slab:           526856 kB
PageTables:       5376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   568544 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= 71140 MiB
End job on node113 at 2011-04-29 10:41:14