Trace number 3372417

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) 158742 5101.97

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
MD5SUM0385ba51f44fb47d0b0726e26312816f
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 clauses858766
Sum of the clauses size2046721
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2847665
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-3372417-1305586557/watcher-3372417-1305586557 -o /tmp/evaluation-result-3372417-1305586557/solver-3372417-1305586557 -C 160000 -W 5100 -M 266338304 plingeling -t 32 HOME/instance-3372417-1305586557.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: 16.94 27.04 30.18 1/413 21927
/proc/meminfo: memFree=255504468/264257624 swapFree=67111528/67111528
[pid=21927] ppid=21925 vsize=16412 CPUtime=0.02 cores=0-31
/proc/21927/stat : 21927 (plingeling) R 21925 21927 21835 0 -1 4202496 2157 1240 0 0 2 0 0 0 20 0 1 0 670142239 16805888 2088 268435456000 4194304 4417452 140735980322320 18446744073709551615 258650649821 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/21927/statm: 4103 2104 141 55 0 1989 0

[startup+0.132614 s]
/proc/loadavg: 16.94 27.04 30.18 1/413 21927
/proc/meminfo: memFree=255504468/264257624 swapFree=67111528/67111528
[pid=21927] ppid=21925 vsize=33184 CPUtime=0.12 cores=0-31
/proc/21927/stat : 21927 (plingeling) R 21925 21927 21835 0 -1 4202496 6378 1240 0 0 11 1 0 0 20 0 1 0 670142239 33980416 6309 268435456000 4194304 4417452 140735980322320 18446744073709551615 258650955760 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/21927/statm: 8296 6309 145 55 0 6182 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 33184

[startup+0.200648 s]
/proc/loadavg: 16.94 27.04 30.18 1/413 21927
/proc/meminfo: memFree=255504468/264257624 swapFree=67111528/67111528
[pid=21927] ppid=21925 vsize=36596 CPUtime=0.18 cores=0-31
/proc/21927/stat : 21927 (plingeling) R 21925 21927 21835 0 -1 4202496 7216 1240 0 0 17 1 0 0 21 0 1 0 670142239 37474304 7147 268435456000 4194304 4417452 140735980322320 18446744073709551615 4236012 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/21927/statm: 9149 7147 146 55 0 7035 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 36596

[startup+0.30059 s]
/proc/loadavg: 16.94 27.04 30.18 1/413 21927
/proc/meminfo: memFree=255504468/264257624 swapFree=67111528/67111528
[pid=21927] ppid=21925 vsize=44800 CPUtime=0.28 cores=0-31
/proc/21927/stat : 21927 (plingeling) R 21925 21927 21835 0 -1 4202496 9270 1240 0 0 26 2 0 0 21 0 1 0 670142239 45875200 9202 268435456000 4194304 4417452 140735980322320 18446744073709551615 258650649933 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/21927/statm: 11232 9207 146 55 0 9118 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 44800

[startup+0.700648 s]
/proc/loadavg: 16.94 27.04 30.18 1/413 21927
/proc/meminfo: memFree=255504468/264257624 swapFree=67111528/67111528
[pid=21927] ppid=21925 vsize=58672 CPUtime=0.68 cores=0-31
/proc/21927/stat : 21927 (plingeling) R 21925 21927 21835 0 -1 4202496 12743 1240 0 0 65 3 0 0 22 0 1 0 670142239 60080128 12674 268435456000 4194304 4417452 140735980322320 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/21927/statm: 14668 12674 146 55 0 12554 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 58672

[startup+1.50065 s]
/proc/loadavg: 15.67 26.61 30.02 2/414 21933
/proc/meminfo: memFree=255406104/264257624 swapFree=67111528/67111528
[pid=21927] ppid=21925 vsize=115092 CPUtime=1.48 cores=0-31
/proc/21927/stat : 21927 (plingeling) R 21925 21927 21835 0 -1 4202496 26864 1240 0 0 142 6 0 0 25 0 1 0 670142239 117854208 26795 268435456000 4194304 4417452 140735980322320 18446744073709551615 4235999 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/21927/statm: 28773 26795 146 55 0 26659 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 115092

[startup+3.1007 s]
/proc/loadavg: 15.67 26.61 30.02 2/414 21933
/proc/meminfo: memFree=255292160/264257624 swapFree=67111528/67111528
[pid=21927] ppid=21925 vsize=252752 CPUtime=3.09 cores=0-31
/proc/21927/stat : 21927 (plingeling) R 21925 21927 21835 0 -1 4202496 61279 1240 0 0 295 14 0 0 25 0 1 0 670142239 258818048 61210 268435456000 4194304 4417452 140735980322320 18446744073709551615 4231277 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/21927/statm: 63188 61210 146 55 0 61074 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 252752

[startup+6.30083 s]
/proc/loadavg: 15.67 26.61 30.02 2/414 21933
/proc/meminfo: memFree=255032132/264257624 swapFree=67111528/67111528
[pid=21927] ppid=21925 vsize=481720 CPUtime=6.28 cores=0-31
/proc/21927/stat : 21927 (plingeling) R 21925 21927 21835 0 -1 4202496 118521 1240 0 0 605 23 0 0 25 0 1 0 670142239 493281280 118452 268435456000 4194304 4417452 140735980322320 18446744073709551615 4209661 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/21927/statm: 120430 118452 146 55 0 118316 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 481720

