Trace number 3370903

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 587f (fixed)? (TO) 4800.59 1203.95

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q841.5-n45-p30-s84954709.cnf
MD5SUM556c58061360a1b195d9b2f28888af77
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.03469
Satisfiable
(Un)Satisfiability was proved
Number of variables2115
Number of clauses356340
Sum of the clauses size714705
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2356295
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3370903-1305433005/watcher-3370903-1305433005 -o /tmp/evaluation-result-3370903-1305433005/solver-3370903-1305433005 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3370903-1305433005.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.08 8.11 8.02 5/374 26689
/proc/meminfo: memFree=22396224/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=10720 CPUtime=0 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) R 26687 26689 26007 0 -1 4202496 773 1253 0 0 0 0 0 0 25 0 1 0 654898294 10977280 703 33554432000 4194304 4417452 140735912869488 18446744073709551615 212687675136 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/26689/statm: 2680 703 147 55 0 566 0

[startup+0.045239 s]
/proc/loadavg: 8.08 8.11 8.02 5/374 26689
/proc/meminfo: memFree=22396224/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=14308 CPUtime=0.03 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) R 26687 26689 26007 0 -1 4202496 1703 1253 0 0 3 0 0 0 25 0 1 0 654898294 14651392 1601 33554432000 4194304 4417452 140735912869488 18446744073709551615 4210225 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/26689/statm: 3577 1601 148 55 0 1463 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14308

[startup+0.10023 s]
/proc/loadavg: 8.08 8.11 8.02 5/374 26689
/proc/meminfo: memFree=22396224/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=26596 CPUtime=0.08 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) R 26687 26689 26007 0 -1 4202496 4775 1253 0 0 8 0 0 0 25 0 1 0 654898294 27234304 4673 33554432000 4194304 4417452 140735912869488 18446744073709551615 4227819 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/26689/statm: 6649 4673 148 55 0 4535 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26596

[startup+0.300166 s]
/proc/loadavg: 8.08 8.11 8.02 5/374 26689
/proc/meminfo: memFree=22396224/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=85924 CPUtime=0.47 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) S 26687 26689 26007 0 -1 4202496 9446 1253 0 0 46 1 0 0 25 0 5 0 654898294 87986176 9292 33554432000 4194304 4417452 140735912869488 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26689/statm: 21481 9292 171 55 0 19367 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 85924

[startup+0.701088 s]
/proc/loadavg: 8.08 8.11 8.02 5/374 26689
/proc/meminfo: memFree=22396224/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=98752 CPUtime=2.07 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) S 26687 26689 26007 0 -1 4202496 25180 1253 0 0 203 4 0 0 25 0 5 0 654898294 101122048 12505 33554432000 4194304 4417452 140735912869488 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26689/statm: 24688 12505 177 55 0 22574 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 98752

[startup+1.50094 s]
/proc/loadavg: 8.08 8.11 8.02 9/379 26699
/proc/meminfo: memFree=22344152/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=102604 CPUtime=5.25 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) S 26687 26689 26007 0 -1 4202496 30485 1253 0 0 520 5 0 0 25 0 5 0 654898294 105066496 13170 33554432000 4194304 4417452 140735912869488 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26689/statm: 25651 13170 180 55 0 23537 0
[pid=26689/tid=26696] ppid=26687 vsize=102604 CPUtime=1.26 cores=1,3,5,7
/proc/26689/task/26696/stat : 26696 (plingeling) R 26687 26689 26007 0 -1 4202560 5844 1253 0 0 125 1 0 0 25 0 5 0 654898317 105066496 13170 33554432000 4194304 4417452 140735912869488 18446744073709551615 4235999 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=102604 CPUtime=1.25 cores=1,3,5,7
/proc/26689/task/26697/stat : 26697 (plingeling) R 26687 26689 26007 0 -1 4202560 2108 1253 0 0 125 0 0 0 25 0 5 0 654898317 105066496 13170 33554432000 4194304 4417452 140735912869488 18446744073709551615 4258224 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=102604 CPUtime=1.25 cores=1,3,5,7
/proc/26689/task/26698/stat : 26698 (plingeling) R 26687 26689 26007 0 -1 4202560 5499 1253 0 0 125 0 0 0 25 0 5 0 654898317 105066496 13170 33554432000 4194304 4417452 140735912869488 18446744073709551615 4236267 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=102604 CPUtime=1.24 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (plingeling) R 26687 26689 26007 0 -1 4202560 8151 1253 0 0 123 1 0 0 25 0 5 0 654898317 105066496 13170 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.25
Current children cumulated vsize (KiB) 102604

