Trace number 3372408

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) 160002 5030.95

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
MD5SUMe44b288003a3eaf34673a2c0fb8c6f3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark18152.8
Satisfiable
(Un)Satisfiability was proved
Number of variables131484
Number of clauses2120376
Sum of the clauses size4841016
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22046240
Number of clauses of size 35760
Number of clauses of size 426640
Number of clauses of size 511520
Number of clauses of size over 529520

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-3372408-1305578047/watcher-3372408-1305578047 -o /tmp/evaluation-result-3372408-1305578047/solver-3372408-1305578047 -C 160000 -W 5100 -M 266338304 plingeling -t 32 HOME/instance-3372408-1305578047.cnf 

running on 32 cores: 0,4,8,12,16,20,24,28,1,5,9,13,17,21,25,29,2,6,10,14,18,22,26,30,3,7,11,15,19,23,27,31

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


[startup+0 s]
/proc/loadavg: 26.88 24.89 28.53 1/413 21438
/proc/meminfo: memFree=255499424/264257624 swapFree=67111528/67111528
[pid=21438] ppid=21436 vsize=17620 CPUtime=0.02 cores=0-31
/proc/21438/stat : 21438 (plingeling) R 21436 21438 21342 0 -1 4202496 2482 1240 0 0 2 0 0 0 24 0 1 0 669291322 18042880 2413 268435456000 4194304 4417452 140736081060896 18446744073709551615 258650574364 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/21438/statm: 4405 2413 141 55 0 2291 0

[startup+0.0689029 s]
/proc/loadavg: 26.88 24.89 28.53 1/413 21438
/proc/meminfo: memFree=255499424/264257624 swapFree=67111528/67111528
[pid=21438] ppid=21436 vsize=21344 CPUtime=0.05 cores=0-31
/proc/21438/stat : 21438 (plingeling) R 21436 21438 21342 0 -1 4202496 3421 1240 0 0 5 0 0 0 24 0 1 0 669291322 21856256 3352 268435456000 4194304 4417452 140736081060896 18446744073709551615 258650955760 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/21438/statm: 5336 3352 141 55 0 3222 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 21344

[startup+0.100919 s]
/proc/loadavg: 26.88 24.89 28.53 1/413 21438
/proc/meminfo: memFree=255499424/264257624 swapFree=67111528/67111528
[pid=21438] ppid=21436 vsize=22688 CPUtime=0.08 cores=0-31
/proc/21438/stat : 21438 (plingeling) R 21436 21438 21342 0 -1 4202496 3760 1240 0 0 8 0 0 0 24 0 1 0 669291322 23232512 3691 268435456000 4194304 4417452 140736081060896 18446744073709551615 4231477 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/21438/statm: 5672 3691 144 55 0 3558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22688

[startup+0.300909 s]
/proc/loadavg: 26.88 24.89 28.53 1/413 21438
/proc/meminfo: memFree=255499424/264257624 swapFree=67111528/67111528
[pid=21438] ppid=21436 vsize=35052 CPUtime=0.28 cores=0-31
/proc/21438/stat : 21438 (plingeling) R 21436 21438 21342 0 -1 4202496 6853 1240 0 0 27 1 0 0 25 0 1 0 669291322 35893248 6784 268435456000 4194304 4417452 140736081060896 18446744073709551615 4232654 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/21438/statm: 8763 6784 146 55 0 6649 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 35052

[startup+0.700938 s]
/proc/loadavg: 26.88 24.89 28.53 1/413 21438
/proc/meminfo: memFree=255499424/264257624 swapFree=67111528/67111528
[pid=21438] ppid=21436 vsize=59756 CPUtime=0.69 cores=0-31
/proc/21438/stat : 21438 (plingeling) R 21436 21438 21342 0 -1 4202496 13013 1240 0 0 66 3 0 0 25 0 1 0 669291322 61190144 12944 268435456000 4194304 4417452 140736081060896 18446744073709551615 4231248 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/21438/statm: 14939 12944 146 55 0 12825 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59756

[startup+1.50096 s]
/proc/loadavg: 26.88 24.89 28.53 2/414 21444
/proc/meminfo: memFree=255448136/264257624 swapFree=67111528/67111528
[pid=21438] ppid=21436 vsize=116648 CPUtime=1.49 cores=0-31
/proc/21438/stat : 21438 (plingeling) R 21436 21438 21342 0 -1 4202496 27228 1240 0 0 143 6 0 0 25 0 1 0 669291322 119447552 27159 268435456000 4194304 4417452 140736081060896 18446744073709551615 4231537 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/21438/statm: 29162 27159 146 55 0 27048 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 116648

[startup+3.10103 s]
/proc/loadavg: 26.88 24.89 28.53 2/414 21444
/proc/meminfo: memFree=255381076/264257624 swapFree=67111528/67111528
[pid=21438] ppid=21436 vsize=181912 CPUtime=3.08 cores=0-31
/proc/21438/stat : 21438 (plingeling) R 21436 21438 21342 0 -1 4202496 43592 1240 0 0 298 10 0 0 25 0 1 0 669291322 186277888 43499 268435456000 4194304 4417452 140736081060896 18446744073709551615 258650955760 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/21438/statm: 45478 43499 146 55 0 43364 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 181912

[startup+6.30112 s]
/proc/loadavg: 24.81 24.50 28.38 2/414 21444
/proc/meminfo: memFree=255176192/264257624 swapFree=67111528/67111528
[pid=21438] ppid=21436 vsize=478852 CPUtime=6.28 cores=0-31
/proc/21438/stat : 21438 (plingeling) R 21436 21438 21342 0 -1 4202496 117859 1240 0 0 604 24 0 0 25 0 1 0 669291322 490344448 117734 268435456000 4194304 4417452 140736081060896 18446744073709551615 4262008 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/21438/statm: 119713 117734 146 55 0 117599 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 478852

[startup+12.7003 s]
/proc/loadavg: 22.90 24.11 28.23 2/414 21444
/proc/meminfo: memFree=254582028/264257624 swapFree=67111528/67111528
[pid=21438] ppid=21436 vsize=924612 CPUtime=12.69 cores=0-31
/proc/21438/stat : 21438 (plingeling) R 21436 21438 21342 0 -1 4202496 229299 1240 0 0 1224 45 0 0 25 0 1 0 669291322 946802688 229174 268435456000 4194304 4417452 140736081060896 18446744073709551615 4262062 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/21438/statm: 231153 229174 146 55 0 229039 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 924612