[startup+12.7029 s]
/proc/loadavg: 13.41 25.77 29.71 33/446 21965
/proc/meminfo: memFree=254549328/264257624 swapFree=67111528/67111528
[pid=21927] ppid=21925 vsize=1329568 CPUtime=45.42 cores=0-31
/proc/21927/stat : 21927 (plingeling) S 21925 21927 21835 0 -1 4202496 363286 1240 0 0 4338 204 0 0 25 0 33 0 670142239 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 27 0 0 0
/proc/21927/statm: 332392 224116 170 55 0 330278 0
[pid=21927/tid=21934] ppid=21925 vsize=1329568 CPUtime=1.11 cores=0-31
/proc/21927/task/21934/stat : 21934 (plingeling) R 21925 21927 21835 0 -1 4202560 3953 1240 0 0 106 5 0 0 19 0 33 0 670143393 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4287720 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21927/tid=21935] ppid=21925 vsize=1329568 CPUtime=1.12 cores=0-31
/proc/21927/task/21935/stat : 21935 (plingeling) R 21925 21927 21835 0 -1 4202560 4748 1240 0 0 108 4 0 0 19 0 33 0 670143393 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4287111 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21927/tid=21936] ppid=21925 vsize=1329568 CPUtime=1.01 cores=0-31
/proc/21927/task/21936/stat : 21936 (plingeling) R 21925 21927 21835 0 -1 4202560 3949 1240 0 0 99 2 0 0 18 0 33 0 670143393 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4282263 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=21927/tid=21937] ppid=21925 vsize=1329568 CPUtime=1.11 cores=0-31
/proc/21927/task/21937/stat : 21937 (plingeling) R 21925 21927 21835 0 -1 4202560 3461 1240 0 0 105 6 0 0 25 0 33 0 670143393 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4357232 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=21927/tid=21938] ppid=21925 vsize=1329568 CPUtime=1.08 cores=0-31
/proc/21927/task/21938/stat : 21938 (plingeling) R 21925 21927 21835 0 -1 4202560 3755 1240 0 0 105 3 0 0 19 0 33 0 670143393 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4284976 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21927/tid=21939] ppid=21925 vsize=1329568 CPUtime=1.05 cores=0-31
/proc/21927/task/21939/stat : 21939 (plingeling) R 21925 21927 21835 0 -1 4202560 2637 1240 0 0 101 4 0 0 18 0 33 0 670143394 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4287486 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=21927/tid=21940] ppid=21925 vsize=1329568 CPUtime=1.08 cores=0-31
/proc/21927/task/21940/stat : 21940 (plingeling) R 21925 21927 21835 0 -1 4202560 3758 1240 0 0 105 3 0 0 18 0 33 0 670143394 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4286467 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21927/tid=21941] ppid=21925 vsize=1329568 CPUtime=1.05 cores=0-31
/proc/21927/task/21941/stat : 21941 (plingeling) R 21925 21927 21835 0 -1 4202560 4857 1240 0 0 100 5 0 0 19 0 33 0 670143394 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4291366 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=21927/tid=21942] ppid=21925 vsize=1329568 CPUtime=1.1 cores=0-31
/proc/21927/task/21942/stat : 21942 (plingeling) R 21925 21927 21835 0 -1 4202560 3952 1240 0 0 104 6 0 0 19 0 33 0 670143394 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4286467 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21927/tid=21943] ppid=21925 vsize=1329568 CPUtime=1.02 cores=0-31
/proc/21927/task/21943/stat : 21943 (plingeling) R 21925 21927 21835 0 -1 4202560 3920 1240 0 0 99 3 0 0 25 0 33 0 670143394 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4265832 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=21927/tid=21944] ppid=21925 vsize=1329568 CPUtime=1.1 cores=0-31
/proc/21927/task/21944/stat : 21944 (plingeling) R 21925 21927 21835 0 -1 4202560 3948 1240 0 0 104 6 0 0 19 0 33 0 670143394 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4287111 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=21927/tid=21945] ppid=21925 vsize=1329568 CPUtime=1.03 cores=0-31
/proc/21927/task/21945/stat : 21945 (plingeling) R 21925 21927 21835 0 -1 4202560 3913 1240 0 0 97 6 0 0 25 0 33 0 670143394 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4265974 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=21927/tid=21946] ppid=21925 vsize=1329568 CPUtime=1.09 cores=0-31
/proc/21927/task/21946/stat : 21946 (plingeling) R 21925 21927 21835 0 -1 4202560 5057 1240 0 0 103 6 0 0 25 0 33 0 670143395 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4283557 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=21927/tid=21947] ppid=21925 vsize=1329568 CPUtime=1.11 cores=0-31
/proc/21927/task/21947/stat : 21947 (plingeling) R 21925 21927 21835 0 -1 4202560 3921 1240 0 0 105 6 0 0 25 0 33 0 670143395 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4283554 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21927/tid=21948] ppid=21925 vsize=1329568 CPUtime=1.1 cores=0-31
/proc/21927/task/21948/stat : 21948 (plingeling) R 21925 21927 21835 0 -1 4202560 5820 1240 0 0 105 5 0 0 25 0 33 0 670143395 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4286350 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=21927/tid=21949] ppid=21925 vsize=1329568 CPUtime=1.1 cores=0-31
/proc/21927/task/21949/stat : 21949 (plingeling) R 21925 21927 21835 0 -1 4202560 5823 1240 0 0 107 3 0 0 19 0 33 0 670143395 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4287606 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=21927/tid=21950] ppid=21925 vsize=1329568 CPUtime=1.03 cores=0-31
/proc/21927/task/21950/stat : 21950 (plingeling) R 21925 21927 21835 0 -1 4202560 3914 1240 0 0 97 6 0 0 25 0 33 0 670143395 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=21927/tid=21951] ppid=21925 vsize=1329568 CPUtime=0.99 cores=0-31
/proc/21927/task/21951/stat : 21951 (plingeling) R 21925 21927 21835 0 -1 4202560 3785 1240 0 0 97 2 0 0 25 0 33 0 670143395 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4270875 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=21927/tid=21952] ppid=21925 vsize=1329568 CPUtime=1.04 cores=0-31
/proc/21927/task/21952/stat : 21952 (plingeling) R 21925 21927 21835 0 -1 4202560 3914 1240 0 0 98 6 0 0 18 0 33 0 670143400 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4282305 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=21927/tid=21953] ppid=21925 vsize=1329568 CPUtime=1.04 cores=0-31
/proc/21927/task/21953/stat : 21953 (plingeling) R 21925 21927 21835 0 -1 4202560 3948 1240 0 0 97 7 0 0 25 0 33 0 670143400 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4284626 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=21927/tid=21954] ppid=21925 vsize=1329568 CPUtime=1 cores=0-31
/proc/21927/task/21954/stat : 21954 (plingeling) R 21925 21927 21835 0 -1 4202560 3784 1240 0 0 98 2 0 0 25 0 33 0 670143400 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21927/tid=21955] ppid=21925 vsize=1329568 CPUtime=1.05 cores=0-31
/proc/21927/task/21955/stat : 21955 (plingeling) R 21925 21927 21835 0 -1 4202560 5026 1240 0 0 101 4 0 0 25 0 33 0 670143400 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4282356 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=21927/tid=21956] ppid=21925 vsize=1329568 CPUtime=1.04 cores=0-31
/proc/21927/task/21956/stat : 21956 (plingeling) R 21925 21927 21835 0 -1 4202560 3949 1240 0 0 97 7 0 0 18 0 33 0 670143400 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4284784 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=21927/tid=21957] ppid=21925 vsize=1329568 CPUtime=1.04 cores=0-31
/proc/21927/task/21957/stat : 21957 (plingeling) R 21925 21927 21835 0 -1 4202560 3947 1240 0 0 99 5 0 0 25 0 33 0 670143400 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4282356 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=21927/tid=21958] ppid=21925 vsize=1329568 CPUtime=1.05 cores=0-31
/proc/21927/task/21958/stat : 21958 (plingeling) R 21925 21927 21835 0 -1 4202560 3914 1240 0 0 101 4 0 0 25 0 33 0 670143400 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4282219 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=21927/tid=21959] ppid=21925 vsize=1329568 CPUtime=1.03 cores=0-31
/proc/21927/task/21959/stat : 21959 (plingeling) R 21925 21927 21835 0 -1 4202560 3948 1240 0 0 96 7 0 0 18 0 33 0 670143401 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21927/tid=21960] ppid=21925 vsize=1329568 CPUtime=0.97 cores=0-31
/proc/21927/task/21960/stat : 21960 (plingeling) R 21925 21927 21835 0 -1 4202560 3746 1240 0 0 94 3 0 0 25 0 33 0 670143401 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4282610 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=21927/tid=21961] ppid=21925 vsize=1329568 CPUtime=1.03 cores=0-31
/proc/21927/task/21961/stat : 21961 (plingeling) R 21925 21927 21835 0 -1 4202560 3914 1240 0 0 97 6 0 0 25 0 33 0 670143401 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=21927/tid=21962] ppid=21925 vsize=1329568 CPUtime=1.03 cores=0-31
/proc/21927/task/21962/stat : 21962 (plingeling) R 21925 21927 21835 0 -1 4202560 3774 1240 0 0 100 3 0 0 25 0 33 0 670143401 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4282436 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=21927/tid=21963] ppid=21925 vsize=1329568 CPUtime=1.03 cores=0-31
/proc/21927/task/21963/stat : 21963 (plingeling) R 21925 21927 21835 0 -1 4202560 3746 1240 0 0 100 3 0 0 19 0 33 0 670143401 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4232498 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=21927/tid=21964] ppid=21925 vsize=1329568 CPUtime=1.03 cores=0-31
/proc/21927/task/21964/stat : 21964 (plingeling) R 21925 21927 21835 0 -1 4202560 5031 1240 0 0 99 4 0 0 25 0 33 0 670143403 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4282242 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=21927/tid=21965] ppid=21925 vsize=1329568 CPUtime=0.94 cores=0-31
/proc/21927/task/21965/stat : 21965 (plingeling) R 21925 21927 21835 0 -1 4202560 5025 1240 0 0 93 1 0 0 18 0 33 0 670143404 1361477632 224116 268435456000 4194304 4417452 140735980322320 18446744073709551615 4284484 0 0 4096 17442 0 0 0 -1 28 0 0 0
Current children cumulated CPU time (s) 45.42
Current children cumulated vsize (KiB) 1329568