[startup+3.10065 s]
/proc/loadavg: 8.08 8.10 8.02 9/379 26699
/proc/meminfo: memFree=22330388/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=131744 CPUtime=11.64 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) S 26687 26689 26007 0 -1 4202496 40777 1253 0 0 1157 7 0 0 25 0 5 0 654898294 134905856 20724 33554432000 4194304 4417452 140735912869488 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26689/statm: 32936 20724 180 55 0 30822 0
[pid=26689/tid=26696] ppid=26687 vsize=131744 CPUtime=2.86 cores=1,3,5,7
/proc/26689/task/26696/stat : 26696 (plingeling) R 26687 26689 26007 0 -1 4202560 5844 1253 0 0 285 1 0 0 25 0 5 0 654898317 134905856 20724 33554432000 4194304 4417452 140735912869488 18446744073709551615 4236280 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=131744 CPUtime=2.85 cores=1,3,5,7
/proc/26689/task/26697/stat : 26697 (plingeling) R 26687 26689 26007 0 -1 4202560 2647 1253 0 0 285 0 0 0 25 0 5 0 654898317 134905856 20724 33554432000 4194304 4417452 140735912869488 18446744073709551615 4322719 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=131744 CPUtime=2.85 cores=1,3,5,7
/proc/26689/task/26698/stat : 26698 (plingeling) R 26687 26689 26007 0 -1 4202560 5499 1253 0 0 285 0 0 0 25 0 5 0 654898317 134905856 20724 33554432000 4194304 4417452 140735912869488 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=131744 CPUtime=2.83 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (plingeling) R 26687 26689 26007 0 -1 4202560 17904 1253 0 0 280 3 0 0 25 0 5 0 654898317 134905856 20724 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.64
Current children cumulated vsize (KiB) 131744

[startup+6.30107 s]
/proc/loadavg: 8.08 8.10 8.02 9/379 26699
/proc/meminfo: memFree=22300884/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=156440 CPUtime=24.41 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) S 26687 26689 26007 0 -1 4202496 53935 1253 0 0 2432 9 0 0 25 0 5 0 654898294 160194560 25965 33554432000 4194304 4417452 140735912869488 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26689/statm: 39110 25965 180 55 0 36996 0
[pid=26689/tid=26696] ppid=26687 vsize=156440 CPUtime=6.06 cores=1,3,5,7
/proc/26689/task/26696/stat : 26696 (plingeling) R 26687 26689 26007 0 -1 4202560 5844 1253 0 0 605 1 0 0 25 0 5 0 654898317 160194560 25965 33554432000 4194304 4417452 140735912869488 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=156440 CPUtime=6.05 cores=1,3,5,7
/proc/26689/task/26697/stat : 26697 (plingeling) R 26687 26689 26007 0 -1 4202560 2647 1253 0 0 605 0 0 0 25 0 5 0 654898317 160194560 25965 33554432000 4194304 4417452 140735912869488 18446744073709551615 4249991 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=156440 CPUtime=6.05 cores=1,3,5,7
/proc/26689/task/26698/stat : 26698 (plingeling) R 26687 26689 26007 0 -1 4202560 5499 1253 0 0 605 0 0 0 25 0 5 0 654898317 160194560 25965 33554432000 4194304 4417452 140735912869488 18446744073709551615 4320914 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=156440 CPUtime=6 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (plingeling) R 26687 26689 26007 0 -1 4202560 31062 1253 0 0 595 5 0 0 25 0 5 0 654898317 160194560 25965 33554432000 4194304 4417452 140735912869488 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.41
Current children cumulated vsize (KiB) 156440

