Trace number 3370899

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.31 1203.78

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q585-n40-p30-s19690873.cnf
MD5SUMe096925b96a6999132833f44e4f216d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.3388
Satisfiable
(Un)Satisfiability was proved
Number of variables1638
Number of clauses253275
Sum of the clauses size508108
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2253235
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3370899-1305433316/watcher-3370899-1305433316 -o /tmp/evaluation-result-3370899-1305433316/solver-3370899-1305433316 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3370899-1305433316.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: 3.76 4.96 6.45 2/350 23290
/proc/meminfo: memFree=21548400/32951132 swapFree=64495980/67111528
[pid=23290] ppid=23288 vsize=9944 CPUtime=0 cores=0,2,4,6
/proc/23290/stat : 23290 (plingeling) R 23288 23290 16017 0 -1 4202496 578 1251 0 0 0 0 0 0 22 0 1 0 654931233 10182656 508 33554432000 4194304 4417452 140736450951808 18446744073709551615 210647146240 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23290/statm: 2486 508 147 55 0 372 0

[startup+0.048879 s]
/proc/loadavg: 3.76 4.96 6.45 2/350 23290
/proc/meminfo: memFree=21548400/32951132 swapFree=64495980/67111528
[pid=23290] ppid=23288 vsize=17664 CPUtime=0.04 cores=0,2,4,6
/proc/23290/stat : 23290 (plingeling) R 23288 23290 16017 0 -1 4202496 2565 1251 0 0 4 0 0 0 22 0 1 0 654931233 18087936 2439 33554432000 4194304 4417452 140736450951808 18446744073709551615 210647146240 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23290/statm: 4416 2439 148 55 0 2302 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 17664

[startup+0.100871 s]
/proc/loadavg: 3.76 4.96 6.45 2/350 23290
/proc/meminfo: memFree=21548400/32951132 swapFree=64495980/67111528
[pid=23290] ppid=23288 vsize=25856 CPUtime=0.09 cores=0,2,4,6
/proc/23290/stat : 23290 (plingeling) R 23288 23290 16017 0 -1 4202496 4613 1251 0 0 9 0 0 0 22 0 1 0 654931233 26476544 4487 33554432000 4194304 4417452 140736450951808 18446744073709551615 210646765104 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23290/statm: 6464 4487 148 55 0 4350 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25856

[startup+0.300795 s]
/proc/loadavg: 3.76 4.96 6.45 2/350 23290
/proc/meminfo: memFree=21548400/32951132 swapFree=64495980/67111528
[pid=23290] ppid=23288 vsize=85288 CPUtime=0.7 cores=0,2,4,6
/proc/23290/stat : 23290 (plingeling) S 23288 23290 16017 0 -1 4202496 9432 1251 0 0 69 1 0 0 23 0 5 0 654931233 87334912 9136 33554432000 4194304 4417452 140736450951808 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23290/statm: 21322 9136 175 55 0 19208 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 85288

[startup+0.700715 s]
/proc/loadavg: 3.76 4.96 6.45 2/350 23290
/proc/meminfo: memFree=21548400/32951132 swapFree=64495980/67111528
[pid=23290] ppid=23288 vsize=102460 CPUtime=2.29 cores=0,2,4,6
/proc/23290/stat : 23290 (plingeling) S 23288 23290 16017 0 -1 4202496 17584 1251 0 0 228 1 0 0 23 0 5 0 654931233 104919040 13028 33554432000 4194304 4417452 140736450951808 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23290/statm: 25615 13028 179 55 0 23501 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 102460

[startup+1.50056 s]
/proc/loadavg: 3.76 4.96 6.45 5/355 23300
/proc/meminfo: memFree=21495592/32951132 swapFree=64495980/67111528
[pid=23290] ppid=23288 vsize=106196 CPUtime=5.45 cores=0,2,4,6
/proc/23290/stat : 23290 (plingeling) S 23288 23290 16017 0 -1 4202496 21569 1251 0 0 543 2 0 0 23 0 5 0 654931233 108744704 14106 33554432000 4194304 4417452 140736450951808 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23290/statm: 26549 14106 179 55 0 24435 0
[pid=23290/tid=23297] ppid=23288 vsize=106196 CPUtime=1.33 cores=0,2,4,6
/proc/23290/task/23297/stat : 23297 (plingeling) R 23288 23290 16017 0 -1 4202560 2067 1251 0 0 133 0 0 0 25 0 5 0 654931250 108744704 13677 33554432000 4194304 4417452 140736450951808 18446744073709551615 4248242 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23290/tid=23298] ppid=23288 vsize=106196 CPUtime=1.31 cores=0,2,4,6
/proc/23290/task/23298/stat : 23298 (plingeling) R 23288 23290 16017 0 -1 4202560 2078 1251 0 0 131 0 0 0 25 0 5 0 654931250 108744704 13677 33554432000 4194304 4417452 140736450951808 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23290/tid=23299] ppid=23288 vsize=106196 CPUtime=1.3 cores=0,2,4,6
/proc/23290/task/23299/stat : 23299 (plingeling) R 23288 23290 16017 0 -1 4202560 2036 1251 0 0 130 0 0 0 25 0 5 0 654931250 108744704 13437 33554432000 4194304 4417452 140736450951808 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23290/tid=23300] ppid=23288 vsize=103520 CPUtime=1.33 cores=0,2,4,6
/proc/23290/task/23300/stat : 23300 (plingeling) R 23288 23290 16017 0 -1 4202560 6667 1251 0 0 132 1 0 0 25 0 5 0 654931250 106004480 13437 33554432000 4194304 4417452 140736450951808 18446744073709551615 210647204266 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 106196

