Trace number 3372869

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)UNSAT 18349.7 2310.77

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark935.02
Satisfiable
(Un)Satisfiability was proved
Number of variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

Solver Data

18349.59/2310.72	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3372869-1305442908/watcher-3372869-1305442908 -o /tmp/evaluation-result-3372869-1305442908/solver-3372869-1305442908 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372869-1305442908.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.67 0.92 3.82 1/357 25371
/proc/meminfo: memFree=22549032/32950928 swapFree=65730864/67111528
[pid=25371] ppid=25369 vsize=13780 CPUtime=0 cores=0-7
/proc/25371/stat : 25371 (plingeling) R 25369 25371 25304 0 -1 4202496 1516 1260 0 0 0 0 0 0 21 0 1 0 734522045 14110720 1446 33554432000 4194304 4417452 140733840021728 18446744073709551615 260905393920 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/25371/statm: 3445 1446 148 55 0 1331 0

[startup+0.0170989 s]
/proc/loadavg: 0.67 0.92 3.82 1/357 25371
/proc/meminfo: memFree=22549032/32950928 swapFree=65730864/67111528
[pid=25371] ppid=25369 vsize=15632 CPUtime=0.01 cores=0-7
/proc/25371/stat : 25371 (plingeling) R 25369 25371 25304 0 -1 4202496 2001 1260 0 0 1 0 0 0 21 0 1 0 734522045 16007168 1931 33554432000 4194304 4417452 140733840021728 18446744073709551615 4259183 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/25371/statm: 3908 1931 148 55 0 1794 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15632

[startup+0.101076 s]
/proc/loadavg: 0.67 0.92 3.82 1/357 25371
/proc/meminfo: memFree=22549032/32950928 swapFree=65730864/67111528
[pid=25371] ppid=25369 vsize=28464 CPUtime=0.09 cores=0-7
/proc/25371/stat : 25371 (plingeling) R 25369 25371 25304 0 -1 4202496 5210 1260 0 0 9 0 0 0 21 0 1 0 734522045 29147136 5140 33554432000 4194304 4417452 140733840021728 18446744073709551615 4231638 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/25371/statm: 7116 5140 149 55 0 5002 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28464

[startup+0.301039 s]
/proc/loadavg: 0.67 0.92 3.82 1/357 25371
/proc/meminfo: memFree=22549032/32950928 swapFree=65730864/67111528
[pid=25371] ppid=25369 vsize=49484 CPUtime=0.29 cores=0-7
/proc/25371/stat : 25371 (plingeling) R 25369 25371 25304 0 -1 4202496 10355 1260 0 0 28 1 0 0 22 0 1 0 734522045 50671616 10285 33554432000 4194304 4417452 140733840021728 18446744073709551615 260905088093 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/25371/statm: 12371 10307 149 55 0 10257 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49484

[startup+0.700966 s]
/proc/loadavg: 0.67 0.92 3.82 1/357 25371
/proc/meminfo: memFree=22549032/32950928 swapFree=65730864/67111528
[pid=25371] ppid=25369 vsize=114276 CPUtime=0.69 cores=0-7
/proc/25371/stat : 25371 (plingeling) R 25369 25371 25304 0 -1 4202496 26663 1260 0 0 66 3 0 0 24 0 1 0 734522045 117018624 26593 33554432000 4194304 4417452 140733840021728 18446744073709551615 4231537 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/25371/statm: 28569 26593 149 55 0 26455 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114276

[startup+1.5009 s]
/proc/loadavg: 0.86 0.96 3.82 2/358 25377
/proc/meminfo: memFree=22409648/32950928 swapFree=65730864/67111528
[pid=25371] ppid=25369 vsize=215088 CPUtime=1.48 cores=0-7
/proc/25371/stat : 25371 (plingeling) R 25369 25371 25304 0 -1 4202496 51888 1260 0 0 142 6 0 0 25 0 1 0 734522045 220250112 51796 33554432000 4194304 4417452 140733840021728 18446744073709551615 4320665 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/25371/statm: 53772 51796 149 55 0 51658 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 215088

[startup+3.10053 s]
/proc/loadavg: 0.86 0.96 3.82 2/358 25377
/proc/meminfo: memFree=22276100/32950928 swapFree=65730864/67111528
[pid=25371] ppid=25369 vsize=416416 CPUtime=3.09 cores=0-7
/proc/25371/stat : 25371 (plingeling) R 25369 25371 25304 0 -1 4202496 102260 1260 0 0 297 12 0 0 25 0 1 0 734522045 426409984 102128 33554432000 4194304 4417452 140733840021728 18446744073709551615 260905393920 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/25371/statm: 104104 102128 149 55 0 101990 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 416416

[startup+6.30094 s]
/proc/loadavg: 0.86 0.96 3.82 2/358 25377
/proc/meminfo: memFree=21889484/32950928 swapFree=65730864/67111528
[pid=25371] ppid=25369 vsize=819120 CPUtime=6.28 cores=0-7
/proc/25371/stat : 25371 (plingeling) R 25369 25371 25304 0 -1 4202496 202936 1260 0 0 605 23 0 0 25 0 1 0 734522045 838778880 202804 33554432000 4194304 4417452 140733840021728 18446744073709551615 260905393920 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/25371/statm: 204780 202804 149 55 0 202666 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 819120

[startup+12.7009 s]
/proc/loadavg: 0.88 0.96 3.79 2/358 25377
/proc/meminfo: memFree=20937256/32950928 swapFree=65730864/67111528
[pid=25371] ppid=25369 vsize=1623360 CPUtime=12.68 cores=0-7
/proc/25371/stat : 25371 (plingeling) R 25369 25371 25304 0 -1 4202496 404219 1260 0 0 1225 43 0 0 25 0 1 0 734522045 1662320640 403864 33554432000 4194304 4417452 140733840021728 18446744073709551615 4231423 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/25371/statm: 405840 403864 149 55 0 403726 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1623360