[startup+25.5017 s]
/proc/loadavg: 20.60 23.51 27.97 33/446 21478
/proc/meminfo: memFree=253838152/264257624 swapFree=67111528/67111528
[pid=21438] ppid=21436 vsize=2061112 CPUtime=99.55 cores=0-31
/proc/21438/stat : 21438 (plingeling) S 21436 21438 21342 0 -1 4202496 548049 1240 0 0 9813 142 0 0 25 0 33 0 669291322 2110578688 414057 268435456000 4194304 4417452 140736081060896 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 8 0 0 0
/proc/21438/statm: 515278 414057 171 55 0 513164 0
[pid=21438/tid=21447] ppid=21436 vsize=2061112 CPUtime=2.43 cores=0-31
/proc/21438/task/21447/stat : 21447 (plingeling) R 21436 21438 21342 0 -1 4202560 2571 1240 0 0 241 2 0 0 22 0 33 0 669293619 2110578688 414057 268435456000 4194304 4417452 140736081060896 18446744073709551615 4311379 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=21438/tid=21448] ppid=21436 vsize=2061112 CPUtime=2.43 cores=0-31
/proc/21438/task/21448/stat : 21448 (plingeling) R 21436 21438 21342 0 -1 4202560 2569 1240 0 0 242 1 0 0 21 0 33 0 669293619 2110578688 414057 268435456000 4194304 4417452 140736081060896 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=21438/tid=21449] ppid=21436 vsize=2061112 CPUtime=2.42 cores=0-31
/proc/21438/task/21449/stat : 21449 (plingeling) R 21436 21438 21342 0 -1 4202560 3711 1240 0 0 241 1 0 0 25 0 33 0 669293619 2110578688 414057 268435456000 4194304 4417452 140736081060896 18446744073709551615 4306336 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21438/tid=21450] ppid=21436 vsize=2061112 CPUtime=2.43 cores=0-31
/proc/21438/task/21450/stat : 21450 (plingeling) R 21436 21438 21342 0 -1 4202560 1975 1240 0 0 242 1 0 0 22 0 33 0 669293620 2110578688 414057 268435456000 4194304 4417452 140736081060896 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=21438/tid=21451] ppid=21436 vsize=2061112 CPUtime=2.44 cores=0-31
/proc/21438/task/21451/stat : 21451 (plingeling) R 21436 21438 21342 0 -1 4202560 2409 1240 0 0 243 1 0 0 21 0 33 0 669293620 2110578688 414057 268435456000 4194304 4417452 140736081060896 18446744073709551615 4290699 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21438/tid=21452] ppid=21436 vsize=2061112 CPUtime=2.41 cores=0-31
/proc/21438/task/21452/stat : 21452 (plingeling) R 21436 21438 21342 0 -1 4202560 4553 1240 0 0 239 2 0 0 25 0 33 0 669293620 2110578688 414057 268435456000 4194304 4417452 140736081060896 18446744073709551615 4306602 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=21438/tid=21453] ppid=21436 vsize=2061112 CPUtime=2.31 cores=0-31
/proc/21438/task/21453/stat : 21453 (plingeling) R 21436 21438 21342 0 -1 4202560 4816 1240 0 0 230 1 0 0 25 0 33 0 669293620 2110578688 414057 268435456000 4194304 4417452 140736081060896 18446744073709551615 4290618 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=21438/tid=21454] ppid=21436 vsize=2061112 CPUtime=2.41 cores=0-31
/proc/21438/task/21454/stat : 21454 (plingeling) R 21436 21438 21342 0 -1 4202560 2646 1240 0 0 240 1 0 0 25 0 33 0 669293620 2110578688 414057 268435456000 4194304 4417452 140736081060896 18446744073709551615 4306278 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=21438/tid=21455] ppid=21436 vsize=2061112 CPUtime=2.34 cores=0-31
/proc/21438/task/21455/stat : 21455 (plingeling) R 21436 21438 21342 0 -1 4202560 3879 1240 0 0 233 1 0 0 25 0 33 0 669293620 2110578688 414057 268435456000 4194304 4417452 140736081060896 18446744073709551615 4287492 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=21438/tid=21456] ppid=21436 vsize=2061112 CPUtime=2.42 cores=0-31
/proc/21438/task/21456/stat : 21456 (plingeling) R 21436 21438 21342 0 -1 4202560 3133 1240 0 0 240 2 0 0 25 0 33 0 669293621 2110578688 414057 268435456000 4194304 4417452 140736081060896 18446744073709551615 4310604 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=21438/tid=21457] ppid=21436 vsize=2061112 CPUtime=2.32 cores=0-31
/proc/21438/task/21457/stat : 21457 (plingeling) R 21436 21438 21342 0 -1 4202560 2089 1240 0 0 231 1 0 0 25 0 33 0 669293621 2110578688 414057 268435456000 4194304 4417452 140736081060896 18446744073709551615 4286467 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21438/tid=21458] ppid=21436 vsize=2061112 CPUtime=2.42 cores=0-31
/proc/21438/task/21458/stat : 21458 (plingeling) R 21436 21438 21342 0 -1 4202560 2661 1240 0 0 241 1 0 0 21 0 33 0 669293622 2110578688 413751 268435456000 4194304 4417452 140736081060896 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21438/tid=21459] ppid=21436 vsize=2061112 CPUtime=2.39 cores=0-31
/proc/21438/task/21459/stat : 21459 (plingeling) R 21436 21438 21342 0 -1 4202560 2537 1240 0 0 239 0 0 0 25 0 33 0 669293622 2110578688 413573 268435456000 4194304 4417452 140736081060896 18446744073709551615 4286467 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=21438/tid=21460] ppid=21436 vsize=2061112 CPUtime=2.39 cores=0-31
/proc/21438/task/21460/stat : 21460 (plingeling) R 21436 21438 21342 0 -1 4202560 3194 1240 0 0 238 1 0 0 25 0 33 0 669293622 2110578688 413573 268435456000 4194304 4417452 140736081060896 18446744073709551615 4284484 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=21438/tid=21461] ppid=21436 vsize=2061112 CPUtime=2.42 cores=0-31
/proc/21438/task/21461/stat : 21461 (plingeling) R 21436 21438 21342 0 -1 4202560 2419 1240 0 0 241 1 0 0 21 0 33 0 669293622 2110578688 413573 268435456000 4194304 4417452 140736081060896 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=21438/tid=21462] ppid=21436 vsize=2061112 CPUtime=2.39 cores=0-31
/proc/21438/task/21462/stat : 21462 (plingeling) R 21436 21438 21342 0 -1 4202560 2646 1240 0 0 238 1 0 0 25 0 33 0 669293622 2110578688 413573 268435456000 4194304 4417452 140736081060896 18446744073709551615 4288259 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=21438/tid=21463] ppid=21436 vsize=2061112 CPUtime=2.27 cores=0-31
/proc/21438/task/21463/stat : 21463 (plingeling) R 21436 21438 21342 0 -1 4202560 2442 1240 0 0 226 1 0 0 25 0 33 0 669293623 2110578688 413573 268435456000 4194304 4417452 140736081060896 18446744073709551615 4290595 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21438/tid=21464] ppid=21436 vsize=2061112 CPUtime=2.4 cores=0-31
/proc/21438/task/21464/stat : 21464 (plingeling) R 21436 21438 21342 0 -1 4202560 4948 1240 0 0 239 1 0 0 25 0 33 0 669293623 2110578688 413573 268435456000 4194304 4417452 140736081060896 18446744073709551615 258650999383 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21438/tid=21465] ppid=21436 vsize=2061112 CPUtime=2.31 cores=0-31
/proc/21438/task/21465/stat : 21465 (plingeling) R 21436 21438 21342 0 -1 4202560 3987 1240 0 0 230 1 0 0 25 0 33 0 669293623 2110578688 413573 268435456000 4194304 4417452 140736081060896 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=21438/tid=21466] ppid=21436 vsize=2061112 CPUtime=2.3 cores=0-31
/proc/21438/task/21466/stat : 21466 (plingeling) R 21436 21438 21342 0 -1 4202560 2409 1240 0 0 230 0 0 0 21 0 33 0 669293624 2110578688 413573 268435456000 4194304 4417452 140736081060896 18446744073709551615 4286467 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=21438/tid=21467] ppid=21436 vsize=2061112 CPUtime=2.24 cores=0-31
/proc/21438/task/21467/stat : 21467 (plingeling) R 21436 21438 21342 0 -1 4202560 3620 1240 0 0 223 1 0 0 21 0 33 0 669293624 2110578688 413573 268435456000 4194304 4417452 140736081060896 18446744073709551615 4275758 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=21438/tid=21468] ppid=21436 vsize=2061112 CPUtime=2.41 cores=0-31
/proc/21438/task/21468/stat : 21468 (plingeling) R 21436 21438 21342 0 -1 4202560 2648 1240 0 0 239 2 0 0 21 0 33 0 669293624 2110578688 413573 268435456000 4194304 4417452 140736081060896 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=21438/tid=21469] ppid=21436 vsize=2061112 CPUtime=2.41 cores=0-31
/proc/21438/task/21469/stat : 21469 (plingeling) R 21436 21438 21342 0 -1 4202560 3737 1240 0 0 240 1 0 0 21 0 33 0 669293624 2110578688 413573 268435456000 4194304 4417452 140736081060896 18446744073709551615 4285006 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=21438/tid=21470] ppid=21436 vsize=2061112 CPUtime=2.39 cores=0-31
/proc/21438/task/21470/stat : 21470 (plingeling) R 21436 21438 21342 0 -1 4202560 3205 1240 0 0 237 2 0 0 21 0 33 0 669293625 2110578688 413573 268435456000 4194304 4417452 140736081060896 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21438/tid=21471] ppid=21436 vsize=2061112 CPUtime=2.4 cores=0-31
/proc/21438/task/21471/stat : 21471 (plingeling) R 21436 21438 21342 0 -1 4202560 2680 1240 0 0 238 2 0 0 21 0 33 0 669293625 2110578688 413573 268435456000 4194304 4417452 140736081060896 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=21438/tid=21472] ppid=21436 vsize=2061112 CPUtime=2.39 cores=0-31
/proc/21438/task/21472/stat : 21472 (plingeling) R 21436 21438 21342 0 -1 4202560 2625 1240 0 0 238 1 0 0 25 0 33 0 669293625 2110578688 413573 268435456000 4194304 4417452 140736081060896 18446744073709551615 4284784 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=21438/tid=21473] ppid=21436 vsize=2061112 CPUtime=2.42 cores=0-31
/proc/21438/task/21473/stat : 21473 (plingeling) R 21436 21438 21342 0 -1 4202560 2626 1240 0 0 241 1 0 0 21 0 33 0 669293625 2110578688 413573 268435456000 4194304 4417452 140736081060896 18446744073709551615 4283504 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=21438/tid=21474] ppid=21436 vsize=2061112 CPUtime=2.3 cores=0-31
/proc/21438/task/21474/stat : 21474 (plingeling) R 21436 21438 21342 0 -1 4202560 2440 1240 0 0 230 0 0 0 25 0 33 0 669293626 2110578688 413573 268435456000 4194304 4417452 140736081060896 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=21438/tid=21475] ppid=21436 vsize=2061112 CPUtime=2.42 cores=0-31
/proc/21438/task/21475/stat : 21475 (plingeling) R 21436 21438 21342 0 -1 4202560 2537 1240 0 0 241 1 0 0 25 0 33 0 669293626 2110578688 413573 268435456000 4194304 4417452 140736081060896 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21438/tid=21476] ppid=21436 vsize=2061112 CPUtime=2.41 cores=0-31
/proc/21438/task/21476/stat : 21476 (plingeling) R 21436 21438 21342 0 -1 4202560 3852 1240 0 0 239 2 0 0 25 0 33 0 669293626 2110578688 413573 268435456000 4194304 4417452 140736081060896 18446744073709551615 4310288 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=21438/tid=21477] ppid=21436 vsize=2061112 CPUtime=2.42 cores=0-31
/proc/21438/task/21477/stat : 21477 (plingeling) R 21436 21438 21342 0 -1 4202560 2650 1240 0 0 241 1 0 0 21 0 33 0 669293626 2110578688 413573 268435456000 4194304 4417452 140736081060896 18446744073709551615 4239777 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=21438/tid=21478] ppid=21436 vsize=2061112 CPUtime=2.42 cores=0-31
/proc/21438/task/21478/stat : 21478 (plingeling) R 21436 21438 21342 0 -1 4202560 2537 1240 0 0 240 2 0 0 25 0 33 0 669293627 2110578688 413573 268435456000 4194304 4417452 140736081060896 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 30 0 0 0
Current children cumulated CPU time (s) 99.55
Current children cumulated vsize (KiB) 2061112