[startup+3.1003 s]
/proc/loadavg: 3.76 4.96 6.45 5/355 23300
/proc/meminfo: memFree=21490288/32951132 swapFree=64495980/67111528
[pid=23290] ppid=23288 vsize=109348 CPUtime=11.23 cores=0,2,4,6
/proc/23290/stat : 23290 (plingeling) S 23288 23290 16017 0 -1 4202496 29066 1251 0 0 1089 34 0 0 23 0 5 0 654931233 111972352 15149 33554432000 4194304 4417452 140736450951808 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23290/statm: 27337 15149 179 55 0 25223 0
[pid=23290/tid=23297] ppid=23288 vsize=109348 CPUtime=2.93 cores=0,2,4,6
/proc/23290/task/23297/stat : 23297 (plingeling) R 23288 23290 16017 0 -1 4202560 2067 1251 0 0 293 0 0 0 25 0 5 0 654931250 111972352 15149 33554432000 4194304 4417452 140736450951808 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23290/tid=23298] ppid=23288 vsize=109348 CPUtime=2.9 cores=0,2,4,6
/proc/23290/task/23298/stat : 23298 (plingeling) R 23288 23290 16017 0 -1 4202560 2102 1251 0 0 290 0 0 0 25 0 5 0 654931250 111972352 15149 33554432000 4194304 4417452 140736450951808 18446744073709551615 4258389 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23290/tid=23299] ppid=23288 vsize=109348 CPUtime=2.28 cores=0,2,4,6
/proc/23290/task/23299/stat : 23299 (plingeling) R 23288 23290 16017 0 -1 4202560 2036 1251 0 0 224 4 0 0 25 0 5 0 654931250 111972352 15149 33554432000 4194304 4417452 140736450951808 18446744073709551615 4250072 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23290/tid=23300] ppid=23288 vsize=109348 CPUtime=2.93 cores=0,2,4,6
/proc/23290/task/23300/stat : 23300 (plingeling) R 23288 23290 16017 0 -1 4202560 14140 1251 0 0 265 28 0 0 25 0 5 0 654931250 111972352 15149 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.23
Current children cumulated vsize (KiB) 109348

[startup+6.30075 s]
/proc/loadavg: 3.86 4.96 6.44 5/355 23300
/proc/meminfo: memFree=21473672/32951132 swapFree=64495980/67111528
[pid=23290] ppid=23288 vsize=127192 CPUtime=23.98 cores=0,2,4,6
/proc/23290/stat : 23290 (plingeling) S 23288 23290 16017 0 -1 4202496 40213 1251 0 0 2360 38 0 0 23 0 5 0 654931233 130244608 19584 33554432000 4194304 4417452 140736450951808 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23290/statm: 31798 19584 179 55 0 29684 0
[pid=23290/tid=23297] ppid=23288 vsize=127192 CPUtime=6.13 cores=0,2,4,6
/proc/23290/task/23297/stat : 23297 (plingeling) R 23288 23290 16017 0 -1 4202560 2067 1251 0 0 613 0 0 0 25 0 5 0 654931250 130244608 19584 33554432000 4194304 4417452 140736450951808 18446744073709551615 4249181 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23290/tid=23298] ppid=23288 vsize=127192 CPUtime=6.07 cores=0,2,4,6
/proc/23290/task/23298/stat : 23298 (plingeling) R 23288 23290 16017 0 -1 4202560 2102 1251 0 0 607 0 0 0 25 0 5 0 654931250 130244608 19584 33554432000 4194304 4417452 140736450951808 18446744073709551615 4248888 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23290/tid=23299] ppid=23288 vsize=127192 CPUtime=5.47 cores=0,2,4,6
/proc/23290/task/23299/stat : 23299 (plingeling) R 23288 23290 16017 0 -1 4202560 2036 1251 0 0 541 6 0 0 25 0 5 0 654931250 130244608 19584 33554432000 4194304 4417452 140736450951808 18446744073709551615 4236722 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23290/tid=23300] ppid=23288 vsize=127192 CPUtime=6.12 cores=0,2,4,6
/proc/23290/task/23300/stat : 23300 (plingeling) R 23288 23290 16017 0 -1 4202560 25287 1251 0 0 583 29 0 0 25 0 5 0 654931250 130244608 19584 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.98
Current children cumulated vsize (KiB) 127192

