Trace number 3372780

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)UNSAT 49.8874 3.50195

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E03N17.cnf
MD5SUMa7330fdd412cca5ee2ec4c82638d1610
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.25274
Satisfiable
(Un)Satisfiability was proved
Number of variables6664
Number of clauses93544
Sum of the clauses size502355
Maximum clause length55
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 217523
Number of clauses of size 313696
Number of clauses of size 42771
Number of clauses of size 515844
Number of clauses of size over 543677

Solver Data

48.34/3.50	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3372780-1306046139/watcher-3372780-1306046139 -o /tmp/evaluation-result-3372780-1306046139/solver-3372780-1306046139 -C 160000 -W 5100 -M 266338304 plingeling -t 32 HOME/instance-3372780-1306046139.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: 31.07 31.01 31.60 1/413 24087
/proc/meminfo: memFree=255487140/264257624 swapFree=67111528/67111528
[pid=24087] ppid=24085 vsize=12632 CPUtime=0 cores=0-31
/proc/24087/stat : 24087 (plingeling) R 24085 24087 23801 0 -1 4202496 1239 1242 0 0 0 0 0 0 20 0 1 0 716100279 12935168 1170 268435456000 4194304 4417452 140736568441760 18446744073709551615 258650955760 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/24087/statm: 3158 1170 145 55 0 1044 0

[startup+0.0274271 s]
/proc/loadavg: 31.07 31.01 31.60 1/413 24087
/proc/meminfo: memFree=255487140/264257624 swapFree=67111528/67111528
[pid=24087] ppid=24085 vsize=13752 CPUtime=0.01 cores=0-31
/proc/24087/stat : 24087 (plingeling) R 24085 24087 23801 0 -1 4202496 1511 1242 0 0 1 0 0 0 20 0 1 0 716100279 14082048 1442 268435456000 4194304 4417452 140736568441760 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/24087/statm: 3438 1442 145 55 0 1324 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13752

[startup+0.100418 s]
/proc/loadavg: 31.07 31.01 31.60 1/413 24087
/proc/meminfo: memFree=255487140/264257624 swapFree=67111528/67111528
[pid=24087] ppid=24085 vsize=16140 CPUtime=0.08 cores=0-31
/proc/24087/stat : 24087 (plingeling) R 24085 24087 23801 0 -1 4202496 2124 1242 0 0 8 0 0 0 20 0 1 0 716100279 16527360 2055 268435456000 4194304 4417452 140736568441760 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/24087/statm: 4035 2055 145 55 0 1921 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16140

[startup+0.300459 s]
/proc/loadavg: 31.07 31.01 31.60 1/413 24087
/proc/meminfo: memFree=255487140/264257624 swapFree=67111528/67111528
[pid=24087] ppid=24085 vsize=28808 CPUtime=0.28 cores=0-31
/proc/24087/stat : 24087 (plingeling) R 24085 24087 23801 0 -1 4202496 5312 1242 0 0 27 1 0 0 21 0 1 0 716100279 29499392 5223 268435456000 4194304 4417452 140736568441760 18446744073709551615 4231537 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/24087/statm: 7202 5223 146 55 0 5088 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 28808

[startup+0.70043 s]
/proc/loadavg: 31.07 31.01 31.60 1/413 24087
/proc/meminfo: memFree=255487140/264257624 swapFree=67111528/67111528
[pid=24087] ppid=24085 vsize=78724 CPUtime=0.68 cores=0-31
/proc/24087/stat : 24087 (plingeling) R 24085 24087 23801 0 -1 4202496 17767 1242 0 0 64 4 0 0 22 0 1 0 716100279 80613376 17678 268435456000 4194304 4417452 140736568441760 18446744073709551615 4235997 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/24087/statm: 19681 17678 146 55 0 17567 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 78724

[startup+1.50046 s]
/proc/loadavg: 31.07 31.01 31.60 2/414 24093
/proc/meminfo: memFree=255368208/264257624 swapFree=67111528/67111528
[pid=24087] ppid=24085 vsize=227212 CPUtime=1.49 cores=0-31
/proc/24087/stat : 24087 (plingeling) R 24085 24087 23801 0 -1 4202496 54889 1242 0 0 137 12 0 0 25 0 1 0 716100279 232665088 54800 268435456000 4194304 4417452 140736568441760 18446744073709551615 258650574384 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/24087/statm: 56803 54800 146 55 0 54689 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 227212

