Trace number 3372453

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) 158720 5102.21

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
MD5SUM4ab53801f3b1a3f7169c9fb38cba4184
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables171676
Number of clauses870241
Sum of the clauses size2069671
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2859140
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

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-3372453-1305626418/watcher-3372453-1305626418 -o /tmp/evaluation-result-3372453-1305626418/solver-3372453-1305626418 -C 160000 -W 5100 -M 266338304 plingeling -t 32 HOME/instance-3372453-1305626418.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: 27.24 31.05 31.67 1/413 24587
/proc/meminfo: memFree=255515884/264257624 swapFree=67111528/67111528
[pid=24587] ppid=24585 vsize=17376 CPUtime=0.02 cores=0-31
/proc/24587/stat : 24587 (plingeling) R 24585 24587 24561 0 -1 4202496 2427 1241 0 0 2 0 0 0 23 0 1 0 674128315 17793024 2358 268435456000 4194304 4417452 140736227453072 18446744073709551615 258650955760 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/24587/statm: 4382 2372 141 55 0 2268 0

[startup+0.100271 s]
/proc/loadavg: 27.24 31.05 31.67 1/413 24587
/proc/meminfo: memFree=255515884/264257624 swapFree=67111528/67111528
[pid=24587] ppid=24585 vsize=23356 CPUtime=0.08 cores=0-31
/proc/24587/stat : 24587 (plingeling) R 24585 24587 24561 0 -1 4202496 3913 1241 0 0 8 0 0 0 23 0 1 0 674128315 23916544 3844 268435456000 4194304 4417452 140736227453072 18446744073709551615 258650955760 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/24587/statm: 5839 3844 144 55 0 3725 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23356

[startup+0.201272 s]
/proc/loadavg: 27.24 31.05 31.67 1/413 24587
/proc/meminfo: memFree=255515884/264257624 swapFree=67111528/67111528
[pid=24587] ppid=24585 vsize=36596 CPUtime=0.19 cores=0-31
/proc/24587/stat : 24587 (plingeling) R 24585 24587 24561 0 -1 4202496 7215 1241 0 0 18 1 0 0 24 0 1 0 674128315 37474304 7146 268435456000 4194304 4417452 140736227453072 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/24587/statm: 9149 7146 146 55 0 7035 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 36596

[startup+0.301266 s]
/proc/loadavg: 27.24 31.05 31.67 1/413 24587
/proc/meminfo: memFree=255515884/264257624 swapFree=67111528/67111528
[pid=24587] ppid=24585 vsize=56296 CPUtime=0.29 cores=0-31
/proc/24587/stat : 24587 (plingeling) R 24585 24587 24561 0 -1 4202496 12148 1241 0 0 27 2 0 0 25 0 1 0 674128315 57647104 12079 268435456000 4194304 4417452 140736227453072 18446744073709551615 4231353 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/24587/statm: 14074 12079 146 55 0 11960 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56296

[startup+0.700284 s]
/proc/loadavg: 27.24 31.05 31.67 1/413 24587
/proc/meminfo: memFree=255515884/264257624 swapFree=67111528/67111528
[pid=24587] ppid=24585 vsize=105600 CPUtime=0.69 cores=0-31
/proc/24587/stat : 24587 (plingeling) R 24585 24587 24561 0 -1 4202496 24490 1241 0 0 64 5 0 0 25 0 1 0 674128315 108134400 24421 268435456000 4194304 4417452 140736227453072 18446744073709551615 4264909 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/24587/statm: 26400 24421 146 55 0 24286 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 105600

[startup+1.50031 s]
/proc/loadavg: 27.24 31.05 31.67 2/414 24593
/proc/meminfo: memFree=255407856/264257624 swapFree=67111528/67111528
[pid=24587] ppid=24585 vsize=149660 CPUtime=1.49 cores=0-31
/proc/24587/stat : 24587 (plingeling) R 24585 24587 24561 0 -1 4202496 35473 1241 0 0 142 7 0 0 25 0 1 0 674128315 153251840 35404 268435456000 4194304 4417452 140736227453072 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/24587/statm: 37415 35404 146 55 0 35301 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 149660

[startup+3.10036 s]
/proc/loadavg: 25.14 30.55 31.51 2/414 24593
/proc/meminfo: memFree=255302756/264257624 swapFree=67111528/67111528
[pid=24587] ppid=24585 vsize=257400 CPUtime=3.08 cores=0-31
/proc/24587/stat : 24587 (plingeling) R 24585 24587 24561 0 -1 4202496 62440 1241 0 0 296 12 0 0 25 0 1 0 674128315 263577600 62371 268435456000 4194304 4417452 140736227453072 18446744073709551615 4262120 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/24587/statm: 64350 62371 146 55 0 62236 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 257400

[startup+6.30047 s]
/proc/loadavg: 25.14 30.55 31.51 2/414 24593
/proc/meminfo: memFree=255040516/264257624 swapFree=67111528/67111528
[pid=24587] ppid=24585 vsize=481720 CPUtime=6.28 cores=0-31
/proc/24587/stat : 24587 (plingeling) R 24585 24587 24561 0 -1 4202496 118520 1241 0 0 605 23 0 0 25 0 1 0 674128315 493281280 118451 268435456000 4194304 4417452 140736227453072 18446744073709551615 4228002 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/24587/statm: 120430 118451 146 55 0 118316 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 481720