[startup+12.7007 s]
/proc/loadavg: 3.87 4.94 6.43 5/354 23300
/proc/meminfo: memFree=21440372/32951132 swapFree=64495980/67111528
[pid=23290] ppid=23288 vsize=167656 CPUtime=49.49 cores=0,2,4,6
/proc/23290/stat : 23290 (plingeling) S 23288 23290 16017 0 -1 4202496 59577 1251 0 0 4905 44 0 0 23 0 5 0 654931233 171679744 29700 33554432000 4194304 4417452 140736450951808 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23290/statm: 41914 29700 179 55 0 39800 0
[pid=23290/tid=23297] ppid=23288 vsize=167656 CPUtime=12.53 cores=0,2,4,6
/proc/23290/task/23297/stat : 23297 (plingeling) R 23288 23290 16017 0 -1 4202560 2067 1251 0 0 1253 0 0 0 25 0 5 0 654931250 171679744 29700 33554432000 4194304 4417452 140736450951808 18446744073709551615 4248238 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23290/tid=23298] ppid=23288 vsize=167656 CPUtime=12.39 cores=0,2,4,6
/proc/23290/task/23298/stat : 23298 (plingeling) R 23288 23290 16017 0 -1 4202560 2102 1251 0 0 1239 0 0 0 25 0 5 0 654931250 171679744 29700 33554432000 4194304 4417452 140736450951808 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23290/tid=23299] ppid=23288 vsize=167656 CPUtime=11.85 cores=0,2,4,6
/proc/23290/task/23299/stat : 23299 (plingeling) R 23288 23290 16017 0 -1 4202560 2909 1251 0 0 1175 10 0 0 25 0 5 0 654931250 171679744 29700 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23290/tid=23300] ppid=23288 vsize=167656 CPUtime=12.52 cores=0,2,4,6
/proc/23290/task/23300/stat : 23300 (plingeling) R 23288 23290 16017 0 -1 4202560 43778 1251 0 0 1220 32 0 0 25 0 5 0 654931250 171679744 29700 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.49
Current children cumulated vsize (KiB) 167656

[startup+25.5005 s]
/proc/loadavg: 3.90 4.89 6.39 5/354 23300
/proc/meminfo: memFree=21364736/32951132 swapFree=64495980/67111528
[pid=23290] ppid=23288 vsize=232260 CPUtime=100.55 cores=0,2,4,6
/proc/23290/stat : 23290 (plingeling) S 23288 23290 16017 0 -1 4202496 89263 1251 0 0 10006 49 0 0 23 0 5 0 654931233 237834240 45851 33554432000 4194304 4417452 140736450951808 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23290/statm: 58065 45851 179 55 0 55951 0
[pid=23290/tid=23297] ppid=23288 vsize=232260 CPUtime=25.33 cores=0,2,4,6
/proc/23290/task/23297/stat : 23297 (plingeling) R 23288 23290 16017 0 -1 4202560 3217 1251 0 0 2533 0 0 0 25 0 5 0 654931250 237834240 45851 33554432000 4194304 4417452 140736450951808 18446744073709551615 4308758 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23290/tid=23298] ppid=23288 vsize=232260 CPUtime=25.05 cores=0,2,4,6
/proc/23290/task/23298/stat : 23298 (plingeling) R 23288 23290 16017 0 -1 4202560 2637 1251 0 0 2505 0 0 0 25 0 5 0 654931250 237834240 45851 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23290/tid=23299] ppid=23288 vsize=232260 CPUtime=24.65 cores=0,2,4,6
/proc/23290/task/23299/stat : 23299 (plingeling) R 23288 23290 16017 0 -1 4202560 3701 1251 0 0 2455 10 0 0 25 0 5 0 654931250 237834240 45851 33554432000 4194304 4417452 140736450951808 18446744073709551615 4354497 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23290/tid=23300] ppid=23288 vsize=232260 CPUtime=25.32 cores=0,2,4,6
/proc/23290/task/23300/stat : 23300 (plingeling) R 23288 23290 16017 0 -1 4202560 70987 1251 0 0 2496 36 0 0 25 0 5 0 654931250 237834240 45851 33554432000 4194304 4417452 140736450951808 18446744073709551615 4357168 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.55
Current children cumulated vsize (KiB) 232260

[startup+51.1012 s]
/proc/loadavg: 3.99 4.84 6.33 5/354 23301
/proc/meminfo: memFree=21296024/32951132 swapFree=64495980/67111528
[pid=23290] ppid=23288 vsize=299732 CPUtime=202.67 cores=0,2,4,6
/proc/23290/stat : 23290 (plingeling) S 23288 23290 16017 0 -1 4202496 130403 1251 0 0 20211 56 0 0 23 0 5 0 654931233 306925568 62719 33554432000 4194304 4417452 140736450951808 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23290/statm: 74933 62719 179 55 0 72819 0
[pid=23290/tid=23297] ppid=23288 vsize=299732 CPUtime=50.93 cores=0,2,4,6
/proc/23290/task/23297/stat : 23297 (plingeling) R 23288 23290 16017 0 -1 4202560 5763 1251 0 0 5093 0 0 0 25 0 5 0 654931250 306925568 62719 33554432000 4194304 4417452 140736450951808 18446744073709551615 4249181 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23290/tid=23298] ppid=23288 vsize=299732 CPUtime=50.37 cores=0,2,4,6
/proc/23290/task/23298/stat : 23298 (plingeling) R 23288 23290 16017 0 -1 4202560 6256 1251 0 0 5037 0 0 0 25 0 5 0 654931250 306925568 62719 33554432000 4194304 4417452 140736450951808 18446744073709551615 4250074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23290/tid=23299] ppid=23288 vsize=299732 CPUtime=50.24 cores=0,2,4,6
/proc/23290/task/23299/stat : 23299 (plingeling) R 23288 23290 16017 0 -1 4202560 5355 1251 0 0 5013 11 0 0 25 0 5 0 654931250 306925568 62719 33554432000 4194304 4417452 140736450951808 18446744073709551615 4336704 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23290/tid=23300] ppid=23288 vsize=299732 CPUtime=50.92 cores=0,2,4,6
/proc/23290/task/23300/stat : 23300 (plingeling) R 23288 23290 16017 0 -1 4202560 104308 1251 0 0 5051 41 0 0 25 0 5 0 654931250 306925568 62719 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.67
Current children cumulated vsize (KiB) 299732