[startup+25.5004 s]
/proc/loadavg: 1.97 1.19 3.83 9/366 25385
/proc/meminfo: memFree=20376496/32950928 swapFree=65730864/67111528
[pid=25371] ppid=25369 vsize=2238688 CPUtime=99.84 cores=0-7
/proc/25371/stat : 25371 (plingeling) S 25369 25371 25304 0 -1 4202496 800553 1260 0 0 9860 124 0 0 18 0 9 0 734522045 2292416512 511687 33554432000 4194304 4417452 140733840021728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25371/statm: 559672 511687 178 55 0 557558 0
[pid=25371/tid=25378] ppid=25369 vsize=2238688 CPUtime=10.61 cores=0-7
/proc/25371/task/25378/stat : 25378 (plingeling) R 25369 25371 25304 0 -1 4202560 47181 1260 0 0 1050 11 0 0 25 0 9 0 734523528 2292416512 511687 33554432000 4194304 4417452 140733840021728 18446744073709551615 4255662 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25371/tid=25379] ppid=25369 vsize=2238688 CPUtime=10.65 cores=0-7
/proc/25371/task/25379/stat : 25379 (plingeling) R 25369 25371 25304 0 -1 4202560 43987 1260 0 0 1058 7 0 0 25 0 9 0 734523528 2292416512 511687 33554432000 4194304 4417452 140733840021728 18446744073709551615 4265814 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25371/tid=25380] ppid=25369 vsize=2238688 CPUtime=10.53 cores=0-7
/proc/25371/task/25380/stat : 25380 (plingeling) R 25369 25371 25304 0 -1 4202560 75891 1260 0 0 1036 17 0 0 25 0 9 0 734523528 2292416512 511687 33554432000 4194304 4417452 140733840021728 18446744073709551615 4320251 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25371/tid=25381] ppid=25369 vsize=2238688 CPUtime=10.65 cores=0-7
/proc/25371/task/25381/stat : 25381 (plingeling) R 25369 25371 25304 0 -1 4202560 9744 1260 0 0 1064 1 0 0 25 0 9 0 734523528 2292416512 511687 33554432000 4194304 4417452 140733840021728 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25371/tid=25382] ppid=25369 vsize=2238688 CPUtime=10.58 cores=0-7
/proc/25371/task/25382/stat : 25382 (plingeling) R 25369 25371 25304 0 -1 4202560 46216 1260 0 0 1050 8 0 0 25 0 9 0 734523528 2292416512 511687 33554432000 4194304 4417452 140733840021728 18446744073709551615 4275536 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25371/tid=25383] ppid=25369 vsize=2238688 CPUtime=10.65 cores=0-7
/proc/25371/task/25383/stat : 25383 (plingeling) R 25369 25371 25304 0 -1 4202560 43115 1260 0 0 1056 9 0 0 25 0 9 0 734523528 2292416512 511687 33554432000 4194304 4417452 140733840021728 18446744073709551615 4274913 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25371/tid=25384] ppid=25369 vsize=2238688 CPUtime=10.6 cores=0-7
/proc/25371/task/25384/stat : 25384 (plingeling) R 25369 25371 25304 0 -1 4202560 84715 1260 0 0 1045 15 0 0 25 0 9 0 734523529 2292416512 511687 33554432000 4194304 4417452 140733840021728 18446744073709551615 4260519 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25371/tid=25385] ppid=25369 vsize=2238688 CPUtime=10.65 cores=0-7
/proc/25371/task/25385/stat : 25385 (plingeling) R 25369 25371 25304 0 -1 4202560 45467 1260 0 0 1059 6 0 0 25 0 9 0 734523529 2292416512 511687 33554432000 4194304 4417452 140733840021728 18446744073709551615 4270875 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 99.84
Current children cumulated vsize (KiB) 2238688