[startup+12.7016 s]
/proc/loadavg: 23.51 30.01 31.32 33/446 24625
/proc/meminfo: memFree=254547592/264257624 swapFree=67111528/67111528
[pid=24587] ppid=24585 vsize=1398312 CPUtime=50.22 cores=0-31
/proc/24587/stat : 24587 (plingeling) S 24585 24587 24561 0 -1 4202496 372314 1241 0 0 4775 247 0 0 18 0 33 0 674128315 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 26 0 0 0
/proc/24587/statm: 349578 248193 170 55 0 347464 0
[pid=24587/tid=24594] ppid=24585 vsize=1398312 CPUtime=1.24 cores=0-31
/proc/24587/task/24594/stat : 24594 (plingeling) R 24585 24587 24561 0 -1 4202560 2919 1241 0 0 119 5 0 0 25 0 33 0 674129458 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24587/tid=24595] ppid=24585 vsize=1398312 CPUtime=1.25 cores=0-31
/proc/24587/task/24595/stat : 24595 (plingeling) R 24585 24587 24561 0 -1 4202560 3746 1241 0 0 122 3 0 0 19 0 33 0 674129458 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4240372 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24587/tid=24596] ppid=24585 vsize=1398312 CPUtime=1.23 cores=0-31
/proc/24587/task/24596/stat : 24596 (plingeling) R 24585 24587 24561 0 -1 4202560 3915 1241 0 0 119 4 0 0 22 0 33 0 674129458 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4287486 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24587/tid=24597] ppid=24585 vsize=1398312 CPUtime=1.25 cores=0-31
/proc/24587/task/24597/stat : 24597 (plingeling) R 24585 24587 24561 0 -1 4202560 3123 1241 0 0 124 1 0 0 19 0 33 0 674129458 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24587/tid=24598] ppid=24585 vsize=1398312 CPUtime=1.23 cores=0-31
/proc/24587/task/24598/stat : 24598 (plingeling) R 24585 24587 24561 0 -1 4202560 3948 1241 0 0 118 5 0 0 22 0 33 0 674129458 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4284484 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24587/tid=24599] ppid=24585 vsize=1398312 CPUtime=1.22 cores=0-31
/proc/24587/task/24599/stat : 24599 (plingeling) R 24585 24587 24561 0 -1 4202560 3754 1241 0 0 116 6 0 0 22 0 33 0 674129458 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4309907 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=24587/tid=24600] ppid=24585 vsize=1398312 CPUtime=1.22 cores=0-31
/proc/24587/task/24600/stat : 24600 (plingeling) R 24585 24587 24561 0 -1 4202560 3920 1241 0 0 116 6 0 0 22 0 33 0 674129458 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4284626 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=24587/tid=24601] ppid=24585 vsize=1398312 CPUtime=1.23 cores=0-31
/proc/24587/task/24601/stat : 24601 (plingeling) R 24585 24587 24561 0 -1 4202560 3781 1241 0 0 117 6 0 0 19 0 33 0 674129459 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=24587/tid=24602] ppid=24585 vsize=1398312 CPUtime=1.22 cores=0-31
/proc/24587/task/24602/stat : 24602 (plingeling) R 24585 24587 24561 0 -1 4202560 3923 1241 0 0 116 6 0 0 22 0 33 0 674129459 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4306600 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=24587/tid=24603] ppid=24585 vsize=1398312 CPUtime=1.22 cores=0-31
/proc/24587/task/24603/stat : 24603 (plingeling) R 24585 24587 24561 0 -1 4202560 5821 1241 0 0 114 8 0 0 19 0 33 0 674129459 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4287486 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24587/tid=24604] ppid=24585 vsize=1398312 CPUtime=1.22 cores=0-31
/proc/24587/task/24604/stat : 24604 (plingeling) R 24585 24587 24561 0 -1 4202560 3913 1241 0 0 116 6 0 0 19 0 33 0 674129459 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4286661 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24587/tid=24605] ppid=24585 vsize=1398312 CPUtime=1.21 cores=0-31
/proc/24587/task/24605/stat : 24605 (plingeling) R 24585 24587 24561 0 -1 4202560 4580 1241 0 0 114 7 0 0 21 0 33 0 674129459 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4287492 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=24587/tid=24606] ppid=24585 vsize=1398312 CPUtime=1.16 cores=0-31
/proc/24587/task/24606/stat : 24606 (plingeling) R 24585 24587 24561 0 -1 4202560 5890 1241 0 0 109 7 0 0 21 0 33 0 674129459 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4288693 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=24587/tid=24607] ppid=24585 vsize=1398312 CPUtime=1.22 cores=0-31
/proc/24587/task/24607/stat : 24607 (plingeling) R 24585 24587 24561 0 -1 4202560 3914 1241 0 0 115 7 0 0 22 0 33 0 674129460 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4284784 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=24587/tid=24608] ppid=24585 vsize=1398312 CPUtime=1.21 cores=0-31
/proc/24587/task/24608/stat : 24608 (plingeling) R 24585 24587 24561 0 -1 4202560 3918 1241 0 0 114 7 0 0 19 0 33 0 674129460 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4281860 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=24587/tid=24609] ppid=24585 vsize=1398312 CPUtime=1.22 cores=0-31
/proc/24587/task/24609/stat : 24609 (plingeling) R 24585 24587 24561 0 -1 4202560 3913 1241 0 0 117 5 0 0 22 0 33 0 674129460 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4309805 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24587/tid=24610] ppid=24585 vsize=1398312 CPUtime=1.18 cores=0-31
/proc/24587/task/24610/stat : 24610 (plingeling) R 24585 24587 24561 0 -1 4202560 5894 1241 0 0 112 6 0 0 21 0 33 0 674129460 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4287643 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=24587/tid=24611] ppid=24585 vsize=1398312 CPUtime=1.21 cores=0-31
/proc/24587/task/24611/stat : 24611 (plingeling) R 24585 24587 24561 0 -1 4202560 5854 1241 0 0 113 8 0 0 22 0 33 0 674129460 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4288172 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=24587/tid=24612] ppid=24585 vsize=1398312 CPUtime=1.18 cores=0-31
/proc/24587/task/24612/stat : 24612 (plingeling) R 24585 24587 24561 0 -1 4202560 3918 1241 0 0 112 6 0 0 21 0 33 0 674129460 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4290729 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=24587/tid=24613] ppid=24585 vsize=1398312 CPUtime=1.2 cores=0-31
/proc/24587/task/24613/stat : 24613 (plingeling) R 24585 24587 24561 0 -1 4202560 4993 1241 0 0 114 6 0 0 21 0 33 0 674129460 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4310641 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=24587/tid=24614] ppid=24585 vsize=1398312 CPUtime=1.18 cores=0-31
/proc/24587/task/24614/stat : 24614 (plingeling) R 24585 24587 24561 0 -1 4202560 5997 1241 0 0 112 6 0 0 21 0 33 0 674129460 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4305845 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=24587/tid=24615] ppid=24585 vsize=1398312 CPUtime=1.19 cores=0-31
/proc/24587/task/24615/stat : 24615 (plingeling) R 24585 24587 24561 0 -1 4202560 3082 1241 0 0 115 4 0 0 21 0 33 0 674129460 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4290744 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=24587/tid=24616] ppid=24585 vsize=1398312 CPUtime=1.2 cores=0-31
/proc/24587/task/24616/stat : 24616 (plingeling) R 24585 24587 24561 0 -1 4202560 3915 1241 0 0 113 7 0 0 22 0 33 0 674129460 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4284167 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=24587/tid=24617] ppid=24585 vsize=1398312 CPUtime=1.21 cores=0-31
/proc/24587/task/24617/stat : 24617 (plingeling) R 24585 24587 24561 0 -1 4202560 3919 1241 0 0 113 8 0 0 21 0 33 0 674129460 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4287187 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=24587/tid=24618] ppid=24585 vsize=1398312 CPUtime=1.17 cores=0-31
/proc/24587/task/24618/stat : 24618 (plingeling) R 24585 24587 24561 0 -1 4202560 5719 1241 0 0 112 5 0 0 21 0 33 0 674129460 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4286308 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=24587/tid=24619] ppid=24585 vsize=1398312 CPUtime=1.17 cores=0-31
/proc/24587/task/24619/stat : 24619 (plingeling) R 24585 24587 24561 0 -1 4202560 3747 1241 0 0 112 5 0 0 21 0 33 0 674129461 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4287187 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=24587/tid=24620] ppid=24585 vsize=1398312 CPUtime=1.17 cores=0-31
/proc/24587/task/24620/stat : 24620 (plingeling) R 24585 24587 24561 0 -1 4202560 3775 1241 0 0 112 5 0 0 21 0 33 0 674129463 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4287486 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=24587/tid=24621] ppid=24585 vsize=1398312 CPUtime=1.17 cores=0-31
/proc/24587/task/24621/stat : 24621 (plingeling) R 24585 24587 24561 0 -1 4202560 4713 1241 0 0 112 5 0 0 21 0 33 0 674129464 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4287187 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=24587/tid=24622] ppid=24585 vsize=1398312 CPUtime=1.17 cores=0-31
/proc/24587/task/24622/stat : 24622 (plingeling) R 24585 24587 24561 0 -1 4202560 5867 1241 0 0 111 6 0 0 21 0 33 0 674129464 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4284484 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=24587/tid=24623] ppid=24585 vsize=1398312 CPUtime=1.17 cores=0-31
/proc/24587/task/24623/stat : 24623 (plingeling) R 24585 24587 24561 0 -1 4202560 5858 1241 0 0 111 6 0 0 21 0 33 0 674129464 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=24587/tid=24624] ppid=24585 vsize=1398312 CPUtime=1.17 cores=0-31
/proc/24587/task/24624/stat : 24624 (plingeling) R 24585 24587 24561 0 -1 4202560 3921 1241 0 0 112 5 0 0 21 0 33 0 674129464 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4287187 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=24587/tid=24625] ppid=24585 vsize=1398312 CPUtime=1.18 cores=0-31
/proc/24587/task/24625/stat : 24625 (plingeling) R 24585 24587 24561 0 -1 4202560 5717 1241 0 0 113 5 0 0 22 0 33 0 674129464 1431871488 248193 268435456000 4194304 4417452 140736227453072 18446744073709551615 4287187 0 0 4096 17442 0 0 0 -1 13 0 0 0
Current children cumulated CPU time (s) 50.22
Current children cumulated vsize (KiB) 1398312