[startup+102.314 s]
/proc/loadavg: 4.06 4.72 6.21 5/354 23303
/proc/meminfo: memFree=21139780/32951132 swapFree=64495980/67111528
[pid=23290] ppid=23288 vsize=455892 CPUtime=406.94 cores=0,2,4,6
/proc/23290/stat : 23290 (plingeling) S 23288 23290 16017 0 -1 4202496 256532 1251 0 0 40619 75 0 0 23 0 5 0 654931233 466833408 101759 33554432000 4194304 4417452 140736450951808 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23290/statm: 113973 101759 179 55 0 111859 0
[pid=23290/tid=23297] ppid=23288 vsize=455892 CPUtime=102.14 cores=0,2,4,6
/proc/23290/task/23297/stat : 23297 (plingeling) R 23288 23290 16017 0 -1 4202560 22002 1251 0 0 10212 2 0 0 25 0 5 0 654931250 466833408 101759 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23290/tid=23298] ppid=23288 vsize=455892 CPUtime=101.02 cores=0,2,4,6
/proc/23290/task/23298/stat : 23298 (plingeling) R 23288 23290 16017 0 -1 4202560 33559 1251 0 0 10098 4 0 0 25 0 5 0 654931250 466833408 101759 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23290/tid=23299] ppid=23288 vsize=455892 CPUtime=101.45 cores=0,2,4,6
/proc/23290/task/23299/stat : 23299 (plingeling) R 23288 23290 16017 0 -1 4202560 24430 1251 0 0 10130 15 0 0 25 0 5 0 654931250 466833408 101759 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23290/tid=23300] ppid=23288 vsize=455892 CPUtime=102.13 cores=0,2,4,6
/proc/23290/task/23300/stat : 23300 (plingeling) R 23288 23290 16017 0 -1 4202560 167820 1251 0 0 10162 51 0 0 25 0 5 0 654931250 466833408 101759 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 406.94
Current children cumulated vsize (KiB) 455892

[startup+162.301 s]
/proc/loadavg: 4.08 4.60 6.07 5/354 23304
/proc/meminfo: memFree=20910632/32951132 swapFree=64495980/67111528
[pid=23290] ppid=23288 vsize=683408 CPUtime=646.22 cores=0,2,4,6
/proc/23290/stat : 23290 (plingeling) S 23288 23290 16017 0 -1 4202496 369100 1251 0 0 64527 95 0 0 23 0 5 0 654931233 699809792 158639 33554432000 4194304 4417452 140736450951808 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23290/statm: 170852 158639 180 55 0 168738 0
[pid=23290/tid=23297] ppid=23288 vsize=683408 CPUtime=162.13 cores=0,2,4,6
/proc/23290/task/23297/stat : 23297 (plingeling) R 23288 23290 16017 0 -1 4202560 50752 1251 0 0 16206 7 0 0 25 0 5 0 654931250 699809792 158639 33554432000 4194304 4417452 140736450951808 18446744073709551615 4309920 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23290/tid=23298] ppid=23288 vsize=683408 CPUtime=160.36 cores=0,2,4,6
/proc/23290/task/23298/stat : 23298 (plingeling) R 23288 23290 16017 0 -1 4202560 55625 1251 0 0 16029 7 0 0 25 0 5 0 654931250 699809792 158639 33554432000 4194304 4417452 140736450951808 18446744073709551615 4366113 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23290/tid=23299] ppid=23288 vsize=683408 CPUtime=161.42 cores=0,2,4,6
/proc/23290/task/23299/stat : 23299 (plingeling) R 23288 23290 16017 0 -1 4202560 45660 1251 0 0 16124 18 0 0 25 0 5 0 654931250 699809792 158639 33554432000 4194304 4417452 140736450951808 18446744073709551615 4346372 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23290/tid=23300] ppid=23288 vsize=683408 CPUtime=162.12 cores=0,2,4,6
/proc/23290/task/23300/stat : 23300 (plingeling) R 23288 23290 16017 0 -1 4202560 208342 1251 0 0 16152 60 0 0 25 0 5 0 654931250 699809792 158639 33554432000 4194304 4417452 140736450951808 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 646.22
Current children cumulated vsize (KiB) 683408


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