[startup+25.5024 s]
/proc/loadavg: 16.27 25.97 29.74 33/446 21965
/proc/meminfo: memFree=254195988/264257624 swapFree=67111528/67111528
[pid=21927] ppid=21925 vsize=1791248 CPUtime=448.71 cores=0-31
/proc/21927/stat : 21927 (plingeling) S 21925 21927 21835 0 -1 4202496 586692 1240 0 0 44477 394 0 0 25 0 33 0 670142239 1834237952 327139 268435456000 4194304 4417452 140735980322320 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 27 0 0 0
/proc/21927/statm: 447812 327139 175 55 0 445698 0
[pid=21927/tid=21934] ppid=21925 vsize=1791248 CPUtime=13.75 cores=0-31
/proc/21927/task/21934/stat : 21934 (plingeling) R 21925 21927 21835 0 -1 4202560 11367 1240 0 0 1361 14 0 0 25 0 33 0 670143393 1834237952 327139 268435456000 4194304 4417452 140735980322320 18446744073709551615 4232693 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=21927/tid=21935] ppid=21925 vsize=1791248 CPUtime=13.51 cores=0-31
/proc/21927/task/21935/stat : 21935 (plingeling) R 21925 21927 21835 0 -1 4202560 9038 1240 0 0 1341 10 0 0 25 0 33 0 670143393 1834237952 327139 268435456000 4194304 4417452 140735980322320 18446744073709551615 4354053 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=21927/tid=21936] ppid=21925 vsize=1791248 CPUtime=13.69 cores=0-31
/proc/21927/task/21936/stat : 21936 (plingeling) R 21925 21927 21835 0 -1 4202560 11268 1240 0 0 1365 4 0 0 25 0 33 0 670143393 1834237952 327139 268435456000 4194304 4417452 140735980322320 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=21927/tid=21937] ppid=21925 vsize=1791248 CPUtime=13.6 cores=0-31
/proc/21927/task/21937/stat : 21937 (plingeling) R 21925 21927 21835 0 -1 4202560 11050 1240 0 0 1351 9 0 0 25 0 33 0 670143393 1834237952 327139 268435456000 4194304 4417452 140735980322320 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=21927/tid=21938] ppid=21925 vsize=1791248 CPUtime=13.86 cores=0-31
/proc/21927/task/21938/stat : 21938 (plingeling) R 21925 21927 21835 0 -1 4202560 8693 1240 0 0 1382 4 0 0 25 0 33 0 670143393 1834237952 327139 268435456000 4194304 4417452 140735980322320 18446744073709551615 4365579 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21927/tid=21939] ppid=21925 vsize=1791248 CPUtime=13.76 cores=0-31
/proc/21927/task/21939/stat : 21939 (plingeling) R 21925 21927 21835 0 -1 4202560 5047 1240 0 0 1369 7 0 0 25 0 33 0 670143394 1834237952 327139 268435456000 4194304 4417452 140735980322320 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=21927/tid=21940] ppid=21925 vsize=1791248 CPUtime=13.7 cores=0-31
/proc/21927/task/21940/stat : 21940 (plingeling) R 21925 21927 21835 0 -1 4202560 6989 1240 0 0 1361 9 0 0 25 0 33 0 670143394 1834237952 327139 268435456000 4194304 4417452 140735980322320 18446744073709551615 4236803 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=21927/tid=21941] ppid=21925 vsize=1791248 CPUtime=13.54 cores=0-31
/proc/21927/task/21941/stat : 21941 (plingeling) R 21925 21927 21835 0 -1 4202560 13251 1240 0 0 1340 14 0 0 25 0 33 0 670143394 1834237952 327139 268435456000 4194304 4417452 140735980322320 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=21927/tid=21942] ppid=21925 vsize=1791248 CPUtime=13.74 cores=0-31
/proc/21927/task/21942/stat : 21942 (plingeling) R 21925 21927 21835 0 -1 4202560 12144 1240 0 0 1364 10 0 0 25 0 33 0 670143394 1834237952 327139 268435456000 4194304 4417452 140735980322320 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=21927/tid=21943] ppid=21925 vsize=1791248 CPUtime=13.62 cores=0-31
/proc/21927/task/21943/stat : 21943 (plingeling) R 21925 21927 21835 0 -1 4202560 13315 1240 0 0 1350 12 0 0 25 0 33 0 670143394 1834237952 327139 268435456000 4194304 4417452 140735980322320 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=21927/tid=21944] ppid=21925 vsize=1791248 CPUtime=13.6 cores=0-31
/proc/21927/task/21944/stat : 21944 (plingeling) R 21925 21927 21835 0 -1 4202560 14176 1240 0 0 1347 13 0 0 25 0 33 0 670143394 1834237952 327139 268435456000 4194304 4417452 140735980322320 18446744073709551615 4356934 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=21927/tid=21945] ppid=21925 vsize=1791248 CPUtime=13.47 cores=0-31
/proc/21927/task/21945/stat : 21945 (plingeling) R 21925 21927 21835 0 -1 4202560 16959 1240 0 0 1337 10 0 0 25 0 33 0 670143394 1834237952 327139 268435456000 4194304 4417452 140735980322320 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=21927/tid=21946] ppid=21925 vsize=1791248 CPUtime=13.43 cores=0-31
/proc/21927/task/21946/stat : 21946 (plingeling) R 21925 21927 21835 0 -1 4202560 12268 1240 0 0 1329 14 0 0 25 0 33 0 670143395 1834237952 327139 268435456000 4194304 4417452 140735980322320 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21927/tid=21947] ppid=21925 vsize=1791248 CPUtime=13.79 cores=0-31
/proc/21927/task/21947/stat : 21947 (plingeling) R 21925 21927 21835 0 -1 4202560 17775 1240 0 0 1366 13 0 0 25 0 33 0 670143395 1834237952 327139 268435456000 4194304 4417452 140735980322320 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=21927/tid=21948] ppid=21925 vsize=1791248 CPUtime=13.68 cores=0-31
/proc/21927/task/21948/stat : 21948 (plingeling) R 21925 21927 21835 0 -1 4202560 17901 1240 0 0 1355 13 0 0 25 0 33 0 670143395 1834237952 327139 268435456000 4194304 4417452 140735980322320 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 10 0 0 0

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