[startup+51.1007 s]
/proc/loadavg: 4.18 1.77 3.95 9/366 25386
/proc/meminfo: memFree=20654216/32950928 swapFree=65730864/67111528
[pid=25371] ppid=25369 vsize=2116984 CPUtime=304.28 cores=0-7
/proc/25371/stat : 25371 (plingeling) S 25369 25371 25304 0 -1 4202496 1047711 1260 0 0 30258 170 0 0 18 0 9 0 734522045 2167791616 475010 33554432000 4194304 4417452 140733840021728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25371/statm: 529246 475010 180 55 0 527132 0
[pid=25371/tid=25378] ppid=25369 vsize=2116984 CPUtime=36.17 cores=0-7
/proc/25371/task/25378/stat : 25378 (plingeling) R 25369 25371 25304 0 -1 4202560 89989 1260 0 0 3595 22 0 0 25 0 9 0 734523528 2167791616 475010 33554432000 4194304 4417452 140733840021728 18446744073709551615 4365150 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25371/tid=25379] ppid=25369 vsize=2116984 CPUtime=36.25 cores=0-7
/proc/25371/task/25379/stat : 25379 (plingeling) R 25369 25371 25304 0 -1 4202560 101191 1260 0 0 3611 14 0 0 25 0 9 0 734523528 2167791616 475010 33554432000 4194304 4417452 140733840021728 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25371/tid=25380] ppid=25369 vsize=2116984 CPUtime=35.83 cores=0-7
/proc/25371/task/25380/stat : 25380 (plingeling) R 25369 25371 25304 0 -1 4202560 83081 1260 0 0 3563 20 0 0 25 0 9 0 734523528 2167791616 475010 33554432000 4194304 4417452 140733840021728 18446744073709551615 4264976 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25371/tid=25381] ppid=25369 vsize=2116984 CPUtime=36.25 cores=0-7
/proc/25371/task/25381/stat : 25381 (plingeling) R 25369 25371 25304 0 -1 4202560 9744 1260 0 0 3624 1 0 0 25 0 9 0 734523528 2167791616 475010 33554432000 4194304 4417452 140733840021728 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25371/tid=25382] ppid=25369 vsize=2116984 CPUtime=36.17 cores=0-7
/proc/25371/task/25382/stat : 25382 (plingeling) R 25369 25371 25304 0 -1 4202560 91933 1260 0 0 3599 18 0 0 25 0 9 0 734523528 2167791616 475010 33554432000 4194304 4417452 140733840021728 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25371/tid=25383] ppid=25369 vsize=2116984 CPUtime=36.24 cores=0-7
/proc/25371/task/25383/stat : 25383 (plingeling) R 25369 25371 25304 0 -1 4202560 83080 1260 0 0 3608 16 0 0 25 0 9 0 734523528 2167791616 475010 33554432000 4194304 4417452 140733840021728 18446744073709551615 4236623 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25371/tid=25384] ppid=25369 vsize=2116984 CPUtime=36.21 cores=0-7
/proc/25371/task/25384/stat : 25384 (plingeling) R 25369 25371 25304 0 -1 4202560 93449 1260 0 0 3603 18 0 0 25 0 9 0 734523529 2167791616 475010 33554432000 4194304 4417452 140733840021728 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25371/tid=25385] ppid=25369 vsize=2116984 CPUtime=36.26 cores=0-7
/proc/25371/task/25385/stat : 25385 (plingeling) R 25369 25371 25304 0 -1 4202560 91007 1260 0 0 3613 13 0 0 25 0 9 0 734523529 2167791616 475010 33554432000 4194304 4417452 140733840021728 18446744073709551615 4264900 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 304.28
Current children cumulated vsize (KiB) 2116984

[startup+102.314 s]
/proc/loadavg: 6.55 2.83 4.19 9/366 25387
/proc/meminfo: memFree=20609580/32950928 swapFree=65730864/67111528
[pid=25371] ppid=25369 vsize=2194640 CPUtime=713.38 cores=0-7
/proc/25371/stat : 25371 (plingeling) S 25369 25371 25304 0 -1 4202496 1133404 1260 0 0 71155 183 0 0 18 0 9 0 734522045 2247311360 494338 33554432000 4194304 4417452 140733840021728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25371/statm: 548660 494338 180 55 0 546546 0
[pid=25371/tid=25378] ppid=25369 vsize=2194640 CPUtime=87.39 cores=0-7
/proc/25371/task/25378/stat : 25378 (plingeling) R 25369 25371 25304 0 -1 4202560 89989 1260 0 0 8716 23 0 0 25 0 9 0 734523528 2247311360 494338 33554432000 4194304 4417452 140733840021728 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25371/tid=25379] ppid=25369 vsize=2194640 CPUtime=87.47 cores=0-7
/proc/25371/task/25379/stat : 25379 (plingeling) R 25369 25371 25304 0 -1 4202560 110984 1260 0 0 8731 16 0 0 25 0 9 0 734523528 2247311360 494338 33554432000 4194304 4417452 140733840021728 18446744073709551615 4261379 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25371/tid=25380] ppid=25369 vsize=2194640 CPUtime=86.43 cores=0-7
/proc/25371/task/25380/stat : 25380 (plingeling) R 25369 25371 25304 0 -1 4202560 155875 1260 0 0 8613 30 0 0 25 0 9 0 734523528 2247311360 494338 33554432000 4194304 4417452 140733840021728 18446744073709551615 4236675 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25371/tid=25381] ppid=25369 vsize=2194640 CPUtime=87.47 cores=0-7
/proc/25371/task/25381/stat : 25381 (plingeling) R 25369 25371 25304 0 -1 4202560 9744 1260 0 0 8746 1 0 0 25 0 9 0 734523528 2247311360 494338 33554432000 4194304 4417452 140733840021728 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25371/tid=25382] ppid=25369 vsize=2194640 CPUtime=87.39 cores=0-7
/proc/25371/task/25382/stat : 25382 (plingeling) R 25369 25371 25304 0 -1 4202560 91933 1260 0 0 8721 18 0 0 25 0 9 0 734523528 2247311360 494338 33554432000 4194304 4417452 140733840021728 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25371/tid=25383] ppid=25369 vsize=2194640 CPUtime=87.45 cores=0-7
/proc/25371/task/25383/stat : 25383 (plingeling) R 25369 25371 25304 0 -1 4202560 83080 1260 0 0 8729 16 0 0 25 0 9 0 734523528 2247311360 494338 33554432000 4194304 4417452 140733840021728 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25371/tid=25384] ppid=25369 vsize=2194640 CPUtime=87.41 cores=0-7
/proc/25371/task/25384/stat : 25384 (plingeling) R 25369 25371 25304 0 -1 4202560 96235 1260 0 0 8723 18 0 0 25 0 9 0 734523529 2247311360 494338 33554432000 4194304 4417452 140733840021728 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25371/tid=25385] ppid=25369 vsize=2194640 CPUtime=87.47 cores=0-7
/proc/25371/task/25385/stat : 25385 (plingeling) R 25369 25371 25304 0 -1 4202560 91327 1260 0 0 8734 13 0 0 25 0 9 0 734523529 2247311360 494338 33554432000 4194304 4417452 140733840021728 18446744073709551615 4236634 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 713.38
Current children cumulated vsize (KiB) 2194640