[pid=23290/tid=23298] ppid=23288 vsize=1511280 CPUtime=753.76 cores=0,2,4,6
/proc/23290/task/23298/stat : 23298 (plingeling) R 23288 23290 16017 0 -1 4202560 340011 1251 0 0 75329 47 0 0 25 0 5 0 654931250 1547550720 365607 33554432000 4194304 4417452 140736450951808 18446744073709551615 4259603 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23290/tid=23299] ppid=23288 vsize=1511280 CPUtime=761.34 cores=0,2,4,6
/proc/23290/task/23299/stat : 23299 (plingeling) R 23288 23290 16017 0 -1 4202560 290412 1251 0 0 76074 60 0 0 25 0 5 0 654931250 1547550720 365607 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23290/tid=23300] ppid=23288 vsize=1511280 CPUtime=762.13 cores=0,2,4,6
/proc/23290/task/23300/stat : 23300 (plingeling) R 23288 23290 16017 0 -1 4202560 463619 1251 0 0 76103 110 0 0 25 0 5 0 654931250 1547550720 365607 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3039.56
Current children cumulated vsize (KiB) 1511280

[startup+822.3 s]
/proc/loadavg: 4.00 4.07 5.01 5/354 23322
/proc/meminfo: memFree=20356696/32951132 swapFree=64495980/67111528
[pid=23290] ppid=23288 vsize=1237868 CPUtime=3278.85 cores=0,2,4,6
/proc/23290/stat : 23290 (plingeling) S 23288 23290 16017 0 -1 4202496 1523499 1251 0 0 327604 281 0 0 23 0 5 0 654931233 1267576832 297254 33554432000 4194304 4417452 140736450951808 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23290/statm: 309467 297254 180 55 0 307353 0
[pid=23290/tid=23297] ppid=23288 vsize=1237868 CPUtime=822.14 cores=0,2,4,6
/proc/23290/task/23297/stat : 23297 (plingeling) R 23288 23290 16017 0 -1 4202560 345113 1251 0 0 82166 48 0 0 25 0 5 0 654931250 1267576832 297254 33554432000 4194304 4417452 140736450951808 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23290/tid=23298] ppid=23288 vsize=1237868 CPUtime=813.09 cores=0,2,4,6
/proc/23290/task/23298/stat : 23298 (plingeling) R 23288 23290 16017 0 -1 4202560 365050 1251 0 0 81258 51 0 0 25 0 5 0 654931250 1267576832 297254 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23290/tid=23299] ppid=23288 vsize=1237868 CPUtime=821.3 cores=0,2,4,6
/proc/23290/task/23299/stat : 23299 (plingeling) R 23288 23290 16017 0 -1 4202560 298604 1251 0 0 82068 62 0 0 25 0 5 0 654931250 1267576832 297254 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23290/tid=23300] ppid=23288 vsize=1237868 CPUtime=822.11 cores=0,2,4,6
/proc/23290/task/23300/stat : 23300 (plingeling) R 23288 23290 16017 0 -1 4202560 506011 1251 0 0 82095 116 0 0 25 0 5 0 654931250 1267576832 297254 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364972 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3278.85
Current children cumulated vsize (KiB) 1237868

[startup+882.3 s]
/proc/loadavg: 4.00 4.05 4.95 5/354 23323
/proc/meminfo: memFree=20283780/32951132 swapFree=64495980/67111528
[pid=23290] ppid=23288 vsize=1310240 CPUtime=3518.18 cores=0,2,4,6
/proc/23290/stat : 23290 (plingeling) S 23288 23290 16017 0 -1 4202496 1568962 1251 0 0 351531 287 0 0 23 0 5 0 654931233 1341685760 315347 33554432000 4194304 4417452 140736450951808 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23290/statm: 327560 315347 180 55 0 325446 0
[pid=23290/tid=23297] ppid=23288 vsize=1310240 CPUtime=882.14 cores=0,2,4,6
/proc/23290/task/23297/stat : 23297 (plingeling) R 23288 23290 16017 0 -1 4202560 363030 1251 0 0 88164 50 0 0 25 0 5 0 654931250 1341685760 315347 33554432000 4194304 4417452 140736450951808 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23290/tid=23298] ppid=23288 vsize=1310240 CPUtime=872.43 cores=0,2,4,6
/proc/23290/task/23298/stat : 23298 (plingeling) R 23288 23290 16017 0 -1 4202560 392407 1251 0 0 87188 55 0 0 25 0 5 0 654931250 1341685760 315347 33554432000 4194304 4417452 140736450951808 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23290/tid=23299] ppid=23288 vsize=1310240 CPUtime=881.3 cores=0,2,4,6
/proc/23290/task/23299/stat : 23299 (plingeling) R 23288 23290 16017 0 -1 4202560 298604 1251 0 0 88067 63 0 0 25 0 5 0 654931250 1341685760 315347 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23290/tid=23300] ppid=23288 vsize=1310240 CPUtime=882.11 cores=0,2,4,6
/proc/23290/task/23300/stat : 23300 (plingeling) R 23288 23290 16017 0 -1 4202560 506200 1251 0 0 88095 116 0 0 25 0 5 0 654931250 1341685760 315347 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3518.18
Current children cumulated vsize (KiB) 1310240