[startup+12.7009 s]
/proc/loadavg: 8.14 8.12 8.02 9/379 26699
/proc/meminfo: memFree=22241020/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=202756 CPUtime=49.92 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) S 26687 26689 26007 0 -1 4202496 77702 1253 0 0 4981 11 0 0 25 0 5 0 654898294 207622144 37763 33554432000 4194304 4417452 140735912869488 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26689/statm: 50689 37763 180 55 0 48575 0
[pid=26689/tid=26696] ppid=26687 vsize=202756 CPUtime=12.46 cores=1,3,5,7
/proc/26689/task/26696/stat : 26696 (plingeling) R 26687 26689 26007 0 -1 4202560 5844 1253 0 0 1245 1 0 0 25 0 5 0 654898317 207622144 37763 33554432000 4194304 4417452 140735912869488 18446744073709551615 4236311 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=202756 CPUtime=12.45 cores=1,3,5,7
/proc/26689/task/26697/stat : 26697 (plingeling) R 26687 26689 26007 0 -1 4202560 2647 1253 0 0 1245 0 0 0 25 0 5 0 654898317 207622144 37763 33554432000 4194304 4417452 140735912869488 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=202756 CPUtime=12.45 cores=1,3,5,7
/proc/26689/task/26698/stat : 26698 (plingeling) R 26687 26689 26007 0 -1 4202560 5499 1253 0 0 1245 0 0 0 25 0 5 0 654898317 207622144 37763 33554432000 4194304 4417452 140735912869488 18446744073709551615 4279499 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=202756 CPUtime=12.32 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (plingeling) R 26687 26689 26007 0 -1 4202560 54829 1253 0 0 1224 8 0 0 25 0 5 0 654898317 207622144 37763 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.92
Current children cumulated vsize (KiB) 202756

[startup+25.5006 s]
/proc/loadavg: 8.12 8.11 8.02 9/379 26699
/proc/meminfo: memFree=22232216/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=226932 CPUtime=100.97 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) S 26687 26689 26007 0 -1 4202496 126996 1253 0 0 10077 20 0 0 25 0 5 0 654898294 232378368 44521 33554432000 4194304 4417452 140735912869488 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26689/statm: 56733 44521 180 55 0 54619 0
[pid=26689/tid=26696] ppid=26687 vsize=226932 CPUtime=25.26 cores=1,3,5,7
/proc/26689/task/26696/stat : 26696 (plingeling) R 26687 26689 26007 0 -1 4202560 5999 1253 0 0 2525 1 0 0 25 0 5 0 654898317 232378368 44521 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=226932 CPUtime=25.25 cores=1,3,5,7
/proc/26689/task/26697/stat : 26697 (plingeling) R 26687 26689 26007 0 -1 4202560 3731 1253 0 0 2525 0 0 0 25 0 5 0 654898317 232378368 44521 33554432000 4194304 4417452 140735912869488 18446744073709551615 4232466 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=226932 CPUtime=25.25 cores=1,3,5,7
/proc/26689/task/26698/stat : 26698 (plingeling) R 26687 26689 26007 0 -1 4202560 5499 1253 0 0 2525 0 0 0 25 0 5 0 654898317 232378368 44521 33554432000 4194304 4417452 140735912869488 18446744073709551615 4250623 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=226932 CPUtime=24.96 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (plingeling) R 26687 26689 26007 0 -1 4202560 102884 1253 0 0 2480 16 0 0 25 0 5 0 654898317 232378368 44521 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.97
Current children cumulated vsize (KiB) 226932

[startup+51.1009 s]
/proc/loadavg: 8.14 8.12 8.02 9/379 26700
/proc/meminfo: memFree=22099700/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=407128 CPUtime=203.08 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) S 26687 26689 26007 0 -1 4202496 192083 1253 0 0 20278 30 0 0 25 0 5 0 654898294 416899072 73219 33554432000 4194304 4417452 140735912869488 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26689/statm: 101782 73219 180 55 0 99668 0
[pid=26689/tid=26696] ppid=26687 vsize=407128 CPUtime=50.86 cores=1,3,5,7
/proc/26689/task/26696/stat : 26696 (plingeling) R 26687 26689 26007 0 -1 4202560 6032 1253 0 0 5085 1 0 0 25 0 5 0 654898317 416899072 73219 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364380 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=407128 CPUtime=50.84 cores=1,3,5,7
/proc/26689/task/26697/stat : 26697 (plingeling) R 26687 26689 26007 0 -1 4202560 5276 1253 0 0 5084 0 0 0 25 0 5 0 654898317 416899072 73219 33554432000 4194304 4417452 140735912869488 18446744073709551615 4353568 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=407128 CPUtime=50.85 cores=1,3,5,7
/proc/26689/task/26698/stat : 26698 (plingeling) R 26687 26689 26007 0 -1 4202560 7747 1253 0 0 5085 0 0 0 25 0 5 0 654898317 416899072 73219 33554432000 4194304 4417452 140735912869488 18446744073709551615 4258224 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=407128 CPUtime=50.26 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (plingeling) R 26687 26689 26007 0 -1 4202560 164145 1253 0 0 5001 25 0 0 25 0 5 0 654898317 416899072 73219 33554432000 4194304 4417452 140735912869488 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.08
Current children cumulated vsize (KiB) 407128