[startup+162.3 s]
/proc/loadavg: 7.58 3.80 4.43 9/366 25389
/proc/meminfo: memFree=20551932/32950928 swapFree=65730864/67111528
[pid=25371] ppid=25369 vsize=2216788 CPUtime=1192.56 cores=0-7
/proc/25371/stat : 25371 (plingeling) S 25369 25371 25304 0 -1 4202496 1376016 1260 0 0 119039 217 0 0 18 0 9 0 734522045 2269990912 499875 33554432000 4194304 4417452 140733840021728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25371/statm: 554197 499875 180 55 0 552083 0
[pid=25371/tid=25378] ppid=25369 vsize=2216788 CPUtime=147.37 cores=0-7
/proc/25371/task/25378/stat : 25378 (plingeling) R 25369 25371 25304 0 -1 4202560 131274 1260 0 0 14708 29 0 0 25 0 9 0 734523528 2269990912 499875 33554432000 4194304 4417452 140733840021728 18446744073709551615 4275944 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25371/tid=25379] ppid=25369 vsize=2216788 CPUtime=147.45 cores=0-7
/proc/25371/task/25379/stat : 25379 (plingeling) R 25369 25371 25304 0 -1 4202560 143754 1260 0 0 14726 19 0 0 25 0 9 0 734523528 2269990912 499875 33554432000 4194304 4417452 140733840021728 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25371/tid=25380] ppid=25369 vsize=2216788 CPUtime=145.72 cores=0-7
/proc/25371/task/25380/stat : 25380 (plingeling) R 25369 25371 25304 0 -1 4202560 164068 1260 0 0 14541 31 0 0 25 0 9 0 734523528 2269990912 499875 33554432000 4194304 4417452 140733840021728 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25371/tid=25381] ppid=25369 vsize=2216788 CPUtime=147.45 cores=0-7
/proc/25371/task/25381/stat : 25381 (plingeling) R 25369 25371 25304 0 -1 4202560 9744 1260 0 0 14744 1 0 0 25 0 9 0 734523528 2269990912 499875 33554432000 4194304 4417452 140733840021728 18446744073709551615 4232664 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25371/tid=25382] ppid=25369 vsize=2216788 CPUtime=147.38 cores=0-7
/proc/25371/task/25382/stat : 25382 (plingeling) R 25369 25371 25304 0 -1 4202560 133154 1260 0 0 14714 24 0 0 25 0 9 0 734523528 2269990912 499875 33554432000 4194304 4417452 140733840021728 18446744073709551615 4236956 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25371/tid=25383] ppid=25369 vsize=2216788 CPUtime=147.43 cores=0-7
/proc/25371/task/25383/stat : 25383 (plingeling) R 25369 25371 25304 0 -1 4202560 124301 1260 0 0 14720 23 0 0 25 0 9 0 734523528 2269990912 499875 33554432000 4194304 4417452 140733840021728 18446744073709551615 4254855 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25371/tid=25384] ppid=25369 vsize=2216788 CPUtime=147.4 cores=0-7
/proc/25371/task/25384/stat : 25384 (plingeling) R 25369 25371 25304 0 -1 4202560 133194 1260 0 0 14717 23 0 0 25 0 9 0 734523529 2269990912 499875 33554432000 4194304 4417452 140733840021728 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25371/tid=25385] ppid=25369 vsize=2216788 CPUtime=147.45 cores=0-7
/proc/25371/task/25385/stat : 25385 (plingeling) R 25369 25371 25304 0 -1 4202560 132290 1260 0 0 14727 18 0 0 25 0 9 0 734523529 2269990912 499875 33554432000 4194304 4417452 140733840021728 18446744073709551615 4232584 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1192.56
Current children cumulated vsize (KiB) 2216788


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


[startup+2278.3 s]
/proc/loadavg: 8.24 8.11 7.67 9/366 25448
/proc/meminfo: memFree=19924136/32950928 swapFree=65730864/67111528
[pid=25371] ppid=25369 vsize=2842736 CPUtime=18094.6 cores=0-7
/proc/25371/stat : 25371 (plingeling) S 25369 25371 25304 0 -1 4202496 3887887 1260 0 0 1808798 661 0 0 18 0 9 0 734522045 2910961664 656312 33554432000 4194304 4417452 140733840021728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25371/statm: 710684 656312 180 55 0 708570 0
[pid=25371/tid=25378] ppid=25369 vsize=2842736 CPUtime=2263.26 cores=0-7
/proc/25371/task/25378/stat : 25378 (plingeling) R 25369 25371 25304 0 -1 4202560 363164 1260 0 0 226253 73 0 0 25 0 9 0 734523528 2910961664 656312 33554432000 4194304 4417452 140733840021728 18446744073709551615 4232623 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25371/tid=25379] ppid=25369 vsize=2842736 CPUtime=2263.4 cores=0-7
/proc/25371/task/25379/stat : 25379 (plingeling) R 25369 25371 25304 0 -1 4202560 458639 1260 0 0 226270 70 0 0 25 0 9 0 734523528 2910961664 656312 33554432000 4194304 4417452 140733840021728 18446744073709551615 4254342 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25371/tid=25380] ppid=25369 vsize=2842736 CPUtime=2250.76 cores=0-7
/proc/25371/task/25380/stat : 25380 (plingeling) R 25369 25371 25304 0 -1 4202560 458003 1260 0 0 224997 79 0 0 25 0 9 0 734523528 2910961664 656312 33554432000 4194304 4417452 140733840021728 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25371/tid=25381] ppid=25369 vsize=2842736 CPUtime=2263.52 cores=0-7
/proc/25371/task/25381/stat : 25381 (plingeling) R 25369 25371 25304 0 -1 4202560 641523 1260 0 0 226219 133 0 0 25 0 9 0 734523528 2910961664 656312 33554432000 4194304 4417452 140733840021728 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25371/tid=25382] ppid=25369 vsize=2842736 CPUtime=2249.41 cores=0-7
/proc/25371/task/25382/stat : 25382 (plingeling) R 25369 25371 25304 0 -1 4202560 401483 1260 0 0 224873 68 0 0 25 0 9 0 734523528 2910961664 656312 33554432000 4194304 4417452 140733840021728 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25371/tid=25383] ppid=25369 vsize=2842736 CPUtime=2262.42 cores=0-7
/proc/25371/task/25383/stat : 25383 (plingeling) R 25369 25371 25304 0 -1 4202560 379141 1260 0 0 226176 66 0 0 25 0 9 0 734523528 2910961664 656312 33554432000 4194304 4417452 140733840021728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25371/tid=25384] ppid=25369 vsize=2842736 CPUtime=2263.44 cores=0-7
/proc/25371/task/25384/stat : 25384 (plingeling) R 25369 25371 25304 0 -1 4202560 382465 1260 0 0 226277 67 0 0 25 0 9 0 734523529 2910961664 656312 33554432000 4194304 4417452 140733840021728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25371/tid=25385] ppid=25369 vsize=2842736 CPUtime=2263.5 cores=0-7
/proc/25371/task/25385/stat : 25385 (plingeling) R 25369 25371 25304 0 -1 4202560 399232 1260 0 0 226292 58 0 0 25 0 9 0 734523529 2910961664 656312 33554432000 4194304 4417452 140733840021728 18446744073709551615 4320867 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18094.6
Current children cumulated vsize (KiB) 2842736