[startup+942.3 s]
/proc/loadavg: 4.00 4.04 4.88 5/354 23325
/proc/meminfo: memFree=20229088/32951132 swapFree=64495980/67111528
[pid=23290] ppid=23288 vsize=1429704 CPUtime=3757.51 cores=0,2,4,6
/proc/23290/stat : 23290 (plingeling) S 23288 23290 16017 0 -1 4202496 1646229 1251 0 0 375454 297 0 0 23 0 5 0 654931233 1464016896 345213 33554432000 4194304 4417452 140736450951808 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23290/statm: 357426 345213 180 55 0 355312 0
[pid=23290/tid=23297] ppid=23288 vsize=1429704 CPUtime=942.14 cores=0,2,4,6
/proc/23290/task/23297/stat : 23297 (plingeling) R 23288 23290 16017 0 -1 4202560 411918 1251 0 0 94158 56 0 0 25 0 5 0 654931250 1464016896 345213 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23290/tid=23298] ppid=23288 vsize=1429704 CPUtime=931.78 cores=0,2,4,6
/proc/23290/task/23298/stat : 23298 (plingeling) R 23288 23290 16017 0 -1 4202560 416983 1251 0 0 93121 57 0 0 25 0 5 0 654931250 1464016896 345213 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23290/tid=23299] ppid=23288 vsize=1429704 CPUtime=941.29 cores=0,2,4,6
/proc/23290/task/23299/stat : 23299 (plingeling) R 23288 23290 16017 0 -1 4202560 302407 1251 0 0 94065 64 0 0 25 0 5 0 654931250 1464016896 345213 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23290/tid=23300] ppid=23288 vsize=1429704 CPUtime=942.11 cores=0,2,4,6
/proc/23290/task/23300/stat : 23300 (plingeling) R 23288 23290 16017 0 -1 4202560 506200 1251 0 0 94094 117 0 0 25 0 5 0 654931250 1464016896 345213 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3757.51
Current children cumulated vsize (KiB) 1429704

[startup+1002.3 s]
/proc/loadavg: 4.05 4.05 4.83 5/354 23327
/proc/meminfo: memFree=19970052/32951132 swapFree=64495980/67111528
[pid=23290] ppid=23288 vsize=1623788 CPUtime=3996.84 cores=0,2,4,6
/proc/23290/stat : 23290 (plingeling) S 23288 23290 16017 0 -1 4202496 1711134 1251 0 0 399377 307 0 0 23 0 5 0 654931233 1662758912 393734 33554432000 4194304 4417452 140736450951808 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23290/statm: 405947 393734 180 55 0 403833 0
[pid=23290/tid=23297] ppid=23288 vsize=1623788 CPUtime=1002.14 cores=0,2,4,6
/proc/23290/task/23297/stat : 23297 (plingeling) R 23288 23290 16017 0 -1 4202560 428302 1251 0 0 100156 58 0 0 25 0 5 0 654931250 1662758912 393734 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23290/tid=23298] ppid=23288 vsize=1623788 CPUtime=991.11 cores=0,2,4,6
/proc/23290/task/23298/stat : 23298 (plingeling) R 23288 23290 16017 0 -1 4202560 423611 1251 0 0 99053 58 0 0 25 0 5 0 654931250 1662758912 393734 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23290/tid=23299] ppid=23288 vsize=1623788 CPUtime=1001.29 cores=0,2,4,6
/proc/23290/task/23299/stat : 23299 (plingeling) R 23288 23290 16017 0 -1 4202560 323350 1251 0 0 100061 68 0 0 25 0 5 0 654931250 1662758912 393734 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23290/tid=23300] ppid=23288 vsize=1623788 CPUtime=1002.11 cores=0,2,4,6
/proc/23290/task/23300/stat : 23300 (plingeling) R 23288 23290 16017 0 -1 4202560 527150 1251 0 0 100090 121 0 0 25 0 5 0 654931250 1662758912 393734 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364711 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3996.84
Current children cumulated vsize (KiB) 1623788

[startup+1062.3 s]
/proc/loadavg: 4.10 4.06 4.79 5/354 23328
/proc/meminfo: memFree=19798068/32951132 swapFree=64495980/67111528
[pid=23290] ppid=23288 vsize=1794920 CPUtime=4236.18 cores=0,2,4,6
/proc/23290/stat : 23290 (plingeling) S 23288 23290 16017 0 -1 4202496 1785779 1251 0 0 423298 320 0 0 23 0 5 0 654931233 1837998080 436517 33554432000 4194304 4417452 140736450951808 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23290/statm: 448730 436517 180 55 0 446616 0
[pid=23290/tid=23297] ppid=23288 vsize=1794920 CPUtime=1062.14 cores=0,2,4,6
/proc/23290/task/23297/stat : 23297 (plingeling) R 23288 23290 16017 0 -1 4202560 428302 1251 0 0 106156 58 0 0 25 0 5 0 654931250 1837998080 436517 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23290/tid=23298] ppid=23288 vsize=1794920 CPUtime=1050.46 cores=0,2,4,6
/proc/23290/task/23298/stat : 23298 (plingeling) R 23288 23290 16017 0 -1 4202560 472495 1251 0 0 104979 67 0 0 25 0 5 0 654931250 1837998080 436517 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23290/tid=23299] ppid=23288 vsize=1794920 CPUtime=1061.27 cores=0,2,4,6
/proc/23290/task/23299/stat : 23299 (plingeling) R 23288 23290 16017 0 -1 4202560 323350 1251 0 0 106058 69 0 0 25 0 5 0 654931250 1837998080 436517 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23290/tid=23300] ppid=23288 vsize=1794920 CPUtime=1062.11 cores=0,2,4,6
/proc/23290/task/23300/stat : 23300 (plingeling) R 23288 23290 16017 0 -1 4202560 552911 1251 0 0 106088 123 0 0 25 0 5 0 654931250 1837998080 436517 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4236.18
Current children cumulated vsize (KiB) 1794920