[pid=21927/tid=21945] ppid=21925 vsize=23670004 CPUtime=4919.74 cores=0-31
/proc/21927/task/21945/stat : 21945 (plingeling) R 21925 21927 21835 0 -1 4202560 4091153 1240 0 0 486294 5680 0 0 19 0 33 0 670143394 24238084096 5798414 268435456000 4194304 4417452 140735980322320 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=21927/tid=21946] ppid=21925 vsize=23670004 CPUtime=4932.23 cores=0-31
/proc/21927/task/21946/stat : 21946 (plingeling) R 21925 21927 21835 0 -1 4202560 3889561 1240 0 0 487559 5664 0 0 18 0 33 0 670143395 24238084096 5798414 268435456000 4194304 4417452 140735980322320 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=21927/tid=21947] ppid=21925 vsize=23670004 CPUtime=4945.56 cores=0-31
/proc/21927/task/21947/stat : 21947 (plingeling) R 21925 21927 21835 0 -1 4202560 4328296 1240 0 0 487952 6604 0 0 18 0 33 0 670143395 24238084096 5798414 268435456000 4194304 4417452 140735980322320 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=21927/tid=21948] ppid=21925 vsize=23670004 CPUtime=4925.86 cores=0-31
/proc/21927/task/21948/stat : 21948 (plingeling) D 21925 21927 21835 0 -1 4202560 4081590 1240 0 0 486779 5807 0 0 25 0 33 0 670143395 24238084096 5798414 268435456000 4194304 4417452 140735980322320 18446744073709551615 258651013786 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=21927/tid=21949] ppid=21925 vsize=23670004 CPUtime=4965.34 cores=0-31
/proc/21927/task/21949/stat : 21949 (plingeling) R 21925 21927 21835 0 -1 4202560 3777562 1240 0 0 490699 5835 0 0 25 0 33 0 670143395 24238084096 5798414 268435456000 4194304 4417452 140735980322320 18446744073709551615 4320859 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21927/tid=21950] ppid=21925 vsize=23670004 CPUtime=4926.67 cores=0-31
/proc/21927/task/21950/stat : 21950 (plingeling) R 21925 21927 21835 0 -1 4202560 3356237 1240 0 0 487614 5053 0 0 25 0 33 0 670143395 24238084096 5798414 268435456000 4194304 4417452 140735980322320 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=21927/tid=21951] ppid=21925 vsize=23670004 CPUtime=4920.87 cores=0-31
/proc/21927/task/21951/stat : 21951 (plingeling) R 21925 21927 21835 0 -1 4202560 4564700 1240 0 0 485563 6524 0 0 25 0 33 0 670143395 24238084096 5798414 268435456000 4194304 4417452 140735980322320 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=21927/tid=21952] ppid=21925 vsize=23670004 CPUtime=4940.43 cores=0-31
/proc/21927/task/21952/stat : 21952 (plingeling) R 21925 21927 21835 0 -1 4202560 3549960 1240 0 0 488806 5237 0 0 25 0 33 0 670143400 24238084096 5798414 268435456000 4194304 4417452 140735980322320 18446744073709551615 4357773 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=21927/tid=21953] ppid=21925 vsize=23670004 CPUtime=4943.28 cores=0-31
/proc/21927/task/21953/stat : 21953 (plingeling) D 21925 21927 21835 0 -1 4202560 3728071 1240 0 0 488938 5390 0 0 18 0 33 0 670143400 24238084096 5798414 268435456000 4194304 4417452 140735980322320 18446744073709551615 258651013786 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=21927/tid=21954] ppid=21925 vsize=23670004 CPUtime=4957.62 cores=0-31
/proc/21927/task/21954/stat : 21954 (plingeling) R 21925 21927 21835 0 -1 4202560 3607190 1240 0 0 490581 5181 0 0 25 0 33 0 670143400 24238084096 5798414 268435456000 4194304 4417452 140735980322320 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21927/tid=21955] ppid=21925 vsize=23670004 CPUtime=4944.92 cores=0-31
/proc/21927/task/21955/stat : 21955 (plingeling) R 21925 21927 21835 0 -1 4202560 3560964 1240 0 0 489693 4799 0 0 25 0 33 0 670143400 24238084096 5798414 268435456000 4194304 4417452 140735980322320 18446744073709551615 4263605 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21927/tid=21956] ppid=21925 vsize=23670004 CPUtime=4937.13 cores=0-31
/proc/21927/task/21956/stat : 21956 (plingeling) R 21925 21927 21835 0 -1 4202560 3833593 1240 0 0 487259 6454 0 0 19 0 33 0 670143400 24238084096 5798414 268435456000 4194304 4417452 140735980322320 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=21927/tid=21957] ppid=21925 vsize=23670004 CPUtime=4920.6 cores=0-31
/proc/21927/task/21957/stat : 21957 (plingeling) R 21925 21927 21835 0 -1 4202560 3878980 1240 0 0 486413 5647 0 0 19 0 33 0 670143400 24238084096 5798414 268435456000 4194304 4417452 140735980322320 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21927/tid=21958] ppid=21925 vsize=23670004 CPUtime=4931.09 cores=0-31
/proc/21927/task/21958/stat : 21958 (plingeling) R 21925 21927 21835 0 -1 4202560 3415442 1240 0 0 488145 4964 0 0 25 0 33 0 670143400 24238084096 5798414 268435456000 4194304 4417452 140735980322320 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=21927/tid=21959] ppid=21925 vsize=23670004 CPUtime=4939.34 cores=0-31
/proc/21927/task/21959/stat : 21959 (plingeling) R 21925 21927 21835 0 -1 4202560 3990256 1240 0 0 488602 5332 0 0 25 0 33 0 670143401 24238084096 5798414 268435456000 4194304 4417452 140735980322320 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=21927/tid=21960] ppid=21925 vsize=23670004 CPUtime=4929.19 cores=0-31
/proc/21927/task/21960/stat : 21960 (plingeling) R 21925 21927 21835 0 -1 4202560 4056961 1240 0 0 487180 5739 0 0 22 0 33 0 670143401 24238084096 5798414 268435456000 4194304 4417452 140735980322320 18446744073709551615 4253214 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=21927/tid=21961] ppid=21925 vsize=23670004 CPUtime=4944.3 cores=0-31
/proc/21927/task/21961/stat : 21961 (plingeling) R 21925 21927 21835 0 -1 4202560 3838865 1240 0 0 489338 5092 0 0 25 0 33 0 670143401 24238084096 5798414 268435456000 4194304 4417452 140735980322320 18446744073709551615 4275939 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=21927/tid=21962] ppid=21925 vsize=23670004 CPUtime=4963.53 cores=0-31
/proc/21927/task/21962/stat : 21962 (plingeling) R 21925 21927 21835 0 -1 4202560 4570433 1240 0 0 488899 7454 0 0 18 0 33 0 670143401 24238084096 5798414 268435456000 4194304 4417452 140735980322320 18446744073709551615 258651013786 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21927/tid=21963] ppid=21925 vsize=23670004 CPUtime=4942.15 cores=0-31
/proc/21927/task/21963/stat : 21963 (plingeling) R 21925 21927 21835 0 -1 4202560 3506594 1240 0 0 489287 4928 0 0 19 0 33 0 670143401 24238084096 5798414 268435456000 4194304 4417452 140735980322320 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=21927/tid=21964] ppid=21925 vsize=23670004 CPUtime=4945.74 cores=0-31
/proc/21927/task/21964/stat : 21964 (plingeling) R 21925 21927 21835 0 -1 4202560 3271393 1240 0 0 490373 4201 0 0 25 0 33 0 670143403 24238084096 5798414 268435456000 4194304 4417452 140735980322320 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=21927/tid=21965] ppid=21925 vsize=23670004 CPUtime=4970.08 cores=0-31
/proc/21927/task/21965/stat : 21965 (plingeling) R 21925 21927 21835 0 -1 4202560 3675975 1240 0 0 491641 5367 0 0 25 0 33 0 670143404 24238084096 5798414 268435456000 4194304 4417452 140735980322320 18446744073709551615 4320926 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 158201
Current children cumulated vsize (KiB) 23670004



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 32.14 32.12 32.04 33/446 22122
/proc/meminfo: memFree=231298328/264257624 swapFree=67111528/67111528
[pid=21927] ppid=21925 vsize=24653136 CPUtime=158740 cores=0-31
/proc/21927/stat : 21927 (plingeling) S 21925 21927 21835 0 -1 4202496 125556355 1240 0 0 15693326 180624 0 0 25 0 33 0 670142239 25244811264 6043631 268435456000 4194304 4417452 140735980322320 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 27 0 0 0
/proc/21927/statm: 6163284 6043639 175 55 0 6161170 0
[pid=21927/tid=21934] ppid=21925 vsize=24653136 CPUtime=4952.15 cores=0-31
/proc/21927/task/21934/stat : 21934 (plingeling) R 21925 21927 21835 0 -1 4202560 3515889 1240 0 0 490915 4300 0 0 25 0 33 0 670143393 25244811264 6043680 268435456000 4194304 4417452 140735980322320 18446744073709551615 4357207 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=21927/tid=21935] ppid=21925 vsize=24653136 CPUtime=4956.82 cores=0-31
/proc/21927/task/21935/stat : 21935 (plingeling) R 21925 21927 21835 0 -1 4202560 3567510 1240 0 0 490612 5070 0 0 25 0 33 0 670143393 25244811264 6043692 268435456000 4194304 4417452 140735980322320 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=21927/tid=21936] ppid=21925 vsize=24653136 CPUtime=4969.13 cores=0-31
/proc/21927/task/21936/stat : 21936 (plingeling) R 21925 21927 21835 0 -1 4202560 4055650 1240 0 0 491895 5018 0 0 25 0 33 0 670143393 25244811264 6043702 268435456000 4194304 4417452 140735980322320 18446744073709551615 4236598 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21927/tid=21937] ppid=21925 vsize=24653136 CPUtime=5034.65 cores=0-31
/proc/21927/task/21937/stat : 21937 (plingeling) R 21925 21927 21835 0 -1 4202560 6190696 1240 0 0 493573 9892 0 0 25 0 33 0 670143393 25244811264 6043713 268435456000 4194304 4417452 140735980322320 18446744073709551615 4251096 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=21927/tid=21938] ppid=21925 vsize=24653136 CPUtime=4963.11 cores=0-31
/proc/21927/task/21938/stat : 21938 (plingeling) R 21925 21927 21835 0 -1 4202560 3562704 1240 0 0 491285 5026 0 0 25 0 33 0 670143393 25244811264 6043723 268435456000 4194304 4417452 140735980322320 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=21927/tid=21939] ppid=21925 vsize=24653136 CPUtime=4951.66 cores=0-31
/proc/21927/task/21939/stat : 21939 (plingeling) R 21925 21927 21835 0 -1 4202560 3899237 1240 0 0 489706 5460 0 0 20 0 33 0 670143394 25244811264 6043733 268435456000 4194304 4417452 140735980322320 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21927/tid=21940] ppid=21925 vsize=24653136 CPUtime=4961.72 cores=0-31
/proc/21927/task/21940/stat : 21940 (plingeling) R 21925 21927 21835 0 -1 4202560 3688551 1240 0 0 490944 5228 0 0 25 0 33 0 670143394 25244811264 6043744 268435456000 4194304 4417452 140735980322320 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=21927/tid=21941] ppid=21925 vsize=24653136 CPUtime=4955.28 cores=0-31
/proc/21927/task/21941/stat : 21941 (plingeling) R 21925 21927 21835 0 -1 4202560 4125289 1240 0 0 490123 5405 0 0 25 0 33 0 670143394 25244811264 6043754 268435456000 4194304 4417452 140735980322320 18446744073709551615 4250447 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=21927/tid=21942] ppid=21925 vsize=24653136 CPUtime=4950.29 cores=0-31
/proc/21927/task/21942/stat : 21942 (plingeling) R 21925 21927 21835 0 -1 4202560 4128752 1240 0 0 489671 5358 0 0 25 0 33 0 670143394 25244811264 6043764 268435456000 4194304 4417452 140735980322320 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=21927/tid=21943] ppid=21925 vsize=24653136 CPUtime=4948.23 cores=0-31
/proc/21927/task/21943/stat : 21943 (plingeling) R 21925 21927 21835 0 -1 4202560 3795503 1240 0 0 489200 5623 0 0 25 0 33 0 670143394 25244811264 6043775 268435456000 4194304 4417452 140735980322320 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=21927/tid=21944] ppid=21925 vsize=24653136 CPUtime=4983.82 cores=0-31
/proc/21927/task/21944/stat : 21944 (plingeling) R 21925 21927 21835 0 -1 4202560 3909022 1240 0 0 491652 6730 0 0 25 0 33 0 670143394 25244811264 6043785 268435456000 4194304 4417452 140735980322320 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=21927/tid=21945] ppid=21925 vsize=24653136 CPUtime=4936.86 cores=0-31
/proc/21927/task/21945/stat : 21945 (plingeling) R 21925 21927 21835 0 -1 4202560 4100785 1240 0 0 487987 5699 0 0 25 0 33 0 670143394 25244811264 6043794 268435456000 4194304 4417452 140735980322320 18446744073709551615 4232695 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=21927/tid=21946] ppid=21925 vsize=24653136 CPUtime=4948.38 cores=0-31
/proc/21927/task/21946/stat : 21946 (plingeling) R 21925 21927 21835 0 -1 4202560 3920322 1240 0 0 489110 5728 0 0 25 0 33 0 670143395 25244811264 6043805 268435456000 4194304 4417452 140735980322320 18446744073709551615 4250505 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21927/tid=21947] ppid=21925 vsize=24653136 CPUtime=4963.27 cores=0-31
/proc/21927/task/21947/stat : 21947 (plingeling) R 21925 21927 21835 0 -1 4202560 4328296 1240 0 0 489723 6604 0 0 25 0 33 0 670143395 25244811264 6043815 268435456000 4194304 4417452 140735980322320 18446744073709551615 4365198 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=21927/tid=21948] ppid=21925 vsize=24653136 CPUtime=4942.94 cores=0-31
/proc/21927/task/21948/stat : 21948 (plingeling) R 21925 21927 21835 0 -1 4202560 4088622 1240 0 0 488468 5826 0 0 25 0 33 0 670143395 25244811264 6043824 268435456000 4194304 4417452 140735980322320 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=21927/tid=21949] ppid=21925 vsize=24653136 CPUtime=4982.93 cores=0-31
/proc/21927/task/21949/stat : 21949 (plingeling) R 21925 21927 21835 0 -1 4202560 3792612 1240 0 0 492424 5869 0 0 25 0 33 0 670143395 25244811264 6043835 268435456000 4194304 4417452 140735980322320 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21927/tid=21950] ppid=21925 vsize=24653136 CPUtime=4944.21 cores=0-31
/proc/21927/task/21950/stat : 21950 (plingeling) R 21925 21927 21835 0 -1 4202560 3364387 1240 0 0 489352 5069 0 0 25 0 33 0 670143395 25244811264 6043846 268435456000 4194304 4417452 140735980322320 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=21927/tid=21951] ppid=21925 vsize=24653136 CPUtime=4938.59 cores=0-31
/proc/21927/task/21951/stat : 21951 (plingeling) R 21925 21927 21835 0 -1 4202560 4578812 1240 0 0 487297 6562 0 0 25 0 33 0 670143395 25244811264 6043856 268435456000 4194304 4417452 140735980322320 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=21927/tid=21952] ppid=21925 vsize=24653136 CPUtime=4958.02 cores=0-31
/proc/21927/task/21952/stat : 21952 (plingeling) R 21925 21927 21835 0 -1 4202560 3566171 1240 0 0 490554 5248 0 0 25 0 33 0 670143400 25244811264 6043866 268435456000 4194304 4417452 140735980322320 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=21927/tid=21953] ppid=21925 vsize=24653136 CPUtime=4960 cores=0-31
/proc/21927/task/21953/stat : 21953 (plingeling) R 21925 21927 21835 0 -1 4202560 3743060 1240 0 0 490603 5397 0 0 25 0 33 0 670143400 25244811264 6043876 268435456000 4194304 4417452 140735980322320 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=21927/tid=21954] ppid=21925 vsize=24653136 CPUtime=4972.76 cores=0-31
/proc/21927/task/21954/stat : 21954 (plingeling) R 21925 21927 21835 0 -1 4202560 3620152 1240 0 0 492076 5200 0 0 21 0 33 0 670143400 25244811264 6043886 268435456000 4194304 4417452 140735980322320 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=21927/tid=21955] ppid=21925 vsize=24653136 CPUtime=4962.28 cores=0-31
/proc/21927/task/21955/stat : 21955 (plingeling) R 21925 21927 21835 0 -1 4202560 3564996 1240 0 0 491418 4810 0 0 25 0 33 0 670143400 25244811264 6043896 268435456000 4194304 4417452 140735980322320 18446744073709551615 4321583 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21927/tid=21956] ppid=21925 vsize=24653136 CPUtime=4954.85 cores=0-31
/proc/21927/task/21956/stat : 21956 (plingeling) R 21925 21927 21835 0 -1 4202560 3841353 1240 0 0 489010 6475 0 0 25 0 33 0 670143400 25244811264 6043906 268435456000 4194304 4417452 140735980322320 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=21927/tid=21957] ppid=21925 vsize=24653136 CPUtime=4937.86 cores=0-31
/proc/21927/task/21957/stat : 21957 (plingeling) R 21925 21927 21835 0 -1 4202560 3884304 1240 0 0 488126 5660 0 0 25 0 33 0 670143400 25244811264 6043916 268435456000 4194304 4417452 140735980322320 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21927/tid=21958] ppid=21925 vsize=24653136 CPUtime=4945.83 cores=0-31
/proc/21927/task/21958/stat : 21958 (plingeling) R 21925 21927 21835 0 -1 4202560 3428344 1240 0 0 489611 4972 0 0 25 0 33 0 670143400 25244811264 6043927 268435456000 4194304 4417452 140735980322320 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=21927/tid=21959] ppid=21925 vsize=24653136 CPUtime=4956.86 cores=0-31
/proc/21927/task/21959/stat : 21959 (plingeling) R 21925 21927 21835 0 -1 4202560 4001281 1240 0 0 490333 5353 0 0 25 0 33 0 670143401 25244811264 6043938 268435456000 4194304 4417452 140735980322320 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=21927/tid=21960] ppid=21925 vsize=24653136 CPUtime=4945.31 cores=0-31
/proc/21927/task/21960/stat : 21960 (plingeling) R 21925 21927 21835 0 -1 4202560 4094342 1240 0 0 488721 5810 0 0 25 0 33 0 670143401 25244811264 6043947 268435456000 4194304 4417452 140735980322320 18446744073709551615 4250575 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=21927/tid=21961] ppid=21925 vsize=24653136 CPUtime=4960.37 cores=0-31
/proc/21927/task/21961/stat : 21961 (plingeling) R 21925 21927 21835 0 -1 4202560 3888043 1240 0 0 490911 5126 0 0 25 0 33 0 670143401 25244811264 6043957 268435456000 4194304 4417452 140735980322320 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=21927/tid=21962] ppid=21925 vsize=24653136 CPUtime=4981.07 cores=0-31
/proc/21927/task/21962/stat : 21962 (plingeling) R 21925 21927 21835 0 -1 4202560 4605581 1240 0 0 490588 7519 0 0 25 0 33 0 670143401 25244811264 6043967 268435456000 4194304 4417452 140735980322320 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21927/tid=21963] ppid=21925 vsize=24653136 CPUtime=4959.37 cores=0-31
/proc/21927/task/21963/stat : 21963 (plingeling) R 21925 21927 21835 0 -1 4202560 3517921 1240 0 0 491004 4933 0 0 25 0 33 0 670143401 25244811264 6043977 268435456000 4194304 4417452 140735980322320 18446744073709551615 258650649933 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=21927/tid=21964] ppid=21925 vsize=24653136 CPUtime=4961.81 cores=0-31
/proc/21927/task/21964/stat : 21964 (plingeling) R 21925 21927 21835 0 -1 4202560 3277076 1240 0 0 491964 4217 0 0 25 0 33 0 670143403 25244811264 6043987 268435456000 4194304 4417452 140735980322320 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=21927/tid=21965] ppid=21925 vsize=24653136 CPUtime=4987.25 cores=0-31
/proc/21927/task/21965/stat : 21965 (plingeling) R 21925 21927 21835 0 -1 4202560 3680989 1240 0 0 493349 5376 0 0 25 0 33 0 670143404 25244811264 6043997 268435456000 4194304 4417452 140735980322320 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 158740
Current children cumulated vsize (KiB) 24653136

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

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