[startup+25.502 s]
/proc/loadavg: 24.90 30.09 31.33 33/446 24625
/proc/meminfo: memFree=254134776/264257624 swapFree=67111528/67111528
[pid=24587] ppid=24585 vsize=1763256 CPUtime=452.32 cores=0-31
/proc/24587/stat : 24587 (plingeling) S 24585 24587 24561 0 -1 4202496 576265 1241 0 0 44798 434 0 0 18 0 33 0 674128315 1805574144 340853 268435456000 4194304 4417452 140736227453072 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 26 0 0 0
/proc/24587/statm: 440814 340853 175 55 0 438700 0
[pid=24587/tid=24594] ppid=24585 vsize=1763256 CPUtime=13.75 cores=0-31
/proc/24587/task/24594/stat : 24594 (plingeling) R 24585 24587 24561 0 -1 4202560 9906 1241 0 0 1366 9 0 0 25 0 33 0 674129458 1805574144 340853 268435456000 4194304 4417452 140736227453072 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=24587/tid=24595] ppid=24585 vsize=1763256 CPUtime=13.76 cores=0-31
/proc/24587/task/24595/stat : 24595 (plingeling) R 24585 24587 24561 0 -1 4202560 8204 1241 0 0 1364 12 0 0 25 0 33 0 674129458 1805574144 340853 268435456000 4194304 4417452 140736227453072 18446744073709551615 4358022 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=24587/tid=24596] ppid=24585 vsize=1763256 CPUtime=13.84 cores=0-31
/proc/24587/task/24596/stat : 24596 (plingeling) R 24585 24587 24561 0 -1 4202560 14886 1241 0 0 1377 7 0 0 25 0 33 0 674129458 1805574144 340853 268435456000 4194304 4417452 140736227453072 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=24587/tid=24597] ppid=24585 vsize=1763256 CPUtime=14.04 cores=0-31
/proc/24587/task/24597/stat : 24597 (plingeling) R 24585 24587 24561 0 -1 4202560 7438 1241 0 0 1402 2 0 0 25 0 33 0 674129458 1805574144 340853 268435456000 4194304 4417452 140736227453072 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=24587/tid=24598] ppid=24585 vsize=1763256 CPUtime=13.92 cores=0-31
/proc/24587/task/24598/stat : 24598 (plingeling) R 24585 24587 24561 0 -1 4202560 8886 1241 0 0 1380 12 0 0 25 0 33 0 674129458 1805574144 340853 268435456000 4194304 4417452 140736227453072 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=24587/tid=24599] ppid=24585 vsize=1763256 CPUtime=13.84 cores=0-31
/proc/24587/task/24599/stat : 24599 (plingeling) R 24585 24587 24561 0 -1 4202560 12155 1241 0 0 1370 14 0 0 25 0 33 0 674129458 1805574144 340853 268435456000 4194304 4417452 140736227453072 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=24587/tid=24600] ppid=24585 vsize=1763256 CPUtime=14 cores=0-31
/proc/24587/task/24600/stat : 24600 (plingeling) R 24585 24587 24561 0 -1 4202560 8258 1241 0 0 1388 12 0 0 25 0 33 0 674129458 1805574144 340853 268435456000 4194304 4417452 140736227453072 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=24587/tid=24601] ppid=24585 vsize=1763256 CPUtime=13.77 cores=0-31
/proc/24587/task/24601/stat : 24601 (plingeling) R 24585 24587 24561 0 -1 4202560 8751 1241 0 0 1369 8 0 0 25 0 33 0 674129459 1805574144 340853 268435456000 4194304 4417452 140736227453072 18446744073709551615 4264909 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=24587/tid=24602] ppid=24585 vsize=1763256 CPUtime=13.79 cores=0-31
/proc/24587/task/24602/stat : 24602 (plingeling) R 24585 24587 24561 0 -1 4202560 12227 1241 0 0 1366 13 0 0 25 0 33 0 674129459 1805574144 340853 268435456000 4194304 4417452 140736227453072 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=24587/tid=24603] ppid=24585 vsize=1763256 CPUtime=13.5 cores=0-31
/proc/24587/task/24603/stat : 24603 (plingeling) R 24585 24587 24561 0 -1 4202560 13722 1241 0 0 1333 17 0 0 25 0 33 0 674129459 1805574144 340853 268435456000 4194304 4417452 140736227453072 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=24587/tid=24604] ppid=24585 vsize=1763256 CPUtime=13.88 cores=0-31
/proc/24587/task/24604/stat : 24604 (plingeling) R 24585 24587 24561 0 -1 4202560 6089 1241 0 0 1378 10 0 0 25 0 33 0 674129459 1805574144 340853 268435456000 4194304 4417452 140736227453072 18446744073709551615 4232598 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24587/tid=24605] ppid=24585 vsize=1763256 CPUtime=13.81 cores=0-31
/proc/24587/task/24605/stat : 24605 (plingeling) R 24585 24587 24561 0 -1 4202560 11086 1241 0 0 1369 12 0 0 25 0 33 0 674129459 1805574144 340853 268435456000 4194304 4417452 140736227453072 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24587/tid=24606] ppid=24585 vsize=1763256 CPUtime=13.51 cores=0-31
/proc/24587/task/24606/stat : 24606 (plingeling) R 24585 24587 24561 0 -1 4202560 13331 1241 0 0 1341 10 0 0 25 0 33 0 674129459 1805574144 340853 268435456000 4194304 4417452 140736227453072 18446744073709551615 4250432 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=24587/tid=24607] ppid=24585 vsize=1763256 CPUtime=13.82 cores=0-31
/proc/24587/task/24607/stat : 24607 (plingeling) R 24585 24587 24561 0 -1 4202560 12705 1241 0 0 1367 15 0 0 25 0 33 0 674129460 1805574144 340853 268435456000 4194304 4417452 140736227453072 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24587/tid=24608] ppid=24585 vsize=1763256 CPUtime=13.79 cores=0-31
/proc/24587/task/24608/stat : 24608 (plingeling) R 24585 24587 24561 0 -1 4202560 7183 1241 0 0 1366 13 0 0 25 0 33 0 674129460 1805574144 340853 268435456000 4194304 4417452 140736227453072 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 11 0 0 0

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