[startup+3.10139 s]
/proc/loadavg: 28.67 30.51 31.43 33/446 24125
/proc/meminfo: memFree=255265156/264257624 swapFree=67111528/67111528
[pid=24087] ppid=24085 vsize=748848 CPUtime=38.74 cores=0-31
/proc/24087/stat : 24087 (plingeling) S 24085 24087 23801 0 -1 4202496 60119 1242 0 0 3859 15 0 0 18 0 33 0 716100279 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 17 0 0 0
/proc/24087/statm: 187212 54869 175 55 0 185098 0
[pid=24087/tid=24094] ppid=24085 vsize=748848 CPUtime=1.16 cores=0-31
/proc/24087/task/24094/stat : 24094 (plingeling) R 24085 24087 23801 0 -1 4202560 217 1242 0 0 116 0 0 0 19 0 33 0 716100473 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4306057 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24087/tid=24095] ppid=24085 vsize=748848 CPUtime=1.16 cores=0-31
/proc/24087/task/24095/stat : 24095 (plingeling) R 24085 24087 23801 0 -1 4202560 81 1242 0 0 116 0 0 0 19 0 33 0 716100473 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4281448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24087/tid=24096] ppid=24085 vsize=748848 CPUtime=1.16 cores=0-31
/proc/24087/task/24096/stat : 24096 (plingeling) R 24085 24087 23801 0 -1 4202560 124 1242 0 0 116 0 0 0 22 0 33 0 716100473 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=24087/tid=24097] ppid=24085 vsize=748848 CPUtime=1.14 cores=0-31
/proc/24087/task/24097/stat : 24097 (plingeling) R 24085 24087 23801 0 -1 4202560 794 1242 0 0 114 0 0 0 22 0 33 0 716100473 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4357168 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=24087/tid=24098] ppid=24085 vsize=748848 CPUtime=1.16 cores=0-31
/proc/24087/task/24098/stat : 24098 (plingeling) R 24085 24087 23801 0 -1 4202560 80 1242 0 0 116 0 0 0 22 0 33 0 716100473 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4310641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24087/tid=24099] ppid=24085 vsize=748848 CPUtime=1.16 cores=0-31
/proc/24087/task/24099/stat : 24099 (plingeling) R 24085 24087 23801 0 -1 4202560 80 1242 0 0 116 0 0 0 19 0 33 0 716100473 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4306839 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24087/tid=24100] ppid=24085 vsize=748848 CPUtime=1.15 cores=0-31
/proc/24087/task/24100/stat : 24100 (plingeling) R 24085 24087 23801 0 -1 4202560 215 1242 0 0 115 0 0 0 19 0 33 0 716100473 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277552 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=24087/tid=24101] ppid=24085 vsize=748848 CPUtime=1.15 cores=0-31
/proc/24087/task/24101/stat : 24101 (plingeling) R 24085 24087 23801 0 -1 4202560 120 1242 0 0 115 0 0 0 19 0 33 0 716100473 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4283504 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=24087/tid=24102] ppid=24085 vsize=748848 CPUtime=1.15 cores=0-31
/proc/24087/task/24102/stat : 24102 (plingeling) R 24085 24087 23801 0 -1 4202560 122 1242 0 0 115 0 0 0 19 0 33 0 716100473 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4278585 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=24087/tid=24103] ppid=24085 vsize=748848 CPUtime=1.14 cores=0-31
/proc/24087/task/24103/stat : 24103 (plingeling) R 24085 24087 23801 0 -1 4202560 238 1242 0 0 114 0 0 0 19 0 33 0 716100473 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4275781 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=24087/tid=24104] ppid=24085 vsize=748848 CPUtime=1.15 cores=0-31
/proc/24087/task/24104/stat : 24104 (plingeling) R 24085 24087 23801 0 -1 4202560 149 1242 0 0 115 0 0 0 22 0 33 0 716100473 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4258188 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=24087/tid=24105] ppid=24085 vsize=748848 CPUtime=1.15 cores=0-31
/proc/24087/task/24105/stat : 24105 (plingeling) R 24085 24087 23801 0 -1 4202560 260 1242 0 0 115 0 0 0 19 0 33 0 716100473 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=24087/tid=24106] ppid=24085 vsize=748848 CPUtime=1.15 cores=0-31
/proc/24087/task/24106/stat : 24106 (plingeling) R 24085 24087 23801 0 -1 4202560 164 1242 0 0 115 0 0 0 19 0 33 0 716100473 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4306839 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=24087/tid=24107] ppid=24085 vsize=748848 CPUtime=1.1 cores=0-31
/proc/24087/task/24107/stat : 24107 (plingeling) R 24085 24087 23801 0 -1 4202560 90 1242 0 0 110 0 0 0 22 0 33 0 716100473 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4310394 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=24087/tid=24108] ppid=24085 vsize=748848 CPUtime=1.15 cores=0-31
/proc/24087/task/24108/stat : 24108 (plingeling) R 24085 24087 23801 0 -1 4202560 91 1242 0 0 115 0 0 0 22 0 33 0 716100474 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4237148 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=24087/tid=24109] ppid=24085 vsize=748848 CPUtime=1.15 cores=0-31
/proc/24087/task/24109/stat : 24109 (plingeling) R 24085 24087 23801 0 -1 4202560 124 1242 0 0 115 0 0 0 22 0 33 0 716100474 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4310248 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=24087/tid=24110] ppid=24085 vsize=748848 CPUtime=1.15 cores=0-31
/proc/24087/task/24110/stat : 24110 (plingeling) R 24085 24087 23801 0 -1 4202560 165 1242 0 0 115 0 0 0 22 0 33 0 716100474 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4310349 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=24087/tid=24111] ppid=24085 vsize=748848 CPUtime=1.15 cores=0-31
/proc/24087/task/24111/stat : 24111 (plingeling) R 24085 24087 23801 0 -1 4202560 167 1242 0 0 115 0 0 0 22 0 33 0 716100474 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4308718 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=24087/tid=24112] ppid=24085 vsize=748848 CPUtime=1.15 cores=0-31
/proc/24087/task/24112/stat : 24112 (plingeling) R 24085 24087 23801 0 -1 4202560 212 1242 0 0 115 0 0 0 22 0 33 0 716100474 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4275986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24087/tid=24113] ppid=24085 vsize=748848 CPUtime=1.15 cores=0-31
/proc/24087/task/24113/stat : 24113 (plingeling) R 24085 24087 23801 0 -1 4202560 204 1242 0 0 115 0 0 0 22 0 33 0 716100474 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4275728 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24087/tid=24114] ppid=24085 vsize=748848 CPUtime=1.15 cores=0-31
/proc/24087/task/24114/stat : 24114 (plingeling) R 24085 24087 23801 0 -1 4202560 223 1242 0 0 115 0 0 0 22 0 33 0 716100474 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4306923 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=24087/tid=24115] ppid=24085 vsize=748848 CPUtime=1.15 cores=0-31
/proc/24087/task/24115/stat : 24115 (plingeling) R 24085 24087 23801 0 -1 4202560 169 1242 0 0 115 0 0 0 19 0 33 0 716100474 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4307831 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24087/tid=24116] ppid=24085 vsize=748848 CPUtime=1.15 cores=0-31
/proc/24087/task/24116/stat : 24116 (plingeling) R 24085 24087 23801 0 -1 4202560 194 1242 0 0 115 0 0 0 25 0 33 0 716100474 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4276062 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=24087/tid=24117] ppid=24085 vsize=748848 CPUtime=1.14 cores=0-31
/proc/24087/task/24117/stat : 24117 (plingeling) R 24085 24087 23801 0 -1 4202560 89 1242 0 0 114 0 0 0 25 0 33 0 716100474 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4260828 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=24087/tid=24118] ppid=24085 vsize=748848 CPUtime=1.14 cores=0-31
/proc/24087/task/24118/stat : 24118 (plingeling) R 24085 24087 23801 0 -1 4202560 91 1242 0 0 114 0 0 0 19 0 33 0 716100475 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4310180 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=24087/tid=24119] ppid=24085 vsize=748848 CPUtime=1.13 cores=0-31
/proc/24087/task/24119/stat : 24119 (plingeling) R 24085 24087 23801 0 -1 4202560 90 1242 0 0 113 0 0 0 24 0 33 0 716100475 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4310184 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=24087/tid=24120] ppid=24085 vsize=748848 CPUtime=1.14 cores=0-31
/proc/24087/task/24120/stat : 24120 (plingeling) R 24085 24087 23801 0 -1 4202560 133 1242 0 0 114 0 0 0 24 0 33 0 716100475 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=24087/tid=24121] ppid=24085 vsize=748848 CPUtime=1.14 cores=0-31
/proc/24087/task/24121/stat : 24121 (plingeling) R 24085 24087 23801 0 -1 4202560 167 1242 0 0 114 0 0 0 22 0 33 0 716100475 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4278378 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24087/tid=24122] ppid=24085 vsize=748848 CPUtime=1.14 cores=0-31
/proc/24087/task/24122/stat : 24122 (plingeling) R 24085 24087 23801 0 -1 4202560 57 1242 0 0 114 0 0 0 22 0 33 0 716100475 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4282358 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=24087/tid=24123] ppid=24085 vsize=748848 CPUtime=1.14 cores=0-31
/proc/24087/task/24123/stat : 24123 (plingeling) R 24085 24087 23801 0 -1 4202560 46 1242 0 0 114 0 0 0 22 0 33 0 716100475 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4270966 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=24087/tid=24124] ppid=24085 vsize=748848 CPUtime=1.14 cores=0-31
/proc/24087/task/24124/stat : 24124 (plingeling) R 24085 24087 23801 0 -1 4202560 134 1242 0 0 114 0 0 0 22 0 33 0 716100475 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=24087/tid=24125] ppid=24085 vsize=748848 CPUtime=1.11 cores=0-31
/proc/24087/task/24125/stat : 24125 (plingeling) R 24085 24087 23801 0 -1 4202560 101 1242 0 0 111 0 0 0 22 0 33 0 716100475 766820352 54869 268435456000 4194304 4417452 140736568441760 18446744073709551615 4310439 0 0 4096 17442 0 0 0 -1 19 0 0 0
Current children cumulated CPU time (s) 38.74
Current children cumulated vsize (KiB) 748848

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