[startup+1122.3 s]
/proc/loadavg: 4.04 4.05 4.73 5/354 23330
/proc/meminfo: memFree=20010100/32951132 swapFree=64495980/67111528
[pid=23290] ppid=23288 vsize=1583348 CPUtime=4475.5 cores=0,2,4,6
/proc/23290/stat : 23290 (plingeling) S 23288 23290 16017 0 -1 4202496 1820363 1251 0 0 447223 327 0 0 23 0 5 0 654931233 1621348352 383624 33554432000 4194304 4417452 140736450951808 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23290/statm: 395837 383624 180 55 0 393723 0
[pid=23290/tid=23297] ppid=23288 vsize=1583348 CPUtime=1122.15 cores=0,2,4,6
/proc/23290/task/23297/stat : 23297 (plingeling) R 23288 23290 16017 0 -1 4202560 454291 1251 0 0 112153 62 0 0 25 0 5 0 654931250 1621348352 383624 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23290/tid=23298] ppid=23288 vsize=1583348 CPUtime=1109.79 cores=0,2,4,6
/proc/23290/task/23298/stat : 23298 (plingeling) R 23288 23290 16017 0 -1 4202560 472495 1251 0 0 110912 67 0 0 25 0 5 0 654931250 1621348352 383624 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23290/tid=23299] ppid=23288 vsize=1583348 CPUtime=1121.26 cores=0,2,4,6
/proc/23290/task/23299/stat : 23299 (plingeling) R 23288 23290 16017 0 -1 4202560 328107 1251 0 0 112054 72 0 0 25 0 5 0 654931250 1621348352 383624 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23290/tid=23300] ppid=23288 vsize=1583348 CPUtime=1122.11 cores=0,2,4,6
/proc/23290/task/23300/stat : 23300 (plingeling) R 23288 23290 16017 0 -1 4202560 556749 1251 0 0 112087 124 0 0 25 0 5 0 654931250 1621348352 383624 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364420 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4475.5
Current children cumulated vsize (KiB) 1583348

[startup+1182.3 s]
/proc/loadavg: 4.01 4.04 4.69 5/354 23331
/proc/meminfo: memFree=19938428/32951132 swapFree=64495980/67111528
[pid=23290] ppid=23288 vsize=1654112 CPUtime=4714.83 cores=0,2,4,6
/proc/23290/stat : 23290 (plingeling) S 23288 23290 16017 0 -1 4202496 1908373 1251 0 0 471142 341 0 0 23 0 5 0 654931233 1693810688 401315 33554432000 4194304 4417452 140736450951808 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23290/statm: 413528 401315 180 55 0 411414 0
[pid=23290/tid=23297] ppid=23288 vsize=1654112 CPUtime=1182.14 cores=0,2,4,6
/proc/23290/task/23297/stat : 23297 (plingeling) R 23288 23290 16017 0 -1 4202560 478867 1251 0 0 118150 64 0 0 25 0 5 0 654931250 1693810688 401315 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23290/tid=23298] ppid=23288 vsize=1654112 CPUtime=1169.13 cores=0,2,4,6
/proc/23290/task/23298/stat : 23298 (plingeling) R 23288 23290 16017 0 -1 4202560 520486 1251 0 0 116837 76 0 0 25 0 5 0 654931250 1693810688 401315 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23290/tid=23299] ppid=23288 vsize=1654112 CPUtime=1181.24 cores=0,2,4,6
/proc/23290/task/23299/stat : 23299 (plingeling) R 23288 23290 16017 0 -1 4202560 337499 1251 0 0 118051 73 0 0 25 0 5 0 654931250 1693810688 401315 33554432000 4194304 4417452 140736450951808 18446744073709551615 4346508 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23290/tid=23300] ppid=23288 vsize=1654112 CPUtime=1182.11 cores=0,2,4,6
/proc/23290/task/23300/stat : 23300 (plingeling) R 23288 23290 16017 0 -1 4202560 562800 1251 0 0 118087 124 0 0 25 0 5 0 654931250 1693810688 401315 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4714.83
Current children cumulated vsize (KiB) 1654112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 4.01 4.03 4.67 5/354 23332
/proc/meminfo: memFree=19874944/32951132 swapFree=64495980/67111528
[pid=23290] ppid=23288 vsize=1718132 CPUtime=4800.21 cores=0,2,4,6
/proc/23290/stat : 23290 (plingeling) S 23288 23290 16017 0 -1 4202496 1940762 1251 0 0 479674 347 0 0 23 0 5 0 654931233 1759367168 417320 33554432000 4194304 4417452 140736450951808 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23290/statm: 429533 417320 180 55 0 427419 0
[pid=23290/tid=23297] ppid=23288 vsize=1718132 CPUtime=1203.56 cores=0,2,4,6
/proc/23290/task/23297/stat : 23297 (plingeling) R 23288 23290 16017 0 -1 4202560 487059 1251 0 0 120291 65 0 0 25 0 5 0 654931250 1759367168 417320 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23290/tid=23298] ppid=23288 vsize=1718132 CPUtime=1190.29 cores=0,2,4,6
/proc/23290/task/23298/stat : 23298 (plingeling) R 23288 23290 16017 0 -1 4202560 520486 1251 0 0 118953 76 0 0 25 0 5 0 654931250 1759367168 417320 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23290/tid=23299] ppid=23288 vsize=1718132 CPUtime=1202.66 cores=0,2,4,6
/proc/23290/task/23299/stat : 23299 (plingeling) R 23288 23290 16017 0 -1 4202560 354021 1251 0 0 120188 78 0 0 25 0 5 0 654931250 1759367168 417320 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23290/tid=23300] ppid=23288 vsize=1718132 CPUtime=1203.52 cores=0,2,4,6
/proc/23290/task/23300/stat : 23300 (plingeling) R 23288 23290 16017 0 -1 4202560 570475 1251 0 0 120227 125 0 0 25 0 5 0 654931250 1759367168 417320 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1718132

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

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