[startup+2291.1 s]
/proc/loadavg: 8.28 8.12 7.68 9/366 25449
/proc/meminfo: memFree=19968032/32950928 swapFree=65730864/67111528
[pid=25371] ppid=25369 vsize=2799492 CPUtime=18196.8 cores=0-7
/proc/25371/stat : 25371 (plingeling) S 25369 25371 25304 0 -1 4202496 3893514 1260 0 0 1819022 663 0 0 18 0 9 0 734522045 2866679808 645501 33554432000 4194304 4417452 140733840021728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25371/statm: 699873 645501 180 55 0 697759 0
[pid=25371/tid=25378] ppid=25369 vsize=2799492 CPUtime=2276.06 cores=0-7
/proc/25371/task/25378/stat : 25378 (plingeling) R 25369 25371 25304 0 -1 4202560 363164 1260 0 0 227533 73 0 0 25 0 9 0 734523528 2866679808 645501 33554432000 4194304 4417452 140733840021728 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25371/tid=25379] ppid=25369 vsize=2799492 CPUtime=2276.2 cores=0-7
/proc/25371/task/25379/stat : 25379 (plingeling) R 25369 25371 25304 0 -1 4202560 462164 1260 0 0 227549 71 0 0 25 0 9 0 734523528 2866679808 645501 33554432000 4194304 4417452 140733840021728 18446744073709551615 4236953 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25371/tid=25380] ppid=25369 vsize=2799492 CPUtime=2263.56 cores=0-7
/proc/25371/task/25380/stat : 25380 (plingeling) R 25369 25371 25304 0 -1 4202560 458003 1260 0 0 226277 79 0 0 25 0 9 0 734523528 2866679808 645501 33554432000 4194304 4417452 140733840021728 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25371/tid=25381] ppid=25369 vsize=2799492 CPUtime=2276.31 cores=0-7
/proc/25371/task/25381/stat : 25381 (plingeling) R 25369 25371 25304 0 -1 4202560 643522 1260 0 0 227498 133 0 0 25 0 9 0 734523528 2866679808 645501 33554432000 4194304 4417452 140733840021728 18446744073709551615 4364780 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25371/tid=25382] ppid=25369 vsize=2799492 CPUtime=2262.06 cores=0-7
/proc/25371/task/25382/stat : 25382 (plingeling) R 25369 25371 25304 0 -1 4202560 401483 1260 0 0 226138 68 0 0 25 0 9 0 734523528 2866679808 645501 33554432000 4194304 4417452 140733840021728 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25371/tid=25383] ppid=25369 vsize=2799492 CPUtime=2275.22 cores=0-7
/proc/25371/task/25383/stat : 25383 (plingeling) R 25369 25371 25304 0 -1 4202560 379244 1260 0 0 227456 66 0 0 25 0 9 0 734523528 2866679808 645501 33554432000 4194304 4417452 140733840021728 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25371/tid=25384] ppid=25369 vsize=2799492 CPUtime=2276.24 cores=0-7
/proc/25371/task/25384/stat : 25384 (plingeling) R 25369 25371 25304 0 -1 4202560 382465 1260 0 0 227557 67 0 0 25 0 9 0 734523529 2866679808 645501 33554432000 4194304 4417452 140733840021728 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25371/tid=25385] ppid=25369 vsize=2799492 CPUtime=2276.3 cores=0-7
/proc/25371/task/25385/stat : 25385 (plingeling) R 25369 25371 25304 0 -1 4202560 399232 1260 0 0 227572 58 0 0 25 0 9 0 734523529 2866679808 645501 33554432000 4194304 4417452 140733840021728 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18196.9
Current children cumulated vsize (KiB) 2799492