[startup+102.314 s]
/proc/loadavg: 8.10 8.11 8.02 9/379 26701
/proc/meminfo: memFree=21835808/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=699800 CPUtime=407.32 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) S 26687 26689 26007 0 -1 4202496 339216 1253 0 0 40677 55 0 0 25 0 5 0 654898294 716595200 146387 33554432000 4194304 4417452 140735912869488 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26689/statm: 174950 146387 180 55 0 172836 0
[pid=26689/tid=26696] ppid=26687 vsize=699800 CPUtime=102.07 cores=1,3,5,7
/proc/26689/task/26696/stat : 26696 (plingeling) R 26687 26689 26007 0 -1 4202560 16851 1253 0 0 10205 2 0 0 25 0 5 0 654898317 716595200 146387 33554432000 4194304 4417452 140735912869488 18446744073709551615 4263109 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=699800 CPUtime=102.06 cores=1,3,5,7
/proc/26689/task/26697/stat : 26697 (plingeling) R 26687 26689 26007 0 -1 4202560 7742 1253 0 0 10206 0 0 0 25 0 5 0 654898317 716595200 146387 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=699800 CPUtime=102.06 cores=1,3,5,7
/proc/26689/task/26698/stat : 26698 (plingeling) R 26687 26689 26007 0 -1 4202560 28573 1253 0 0 10203 3 0 0 25 0 5 0 654898317 716595200 146387 33554432000 4194304 4417452 140735912869488 18446744073709551615 4250532 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=699800 CPUtime=100.86 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (plingeling) R 26687 26689 26007 0 -1 4202560 277167 1253 0 0 10040 46 0 0 25 0 5 0 654898317 716595200 146387 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.32
Current children cumulated vsize (KiB) 699800

[startup+162.301 s]
/proc/loadavg: 8.18 8.13 8.04 9/379 26703
/proc/meminfo: memFree=21767840/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=744144 CPUtime=646.57 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) S 26687 26689 26007 0 -1 4202496 581535 1253 0 0 64564 93 0 0 25 0 5 0 654898294 762003456 157473 33554432000 4194304 4417452 140735912869488 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26689/statm: 186036 157473 180 55 0 183922 0
[pid=26689/tid=26696] ppid=26687 vsize=744144 CPUtime=162.06 cores=1,3,5,7
/proc/26689/task/26696/stat : 26696 (plingeling) R 26687 26689 26007 0 -1 4202560 39103 1253 0 0 16200 6 0 0 25 0 5 0 654898317 762003456 157473 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=744144 CPUtime=162.05 cores=1,3,5,7
/proc/26689/task/26697/stat : 26697 (plingeling) R 26687 26689 26007 0 -1 4202560 33250 1253 0 0 16201 4 0 0 25 0 5 0 654898317 762003456 157473 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=744144 CPUtime=162.06 cores=1,3,5,7
/proc/26689/task/26698/stat : 26698 (plingeling) R 26687 26689 26007 0 -1 4202560 79326 1253 0 0 16196 10 0 0 25 0 5 0 654898317 762003456 157473 33554432000 4194304 4417452 140735912869488 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=744144 CPUtime=160.15 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (plingeling) R 26687 26689 26007 0 -1 4202560 420973 1253 0 0 15944 71 0 0 25 0 5 0 654898317 762003456 157473 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 646.57
Current children cumulated vsize (KiB) 744144


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