[startup+51.1016 s]
/proc/loadavg: 24.63 24.22 28.09 33/446 21478
/proc/meminfo: memFree=253829276/264257624 swapFree=67111528/67111528
[pid=21438] ppid=21436 vsize=2084988 CPUtime=916.29 cores=0-31
/proc/21438/stat : 21438 (plingeling) S 21436 21438 21342 0 -1 4202496 754443 1240 0 0 91401 228 0 0 25 0 33 0 669291322 2135027712 415028 268435456000 4194304 4417452 140736081060896 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 8 0 0 0
/proc/21438/statm: 521247 415028 175 55 0 519133 0
[pid=21438/tid=21447] ppid=21436 vsize=2084988 CPUtime=27.99 cores=0-31
/proc/21438/task/21447/stat : 21447 (plingeling) R 21436 21438 21342 0 -1 4202560 8720 1240 0 0 2794 5 0 0 25 0 33 0 669293619 2135027712 415028 268435456000 4194304 4417452 140736081060896 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=21438/tid=21448] ppid=21436 vsize=2084988 CPUtime=27.98 cores=0-31
/proc/21438/task/21448/stat : 21448 (plingeling) R 21436 21438 21342 0 -1 4202560 12747 1240 0 0 2788 10 0 0 25 0 33 0 669293619 2135027712 415028 268435456000 4194304 4417452 140736081060896 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=21438/tid=21449] ppid=21436 vsize=2084988 CPUtime=28.01 cores=0-31
/proc/21438/task/21449/stat : 21449 (plingeling) R 21436 21438 21342 0 -1 4202560 12701 1240 0 0 2796 5 0 0 25 0 33 0 669293619 2135027712 415028 268435456000 4194304 4417452 140736081060896 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=21438/tid=21450] ppid=21436 vsize=2084988 CPUtime=27.98 cores=0-31
/proc/21438/task/21450/stat : 21450 (plingeling) R 21436 21438 21342 0 -1 4202560 3296 1240 0 0 2796 2 0 0 25 0 33 0 669293620 2135027712 415028 268435456000 4194304 4417452 140736081060896 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=21438/tid=21451] ppid=21436 vsize=2084988 CPUtime=27.97 cores=0-31
/proc/21438/task/21451/stat : 21451 (plingeling) R 21436 21438 21342 0 -1 4202560 10318 1240 0 0 2793 4 0 0 25 0 33 0 669293620 2135027712 415028 268435456000 4194304 4417452 140736081060896 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21438/tid=21452] ppid=21436 vsize=2084988 CPUtime=27.95 cores=0-31
/proc/21438/task/21452/stat : 21452 (plingeling) R 21436 21438 21342 0 -1 4202560 4879 1240 0 0 2792 3 0 0 25 0 33 0 669293620 2135027712 415028 268435456000 4194304 4417452 140736081060896 18446744073709551615 4259140 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21438/tid=21453] ppid=21436 vsize=2084988 CPUtime=27.81 cores=0-31
/proc/21438/task/21453/stat : 21453 (plingeling) R 21436 21438 21342 0 -1 4202560 11572 1240 0 0 2777 4 0 0 25 0 33 0 669293620 2135027712 415028 268435456000 4194304 4417452 140736081060896 18446744073709551615 4355841 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=21438/tid=21454] ppid=21436 vsize=2084988 CPUtime=27.92 cores=0-31
/proc/21438/task/21454/stat : 21454 (plingeling) R 21436 21438 21342 0 -1 4202560 12332 1240 0 0 2787 5 0 0 20 0 33 0 669293620 2135027712 415028 268435456000 4194304 4417452 140736081060896 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=21438/tid=21455] ppid=21436 vsize=2084988 CPUtime=27.93 cores=0-31
/proc/21438/task/21455/stat : 21455 (plingeling) R 21436 21438 21342 0 -1 4202560 14543 1240 0 0 2790 3 0 0 25 0 33 0 669293620 2135027712 415028 268435456000 4194304 4417452 140736081060896 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=21438/tid=21456] ppid=21436 vsize=2084988 CPUtime=28.01 cores=0-31
/proc/21438/task/21456/stat : 21456 (plingeling) R 21436 21438 21342 0 -1 4202560 3490 1240 0 0 2798 3 0 0 25 0 33 0 669293621 2135027712 415028 268435456000 4194304 4417452 140736081060896 18446744073709551615 4364380 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=21438/tid=21457] ppid=21436 vsize=2084988 CPUtime=27.87 cores=0-31

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