[startup+2303.9 s]
/proc/loadavg: 8.22 8.11 7.69 9/366 25449
/proc/meminfo: memFree=19946584/32950928 swapFree=65730864/67111528
[pid=25371] ppid=25369 vsize=2820868 CPUtime=18299.1 cores=0-7
/proc/25371/stat : 25371 (plingeling) S 25369 25371 25304 0 -1 4202496 3915356 1260 0 0 1829244 665 0 0 18 0 9 0 734522045 2888568832 650845 33554432000 4194304 4417452 140733840021728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25371/statm: 705217 650845 180 55 0 703103 0
[pid=25371/tid=25378] ppid=25369 vsize=2820868 CPUtime=2288.86 cores=0-7
/proc/25371/task/25378/stat : 25378 (plingeling) R 25369 25371 25304 0 -1 4202560 363164 1260 0 0 228813 73 0 0 25 0 9 0 734523528 2888568832 650845 33554432000 4194304 4417452 140733840021728 18446744073709551615 4264980 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25371/tid=25379] ppid=25369 vsize=2820868 CPUtime=2289 cores=0-7
/proc/25371/task/25379/stat : 25379 (plingeling) R 25369 25371 25304 0 -1 4202560 462164 1260 0 0 228829 71 0 0 25 0 9 0 734523528 2888568832 650845 33554432000 4194304 4417452 140733840021728 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25371/tid=25380] ppid=25369 vsize=2820868 CPUtime=2276.36 cores=0-7
/proc/25371/task/25380/stat : 25380 (plingeling) R 25369 25371 25304 0 -1 4202560 458003 1260 0 0 227557 79 0 0 25 0 9 0 734523528 2888568832 650845 33554432000 4194304 4417452 140733840021728 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25371/tid=25381] ppid=25369 vsize=2820868 CPUtime=2289.12 cores=0-7
/proc/25371/task/25381/stat : 25381 (plingeling) R 25369 25371 25304 0 -1 4202560 648895 1260 0 0 228778 134 0 0 25 0 9 0 734523528 2888568832 650845 33554432000 4194304 4417452 140733840021728 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25371/tid=25382] ppid=25369 vsize=2820868 CPUtime=2274.71 cores=0-7
/proc/25371/task/25382/stat : 25382 (plingeling) R 25369 25371 25304 0 -1 4202560 417869 1260 0 0 227401 70 0 0 25 0 9 0 734523528 2888568832 650845 33554432000 4194304 4417452 140733840021728 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25371/tid=25383] ppid=25369 vsize=2820868 CPUtime=2288.01 cores=0-7
/proc/25371/task/25383/stat : 25383 (plingeling) R 25369 25371 25304 0 -1 4202560 379244 1260 0 0 228735 66 0 0 25 0 9 0 734523528 2888568832 650845 33554432000 4194304 4417452 140733840021728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25371/tid=25384] ppid=25369 vsize=2820868 CPUtime=2289.04 cores=0-7
/proc/25371/task/25384/stat : 25384 (plingeling) R 25369 25371 25304 0 -1 4202560 382548 1260 0 0 228837 67 0 0 25 0 9 0 734523529 2888568832 650845 33554432000 4194304 4417452 140733840021728 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25371/tid=25385] ppid=25369 vsize=2820868 CPUtime=2289.1 cores=0-7
/proc/25371/task/25385/stat : 25385 (plingeling) R 25369 25371 25304 0 -1 4202560 399232 1260 0 0 228852 58 0 0 25 0 9 0 734523529 2888568832 650845 33554432000 4194304 4417452 140733840021728 18446744073709551615 4354515 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18299.1
Current children cumulated vsize (KiB) 2820868

[startup+2307.1 s]
/proc/loadavg: 8.20 8.11 7.69 9/366 25449
/proc/meminfo: memFree=19939080/32950928 swapFree=65730864/67111528
[pid=25371] ppid=25369 vsize=2828348 CPUtime=18324.7 cores=0-7
/proc/25371/stat : 25371 (plingeling) S 25369 25371 25304 0 -1 4202496 3917226 1260 0 0 1831800 665 0 0 18 0 9 0 734522045 2896228352 652715 33554432000 4194304 4417452 140733840021728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25371/statm: 707087 652715 180 55 0 704973 0
[pid=25371/tid=25378] ppid=25369 vsize=2828348 CPUtime=2292.06 cores=0-7
/proc/25371/task/25378/stat : 25378 (plingeling) R 25369 25371 25304 0 -1 4202560 363164 1260 0 0 229133 73 0 0 25 0 9 0 734523528 2896228352 652715 33554432000 4194304 4417452 140733840021728 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25371/tid=25379] ppid=25369 vsize=2828348 CPUtime=2292.2 cores=0-7
/proc/25371/task/25379/stat : 25379 (plingeling) R 25369 25371 25304 0 -1 4202560 462164 1260 0 0 229149 71 0 0 25 0 9 0 734523528 2896228352 652715 33554432000 4194304 4417452 140733840021728 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25371/tid=25380] ppid=25369 vsize=2828348 CPUtime=2279.56 cores=0-7
/proc/25371/task/25380/stat : 25380 (plingeling) R 25369 25371 25304 0 -1 4202560 458003 1260 0 0 227877 79 0 0 25 0 9 0 734523528 2896228352 652715 33554432000 4194304 4417452 140733840021728 18446744073709551615 4236761 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25371/tid=25381] ppid=25369 vsize=2828348 CPUtime=2292.32 cores=0-7
/proc/25371/task/25381/stat : 25381 (plingeling) R 25369 25371 25304 0 -1 4202560 650765 1260 0 0 229098 134 0 0 25 0 9 0 734523528 2896228352 652715 33554432000 4194304 4417452 140733840021728 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25371/tid=25382] ppid=25369 vsize=2828348 CPUtime=2277.87 cores=0-7
/proc/25371/task/25382/stat : 25382 (plingeling) R 25369 25371 25304 0 -1 4202560 417869 1260 0 0 227717 70 0 0 25 0 9 0 734523528 2896228352 652715 33554432000 4194304 4417452 140733840021728 18446744073709551615 4365103 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25371/tid=25383] ppid=25369 vsize=2828348 CPUtime=2291.21 cores=0-7
/proc/25371/task/25383/stat : 25383 (plingeling) R 25369 25371 25304 0 -1 4202560 379244 1260 0 0 229055 66 0 0 25 0 9 0 734523528 2896228352 652715 33554432000 4194304 4417452 140733840021728 18446744073709551615 4236607 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25371/tid=25384] ppid=25369 vsize=2828348 CPUtime=2292.24 cores=0-7
/proc/25371/task/25384/stat : 25384 (plingeling) R 25369 25371 25304 0 -1 4202560 382548 1260 0 0 229157 67 0 0 25 0 9 0 734523529 2896228352 652715 33554432000 4194304 4417452 140733840021728 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25371/tid=25385] ppid=25369 vsize=2828348 CPUtime=2292.3 cores=0-7
/proc/25371/task/25385/stat : 25385 (plingeling) R 25369 25371 25304 0 -1 4202560 399232 1260 0 0 229172 58 0 0 25 0 9 0 734523529 2896228352 652715 33554432000 4194304 4417452 140733840021728 18446744073709551615 4366528 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18324.7
Current children cumulated vsize (KiB) 2828348