/proc/24587/task/24612/stat : 24612 (plingeling) R 24585 24587 24561 0 -1 4202560 3559901 1241 0 0 487730 5545 0 0 25 0 33 0 674129460 23111950336 5523866 268435456000 4194304 4417452 140736227453072 18446744073709551615 4316263 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=24587/tid=24613] ppid=24585 vsize=22570264 CPUtime=4928 cores=0-31
/proc/24587/task/24613/stat : 24613 (plingeling) R 24585 24587 24561 0 -1 4202560 3827766 1241 0 0 487635 5165 0 0 25 0 33 0 674129460 23111950336 5523866 268435456000 4194304 4417452 140736227453072 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=24587/tid=24614] ppid=24585 vsize=22570264 CPUtime=4925.61 cores=0-31
/proc/24587/task/24614/stat : 24614 (plingeling) R 24585 24587 24561 0 -1 4202560 4148535 1241 0 0 486164 6397 0 0 25 0 33 0 674129460 23111950336 5523866 268435456000 4194304 4417452 140736227453072 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=24587/tid=24615] ppid=24585 vsize=22570264 CPUtime=4948.09 cores=0-31
/proc/24587/task/24615/stat : 24615 (plingeling) R 24585 24587 24561 0 -1 4202560 3900227 1241 0 0 488646 6163 0 0 23 0 33 0 674129460 23111950336 5523866 268435456000 4194304 4417452 140736227453072 18446744073709551615 4365579 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24587/tid=24616] ppid=24585 vsize=22570264 CPUtime=4942.94 cores=0-31
/proc/24587/task/24616/stat : 24616 (plingeling) R 24585 24587 24561 0 -1 4202560 4196644 1241 0 0 487424 6870 0 0 22 0 33 0 674129460 23111950336 5523866 268435456000 4194304 4417452 140736227453072 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=24587/tid=24617] ppid=24585 vsize=22570264 CPUtime=4941.71 cores=0-31
/proc/24587/task/24617/stat : 24617 (plingeling) R 24585 24587 24561 0 -1 4202560 4216546 1241 0 0 487732 6439 0 0 25 0 33 0 674129460 23111950336 5523866 268435456000 4194304 4417452 140736227453072 18446744073709551615 4232612 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=24587/tid=24618] ppid=24585 vsize=22570264 CPUtime=4968.94 cores=0-31
/proc/24587/task/24618/stat : 24618 (plingeling) R 24585 24587 24561 0 -1 4202560 4294364 1241 0 0 490545 6349 0 0 25 0 33 0 674129460 23111950336 5523866 268435456000 4194304 4417452 140736227453072 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24587/tid=24619] ppid=24585 vsize=22570264 CPUtime=4926.67 cores=0-31
/proc/24587/task/24619/stat : 24619 (plingeling) R 24585 24587 24561 0 -1 4202560 3538356 1241 0 0 487611 5056 0 0 24 0 33 0 674129461 23111950336 5523866 268435456000 4194304 4417452 140736227453072 18446744073709551615 4354510 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=24587/tid=24620] ppid=24585 vsize=22570264 CPUtime=4938.23 cores=0-31
/proc/24587/task/24620/stat : 24620 (plingeling) R 24585 24587 24561 0 -1 4202560 3685801 1241 0 0 488667 5156 0 0 25 0 33 0 674129463 23111950336 5523866 268435456000 4194304 4417452 140736227453072 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=24587/tid=24621] ppid=24585 vsize=22570264 CPUtime=4937.84 cores=0-31
/proc/24587/task/24621/stat : 24621 (plingeling) R 24585 24587 24561 0 -1 4202560 4003255 1241 0 0 488129 5655 0 0 25 0 33 0 674129464 23111950336 5523866 268435456000 4194304 4417452 140736227453072 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=24587/tid=24622] ppid=24585 vsize=22570264 CPUtime=4953.05 cores=0-31
/proc/24587/task/24622/stat : 24622 (plingeling) R 24585 24587 24561 0 -1 4202560 3244254 1241 0 0 491288 4017 0 0 25 0 33 0 674129464 23111950336 5523866 268435456000 4194304 4417452 140736227453072 18446744073709551615 4358176 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=24587/tid=24623] ppid=24585 vsize=22570264 CPUtime=4923.28 cores=0-31
/proc/24587/task/24623/stat : 24623 (plingeling) R 24585 24587 24561 0 -1 4202560 4132721 1241 0 0 486344 5984 0 0 25 0 33 0 674129464 23111950336 5523866 268435456000 4194304 4417452 140736227453072 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24587/tid=24624] ppid=24585 vsize=22570264 CPUtime=4947.14 cores=0-31
/proc/24587/task/24624/stat : 24624 (plingeling) R 24585 24587 24561 0 -1 4202560 3602361 1241 0 0 489524 5190 0 0 25 0 33 0 674129464 23111950336 5523866 268435456000 4194304 4417452 140736227453072 18446744073709551615 4263053 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=24587/tid=24625] ppid=24585 vsize=22570264 CPUtime=4948.54 cores=0-31
/proc/24587/task/24625/stat : 24625 (plingeling) R 24585 24587 24561 0 -1 4202560 3300594 1241 0 0 490388 4466 0 0 25 0 33 0 674129464 23111950336 5523866 268435456000 4194304 4417452 140736227453072 18446744073709551615 4235999 0 0 4096 17442 0 0 0 -1 17 0 0 0
Current children cumulated CPU time (s) 158180
Current children cumulated vsize (KiB) 22570264



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 32.10 32.04 32.01 33/446 24784
/proc/meminfo: memFree=232686000/264257624 swapFree=67111528/67111528
[pid=24587] ppid=24585 vsize=23250088 CPUtime=158710 cores=0-31
/proc/24587/stat : 24587 (plingeling) S 24585 24587 24561 0 -1 4202496 125008146 1241 0 0 15689197 181794 0 0 18 0 33 0 674128315 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 26 0 0 0
/proc/24587/statm: 5812522 5693822 175 55 0 5810408 0
[pid=24587/tid=24594] ppid=24585 vsize=23250088 CPUtime=4961.7 cores=0-31
/proc/24587/task/24594/stat : 24594 (plingeling) R 24585 24587 24561 0 -1 4202560 3473314 1241 0 0 491363 4807 0 0 19 0 33 0 674129458 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4263118 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24587/tid=24595] ppid=24585 vsize=23250088 CPUtime=4960.38 cores=0-31
/proc/24587/task/24595/stat : 24595 (plingeling) R 24585 24587 24561 0 -1 4202560 3268822 1241 0 0 491323 4715 0 0 25 0 33 0 674129458 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=24587/tid=24596] ppid=24585 vsize=23250088 CPUtime=4959.54 cores=0-31
/proc/24587/task/24596/stat : 24596 (plingeling) R 24585 24587 24561 0 -1 4202560 4252970 1241 0 0 489307 6647 0 0 25 0 33 0 674129458 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4234647 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=24587/tid=24597] ppid=24585 vsize=23250088 CPUtime=5004.2 cores=0-31
/proc/24587/task/24597/stat : 24597 (plingeling) R 24585 24587 24561 0 -1 4202560 6941848 1241 0 0 489563 10857 0 0 25 0 33 0 674129458 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=24587/tid=24598] ppid=24585 vsize=23250088 CPUtime=4954.18 cores=0-31
/proc/24587/task/24598/stat : 24598 (plingeling) R 24585 24587 24561 0 -1 4202560 3559964 1241 0 0 490571 4847 0 0 25 0 33 0 674129458 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=24587/tid=24599] ppid=24585 vsize=23250088 CPUtime=4947.93 cores=0-31
/proc/24587/task/24599/stat : 24599 (plingeling) R 24585 24587 24561 0 -1 4202560 4297885 1241 0 0 488031 6762 0 0 19 0 33 0 674129458 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=24587/tid=24600] ppid=24585 vsize=23250088 CPUtime=4951.7 cores=0-31
/proc/24587/task/24600/stat : 24600 (plingeling) R 24585 24587 24561 0 -1 4202560 3475388 1241 0 0 490185 4985 0 0 19 0 33 0 674129458 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4263287 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=24587/tid=24601] ppid=24585 vsize=23250088 CPUtime=4959.99 cores=0-31
/proc/24587/task/24601/stat : 24601 (plingeling) R 24585 24587 24561 0 -1 4202560 3349429 1241 0 0 491375 4624 0 0 25 0 33 0 674129459 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4365936 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=24587/tid=24602] ppid=24585 vsize=23250088 CPUtime=4969.09 cores=0-31
/proc/24587/task/24602/stat : 24602 (plingeling) R 24585 24587 24561 0 -1 4202560 3620729 1241 0 0 492081 4828 0 0 19 0 33 0 674129459 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=24587/tid=24603] ppid=24585 vsize=23250088 CPUtime=4958.35 cores=0-31
/proc/24587/task/24603/stat : 24603 (plingeling) R 24585 24587 24561 0 -1 4202560 3729039 1241 0 0 490572 5263 0 0 25 0 33 0 674129459 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=24587/tid=24604] ppid=24585 vsize=23250088 CPUtime=4966.51 cores=0-31
/proc/24587/task/24604/stat : 24604 (plingeling) R 24585 24587 24561 0 -1 4202560 3026083 1241 0 0 492423 4228 0 0 20 0 33 0 674129459 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4232664 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=24587/tid=24605] ppid=24585 vsize=23250088 CPUtime=4945.54 cores=0-31
/proc/24587/task/24605/stat : 24605 (plingeling) R 24585 24587 24561 0 -1 4202560 4173816 1241 0 0 488374 6180 0 0 20 0 33 0 674129459 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=24587/tid=24606] ppid=24585 vsize=23250088 CPUtime=4945.25 cores=0-31
/proc/24587/task/24606/stat : 24606 (plingeling) R 24585 24587 24561 0 -1 4202560 3718765 1241 0 0 489422 5103 0 0 19 0 33 0 674129459 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4263230 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=24587/tid=24607] ppid=24585 vsize=23250088 CPUtime=4979.24 cores=0-31
/proc/24587/task/24607/stat : 24607 (plingeling) R 24585 24587 24561 0 -1 4202560 4493425 1241 0 0 490931 6993 0 0 25 0 33 0 674129460 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=24587/tid=24608] ppid=24585 vsize=23250088 CPUtime=4964.3 cores=0-31
/proc/24587/task/24608/stat : 24608 (plingeling) R 24585 24587 24561 0 -1 4202560 3776033 1241 0 0 490927 5503 0 0 25 0 33 0 674129460 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=24587/tid=24609] ppid=24585 vsize=23250088 CPUtime=4959.2 cores=0-31
/proc/24587/task/24609/stat : 24609 (plingeling) R 24585 24587 24561 0 -1 4202560 3714611 1241 0 0 490863 5057 0 0 19 0 33 0 674129460 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=24587/tid=24610] ppid=24585 vsize=23250088 CPUtime=4962.79 cores=0-31
/proc/24587/task/24610/stat : 24610 (plingeling) R 24585 24587 24561 0 -1 4202560 4283566 1241 0 0 490259 6020 0 0 25 0 33 0 674129460 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4366646 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=24587/tid=24611] ppid=24585 vsize=23250088 CPUtime=4955.68 cores=0-31
/proc/24587/task/24611/stat : 24611 (plingeling) R 24585 24587 24561 0 -1 4202560 3792495 1241 0 0 490001 5567 0 0 19 0 33 0 674129460 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24587/tid=24612] ppid=24585 vsize=23250088 CPUtime=4950.43 cores=0-31
/proc/24587/task/24612/stat : 24612 (plingeling) R 24585 24587 24561 0 -1 4202560 3559901 1241 0 0 489498 5545 0 0 25 0 33 0 674129460 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4346639 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24587/tid=24613] ppid=24585 vsize=23250088 CPUtime=4944.3 cores=0-31
/proc/24587/task/24613/stat : 24613 (plingeling) R 24585 24587 24561 0 -1 4202560 3841914 1241 0 0 489239 5191 0 0 23 0 33 0 674129460 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=24587/tid=24614] ppid=24585 vsize=23250088 CPUtime=4941.86 cores=0-31
/proc/24587/task/24614/stat : 24614 (plingeling) R 24585 24587 24561 0 -1 4202560 4182963 1241 0 0 487695 6491 0 0 25 0 33 0 674129460 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 258651013786 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=24587/tid=24615] ppid=24585 vsize=23250088 CPUtime=4965.37 cores=0-31
/proc/24587/task/24615/stat : 24615 (plingeling) R 24585 24587 24561 0 -1 4202560 3900227 1241 0 0 490372 6165 0 0 25 0 33 0 674129460 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4270130 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24587/tid=24616] ppid=24585 vsize=23250088 CPUtime=4959.44 cores=0-31
/proc/24587/task/24616/stat : 24616 (plingeling) R 24585 24587 24561 0 -1 4202560 4204067 1241 0 0 489060 6884 0 0 19 0 33 0 674129460 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=24587/tid=24617] ppid=24585 vsize=23250088 CPUtime=4958.98 cores=0-31
/proc/24587/task/24617/stat : 24617 (plingeling) R 24585 24587 24561 0 -1 4202560 4223417 1241 0 0 489444 6454 0 0 25 0 33 0 674129460 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4356867 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=24587/tid=24618] ppid=24585 vsize=23250088 CPUtime=4986.26 cores=0-31
/proc/24587/task/24618/stat : 24618 (plingeling) R 24585 24587 24561 0 -1 4202560 4306269 1241 0 0 492248 6378 0 0 25 0 33 0 674129460 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=24587/tid=24619] ppid=24585 vsize=23250088 CPUtime=4942.17 cores=0-31
/proc/24587/task/24619/stat : 24619 (plingeling) R 24585 24587 24561 0 -1 4202560 3550814 1241 0 0 489156 5061 0 0 21 0 33 0 674129461 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4358116 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24587/tid=24620] ppid=24585 vsize=23250088 CPUtime=4955.09 cores=0-31
/proc/24587/task/24620/stat : 24620 (plingeling) R 24585 24587 24561 0 -1 4202560 3704769 1241 0 0 490327 5182 0 0 25 0 33 0 674129463 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4366670 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=24587/tid=24621] ppid=24585 vsize=23250088 CPUtime=4955.56 cores=0-31
/proc/24587/task/24621/stat : 24621 (plingeling) R 24585 24587 24561 0 -1 4202560 4011987 1241 0 0 489876 5680 0 0 25 0 33 0 674129464 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=24587/tid=24622] ppid=24585 vsize=23250088 CPUtime=4968.76 cores=0-31
/proc/24587/task/24622/stat : 24622 (plingeling) R 24585 24587 24561 0 -1 4202560 3275544 1241 0 0 492837 4039 0 0 19 0 33 0 674129464 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4357003 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=24587/tid=24623] ppid=24585 vsize=23250088 CPUtime=4937.51 cores=0-31
/proc/24587/task/24623/stat : 24623 (plingeling) R 24585 24587 24561 0 -1 4202560 4146018 1241 0 0 487753 5998 0 0 19 0 33 0 674129464 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4250476 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24587/tid=24624] ppid=24585 vsize=23250088 CPUtime=4964.32 cores=0-31
/proc/24587/task/24624/stat : 24624 (plingeling) R 24585 24587 24561 0 -1 4202560 3607129 1241 0 0 491232 5200 0 0 25 0 33 0 674129464 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4366517 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24587/tid=24625] ppid=24585 vsize=23250088 CPUtime=4962.57 cores=0-31
/proc/24587/task/24625/stat : 24625 (plingeling) R 24585 24587 24561 0 -1 4202560 3314498 1241 0 0 491780 4477 0 0 19 0 33 0 674129464 23808090112 5693822 268435456000 4194304 4417452 140736227453072 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 158710
Current children cumulated vsize (KiB) 23250088

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -24587

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