[startup+5100.8 s]
/proc/loadavg: 32.14 32.12 32.04 2/416 22123
/proc/meminfo: memFree=240150556/264257624 swapFree=67111528/67111528
[pid=21927] ppid=21925 vsize=0 CPUtime=158741 cores=0-31
/proc/21927/stat : 21927 (plingeling) Z 21925 21927 21835 0 -1 4203548 125556921 1240 0 0 15693349 180704 0 0 18 0 2 0 670142239 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 27 0 0 0
/proc/21927/statm: 0 0 0 0 0 0 0
[pid=21927/tid=21939] ppid=21925 vsize=0 CPUtime=4952.47 cores=0-31
/proc/21927/task/21939/stat : 21939 (plingeling) R 21925 21927 21835 0 -1 4203588 3899237 1240 0 0 489707 5540 0 0 22 0 2 0 670143394 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 158741
Current children cumulated vsize (KiB) 0

[startup+5101.6 s]
/proc/loadavg: 32.14 32.12 32.04 2/416 22123
/proc/meminfo: memFree=240150556/264257624 swapFree=67111528/67111528
[pid=21927] ppid=21925 vsize=0 CPUtime=158741 cores=0-31
/proc/21927/stat : 21927 (plingeling) Z 21925 21927 21835 0 -1 4203548 125556921 1240 0 0 15693349 180781 0 0 18 0 2 0 670142239 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 27 0 0 0
/proc/21927/statm: 0 0 0 0 0 0 0
[pid=21927/tid=21939] ppid=21925 vsize=0 CPUtime=4953.24 cores=0-31
/proc/21927/task/21939/stat : 21939 (plingeling) R 21925 21927 21835 0 -1 4203588 3899237 1240 0 0 489707 5617 0 0 25 0 2 0 670143394 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 158741
Current children cumulated vsize (KiB) 0