[startup+2308.7 s]
/proc/loadavg: 8.20 8.11 7.69 9/366 25449
/proc/meminfo: memFree=19939080/32950928 swapFree=65730864/67111528
[pid=25371] ppid=25369 vsize=2828348 CPUtime=18337.4 cores=0-7
/proc/25371/stat : 25371 (plingeling) S 25369 25371 25304 0 -1 4202496 3917226 1260 0 0 1833079 665 0 0 18 0 9 0 734522045 2896228352 652715 33554432000 4194304 4417452 140733840021728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25371/statm: 707087 652715 180 55 0 704973 0
[pid=25371/tid=25378] ppid=25369 vsize=2828348 CPUtime=2293.66 cores=0-7
/proc/25371/task/25378/stat : 25378 (plingeling) R 25369 25371 25304 0 -1 4202560 363164 1260 0 0 229293 73 0 0 25 0 9 0 734523528 2896228352 652715 33554432000 4194304 4417452 140733840021728 18446744073709551615 4364380 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25371/tid=25379] ppid=25369 vsize=2828348 CPUtime=2293.8 cores=0-7
/proc/25371/task/25379/stat : 25379 (plingeling) R 25369 25371 25304 0 -1 4202560 462164 1260 0 0 229309 71 0 0 25 0 9 0 734523528 2896228352 652715 33554432000 4194304 4417452 140733840021728 18446744073709551615 4237157 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25371/tid=25380] ppid=25369 vsize=2828348 CPUtime=2281.16 cores=0-7
/proc/25371/task/25380/stat : 25380 (plingeling) R 25369 25371 25304 0 -1 4202560 458003 1260 0 0 228037 79 0 0 25 0 9 0 734523528 2896228352 652715 33554432000 4194304 4417452 140733840021728 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25371/tid=25381] ppid=25369 vsize=2828348 CPUtime=2293.92 cores=0-7
/proc/25371/task/25381/stat : 25381 (plingeling) R 25369 25371 25304 0 -1 4202560 650765 1260 0 0 229258 134 0 0 25 0 9 0 734523528 2896228352 652715 33554432000 4194304 4417452 140733840021728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25371/tid=25382] ppid=25369 vsize=2828348 CPUtime=2279.46 cores=0-7
/proc/25371/task/25382/stat : 25382 (plingeling) R 25369 25371 25304 0 -1 4202560 417869 1260 0 0 227876 70 0 0 25 0 9 0 734523528 2896228352 652715 33554432000 4194304 4417452 140733840021728 18446744073709551615 4259116 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25371/tid=25383] ppid=25369 vsize=2828348 CPUtime=2292.81 cores=0-7
/proc/25371/task/25383/stat : 25383 (plingeling) R 25369 25371 25304 0 -1 4202560 379244 1260 0 0 229215 66 0 0 25 0 9 0 734523528 2896228352 652715 33554432000 4194304 4417452 140733840021728 18446744073709551615 4277567 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25371/tid=25384] ppid=25369 vsize=2828348 CPUtime=2293.84 cores=0-7
/proc/25371/task/25384/stat : 25384 (plingeling) R 25369 25371 25304 0 -1 4202560 382548 1260 0 0 229317 67 0 0 25 0 9 0 734523529 2896228352 652715 33554432000 4194304 4417452 140733840021728 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25371/tid=25385] ppid=25369 vsize=2828348 CPUtime=2293.9 cores=0-7
/proc/25371/task/25385/stat : 25385 (plingeling) R 25369 25371 25304 0 -1 4202560 399232 1260 0 0 229332 58 0 0 25 0 9 0 734523529 2896228352 652715 33554432000 4194304 4417452 140733840021728 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18337.4
Current children cumulated vsize (KiB) 2828348