[startup+5100.7 s]
/proc/loadavg: 32.10 32.04 32.01 3/416 24785
/proc/meminfo: memFree=237071176/264257624 swapFree=67111528/67111528
[pid=24587] ppid=24585 vsize=0 CPUtime=158719 cores=0-31
/proc/24587/stat : 24587 (plingeling) Z 24585 24587 24561 0 -1 4203548 125008148 1241 0 0 15690002 181868 0 0 18 0 2 0 674128315 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 26 0 0 0
/proc/24587/statm: 0 0 0 0 0 0 0
[pid=24587/tid=24619] ppid=24585 vsize=0 CPUtime=4942.69 cores=0-31
/proc/24587/task/24619/stat : 24619 (plingeling) R 24585 24587 24561 0 -1 4203588 3550814 1241 0 0 489164 5105 0 0 20 0 2 0 674129461 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 158719
Current children cumulated vsize (KiB) 0

[startup+5101.5 s]
/proc/loadavg: 32.10 32.04 32.01 3/416 24785
/proc/meminfo: memFree=237071176/264257624 swapFree=67111528/67111528
[pid=24587] ppid=24585 vsize=0 CPUtime=158719 cores=0-31
/proc/24587/stat : 24587 (plingeling) Z 24585 24587 24561 0 -1 4203548 125008148 1241 0 0 15690002 181945 0 0 18 0 2 0 674128315 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 26 0 0 0
/proc/24587/statm: 0 0 0 0 0 0 0
[pid=24587/tid=24619] ppid=24585 vsize=0 CPUtime=4943.46 cores=0-31
/proc/24587/task/24619/stat : 24619 (plingeling) R 24585 24587 24561 0 -1 4203588 3550814 1241 0 0 489164 5182 0 0 22 0 2 0 674129461 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 158719
Current children cumulated vsize (KiB) 0