[startup+5101.8 s]
/proc/loadavg: 32.14 32.12 32.04 2/416 22123
/proc/meminfo: memFree=240150556/264257624 swapFree=67111528/67111528
[pid=21927] ppid=21925 vsize=0 CPUtime=158742 cores=0-31
/proc/21927/stat : 21927 (plingeling) Z 21925 21927 21835 0 -1 4203548 125556921 1240 0 0 15693349 180801 0 0 18 0 2 0 670142239 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 27 0 0 0
/proc/21927/statm: 0 0 0 0 0 0 0
[pid=21927/tid=21939] ppid=21925 vsize=0 CPUtime=4953.44 cores=0-31
/proc/21927/task/21939/stat : 21939 (plingeling) R 21925 21927 21835 0 -1 4203588 3899237 1240 0 0 489707 5637 0 0 25 0 2 0 670143394 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 158742
Current children cumulated vsize (KiB) 0

[startup+5101.9 s]
/proc/loadavg: 29.64 31.61 31.87 2/416 22123
/proc/meminfo: memFree=254838952/264257624 swapFree=67111528/67111528
[pid=21927] ppid=21925 vsize=0 CPUtime=158742 cores=0-31
/proc/21927/stat : 21927 (plingeling) Z 21925 21927 21835 0 -1 4203548 125556921 1240 0 0 15693349 180814 0 0 18 0 2 0 670142239 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 27 0 0 0
/proc/21927/statm: 0 0 0 0 0 0 0
[pid=21927/tid=21939] ppid=21925 vsize=0 CPUtime=4953.57 cores=0-31
/proc/21927/task/21939/stat : 21939 (plingeling) R 21925 21927 21835 0 -1 4203588 3899237 1240 0 0 489707 5650 0 0 25 0 2 0 670143394 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 158742
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5101.97
CPU time (s): 158742
CPU user time (s): 156933
CPU system time (s): 1808.19
CPU usage (%): 3111.38
Max. virtual memory (cumulated for all children) (KiB): 27841352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 156933
system time used= 1808.19
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125558161
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= 92349
involuntary context switches= 386279

runsolver used 29.0016 second user time and 118.316 second system time

The end

Launcher Data

Begin job on node200 at 2011-05-17 00:55:58
IDJOB=3372417
IDBENCH=82369
IDSOLVER=1852
FILE ID=node200/3372417-1305586557
RUNJOBID= node200-1305586510-21849
PBS_JOBID= 13285557
Free space on /tmp= 62036 MiB

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

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=116090848

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:      255504740 kB
Buffers:        446788 kB
Cached:        7888728 kB
SwapCached:          0 kB
Active:        7407476 kB
Inactive:       996908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      255504740 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15680 kB
Writeback:           0 kB
AnonPages:       69760 kB
Mapped:          14536 kB
Slab:           251908 kB
PageTables:       4436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   196220 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 02:21:00