[startup+3.32239 s]
/proc/loadavg: 28.67 30.51 31.43 33/446 24125
/proc/meminfo: memFree=255259860/264257624 swapFree=67111528/67111528
[pid=24087] ppid=24085 vsize=751016 CPUtime=45.79 cores=0-31
/proc/24087/stat : 24087 (plingeling) S 24085 24087 23801 0 -1 4202496 61257 1242 0 0 4564 15 0 0 18 0 33 0 716100279 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 17 0 0 0
/proc/24087/statm: 187754 55427 175 55 0 185640 0
[pid=24087/tid=24094] ppid=24085 vsize=751016 CPUtime=1.38 cores=0-31
/proc/24087/task/24094/stat : 24094 (plingeling) R 24085 24087 23801 0 -1 4202560 217 1242 0 0 138 0 0 0 19 0 33 0 716100473 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4278500 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24087/tid=24095] ppid=24085 vsize=751016 CPUtime=1.38 cores=0-31
/proc/24087/task/24095/stat : 24095 (plingeling) R 24085 24087 23801 0 -1 4202560 81 1242 0 0 138 0 0 0 19 0 33 0 716100473 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4236593 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24087/tid=24096] ppid=24085 vsize=751016 CPUtime=1.38 cores=0-31
/proc/24087/task/24096/stat : 24096 (plingeling) R 24085 24087 23801 0 -1 4202560 124 1242 0 0 138 0 0 0 23 0 33 0 716100473 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4275873 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=24087/tid=24097] ppid=24085 vsize=751016 CPUtime=1.37 cores=0-31
/proc/24087/task/24097/stat : 24097 (plingeling) R 24085 24087 23801 0 -1 4202560 893 1242 0 0 137 0 0 0 22 0 33 0 716100473 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4353561 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=24087/tid=24098] ppid=24085 vsize=751016 CPUtime=1.38 cores=0-31
/proc/24087/task/24098/stat : 24098 (plingeling) R 24085 24087 23801 0 -1 4202560 80 1242 0 0 138 0 0 0 23 0 33 0 716100473 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24087/tid=24099] ppid=24085 vsize=751016 CPUtime=1.38 cores=0-31
/proc/24087/task/24099/stat : 24099 (plingeling) R 24085 24087 23801 0 -1 4202560 80 1242 0 0 138 0 0 0 19 0 33 0 716100473 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4275944 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24087/tid=24100] ppid=24085 vsize=751016 CPUtime=1.37 cores=0-31
/proc/24087/task/24100/stat : 24100 (plingeling) R 24085 24087 23801 0 -1 4202560 492 1242 0 0 137 0 0 0 19 0 33 0 716100473 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4336690 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=24087/tid=24101] ppid=24085 vsize=751016 CPUtime=1.37 cores=0-31
/proc/24087/task/24101/stat : 24101 (plingeling) R 24085 24087 23801 0 -1 4202560 120 1242 0 0 137 0 0 0 19 0 33 0 716100473 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=24087/tid=24102] ppid=24085 vsize=751016 CPUtime=1.37 cores=0-31
/proc/24087/task/24102/stat : 24102 (plingeling) R 24085 24087 23801 0 -1 4202560 248 1242 0 0 137 0 0 0 19 0 33 0 716100473 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=24087/tid=24103] ppid=24085 vsize=751016 CPUtime=1.36 cores=0-31
/proc/24087/task/24103/stat : 24103 (plingeling) R 24085 24087 23801 0 -1 4202560 363 1242 0 0 136 0 0 0 19 0 33 0 716100473 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4278185 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=24087/tid=24104] ppid=24085 vsize=751016 CPUtime=1.37 cores=0-31
/proc/24087/task/24104/stat : 24104 (plingeling) R 24085 24087 23801 0 -1 4202560 149 1242 0 0 137 0 0 0 22 0 33 0 716100473 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4236290 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=24087/tid=24105] ppid=24085 vsize=751016 CPUtime=1.37 cores=0-31
/proc/24087/task/24105/stat : 24105 (plingeling) R 24085 24087 23801 0 -1 4202560 396 1242 0 0 137 0 0 0 19 0 33 0 716100473 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=24087/tid=24106] ppid=24085 vsize=751016 CPUtime=1.37 cores=0-31
/proc/24087/task/24106/stat : 24106 (plingeling) R 24085 24087 23801 0 -1 4202560 164 1242 0 0 137 0 0 0 19 0 33 0 716100473 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4275646 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=24087/tid=24107] ppid=24085 vsize=751016 CPUtime=1.3 cores=0-31
/proc/24087/task/24107/stat : 24107 (plingeling) R 24085 24087 23801 0 -1 4202560 90 1242 0 0 130 0 0 0 22 0 33 0 716100473 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=24087/tid=24108] ppid=24085 vsize=751016 CPUtime=1.37 cores=0-31
/proc/24087/task/24108/stat : 24108 (plingeling) R 24085 24087 23801 0 -1 4202560 91 1242 0 0 137 0 0 0 23 0 33 0 716100474 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4275628 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=24087/tid=24109] ppid=24085 vsize=751016 CPUtime=1.37 cores=0-31
/proc/24087/task/24109/stat : 24109 (plingeling) R 24085 24087 23801 0 -1 4202560 124 1242 0 0 137 0 0 0 23 0 33 0 716100474 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277540 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=24087/tid=24110] ppid=24085 vsize=751016 CPUtime=1.37 cores=0-31
/proc/24087/task/24110/stat : 24110 (plingeling) R 24085 24087 23801 0 -1 4202560 165 1242 0 0 137 0 0 0 22 0 33 0 716100474 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277527 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=24087/tid=24111] ppid=24085 vsize=751016 CPUtime=1.37 cores=0-31
/proc/24087/task/24111/stat : 24111 (plingeling) R 24085 24087 23801 0 -1 4202560 167 1242 0 0 137 0 0 0 22 0 33 0 716100474 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4300348 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=24087/tid=24112] ppid=24085 vsize=751016 CPUtime=1.37 cores=0-31
/proc/24087/task/24112/stat : 24112 (plingeling) R 24085 24087 23801 0 -1 4202560 212 1242 0 0 137 0 0 0 22 0 33 0 716100474 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24087/tid=24113] ppid=24085 vsize=751016 CPUtime=1.37 cores=0-31
/proc/24087/task/24113/stat : 24113 (plingeling) R 24085 24087 23801 0 -1 4202560 329 1242 0 0 137 0 0 0 22 0 33 0 716100474 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4275927 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24087/tid=24114] ppid=24085 vsize=751016 CPUtime=1.37 cores=0-31
/proc/24087/task/24114/stat : 24114 (plingeling) R 24085 24087 23801 0 -1 4202560 264 1242 0 0 137 0 0 0 22 0 33 0 716100474 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4278321 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=24087/tid=24115] ppid=24085 vsize=751016 CPUtime=1.37 cores=0-31
/proc/24087/task/24115/stat : 24115 (plingeling) R 24085 24087 23801 0 -1 4202560 169 1242 0 0 137 0 0 0 19 0 33 0 716100474 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4278496 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24087/tid=24116] ppid=24085 vsize=751016 CPUtime=1.37 cores=0-31
/proc/24087/task/24116/stat : 24116 (plingeling) R 24085 24087 23801 0 -1 4202560 194 1242 0 0 137 0 0 0 25 0 33 0 716100474 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4264193 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=24087/tid=24117] ppid=24085 vsize=751016 CPUtime=1.37 cores=0-31
/proc/24087/task/24117/stat : 24117 (plingeling) R 24085 24087 23801 0 -1 4202560 89 1242 0 0 137 0 0 0 25 0 33 0 716100474 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277567 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=24087/tid=24118] ppid=24085 vsize=751016 CPUtime=1.36 cores=0-31
/proc/24087/task/24118/stat : 24118 (plingeling) R 24085 24087 23801 0 -1 4202560 91 1242 0 0 136 0 0 0 19 0 33 0 716100475 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=24087/tid=24119] ppid=24085 vsize=751016 CPUtime=1.35 cores=0-31
/proc/24087/task/24119/stat : 24119 (plingeling) R 24085 24087 23801 0 -1 4202560 90 1242 0 0 135 0 0 0 25 0 33 0 716100475 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277571 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=24087/tid=24120] ppid=24085 vsize=751016 CPUtime=1.36 cores=0-31
/proc/24087/task/24120/stat : 24120 (plingeling) R 24085 24087 23801 0 -1 4202560 133 1242 0 0 136 0 0 0 25 0 33 0 716100475 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4264256 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=24087/tid=24121] ppid=24085 vsize=751016 CPUtime=1.36 cores=0-31
/proc/24087/task/24121/stat : 24121 (plingeling) R 24085 24087 23801 0 -1 4202560 334 1242 0 0 136 0 0 0 22 0 33 0 716100475 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4236689 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24087/tid=24122] ppid=24085 vsize=751016 CPUtime=1.36 cores=0-31
/proc/24087/task/24122/stat : 24122 (plingeling) R 24085 24087 23801 0 -1 4202560 57 1242 0 0 136 0 0 0 23 0 33 0 716100475 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4278570 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=24087/tid=24123] ppid=24085 vsize=751016 CPUtime=1.36 cores=0-31
/proc/24087/task/24123/stat : 24123 (plingeling) R 24085 24087 23801 0 -1 4202560 46 1242 0 0 136 0 0 0 23 0 33 0 716100475 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277884 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=24087/tid=24124] ppid=24085 vsize=751016 CPUtime=1.36 cores=0-31
/proc/24087/task/24124/stat : 24124 (plingeling) R 24085 24087 23801 0 -1 4202560 134 1242 0 0 136 0 0 0 23 0 33 0 716100475 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277805 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=24087/tid=24125] ppid=24085 vsize=751016 CPUtime=1.33 cores=0-31
/proc/24087/task/24125/stat : 24125 (plingeling) R 24085 24087 23801 0 -1 4202560 143 1242 0 0 133 0 0 0 23 0 33 0 716100475 769040384 55427 268435456000 4194304 4417452 140736568441760 18446744073709551615 4265473 0 0 4096 17442 0 0 0 -1 19 0 0 0
Current children cumulated CPU time (s) 45.79
Current children cumulated vsize (KiB) 751016