[startup+5101.93 s]
/proc/loadavg: 29.61 31.52 31.84 2/416 24785
/proc/meminfo: memFree=250685632/264257624 swapFree=67111528/67111528
[pid=24587] ppid=24585 vsize=0 CPUtime=158720 cores=0-31
/proc/24587/stat : 24587 (plingeling) Z 24585 24587 24561 0 -1 4203548 125008148 1241 0 0 15690002 181988 0 0 18 0 2 0 674128315 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 26 0 0 0
/proc/24587/statm: 0 0 0 0 0 0 0
[pid=24587/tid=24619] ppid=24585 vsize=0 CPUtime=4943.89 cores=0-31
/proc/24587/task/24619/stat : 24619 (plingeling) R 24585 24587 24561 0 -1 4203588 3550814 1241 0 0 489164 5225 0 0 24 0 2 0 674129461 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 158720
Current children cumulated vsize (KiB) 0

[startup+5102.1 s]
/proc/loadavg: 29.61 31.52 31.84 2/416 24785
/proc/meminfo: memFree=250685632/264257624 swapFree=67111528/67111528
[pid=24587] ppid=24585 vsize=0 CPUtime=158720 cores=0-31
/proc/24587/stat : 24587 (plingeling) Z 24585 24587 24561 0 -1 4203548 125008148 1241 0 0 15690002 182005 0 0 18 0 2 0 674128315 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 26 0 0 0
/proc/24587/statm: 0 0 0 0 0 0 0
[pid=24587/tid=24619] ppid=24585 vsize=0 CPUtime=4944.06 cores=0-31
/proc/24587/task/24619/stat : 24619 (plingeling) R 24585 24587 24561 0 -1 4203588 3550814 1241 0 0 489164 5242 0 0 25 0 2 0 674129461 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 158720
Current children cumulated vsize (KiB) 0