[pid=21438/tid=21458] ppid=21436 vsize=10966644 CPUtime=4994.6 cores=0-31
/proc/21438/task/21458/stat : 21458 (plingeling) R 21436 21438 21342 0 -1 4202560 748839 1240 0 0 498789 671 0 0 25 0 33 0 669293622 11229843456 2612691 268435456000 4194304 4417452 140736081060896 18446744073709551615 4357204 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21438/tid=21459] ppid=21436 vsize=10966644 CPUtime=4990.13 cores=0-31
/proc/21438/task/21459/stat : 21459 (plingeling) R 21436 21438 21342 0 -1 4202560 407380 1240 0 0 498576 437 0 0 25 0 33 0 669293622 11229843456 2612691 268435456000 4194304 4417452 140736081060896 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=21438/tid=21460] ppid=21436 vsize=10966644 CPUtime=4996.54 cores=0-31
/proc/21438/task/21460/stat : 21460 (plingeling) R 21436 21438 21342 0 -1 4202560 424301 1240 0 0 499291 363 0 0 25 0 33 0 669293622 11229843456 2612691 268435456000 4194304 4417452 140736081060896 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=21438/tid=21461] ppid=21436 vsize=10966644 CPUtime=4979.28 cores=0-31
/proc/21438/task/21461/stat : 21461 (plingeling) R 21436 21438 21342 0 -1 4202560 579238 1240 0 0 497420 508 0 0 25 0 33 0 669293622 11229843456 2612691 268435456000 4194304 4417452 140736081060896 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=21438/tid=21462] ppid=21436 vsize=10966644 CPUtime=4992.67 cores=0-31
/proc/21438/task/21462/stat : 21462 (plingeling) R 21436 21438 21342 0 -1 4202560 237170 1240 0 0 499153 114 0 0 25 0 33 0 669293622 11229843456 2612691 268435456000 4194304 4417452 140736081060896 18446744073709551615 4236961 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=21438/tid=21463] ppid=21436 vsize=10966644 CPUtime=4991.53 cores=0-31
/proc/21438/task/21463/stat : 21463 (plingeling) R 21436 21438 21342 0 -1 4202560 480468 1240 0 0 498819 334 0 0 25 0 33 0 669293623 11229843456 2612691 268435456000 4194304 4417452 140736081060896 18446744073709551615 4358082 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=21438/tid=21464] ppid=21436 vsize=10966644 CPUtime=4990.01 cores=0-31
/proc/21438/task/21464/stat : 21464 (plingeling) R 21436 21438 21342 0 -1 4202560 686835 1240 0 0 498518 483 0 0 25 0 33 0 669293623 11229843456 2612691 268435456000 4194304 4417452 140736081060896 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=21438/tid=21465] ppid=21436 vsize=10966644 CPUtime=4992.42 cores=0-31
/proc/21438/task/21465/stat : 21465 (plingeling) R 21436 21438 21342 0 -1 4202560 966835 1240 0 0 498739 503 0 0 25 0 33 0 669293623 11229843456 2612691 268435456000 4194304 4417452 140736081060896 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21438/tid=21466] ppid=21436 vsize=10966644 CPUtime=4992.42 cores=0-31
/proc/21438/task/21466/stat : 21466 (plingeling) R 21436 21438 21342 0 -1 4202560 706051 1240 0 0 498838 404 0 0 25 0 33 0 669293624 11229843456 2612691 268435456000 4194304 4417452 140736081060896 18446744073709551615 4365130 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21438/tid=21467] ppid=21436 vsize=10966644 CPUtime=4995.26 cores=0-31
/proc/21438/task/21467/stat : 21467 (plingeling) R 21436 21438 21342 0 -1 4202560 486717 1240 0 0 499191 335 0 0 25 0 33 0 669293624 11229843456 2612691 268435456000 4194304 4417452 140736081060896 18446744073709551615 4356852 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21438/tid=21468] ppid=21436 vsize=10966644 CPUtime=4991.96 cores=0-31
/proc/21438/task/21468/stat : 21468 (plingeling) R 21436 21438 21342 0 -1 4202560 439474 1240 0 0 498924 272 0 0 25 0 33 0 669293624 11229843456 2612691 268435456000 4194304 4417452 140736081060896 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21438/tid=21469] ppid=21436 vsize=10966644 CPUtime=4994.5 cores=0-31
/proc/21438/task/21469/stat : 21469 (plingeling) R 21436 21438 21342 0 -1 4202560 321136 1240 0 0 499290 160 0 0 25 0 33 0 669293624 11229843456 2612691 268435456000 4194304 4417452 140736081060896 18446744073709551615 4237169 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=21438/tid=21470] ppid=21436 vsize=10966644 CPUtime=4982.66 cores=0-31
/proc/21438/task/21470/stat : 21470 (plingeling) R 21436 21438 21342 0 -1 4202560 709406 1240 0 0 497879 387 0 0 25 0 33 0 669293625 11229843456 2612691 268435456000 4194304 4417452 140736081060896 18446744073709551615 4236613 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21438/tid=21471] ppid=21436 vsize=10966644 CPUtime=4994.77 cores=0-31
/proc/21438/task/21471/stat : 21471 (plingeling) R 21436 21438 21342 0 -1 4202560 780623 1240 0 0 498999 478 0 0 25 0 33 0 669293625 11229843456 2612691 268435456000 4194304 4417452 140736081060896 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=21438/tid=21472] ppid=21436 vsize=10966644 CPUtime=4995.05 cores=0-31
/proc/21438/task/21472/stat : 21472 (plingeling) R 21436 21438 21342 0 -1 4202560 387689 1240 0 0 499100 405 0 0 25 0 33 0 669293625 11229843456 2612691 268435456000 4194304 4417452 140736081060896 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=21438/tid=21473] ppid=21436 vsize=10966644 CPUtime=4995.13 cores=0-31
/proc/21438/task/21473/stat : 21473 (plingeling) R 21436 21438 21342 0 -1 4202560 680618 1240 0 0 499006 507 0 0 25 0 33 0 669293625 11229843456 2612691 268435456000 4194304 4417452 140736081060896 18446744073709551615 4357207 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=21438/tid=21474] ppid=21436 vsize=10966644 CPUtime=4991.56 cores=0-31
/proc/21438/task/21474/stat : 21474 (plingeling) R 21436 21438 21342 0 -1 4202560 540931 1240 0 0 498891 265 0 0 25 0 33 0 669293626 11229843456 2612691 268435456000 4194304 4417452 140736081060896 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=21438/tid=21475] ppid=21436 vsize=10966644 CPUtime=4976.68 cores=0-31
/proc/21438/task/21475/stat : 21475 (plingeling) R 21436 21438 21342 0 -1 4202560 695647 1240 0 0 497104 564 0 0 25 0 33 0 669293626 11229843456 2612691 268435456000 4194304 4417452 140736081060896 18446744073709551615 4275722 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=21438/tid=21476] ppid=21436 vsize=10966644 CPUtime=4989.55 cores=0-31
/proc/21438/task/21476/stat : 21476 (plingeling) R 21436 21438 21342 0 -1 4202560 795518 1240 0 0 498265 690 0 0 25 0 33 0 669293626 11229843456 2612691 268435456000 4194304 4417452 140736081060896 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=21438/tid=21477] ppid=21436 vsize=10966644 CPUtime=4995.09 cores=0-31
/proc/21438/task/21477/stat : 21477 (plingeling) R 21436 21438 21342 0 -1 4202560 316304 1240 0 0 499304 205 0 0 25 0 33 0 669293626 11229843456 2612691 268435456000 4194304 4417452 140736081060896 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21438/tid=21478] ppid=21436 vsize=10966644 CPUtime=4996.74 cores=0-31
/proc/21438/task/21478/stat : 21478 (plingeling) R 21436 21438 21342 0 -1 4202560 562141 1240 0 0 499278 396 0 0 25 0 33 0 669293627 11229843456 2612691 268435456000 4194304 4417452 140736081060896 18446744073709551615 4358106 0 0 4096 17442 0 0 0 -1 21 0 0 0
Current children cumulated CPU time (s) 159754
Current children cumulated vsize (KiB) 10966644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5030 s]
/proc/loadavg: 32.06 32.04 32.06 33/446 21622
/proc/meminfo: memFree=245227988/264257624 swapFree=67111528/67111528
[pid=21438] ppid=21436 vsize=10730908 CPUtime=160001 cores=0-31
/proc/21438/stat : 21438 (plingeling) S 21436 21438 21342 0 -1 4202496 19594113 1240 0 0 15985297 14773 0 0 25 0 33 0 669291322 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 8 0 0 0
/proc/21438/statm: 2682727 2563919 175 55 0 2680613 0
[pid=21438/tid=21447] ppid=21436 vsize=10730908 CPUtime=5000.81 cores=0-31
/proc/21438/task/21447/stat : 21447 (plingeling) R 21436 21438 21342 0 -1 4202560 205137 1240 0 0 499930 151 0 0 25 0 33 0 669293619 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=21438/tid=21448] ppid=21436 vsize=10730908 CPUtime=5000.06 cores=0-31
/proc/21438/task/21448/stat : 21448 (plingeling) R 21436 21438 21342 0 -1 4202560 434076 1240 0 0 499616 390 0 0 25 0 33 0 669293619 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4353830 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=21438/tid=21449] ppid=21436 vsize=10730908 CPUtime=4991.12 cores=0-31
/proc/21438/task/21449/stat : 21449 (plingeling) R 21436 21438 21342 0 -1 4202560 271358 1240 0 0 498889 223 0 0 25 0 33 0 669293619 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=21438/tid=21450] ppid=21436 vsize=10730908 CPUtime=5002.05 cores=0-31
/proc/21438/task/21450/stat : 21450 (plingeling) R 21436 21438 21342 0 -1 4202560 2040304 1240 0 0 497950 2255 0 0 25 0 33 0 669293620 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4354528 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=21438/tid=21451] ppid=21436 vsize=10730908 CPUtime=4991.78 cores=0-31
/proc/21438/task/21451/stat : 21451 (plingeling) R 21436 21438 21342 0 -1 4202560 701325 1240 0 0 498511 667 0 0 25 0 33 0 669293620 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=21438/tid=21452] ppid=21436 vsize=10730908 CPUtime=5003.43 cores=0-31
/proc/21438/task/21452/stat : 21452 (plingeling) R 21436 21438 21342 0 -1 4202560 239998 1240 0 0 500173 170 0 0 25 0 33 0 669293620 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=21438/tid=21453] ppid=21436 vsize=10730908 CPUtime=5004.28 cores=0-31
/proc/21438/task/21453/stat : 21453 (plingeling) R 21436 21438 21342 0 -1 4202560 591321 1240 0 0 500062 366 0 0 25 0 33 0 669293620 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4352317 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=21438/tid=21454] ppid=21436 vsize=10730908 CPUtime=5001.11 cores=0-31
/proc/21438/task/21454/stat : 21454 (plingeling) R 21436 21438 21342 0 -1 4202560 619124 1240 0 0 499582 529 0 0 25 0 33 0 669293620 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=21438/tid=21455] ppid=21436 vsize=10730908 CPUtime=4999.8 cores=0-31
/proc/21438/task/21455/stat : 21455 (plingeling) R 21436 21438 21342 0 -1 4202560 621746 1240 0 0 499486 494 0 0 25 0 33 0 669293620 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=21438/tid=21456] ppid=21436 vsize=10730908 CPUtime=5002.02 cores=0-31
/proc/21438/task/21456/stat : 21456 (plingeling) R 21436 21438 21342 0 -1 4202560 1071580 1240 0 0 499502 700 0 0 25 0 33 0 669293621 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4263050 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=21438/tid=21457] ppid=21436 vsize=10730908 CPUtime=5000.56 cores=0-31
/proc/21438/task/21457/stat : 21457 (plingeling) R 21436 21438 21342 0 -1 4202560 364279 1240 0 0 499844 212 0 0 25 0 33 0 669293621 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21438/tid=21458] ppid=21436 vsize=10730908 CPUtime=5002.32 cores=0-31
/proc/21438/task/21458/stat : 21458 (plingeling) R 21436 21438 21342 0 -1 4202560 748839 1240 0 0 499561 671 0 0 25 0 33 0 669293622 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21438/tid=21459] ppid=21436 vsize=10730908 CPUtime=4997.85 cores=0-31
/proc/21438/task/21459/stat : 21459 (plingeling) R 21436 21438 21342 0 -1 4202560 407380 1240 0 0 499348 437 0 0 25 0 33 0 669293622 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=21438/tid=21460] ppid=21436 vsize=10730908 CPUtime=5004.26 cores=0-31
/proc/21438/task/21460/stat : 21460 (plingeling) R 21436 21438 21342 0 -1 4202560 424301 1240 0 0 500063 363 0 0 25 0 33 0 669293622 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=21438/tid=21461] ppid=21436 vsize=10730908 CPUtime=4987 cores=0-31
/proc/21438/task/21461/stat : 21461 (plingeling) R 21436 21438 21342 0 -1 4202560 580758 1240 0 0 498187 513 0 0 25 0 33 0 669293622 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4364474 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=21438/tid=21462] ppid=21436 vsize=10730908 CPUtime=5000.39 cores=0-31
/proc/21438/task/21462/stat : 21462 (plingeling) R 21436 21438 21342 0 -1 4202560 237170 1240 0 0 499925 114 0 0 25 0 33 0 669293622 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=21438/tid=21463] ppid=21436 vsize=10730908 CPUtime=4999.25 cores=0-31
/proc/21438/task/21463/stat : 21463 (plingeling) R 21436 21438 21342 0 -1 4202560 480468 1240 0 0 499591 334 0 0 25 0 33 0 669293623 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=21438/tid=21464] ppid=21436 vsize=10730908 CPUtime=4997.73 cores=0-31
/proc/21438/task/21464/stat : 21464 (plingeling) R 21436 21438 21342 0 -1 4202560 686835 1240 0 0 499290 483 0 0 25 0 33 0 669293623 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=21438/tid=21465] ppid=21436 vsize=10730908 CPUtime=5000.14 cores=0-31
/proc/21438/task/21465/stat : 21465 (plingeling) R 21436 21438 21342 0 -1 4202560 967895 1240 0 0 499511 503 0 0 25 0 33 0 669293623 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21438/tid=21466] ppid=21436 vsize=10730908 CPUtime=5000.13 cores=0-31
/proc/21438/task/21466/stat : 21466 (plingeling) R 21436 21438 21342 0 -1 4202560 706051 1240 0 0 499609 404 0 0 25 0 33 0 669293624 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21438/tid=21467] ppid=21436 vsize=10730908 CPUtime=5002.98 cores=0-31
/proc/21438/task/21467/stat : 21467 (plingeling) R 21436 21438 21342 0 -1 4202560 499444 1240 0 0 499948 350 0 0 25 0 33 0 669293624 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21438/tid=21468] ppid=21436 vsize=10730908 CPUtime=4999.68 cores=0-31
/proc/21438/task/21468/stat : 21468 (plingeling) R 21436 21438 21342 0 -1 4202560 439685 1240 0 0 499695 273 0 0 25 0 33 0 669293624 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21438/tid=21469] ppid=21436 vsize=10730908 CPUtime=5002.22 cores=0-31
/proc/21438/task/21469/stat : 21469 (plingeling) R 21436 21438 21342 0 -1 4202560 321136 1240 0 0 500062 160 0 0 25 0 33 0 669293624 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4357204 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=21438/tid=21470] ppid=21436 vsize=10730908 CPUtime=4990.38 cores=0-31
/proc/21438/task/21470/stat : 21470 (plingeling) R 21436 21438 21342 0 -1 4202560 709406 1240 0 0 498651 387 0 0 25 0 33 0 669293625 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4250961 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21438/tid=21471] ppid=21436 vsize=10730908 CPUtime=5002.25 cores=0-31
/proc/21438/task/21471/stat : 21471 (plingeling) R 21436 21438 21342 0 -1 4202560 781357 1240 0 0 499745 480 0 0 25 0 33 0 669293625 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4232566 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=21438/tid=21472] ppid=21436 vsize=10730908 CPUtime=5002.77 cores=0-31
/proc/21438/task/21472/stat : 21472 (plingeling) R 21436 21438 21342 0 -1 4202560 387689 1240 0 0 499872 405 0 0 25 0 33 0 669293625 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4366469 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=21438/tid=21473] ppid=21436 vsize=10730908 CPUtime=5002.85 cores=0-31
/proc/21438/task/21473/stat : 21473 (plingeling) R 21436 21438 21342 0 -1 4202560 689229 1240 0 0 499777 508 0 0 25 0 33 0 669293625 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=21438/tid=21474] ppid=21436 vsize=10730908 CPUtime=4999.28 cores=0-31
/proc/21438/task/21474/stat : 21474 (plingeling) R 21436 21438 21342 0 -1 4202560 540931 1240 0 0 499663 265 0 0 25 0 33 0 669293626 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=21438/tid=21475] ppid=21436 vsize=10730908 CPUtime=4984.4 cores=0-31
/proc/21438/task/21475/stat : 21475 (plingeling) R 21436 21438 21342 0 -1 4202560 695647 1240 0 0 497875 565 0 0 25 0 33 0 669293626 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=21438/tid=21476] ppid=21436 vsize=10730908 CPUtime=4997.27 cores=0-31
/proc/21438/task/21476/stat : 21476 (plingeling) R 21436 21438 21342 0 -1 4202560 799901 1240 0 0 499030 697 0 0 25 0 33 0 669293626 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=21438/tid=21477] ppid=21436 vsize=10730908 CPUtime=5002.81 cores=0-31
/proc/21438/task/21477/stat : 21477 (plingeling) R 21436 21438 21342 0 -1 4202560 316304 1240 0 0 500076 205 0 0 25 0 33 0 669293626 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4259140 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21438/tid=21478] ppid=21436 vsize=10730908 CPUtime=5004.46 cores=0-31
/proc/21438/task/21478/stat : 21478 (plingeling) R 21436 21438 21342 0 -1 4202560 562141 1240 0 0 500050 396 0 0 25 0 33 0 669293627 10988449792 2563919 268435456000 4194304 4417452 140736081060896 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 21 0 0 0
Current children cumulated CPU time (s) 160001
Current children cumulated vsize (KiB) 10730908

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

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