/proc/meminfo: memFree=20045348/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=2695096 CPUtime=3039.58 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) S 26687 26689 26007 0 -1 4202496 1610480 1253 0 0 303714 244 0 0 25 0 5 0 654898294 2759778304 645211 33554432000 4194304 4417452 140735912869488 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26689/statm: 673774 645211 180 55 0 671660 0
[pid=26689/tid=26696] ppid=26687 vsize=2695096 CPUtime=762.09 cores=1,3,5,7
/proc/26689/task/26696/stat : 26696 (plingeling) R 26687 26689 26007 0 -1 4202560 220649 1253 0 0 76180 29 0 0 25 0 5 0 654898317 2759778304 645211 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=2695096 CPUtime=762.07 cores=1,3,5,7
/proc/26689/task/26697/stat : 26697 (plingeling) R 26687 26689 26007 0 -1 4202560 188211 1253 0 0 76183 24 0 0 25 0 5 0 654898317 2759778304 645211 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=2695096 CPUtime=762.08 cores=1,3,5,7
/proc/26689/task/26698/stat : 26698 (plingeling) R 26687 26689 26007 0 -1 4202560 306290 1253 0 0 76168 40 0 0 25 0 5 0 654898317 2759778304 645211 33554432000 4194304 4417452 140735912869488 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=2695096 CPUtime=753.09 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (plingeling) R 26687 26689 26007 0 -1 4202560 886447 1253 0 0 75161 148 0 0 25 0 5 0 654898317 2759778304 645211 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3039.58
Current children cumulated vsize (KiB) 2695096

[startup+822.3 s]
/proc/loadavg: 4.07 5.01 6.54 5/369 26738
/proc/meminfo: memFree=20478088/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=2264088 CPUtime=3278.83 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) S 26687 26689 26007 0 -1 4202496 1716243 1253 0 0 327622 261 0 0 25 0 5 0 654898294 2318426112 537428 33554432000 4194304 4417452 140735912869488 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26689/statm: 566022 537428 180 55 0 563908 0
[pid=26689/tid=26696] ppid=26687 vsize=2264088 CPUtime=822.07 cores=1,3,5,7
/proc/26689/task/26696/stat : 26696 (plingeling) R 26687 26689 26007 0 -1 4202560 250874 1253 0 0 82175 32 0 0 25 0 5 0 654898317 2318426112 537428 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=2264088 CPUtime=822.07 cores=1,3,5,7
/proc/26689/task/26697/stat : 26697 (plingeling) R 26687 26689 26007 0 -1 4202560 222774 1253 0 0 82177 30 0 0 25 0 5 0 654898317 2318426112 537428 33554432000 4194304 4417452 140735912869488 18446744073709551615 4311298 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=2264088 CPUtime=822.07 cores=1,3,5,7
/proc/26689/task/26698/stat : 26698 (plingeling) R 26687 26689 26007 0 -1 4202560 336516 1253 0 0 82163 44 0 0 25 0 5 0 654898317 2318426112 537428 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=2264088 CPUtime=812.37 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (plingeling) R 26687 26689 26007 0 -1 4202560 897196 1253 0 0 81085 152 0 0 25 0 5 0 654898317 2318426112 537428 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3278.83
Current children cumulated vsize (KiB) 2264088

[startup+882.3 s]
/proc/loadavg: 4.02 4.82 6.38 5/369 26740
/proc/meminfo: memFree=20421904/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=2318508 CPUtime=3518.13 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) S 26687 26689 26007 0 -1 4202496 1913049 1253 0 0 351522 291 0 0 25 0 5 0 654898294 2374152192 551058 33554432000 4194304 4417452 140735912869488 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26689/statm: 579627 551058 180 55 0 577513 0
[pid=26689/tid=26696] ppid=26687 vsize=2318508 CPUtime=882.08 cores=1,3,5,7
/proc/26689/task/26696/stat : 26696 (plingeling) R 26687 26689 26007 0 -1 4202560 324602 1253 0 0 88163 45 0 0 25 0 5 0 654898317 2374152192 551058 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=2318508 CPUtime=882.06 cores=1,3,5,7
/proc/26689/task/26697/stat : 26697 (plingeling) R 26687 26689 26007 0 -1 4202560 300202 1253 0 0 88165 41 0 0 25 0 5 0 654898317 2374152192 551058 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=2318508 CPUtime=882.07 cores=1,3,5,7
/proc/26689/task/26698/stat : 26698 (plingeling) R 26687 26689 26007 0 -1 4202560 352900 1253 0 0 88161 46 0 0 25 0 5 0 654898317 2374152192 551058 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=2318508 CPUtime=871.66 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (plingeling) R 26687 26689 26007 0 -1 4202560 926462 1253 0 0 87010 156 0 0 25 0 5 0 654898317 2374152192 551058 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3518.13
Current children cumulated vsize (KiB) 2318508