[startup+1203.7 s]
/proc/loadavg: 4.01 4.03 4.67 5/354 23332
/proc/meminfo: memFree=19874944/32951132 swapFree=64495980/67111528
[pid=23290] ppid=23288 vsize=1718132 CPUtime=4800.21 cores=0,2,4,6
/proc/23290/stat : 23290 (plingeling) S 23288 23290 16017 0 -1 4202496 1940762 1251 0 0 479674 347 0 0 23 0 5 0 654931233 1759367168 417320 33554432000 4194304 4417452 140736450951808 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23290/statm: 429533 417320 180 55 0 427419 0
[pid=23290/tid=23297] ppid=23288 vsize=1718132 CPUtime=1203.56 cores=0,2,4,6
/proc/23290/task/23297/stat : 23297 (plingeling) R 23288 23290 16017 0 -1 4202560 487059 1251 0 0 120291 65 0 0 25 0 5 0 654931250 1759367168 417320 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23290/tid=23298] ppid=23288 vsize=1718132 CPUtime=1190.29 cores=0,2,4,6
/proc/23290/task/23298/stat : 23298 (plingeling) R 23288 23290 16017 0 -1 4202560 520486 1251 0 0 118953 76 0 0 25 0 5 0 654931250 1759367168 417320 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23290/tid=23299] ppid=23288 vsize=1718132 CPUtime=1202.66 cores=0,2,4,6
/proc/23290/task/23299/stat : 23299 (plingeling) R 23288 23290 16017 0 -1 4202560 354021 1251 0 0 120188 78 0 0 25 0 5 0 654931250 1759367168 417320 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23290/tid=23300] ppid=23288 vsize=1718132 CPUtime=1203.52 cores=0,2,4,6
/proc/23290/task/23300/stat : 23300 (plingeling) R 23288 23290 16017 0 -1 4202560 570475 1251 0 0 120227 125 0 0 25 0 5 0 654931250 1759367168 417320 33554432000 4194304 4417452 140736450951808 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1718132

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.78
CPU time (s): 4800.31
CPU user time (s): 4796.77
CPU system time (s): 3.53446
CPU usage (%): 398.771
Max. virtual memory (cumulated for all children) (KiB): 1843040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.77
system time used= 3.53446
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1942013
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= 51
involuntary context switches= 20478

runsolver used 4.36434 second user time and 8.91364 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 06:21:56
IDJOB=3370899
IDBENCH=88229
IDSOLVER=1848
FILE ID=node129/3370899-1305433316
RUNJOBID= node129-1305433316-23280
PBS_JOBID= 13324597
Free space on /tmp= 73412 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q585-n40-p30-s19690873.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370899-1305433316/watcher-3370899-1305433316 -o /tmp/evaluation-result-3370899-1305433316/solver-3370899-1305433316 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3370899-1305433316.cnf

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

MD5SUM BENCH= e096925b96a6999132833f44e4f216d7
RANDOM SEED=1561503525

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      21548572 kB
Buffers:        251772 kB
Cached:        5979676 kB
SwapCached:      52668 kB
Active:        2914280 kB
Inactive:      8265464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21548572 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:            3524 kB
Writeback:           0 kB
AnonPages:     4904120 kB
Mapped:          16696 kB
Slab:           120580 kB
PageTables:      37404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 79733904 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73412 MiB
End job on node129 at 2011-05-15 06:42:02