[startup+5030.2 s]
/proc/loadavg: 32.06 32.04 32.06 2/416 21623
/proc/meminfo: memFree=247191520/264257624 swapFree=67111528/67111528
[pid=21438] ppid=21436 vsize=0 CPUtime=160001 cores=0-31
/proc/21438/stat : 21438 (plingeling) Z 21436 21438 21342 0 -1 4203548 19594113 1240 0 0 15985319 14792 0 0 18 0 2 0 669291322 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 8 0 0 0
/proc/21438/statm: 0 0 0 0 0 0 0
[pid=21438/tid=21471] ppid=21436 vsize=0 CPUtime=5002.45 cores=0-31
/proc/21438/task/21471/stat : 21471 (plingeling) R 21436 21438 21342 0 -1 4203588 781357 1240 0 0 499746 499 0 0 25 0 2 0 669293625 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 19 0 0 0
Current children cumulated CPU time (s) 160001
Current children cumulated vsize (KiB) 0

[startup+5030.6 s]
/proc/loadavg: 32.06 32.04 32.06 2/416 21623
/proc/meminfo: memFree=247191520/264257624 swapFree=67111528/67111528
[pid=21438] ppid=21436 vsize=0 CPUtime=160002 cores=0-31
/proc/21438/stat : 21438 (plingeling) Z 21436 21438 21342 0 -1 4203548 19594113 1240 0 0 15985319 14831 0 0 18 0 2 0 669291322 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 8 0 0 0
/proc/21438/statm: 0 0 0 0 0 0 0
[pid=21438/tid=21471] ppid=21436 vsize=0 CPUtime=5002.83 cores=0-31
/proc/21438/task/21471/stat : 21471 (plingeling) R 21436 21438 21342 0 -1 4203588 781357 1240 0 0 499746 537 0 0 25 0 2 0 669293625 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 19 0 0 0
Current children cumulated CPU time (s) 160002
Current children cumulated vsize (KiB) 0