[startup+942.3 s]
/proc/loadavg: 4.05 4.69 6.23 5/369 26742
/proc/meminfo: memFree=20190140/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=2551052 CPUtime=3757.44 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) S 26687 26689 26007 0 -1 4202496 2085873 1253 0 0 375431 313 0 0 25 0 5 0 654898294 2612277248 609194 33554432000 4194304 4417452 140735912869488 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26689/statm: 637763 609194 180 55 0 635649 0
[pid=26689/tid=26696] ppid=26687 vsize=2551052 CPUtime=942.08 cores=1,3,5,7
/proc/26689/task/26696/stat : 26696 (plingeling) R 26687 26689 26007 0 -1 4202560 381946 1253 0 0 94157 51 0 0 25 0 5 0 654898317 2612277248 609194 33554432000 4194304 4417452 140735912869488 18446744073709551615 4356493 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=2551052 CPUtime=942.07 cores=1,3,5,7
/proc/26689/task/26697/stat : 26697 (plingeling) R 26687 26689 26007 0 -1 4202560 302822 1253 0 0 94165 42 0 0 25 0 5 0 654898317 2612277248 609194 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=2551052 CPUtime=942.07 cores=1,3,5,7
/proc/26689/task/26698/stat : 26698 (plingeling) R 26687 26689 26007 0 -1 4202560 418436 1253 0 0 94153 54 0 0 25 0 5 0 654898317 2612277248 609194 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=2551052 CPUtime=930.96 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (plingeling) R 26687 26689 26007 0 -1 4202560 973786 1253 0 0 92933 163 0 0 25 0 5 0 654898317 2612277248 609194 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364972 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3757.44
Current children cumulated vsize (KiB) 2551052

[startup+1002.3 s]
/proc/loadavg: 4.02 4.56 6.09 5/369 26743
/proc/meminfo: memFree=19987020/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=2754424 CPUtime=3996.73 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) S 26687 26689 26007 0 -1 4202496 2235020 1253 0 0 399340 333 0 0 25 0 5 0 654898294 2820530176 660037 33554432000 4194304 4417452 140735912869488 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26689/statm: 688606 660037 180 55 0 686492 0
[pid=26689/tid=26696] ppid=26687 vsize=2754424 CPUtime=1002.08 cores=1,3,5,7
/proc/26689/task/26696/stat : 26696 (plingeling) R 26687 26689 26007 0 -1 4202560 455674 1253 0 0 100148 60 0 0 25 0 5 0 654898317 2820530176 660037 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=2754424 CPUtime=1002.07 cores=1,3,5,7
/proc/26689/task/26697/stat : 26697 (plingeling) R 26687 26689 26007 0 -1 4202560 338811 1253 0 0 100161 46 0 0 25 0 5 0 654898317 2820530176 660037 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=2754424 CPUtime=1002.08 cores=1,3,5,7
/proc/26689/task/26698/stat : 26698 (plingeling) R 26687 26689 26007 0 -1 4202560 426628 1253 0 0 100153 55 0 0 25 0 5 0 654898317 2820530176 660037 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=2754424 CPUtime=990.25 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (plingeling) R 26687 26689 26007 0 -1 4202560 1005024 1253 0 0 98855 170 0 0 25 0 5 0 654898317 2820530176 660037 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3996.73
Current children cumulated vsize (KiB) 2754424