[startup+5102.2 s]
/proc/loadavg: 29.61 31.52 31.84 2/416 24785
/proc/meminfo: memFree=250685632/264257624 swapFree=67111528/67111528
[pid=24587] ppid=24585 vsize=0 CPUtime=158720 cores=0-31
/proc/24587/stat : 24587 (plingeling) Z 24585 24587 24561 0 -1 4203548 125008148 1241 0 0 15690002 182015 0 0 18 0 2 0 674128315 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 26 0 0 0
/proc/24587/statm: 0 0 0 0 0 0 0
[pid=24587/tid=24619] ppid=24585 vsize=0 CPUtime=4944.16 cores=0-31
/proc/24587/task/24619/stat : 24619 (plingeling) R 24585 24587 24561 0 -1 4203588 3550814 1241 0 0 489164 5252 0 0 25 0 2 0 674129461 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 158720
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5102.21
CPU time (s): 158720
CPU user time (s): 156900
CPU system time (s): 1820.17
CPU usage (%): 3110.81
Max. virtual memory (cumulated for all children) (KiB): 25083592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 156900
system time used= 1820.17
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125009389
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= 98889
involuntary context switches= 384664

runsolver used 29.0166 second user time and 118.537 second system time

The end

Launcher Data

Begin job on node200 at 2011-05-17 12:00:19
IDJOB=3372453
IDBENCH=82389
IDSOLVER=1852
FILE ID=node200/3372453-1305626418
RUNJOBID= node200-1305626417-24575
PBS_JOBID= 13285567
Free space on /tmp= 62036 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372453-1305626418/watcher-3372453-1305626418 -o /tmp/evaluation-result-3372453-1305626418/solver-3372453-1305626418 -C 160000 -W 5100 -M 266338304  plingeling -t 32 HOME/instance-3372453-1305626418.cnf

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

MD5SUM BENCH= 4ab53801f3b1a3f7169c9fb38cba4184
RANDOM SEED=1525877374

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:      255516032 kB
Buffers:        448732 kB
Cached:        7893936 kB
SwapCached:          0 kB
Active:        7410888 kB
Inactive:      1000432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      255516032 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           16144 kB
Writeback:           4 kB
AnonPages:       68912 kB
Mapped:          14424 kB
Slab:           251904 kB
PageTables:       4300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   188624 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= 62036 MiB
End job on node200 at 2011-05-17 13:25:21