[startup+5030.8 s]
/proc/loadavg: 32.06 32.04 32.06 2/416 21623
/proc/meminfo: memFree=247191520/264257624 swapFree=67111528/67111528
[pid=21438] ppid=21436 vsize=0 CPUtime=160002 cores=0-31
/proc/21438/stat : 21438 (plingeling) Z 21436 21438 21342 0 -1 4203548 19594113 1240 0 0 15985319 14851 0 0 18 0 2 0 669291322 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 8 0 0 0
/proc/21438/statm: 0 0 0 0 0 0 0
[pid=21438/tid=21471] ppid=21436 vsize=0 CPUtime=5003.03 cores=0-31
/proc/21438/task/21471/stat : 21471 (plingeling) R 21436 21438 21342 0 -1 4203588 781357 1240 0 0 499746 557 0 0 25 0 2 0 669293625 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 19 0 0 0
Current children cumulated CPU time (s) 160002
Current children cumulated vsize (KiB) 0

[startup+5030.9 s]
/proc/loadavg: 32.06 32.04 32.06 2/416 21623
/proc/meminfo: memFree=247191520/264257624 swapFree=67111528/67111528
[pid=21438] ppid=21436 vsize=0 CPUtime=160002 cores=0-31
/proc/21438/stat : 21438 (plingeling) Z 21436 21438 21342 0 -1 4203548 19594113 1240 0 0 15985319 14861 0 0 18 0 2 0 669291322 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 8 0 0 0
/proc/21438/statm: 0 0 0 0 0 0 0
[pid=21438/tid=21471] ppid=21436 vsize=0 CPUtime=5003.13 cores=0-31
/proc/21438/task/21471/stat : 21471 (plingeling) R 21436 21438 21342 0 -1 4203588 781357 1240 0 0 499746 567 0 0 25 0 2 0 669293625 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 19 0 0 0
Current children cumulated CPU time (s) 160002
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5030.95
CPU time (s): 160002
CPU user time (s): 159853
CPU system time (s): 148.665
CPU usage (%): 3180.35
Max. virtual memory (cumulated for all children) (KiB): 13249128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159853
system time used= 148.665
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19595353
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= 13813
involuntary context switches= 403064