[startup+1062.3 s]
/proc/loadavg: 4.04 4.47 5.96 5/369 26745
/proc/meminfo: memFree=19813656/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=2927664 CPUtime=4236.03 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) S 26687 26689 26007 0 -1 4202496 2355343 1253 0 0 423250 353 0 0 25 0 5 0 654898294 2997927936 703316 33554432000 4194304 4417452 140735912869488 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26689/statm: 731916 703316 180 55 0 729802 0
[pid=26689/tid=26696] ppid=26687 vsize=2927664 CPUtime=1062.08 cores=1,3,5,7
/proc/26689/task/26696/stat : 26696 (plingeling) R 26687 26689 26007 0 -1 4202560 526337 1253 0 0 106138 70 0 0 25 0 5 0 654898317 2997927936 703316 33554432000 4194304 4417452 140735912869488 18446744073709551615 4309915 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=2927664 CPUtime=1062.07 cores=1,3,5,7
/proc/26689/task/26697/stat : 26697 (plingeling) R 26687 26689 26007 0 -1 4202560 357899 1253 0 0 106157 50 0 0 25 0 5 0 654898317 2997927936 703316 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=2927664 CPUtime=1062.08 cores=1,3,5,7
/proc/26689/task/26698/stat : 26698 (plingeling) R 26687 26689 26007 0 -1 4202560 440816 1253 0 0 106151 57 0 0 25 0 5 0 654898317 2997927936 703316 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=2927664 CPUtime=1049.55 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (plingeling) R 26687 26689 26007 0 -1 4202560 1021408 1253 0 0 104782 173 0 0 25 0 5 0 654898317 2997927936 703316 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364576 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4236.03
Current children cumulated vsize (KiB) 2927664

[startup+1122.3 s]
/proc/loadavg: 4.05 4.39 5.84 5/369 26746
/proc/meminfo: memFree=19621688/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=3118572 CPUtime=4475.33 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) S 26687 26689 26007 0 -1 4202496 2488682 1253 0 0 447160 373 0 0 25 0 5 0 654898294 3193417728 751067 33554432000 4194304 4417452 140735912869488 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26689/statm: 779643 751067 180 55 0 777529 0
[pid=26689/tid=26696] ppid=26687 vsize=3118572 CPUtime=1122.08 cores=1,3,5,7
/proc/26689/task/26696/stat : 26696 (plingeling) R 26687 26689 26007 0 -1 4202560 567881 1253 0 0 112134 74 0 0 25 0 5 0 654898317 3193417728 751067 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=3118572 CPUtime=1122.07 cores=1,3,5,7
/proc/26689/task/26697/stat : 26697 (plingeling) R 26687 26689 26007 0 -1 4202560 434179 1253 0 0 112144 63 0 0 25 0 5 0 654898317 3193417728 751067 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=3118572 CPUtime=1122.09 cores=1,3,5,7
/proc/26689/task/26698/stat : 26698 (plingeling) R 26687 26689 26007 0 -1 4202560 444208 1253 0 0 112151 58 0 0 25 0 5 0 654898317 3193417728 751067 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=3118572 CPUtime=1108.83 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (plingeling) R 26687 26689 26007 0 -1 4202560 1033531 1253 0 0 110708 175 0 0 25 0 5 0 654898317 3193417728 751067 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4475.33
Current children cumulated vsize (KiB) 3118572