[startup+2309.5 s]
/proc/loadavg: 8.20 8.11 7.69 9/366 25449
/proc/meminfo: memFree=19938832/32950928 swapFree=65730864/67111528
[pid=25371] ppid=25369 vsize=2827976 CPUtime=18343.8 cores=0-7
/proc/25371/stat : 25371 (plingeling) S 25369 25371 25304 0 -1 4202496 3917226 1260 0 0 1833717 665 0 0 18 0 9 0 734522045 2895847424 652622 33554432000 4194304 4417452 140733840021728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25371/statm: 706994 652622 180 55 0 704880 0
[pid=25371/tid=25378] ppid=25369 vsize=2827976 CPUtime=2294.46 cores=0-7
/proc/25371/task/25378/stat : 25378 (plingeling) R 25369 25371 25304 0 -1 4202560 363164 1260 0 0 229373 73 0 0 25 0 9 0 734523528 2895847424 652622 33554432000 4194304 4417452 140733840021728 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25371/tid=25379] ppid=25369 vsize=2827976 CPUtime=2294.6 cores=0-7
/proc/25371/task/25379/stat : 25379 (plingeling) R 25369 25371 25304 0 -1 4202560 462164 1260 0 0 229389 71 0 0 25 0 9 0 734523528 2895847424 652622 33554432000 4194304 4417452 140733840021728 18446744073709551615 4364812 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25371/tid=25380] ppid=25369 vsize=2827976 CPUtime=2281.96 cores=0-7
/proc/25371/task/25380/stat : 25380 (plingeling) R 25369 25371 25304 0 -1 4202560 458003 1260 0 0 228117 79 0 0 25 0 9 0 734523528 2895847424 652622 33554432000 4194304 4417452 140733840021728 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25371/tid=25381] ppid=25369 vsize=2827976 CPUtime=2294.72 cores=0-7
/proc/25371/task/25381/stat : 25381 (plingeling) R 25369 25371 25304 0 -1 4202560 650765 1260 0 0 229338 134 0 0 25 0 9 0 734523528 2895847424 652622 33554432000 4194304 4417452 140733840021728 18446744073709551615 4366646 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25371/tid=25382] ppid=25369 vsize=2827976 CPUtime=2280.24 cores=0-7
/proc/25371/task/25382/stat : 25382 (plingeling) R 25369 25371 25304 0 -1 4202560 417869 1260 0 0 227954 70 0 0 25 0 9 0 734523528 2895847424 652622 33554432000 4194304 4417452 140733840021728 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25371/tid=25383] ppid=25369 vsize=2827976 CPUtime=2293.61 cores=0-7
/proc/25371/task/25383/stat : 25383 (plingeling) R 25369 25371 25304 0 -1 4202560 379244 1260 0 0 229295 66 0 0 25 0 9 0 734523528 2895847424 652622 33554432000 4194304 4417452 140733840021728 18446744073709551615 4275892 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25371/tid=25384] ppid=25369 vsize=2827976 CPUtime=2294.64 cores=0-7
/proc/25371/task/25384/stat : 25384 (plingeling) R 25369 25371 25304 0 -1 4202560 382548 1260 0 0 229397 67 0 0 25 0 9 0 734523529 2895847424 652622 33554432000 4194304 4417452 140733840021728 18446744073709551615 4237743 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25371/tid=25385] ppid=25369 vsize=2827976 CPUtime=2294.7 cores=0-7
/proc/25371/task/25385/stat : 25385 (plingeling) R 25369 25371 25304 0 -1 4202560 399232 1260 0 0 229412 58 0 0 25 0 9 0 734523529 2895847424 652622 33554432000 4194304 4417452 140733840021728 18446744073709551615 4365181 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18343.8
Current children cumulated vsize (KiB) 2827976

[startup+2310.3 s]
/proc/loadavg: 8.20 8.11 7.69 9/366 25449
/proc/meminfo: memFree=19939060/32950928 swapFree=65730864/67111528
[pid=25371] ppid=25369 vsize=2807488 CPUtime=18349.2 cores=0-7
/proc/25371/stat : 25371 (plingeling) S 25369 25371 25304 0 -1 4202496 3917227 1260 0 0 1834253 665 0 0 17 0 2 0 734522045 2874867712 652607 33554432000 4194304 4417452 140733840021728 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25371/statm: 701872 652607 181 55 0 699758 0
[pid=25371/tid=25383] ppid=25369 vsize=2807488 CPUtime=2294.41 cores=0-7
/proc/25371/task/25383/stat : 25383 (plingeling) R 25369 25371 25304 0 -1 4202560 379244 1260 0 0 229375 66 0 0 25 0 2 0 734523528 2874867712 652607 33554432000 4194304 4417452 140733840021728 18446744073709551615 4256126 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18349.2
Current children cumulated vsize (KiB) 2807488

[startup+2310.7 s]
/proc/loadavg: 8.20 8.11 7.69 9/366 25449
/proc/meminfo: memFree=19939060/32950928 swapFree=65730864/67111528
[pid=25371] ppid=25369 vsize=1841060 CPUtime=18349.6 cores=0-7
/proc/25371/stat : 25371 (plingeling) R 25369 25371 25304 0 -1 4202496 3917227 1260 0 0 1834290 669 0 0 16 0 1 0 734522045 1885245440 417715 33554432000 4194304 4417452 140733840021728 18446744073709551615 260905437319 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25371/statm: 460265 417641 181 55 0 458151 0
Current children cumulated CPU time (s) 18349.6
Current children cumulated vsize (KiB) 1841060

Child status: 20
Real time (s): 2310.77
CPU time (s): 18349.7
CPU user time (s): 18342.9
CPU system time (s): 6.76197
CPU usage (%): 794.095
Max. virtual memory (cumulated for all children) (KiB): 3722524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18342.9
system time used= 6.76197
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3918490
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= 435
involuntary context switches= 88808

runsolver used 7.35888 second user time and 19.939 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-15 09:01:53
IDJOB=3372869
IDBENCH=85005
IDSOLVER=1851
FILE ID=node116/3372869-1305442908
RUNJOBID= node116-1305442902-25318
PBS_JOBID= 13324834
Free space on /tmp= 73020 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372869-1305442908/watcher-3372869-1305442908 -o /tmp/evaluation-result-3372869-1305442908/solver-3372869-1305442908 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372869-1305442908.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=151072972

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22549436 kB
Buffers:         91336 kB
Cached:         794336 kB
SwapCached:      12356 kB
Active:        9597620 kB
Inactive:       579228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22549436 kB
SwapTotal:    67111528 kB
SwapFree:     65730864 kB
Dirty:          156720 kB
Writeback:           0 kB
AnonPages:     9289452 kB
Mapped:          15440 kB
Slab:           112584 kB
PageTables:      43720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 82745872 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= 73020 MiB
End job on node116 at 2011-05-15 09:40:25