runsolver used 25.0232 second user time and 117.019 second system time

The end

Launcher Data

Begin job on node200 at 2011-05-16 22:34:09
IDJOB=3372408
IDBENCH=82366
IDSOLVER=1852
FILE ID=node200/3372408-1305578047
RUNJOBID= node200-1305577795-21356
PBS_JOBID= 13285555
Free space on /tmp= 62016 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372408-1305578047/watcher-3372408-1305578047 -o /tmp/evaluation-result-3372408-1305578047/solver-3372408-1305578047 -C 160000 -W 5100 -M 266338304  plingeling -t 32 HOME/instance-3372408-1305578047.cnf

TIME LIMIT= 160000 seconds
MEMORY LIMIT= 266338304 MiB
NBCORE= 32

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=1278563436

node200.alineos.net Linux 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 8
apicid		: 32
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 0
cpu cores	: 8
apicid		: 64
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 0
cpu cores	: 8
apicid		: 96
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 8
apicid		: 34
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 1
cpu cores	: 8
apicid		: 66
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 1
cpu cores	: 8
apicid		: 98
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 8
apicid		: 36
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 2
cpu cores	: 8
apicid		: 68
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 2
cpu cores	: 8
apicid		: 100
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.02
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 8
apicid		: 38
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 3
cpu cores	: 8
apicid		: 70
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3989.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 3
cpu cores	: 8
apicid		: 102
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 16
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 8
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 17
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 8
cpu cores	: 8
apicid		: 48
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 8
cpu cores	: 8
apicid		: 80
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 8
cpu cores	: 8
apicid		: 112
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 20
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 9
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 9
cpu cores	: 8
apicid		: 50
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 22
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 9
cpu cores	: 8
apicid		: 82
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 9
cpu cores	: 8
apicid		: 114
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 24
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 10
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 25
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 10
cpu cores	: 8
apicid		: 52
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 10
cpu cores	: 8
apicid		: 84
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 27
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 10
cpu cores	: 8
apicid		: 116
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 28
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 11
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 29
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 11
cpu cores	: 8
apicid		: 54
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 11
cpu cores	: 8
apicid		: 86
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 31
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 11
cpu cores	: 8
apicid		: 118
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     264257624 kB
MemFree:      255499704 kB
Buffers:        446476 kB
Cached:        7907824 kB
SwapCached:          0 kB
Active:        7428172 kB
Inactive:       994772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      255499704 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           37064 kB
Writeback:           0 kB
AnonPages:       68864 kB
Mapped:          14504 kB
Slab:           251880 kB
PageTables:       3612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   193768 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296372 kB
VmallocChunk: 34359440603 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62016 MiB
End job on node200 at 2011-05-16 23:58:01