[startup+1182.3 s]
/proc/loadavg: 4.05 4.34 5.74 5/369 26748
/proc/meminfo: memFree=19528796/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=3081076 CPUtime=4714.63 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) S 26687 26689 26007 0 -1 4202496 2536427 1253 0 0 471083 380 0 0 25 0 5 0 654898294 3155021824 741693 33554432000 4194304 4417452 140735912869488 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26689/statm: 770269 741693 180 55 0 768155 0
[pid=26689/tid=26696] ppid=26687 vsize=3081076 CPUtime=1182.08 cores=1,3,5,7
/proc/26689/task/26696/stat : 26696 (plingeling) R 26687 26689 26007 0 -1 4202560 567881 1253 0 0 118134 74 0 0 25 0 5 0 654898317 3155021824 741693 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=3081076 CPUtime=1182.07 cores=1,3,5,7
/proc/26689/task/26697/stat : 26697 (plingeling) R 26687 26689 26007 0 -1 4202560 442371 1253 0 0 118143 64 0 0 25 0 5 0 654898317 3155021824 741693 33554432000 4194304 4417452 140735912869488 18446744073709551615 4254896 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=3081076 CPUtime=1182.09 cores=1,3,5,7
/proc/26689/task/26698/stat : 26698 (plingeling) R 26687 26689 26007 0 -1 4202560 483761 1253 0 0 118146 63 0 0 25 0 5 0 654898317 3155021824 741693 33554432000 4194304 4417452 140735912869488 18446744073709551615 4309907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=3081076 CPUtime=1168.13 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (plingeling) R 26687 26689 26007 0 -1 4202560 1033531 1253 0 0 116638 175 0 0 25 0 5 0 654898317 3155021824 741693 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4714.63
Current children cumulated vsize (KiB) 3081076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.8 s]
/proc/loadavg: 4.15 4.34 5.70 5/369 26749
/proc/meminfo: memFree=19344904/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=3395400 CPUtime=4800.4 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) S 26687 26689 26007 0 -1 4202496 2637928 1253 0 0 479646 394 0 0 25 0 5 0 654898294 3476889600 820274 33554432000 4194304 4417452 140735912869488 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26689/statm: 848850 820274 180 55 0 846736 0
[pid=26689/tid=26696] ppid=26687 vsize=3395400 CPUtime=1203.6 cores=1,3,5,7
/proc/26689/task/26696/stat : 26696 (plingeling) R 26687 26689 26007 0 -1 4202560 567881 1253 0 0 120286 74 0 0 25 0 5 0 654898317 3476889600 820274 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=3395400 CPUtime=1203.59 cores=1,3,5,7
/proc/26689/task/26697/stat : 26697 (plingeling) R 26687 26689 26007 0 -1 4202560 502452 1253 0 0 120287 72 0 0 25 0 5 0 654898317 3476889600 820274 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=3395400 CPUtime=1203.6 cores=1,3,5,7
/proc/26689/task/26698/stat : 26698 (plingeling) R 26687 26689 26007 0 -1 4202560 525181 1253 0 0 120290 70 0 0 25 0 5 0 654898317 3476889600 820274 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=3395400 CPUtime=1189.37 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (plingeling) R 26687 26689 26007 0 -1 4202560 1033531 1253 0 0 118762 175 0 0 25 0 5 0 654898317 3476889600 820274 33554432000 4194304 4417452 140735912869488 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 3395400

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1203.92 s]
/proc/loadavg: 4.15 4.34 5.70 5/369 26749
/proc/meminfo: memFree=19344904/32951124 swapFree=67111348/67111528
[pid=26689] ppid=26687 vsize=0 CPUtime=4800.54 cores=1,3,5,7
/proc/26689/stat : 26689 (plingeling) Z 26687 26689 26007 0 -1 4203548 2637928 1253 0 0 479650 404 0 0 18 0 2 0 654898294 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/26689/statm: 0 0 0 0 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=0 CPUtime=1189.48 cores=1,3,5,7
/proc/26689/task/26699/stat : 26699 (plingeling) R 26687 26689 26007 0 -1 4203588 1033531 1253 0 0 118763 185 0 0 25 0 2 0 654898317 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.54
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.95
CPU time (s): 4800.59
CPU user time (s): 4796.5
CPU system time (s): 4.08438
CPU usage (%): 398.735
Max. virtual memory (cumulated for all children) (KiB): 3395400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.5
system time used= 4.08438
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2639181
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= 221
involuntary context switches= 33925

runsolver used 3.9164 second user time and 10.3314 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 06:16:46
IDJOB=3370903
IDBENCH=88216
IDSOLVER=1848
FILE ID=node139/3370903-1305433005
RUNJOBID= node139-1305432074-26489
PBS_JOBID= 13324610
Free space on /tmp= 73400 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q841.5-n45-p30-s84954709.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370903-1305433005/watcher-3370903-1305433005 -o /tmp/evaluation-result-3370903-1305433005/solver-3370903-1305433005 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3370903-1305433005.cnf

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

MD5SUM BENCH= 556c58061360a1b195d9b2f28888af77
RANDOM SEED=1682246233

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:      22396504 kB
Buffers:        304756 kB
Cached:        2868324 kB
SwapCached:          0 kB
Active:        8230444 kB
Inactive:      2019748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22396504 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            4668 kB
Writeback:           0 kB
AnonPages:     7076152 kB
Mapped:          29408 kB
Slab:           202116 kB
PageTables:      38568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77111160 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= 73404 MiB
End job on node139 at 2011-05-15 06:36:51