[startup+3.4024 s]
/proc/loadavg: 28.67 30.51 31.43 33/446 24125
/proc/meminfo: memFree=255259860/264257624 swapFree=67111528/67111528
[pid=24087] ppid=24085 vsize=749572 CPUtime=48.34 cores=0-31
/proc/24087/stat : 24087 (plingeling) S 24085 24087 23801 0 -1 4202496 61257 1242 0 0 4819 15 0 0 18 0 33 0 716100279 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 17 0 0 0
/proc/24087/statm: 187393 55066 175 55 0 185279 0
[pid=24087/tid=24094] ppid=24085 vsize=749572 CPUtime=1.46 cores=0-31
/proc/24087/task/24094/stat : 24094 (plingeling) R 24085 24087 23801 0 -1 4202560 217 1242 0 0 146 0 0 0 20 0 33 0 716100473 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4276043 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24087/tid=24095] ppid=24085 vsize=749572 CPUtime=1.46 cores=0-31
/proc/24087/task/24095/stat : 24095 (plingeling) R 24085 24087 23801 0 -1 4202560 81 1242 0 0 146 0 0 0 20 0 33 0 716100473 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277495 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24087/tid=24096] ppid=24085 vsize=749572 CPUtime=1.46 cores=0-31
/proc/24087/task/24096/stat : 24096 (plingeling) R 24085 24087 23801 0 -1 4202560 124 1242 0 0 146 0 0 0 23 0 33 0 716100473 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4275877 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=24087/tid=24097] ppid=24085 vsize=749572 CPUtime=1.45 cores=0-31
/proc/24087/task/24097/stat : 24097 (plingeling) R 24085 24087 23801 0 -1 4202560 893 1242 0 0 145 0 0 0 23 0 33 0 716100473 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=24087/tid=24098] ppid=24085 vsize=749572 CPUtime=1.46 cores=0-31
/proc/24087/task/24098/stat : 24098 (plingeling) R 24085 24087 23801 0 -1 4202560 80 1242 0 0 146 0 0 0 23 0 33 0 716100473 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24087/tid=24099] ppid=24085 vsize=749572 CPUtime=1.46 cores=0-31
/proc/24087/task/24099/stat : 24099 (plingeling) R 24085 24087 23801 0 -1 4202560 80 1242 0 0 146 0 0 0 20 0 33 0 716100473 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4275873 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24087/tid=24100] ppid=24085 vsize=749572 CPUtime=1.45 cores=0-31
/proc/24087/task/24100/stat : 24100 (plingeling) R 24085 24087 23801 0 -1 4202560 492 1242 0 0 145 0 0 0 19 0 33 0 716100473 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4377155 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=24087/tid=24101] ppid=24085 vsize=749572 CPUtime=1.45 cores=0-31
/proc/24087/task/24101/stat : 24101 (plingeling) R 24085 24087 23801 0 -1 4202560 120 1242 0 0 145 0 0 0 20 0 33 0 716100473 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277540 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=24087/tid=24102] ppid=24085 vsize=749572 CPUtime=1.45 cores=0-31
/proc/24087/task/24102/stat : 24102 (plingeling) R 24085 24087 23801 0 -1 4202560 248 1242 0 0 145 0 0 0 20 0 33 0 716100473 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4278243 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=24087/tid=24103] ppid=24085 vsize=749572 CPUtime=1.44 cores=0-31
/proc/24087/task/24103/stat : 24103 (plingeling) R 24085 24087 23801 0 -1 4202560 363 1242 0 0 144 0 0 0 20 0 33 0 716100473 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4269713 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=24087/tid=24104] ppid=24085 vsize=749572 CPUtime=1.45 cores=0-31
/proc/24087/task/24104/stat : 24104 (plingeling) R 24085 24087 23801 0 -1 4202560 149 1242 0 0 145 0 0 0 23 0 33 0 716100473 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4249935 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=24087/tid=24105] ppid=24085 vsize=749572 CPUtime=1.45 cores=0-31
/proc/24087/task/24105/stat : 24105 (plingeling) R 24085 24087 23801 0 -1 4202560 396 1242 0 0 145 0 0 0 19 0 33 0 716100473 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4276050 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=24087/tid=24106] ppid=24085 vsize=749572 CPUtime=1.45 cores=0-31
/proc/24087/task/24106/stat : 24106 (plingeling) R 24085 24087 23801 0 -1 4202560 164 1242 0 0 145 0 0 0 19 0 33 0 716100473 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277861 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=24087/tid=24107] ppid=24085 vsize=749572 CPUtime=1.38 cores=0-31
/proc/24087/task/24107/stat : 24107 (plingeling) R 24085 24087 23801 0 -1 4202560 90 1242 0 0 138 0 0 0 22 0 33 0 716100473 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4275978 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=24087/tid=24108] ppid=24085 vsize=749572 CPUtime=1.45 cores=0-31
/proc/24087/task/24108/stat : 24108 (plingeling) R 24085 24087 23801 0 -1 4202560 91 1242 0 0 145 0 0 0 23 0 33 0 716100474 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4278168 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=24087/tid=24109] ppid=24085 vsize=749572 CPUtime=1.45 cores=0-31
/proc/24087/task/24109/stat : 24109 (plingeling) R 24085 24087 23801 0 -1 4202560 124 1242 0 0 145 0 0 0 23 0 33 0 716100474 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4275613 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=24087/tid=24110] ppid=24085 vsize=749572 CPUtime=1.45 cores=0-31
/proc/24087/task/24110/stat : 24110 (plingeling) R 24085 24087 23801 0 -1 4202560 165 1242 0 0 145 0 0 0 23 0 33 0 716100474 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4236670 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=24087/tid=24111] ppid=24085 vsize=749572 CPUtime=1.45 cores=0-31
/proc/24087/task/24111/stat : 24111 (plingeling) R 24085 24087 23801 0 -1 4202560 167 1242 0 0 145 0 0 0 23 0 33 0 716100474 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277684 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=24087/tid=24112] ppid=24085 vsize=749572 CPUtime=1.45 cores=0-31
/proc/24087/task/24112/stat : 24112 (plingeling) R 24085 24087 23801 0 -1 4202560 212 1242 0 0 145 0 0 0 23 0 33 0 716100474 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277684 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24087/tid=24113] ppid=24085 vsize=749572 CPUtime=1.45 cores=0-31
/proc/24087/task/24113/stat : 24113 (plingeling) R 24085 24087 23801 0 -1 4202560 329 1242 0 0 145 0 0 0 23 0 33 0 716100474 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4276007 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24087/tid=24114] ppid=24085 vsize=749572 CPUtime=1.45 cores=0-31
/proc/24087/task/24114/stat : 24114 (plingeling) R 24085 24087 23801 0 -1 4202560 264 1242 0 0 145 0 0 0 23 0 33 0 716100474 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277897 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=24087/tid=24115] ppid=24085 vsize=749572 CPUtime=1.45 cores=0-31
/proc/24087/task/24115/stat : 24115 (plingeling) R 24085 24087 23801 0 -1 4202560 169 1242 0 0 145 0 0 0 20 0 33 0 716100474 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4300521 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24087/tid=24116] ppid=24085 vsize=749572 CPUtime=1.45 cores=0-31
/proc/24087/task/24116/stat : 24116 (plingeling) R 24085 24087 23801 0 -1 4202560 194 1242 0 0 145 0 0 0 25 0 33 0 716100474 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277567 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=24087/tid=24117] ppid=24085 vsize=749572 CPUtime=1.45 cores=0-31
/proc/24087/task/24117/stat : 24117 (plingeling) R 24085 24087 23801 0 -1 4202560 89 1242 0 0 145 0 0 0 25 0 33 0 716100474 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4275814 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=24087/tid=24118] ppid=24085 vsize=749572 CPUtime=1.44 cores=0-31
/proc/24087/task/24118/stat : 24118 (plingeling) R 24085 24087 23801 0 -1 4202560 91 1242 0 0 144 0 0 0 20 0 33 0 716100475 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277008 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=24087/tid=24119] ppid=24085 vsize=749572 CPUtime=1.43 cores=0-31
/proc/24087/task/24119/stat : 24119 (plingeling) R 24085 24087 23801 0 -1 4202560 90 1242 0 0 143 0 0 0 25 0 33 0 716100475 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4275728 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=24087/tid=24120] ppid=24085 vsize=749572 CPUtime=1.44 cores=0-31
/proc/24087/task/24120/stat : 24120 (plingeling) R 24085 24087 23801 0 -1 4202560 133 1242 0 0 144 0 0 0 25 0 33 0 716100475 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4265399 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=24087/tid=24121] ppid=24085 vsize=749572 CPUtime=1.44 cores=0-31
/proc/24087/task/24121/stat : 24121 (plingeling) R 24085 24087 23801 0 -1 4202560 334 1242 0 0 144 0 0 0 23 0 33 0 716100475 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4236607 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24087/tid=24122] ppid=24085 vsize=749572 CPUtime=1.44 cores=0-31
/proc/24087/task/24122/stat : 24122 (plingeling) R 24085 24087 23801 0 -1 4202560 57 1242 0 0 144 0 0 0 23 0 33 0 716100475 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4276054 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=24087/tid=24123] ppid=24085 vsize=749572 CPUtime=1.44 cores=0-31
/proc/24087/task/24123/stat : 24123 (plingeling) R 24085 24087 23801 0 -1 4202560 46 1242 0 0 144 0 0 0 23 0 33 0 716100475 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4265433 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=24087/tid=24124] ppid=24085 vsize=749572 CPUtime=1.44 cores=0-31
/proc/24087/task/24124/stat : 24124 (plingeling) R 24085 24087 23801 0 -1 4202560 134 1242 0 0 144 0 0 0 23 0 33 0 716100475 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4275646 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=24087/tid=24125] ppid=24085 vsize=749572 CPUtime=1.41 cores=0-31
/proc/24087/task/24125/stat : 24125 (plingeling) R 24085 24087 23801 0 -1 4202560 143 1242 0 0 141 0 0 0 23 0 33 0 716100475 767561728 55066 268435456000 4194304 4417452 140736568441760 18446744073709551615 4277563 0 0 4096 17442 0 0 0 -1 19 0 0 0
Current children cumulated CPU time (s) 48.34
Current children cumulated vsize (KiB) 749572

Child status: 20
Real time (s): 3.50195
CPU time (s): 49.8874
CPU user time (s): 49.7004
CPU system time (s): 0.186971
CPU usage (%): 1424.56
Max. virtual memory (cumulated for all children) (KiB): 751016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.7004
system time used= 0.186971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62896
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= 950
involuntary context switches= 159

runsolver used 0.022996 second user time and 0.105983 second system time

The end

Launcher Data

Begin job on node200 at 2011-05-22 08:35:39
IDJOB=3372780
IDBENCH=83441
IDSOLVER=1852
FILE ID=node200/3372780-1306046139
RUNJOBID= node200-1306045988-23815
PBS_JOBID= 13387806
Free space on /tmp= 62044 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E03N17.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372780-1306046139/watcher-3372780-1306046139 -o /tmp/evaluation-result-3372780-1306046139/solver-3372780-1306046139 -C 160000 -W 5100 -M 266338304  plingeling -t 32 HOME/instance-3372780-1306046139.cnf

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

MD5SUM BENCH= a7330fdd412cca5ee2ec4c82638d1610
RANDOM SEED=421872997

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:      255487056 kB
Buffers:        454592 kB
Cached:        7900948 kB
SwapCached:          0 kB
Active:        7428316 kB
Inactive:       996264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      255487056 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2816 kB
Writeback:           0 kB
AnonPages:       63904 kB
Mapped:          14568 kB
Slab:           252552 kB
PageTables:       4752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   177396 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= 62044 MiB
End job on node200 at 2011-05-22 08:35:42