Trace number 3311144

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
STRUCTure 0.1 (hbr=2)? (TO) 4800.56 1203.54

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S656892101-075-UNKNOWN.cnf
MD5SUM187184c44e9c5a07f5a8f762e04588fa
Bench CategoryRANDOM (random 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 variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 540000
Number of clauses of size over 50

Solver Data

0.11/0.12	13:48 INFO : Reading from input HOME/instance-3311144-1304111628.cnf
0.72/0.52	Executor set job limit to 1000000
0.72/0.52	Executor set job limit to 1000000
0.72/0.52	Executor set job limit to 1000000
0.72/0.52	Executor set job limit to 1000000
0.72/0.52	Starting Executor!
0.72/0.52	Starting Executor!
0.72/0.52	Starting Executor!
0.72/0.52	Starting Executor!
2.41/1.20	13:49 INFO : 2000 variables remaining out of 2000
2.41/1.20	13:49 INFO : 240000 literals remaining out of 240000

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: 935)

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-3311144-1304111628/watcher-3311144-1304111628 -o /tmp/evaluation-result-3311144-1304111628/solver-3311144-1304111628 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311144-1304111628.cnf -hbr 2 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.76 7.15 7.57 3/189 32314
/proc/meminfo: memFree=30931708/32951124 swapFree=67111364/67111528
[pid=32314] ppid=32312 vsize=24008 CPUtime=0 cores=0,2,4,6
/proc/32314/stat : 32314 (java) S 32312 32314 32264 0 -1 4202496 1373 0 0 0 0 0 0 0 25 0 2 0 522760771 24584192 853 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256151525 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32314/statm: 6001 862 659 9 0 381 0
[pid=32314/tid=32315] ppid=32312 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32315/stat : 32315 (java) R 32312 32314 32264 0 -1 4202560 26 0 0 0 0 0 0 0 25 0 2 0 522760772 24580096 863 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228239425159 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.090646 s]
/proc/loadavg: 4.76 7.15 7.57 3/189 32314
/proc/meminfo: memFree=30931708/32951124 swapFree=67111364/67111528
[pid=32314] ppid=32312 vsize=15677056 CPUtime=0.09 cores=0,2,4,6
/proc/32314/stat : 32314 (java) S 32312 32314 32264 0 -1 4202496 5487 0 1 0 9 0 0 0 25 0 18 0 522760771 16053305344 4910 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32314/statm: 3919264 4911 2116 9 0 3909983 0
[pid=32314/tid=32315] ppid=32312 vsize=15677056 CPUtime=0.07 cores=0,2,4,6
/proc/32314/task/32315/stat : 32315 (java) R 32312 32314 32264 0 -1 4202560 3343 0 1 0 7 0 0 0 18 0 18 0 522760772 16053305344 4911 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 47114093834147 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15677056

[startup+0.100624 s]
/proc/loadavg: 4.76 7.15 7.57 3/189 32314
/proc/meminfo: memFree=30931708/32951124 swapFree=67111364/67111528
[pid=32314] ppid=32312 vsize=15677056 CPUtime=0.11 cores=0,2,4,6
/proc/32314/stat : 32314 (java) S 32312 32314 32264 0 -1 4202496 5611 0 1 0 10 1 0 0 25 0 18 0 522760771 16053305344 5034 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32314/statm: 3919264 5035 2118 9 0 3909983 0
[pid=32314/tid=32315] ppid=32312 vsize=15677056 CPUtime=0.09 cores=0,2,4,6
/proc/32314/task/32315/stat : 32315 (java) R 32312 32314 32264 0 -1 4202560 3468 0 1 0 8 1 0 0 18 0 18 0 522760772 16053305344 5036 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 47114096866840 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15677056

[startup+0.300615 s]
/proc/loadavg: 4.76 7.15 7.57 3/189 32314
/proc/meminfo: memFree=30931708/32951124 swapFree=67111364/67111528
[pid=32314] ppid=32312 vsize=15684928 CPUtime=0.52 cores=0,2,4,6
/proc/32314/stat : 32314 (java) S 32312 32314 32264 0 -1 4202496 15571 0 1 0 50 2 0 0 25 0 18 0 522760771 16061366272 14084 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32314/statm: 3921232 14090 2207 9 0 3911951 0
[pid=32314/tid=32315] ppid=32312 vsize=15684928 CPUtime=0.28 cores=0,2,4,6
/proc/32314/task/32315/stat : 32315 (java) R 32312 32314 32264 0 -1 4202560 10609 0 1 0 26 2 0 0 18 0 18 0 522760772 16061366272 14093 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 46912505587102 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15684928

[startup+0.706543 s]
/proc/loadavg: 4.76 7.15 7.57 3/189 32314
/proc/meminfo: memFree=30931708/32951124 swapFree=67111364/67111528
[pid=32314] ppid=32312 vsize=15690724 CPUtime=1.09 cores=0,2,4,6
/proc/32314/stat : 32314 (java) S 32312 32314 32264 0 -1 4202496 45230 0 1 0 103 6 0 0 25 0 22 0 522760771 16067301376 41832 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32314/statm: 3922681 41832 2252 9 0 3913400 0
[pid=32314/tid=32315] ppid=32312 vsize=15690724 CPUtime=0.68 cores=0,2,4,6
/proc/32314/task/32315/stat : 32315 (java) R 32312 32314 32264 0 -1 4202560 35655 0 1 0 63 5 0 0 20 0 22 0 522760772 16067301376 41832 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 46912505201599 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 15690724

[startup+1.50132 s]
/proc/loadavg: 4.76 7.15 7.57 5/220 32345
/proc/meminfo: memFree=30582400/32951124 swapFree=67111364/67111528
[pid=32314] ppid=32312 vsize=15697928 CPUtime=3.07 cores=0,2,4,6
/proc/32314/stat : 32314 (java) S 32312 32314 32264 0 -1 4202496 54838 0 1 0 299 8 0 0 25 0 22 0 522760771 16074678272 47292 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32314/statm: 3924482 47292 2274 9 0 3915201 0
[pid=32314/tid=32315] ppid=32312 vsize=15697928 CPUtime=1.19 cores=0,2,4,6
/proc/32314/task/32315/stat : 32315 (java) S 32312 32314 32264 0 -1 4202560 35717 0 1 0 114 5 0 0 21 0 22 0 522760772 16074678272 47292 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32322] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32322/stat : 32322 (java) S 32312 32314 32264 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 522760772 16074678272 47292 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32323] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32323/stat : 32323 (java) S 32312 32314 32264 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522760772 16074678272 47292 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=32314/tid=32324] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32324/stat : 32324 (java) S 32312 32314 32264 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522760772 16074678272 47292 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=32314/tid=32325] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32325/stat : 32325 (java) S 32312 32314 32264 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 522760772 16074678272 47292 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=32314/tid=32326] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32326/stat : 32326 (java) S 32312 32314 32264 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522760772 16074678272 47292 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32327] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32327/stat : 32327 (java) S 32312 32314 32264 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522760772 16074678272 47292 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32328] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32328/stat : 32328 (java) S 32312 32314 32264 0 -1 4202560 327 0 0 0 0 0 0 0 21 0 22 0 522760772 16074678272 47292 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=32314/tid=32329] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32329/stat : 32329 (java) S 32312 32314 32264 0 -1 4202560 72 0 0 0 0 0 0 0 21 0 22 0 522760772 16074678272 47292 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=32314/tid=32330] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32330/stat : 32330 (java) S 32312 32314 32264 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 22 0 522760773 16074678272 47292 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256165376 0 0 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=32314/tid=32331] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32331/stat : 32331 (java) S 32312 32314 32264 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 522760774 16074678272 47292 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32332] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32332/stat : 32332 (java) S 32312 32314 32264 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 522760774 16074678272 47292 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32333] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32333/stat : 32333 (java) S 32312 32314 32264 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522760776 16074678272 47292 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256172465 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32334] ppid=32312 vsize=15697928 CPUtime=0.68 cores=0,2,4,6
/proc/32314/task/32334/stat : 32334 (java) S 32312 32314 32264 0 -1 4202560 4457 0 0 0 68 0 0 0 15 0 22 0 522760776 16074678272 47292 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=32314/tid=32335] ppid=32312 vsize=15697928 CPUtime=0.84 cores=0,2,4,6
/proc/32314/task/32335/stat : 32335 (java) R 32312 32314 32264 0 -1 4202560 12808 0 0 0 82 2 0 0 17 0 22 0 522760776 16074678272 47292 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 47114097341727 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32314/tid=32336] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32336/stat : 32336 (java) S 32312 32314 32264 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522760776 16074678272 47292 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32337] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32337/stat : 32337 (java) S 32312 32314 32264 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522760776 16074678272 47292 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256165376 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32342] ppid=32312 vsize=15697928 CPUtime=0.09 cores=0,2,4,6
/proc/32314/task/32342/stat : 32342 (java) S 32312 32314 32264 0 -1 4202560 14 0 0 0 9 0 0 0 15 0 22 0 522760824 16074678272 47292 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256165376 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=32314/tid=32343] ppid=32312 vsize=15697928 CPUtime=0.09 cores=0,2,4,6
/proc/32314/task/32343/stat : 32343 (java) R 32312 32314 32264 0 -1 4202560 22 0 0 0 9 0 0 0 15 0 22 0 522760824 16074678272 47292 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 46912506121497 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32314/tid=32344] ppid=32312 vsize=15697928 CPUtime=0.09 cores=0,2,4,6
/proc/32314/task/32344/stat : 32344 (java) S 32312 32314 32264 0 -1 4202560 9 0 0 0 9 0 0 0 15 0 22 0 522760824 16074678272 47292 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256165376 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=32314/tid=32345] ppid=32312 vsize=15697928 CPUtime=0.04 cores=0,2,4,6
/proc/32314/task/32345/stat : 32345 (java) S 32312 32314 32264 0 -1 4202560 10 0 0 0 4 0 0 0 15 0 22 0 522760824 16074678272 47292 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256165376 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 15697928

[startup+3.10104 s]
/proc/loadavg: 4.76 7.15 7.57 10/220 32345
/proc/meminfo: memFree=30439056/32951124 swapFree=67111364/67111528
[pid=32314] ppid=32312 vsize=15697928 CPUtime=9.27 cores=0,2,4,6
/proc/32314/stat : 32314 (java) S 32312 32314 32264 0 -1 4202496 112804 0 1 0 909 18 0 0 25 0 22 0 522760771 16074678272 105021 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32314/statm: 3924482 105021 2274 9 0 3915201 0
[pid=32314/tid=32315] ppid=32312 vsize=15697928 CPUtime=1.19 cores=0,2,4,6
/proc/32314/task/32315/stat : 32315 (java) S 32312 32314 32264 0 -1 4202560 35717 0 1 0 114 5 0 0 21 0 22 0 522760772 16074678272 105021 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32322] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32322/stat : 32322 (java) S 32312 32314 32264 0 -1 4202560 2930 0 0 0 0 0 0 0 15 0 22 0 522760772 16074678272 105021 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32323] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32323/stat : 32323 (java) S 32312 32314 32264 0 -1 4202560 4254 0 0 0 0 0 0 0 15 0 22 0 522760772 16074678272 105021 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=32314/tid=32324] ppid=32312 vsize=15697928 CPUtime=0.02 cores=0,2,4,6
/proc/32314/task/32324/stat : 32324 (java) S 32312 32314 32264 0 -1 4202560 7129 0 0 0 1 1 0 0 15 0 22 0 522760772 16074678272 105021 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=32314/tid=32325] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32325/stat : 32325 (java) S 32312 32314 32264 0 -1 4202560 2285 0 0 0 0 0 0 0 15 0 22 0 522760772 16074678272 105021 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=32314/tid=32326] ppid=32312 vsize=15697928 CPUtime=0.01 cores=0,2,4,6
/proc/32314/task/32326/stat : 32326 (java) S 32312 32314 32264 0 -1 4202560 6733 0 0 0 0 1 0 0 16 0 22 0 522760772 16074678272 105021 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32327] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32327/stat : 32327 (java) S 32312 32314 32264 0 -1 4202560 2575 0 0 0 0 0 0 0 15 0 22 0 522760772 16074678272 105021 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=32314/tid=32328] ppid=32312 vsize=15697928 CPUtime=0.01 cores=0,2,4,6
/proc/32314/task/32328/stat : 32328 (java) S 32312 32314 32264 0 -1 4202560 4605 0 0 0 1 0 0 0 15 0 22 0 522760772 16074678272 105021 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=32314/tid=32329] ppid=32312 vsize=15697928 CPUtime=0.01 cores=0,2,4,6
/proc/32314/task/32329/stat : 32329 (java) S 32312 32314 32264 0 -1 4202560 5330 0 0 0 1 0 0 0 15 0 22 0 522760772 16074678272 105021 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32330] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32330/stat : 32330 (java) S 32312 32314 32264 0 -1 4202560 248 0 0 0 0 0 0 0 15 0 22 0 522760773 16074678272 105021 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256165376 0 0 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32331] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32331/stat : 32331 (java) S 32312 32314 32264 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522760774 16074678272 105021 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32332] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32332/stat : 32332 (java) S 32312 32314 32264 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522760774 16074678272 105021 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32333] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32333/stat : 32333 (java) S 32312 32314 32264 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522760776 16074678272 105021 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256172465 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32334] ppid=32312 vsize=15697928 CPUtime=0.72 cores=0,2,4,6
/proc/32314/task/32334/stat : 32334 (java) S 32312 32314 32264 0 -1 4202560 4463 0 0 0 72 0 0 0 15 0 22 0 522760776 16074678272 105021 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=32314/tid=32335] ppid=32312 vsize=15697928 CPUtime=0.87 cores=0,2,4,6
/proc/32314/task/32335/stat : 32335 (java) S 32312 32314 32264 0 -1 4202560 12810 0 0 0 85 2 0 0 15 0 22 0 522760776 16074678272 105021 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=32314/tid=32336] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32336/stat : 32336 (java) S 32312 32314 32264 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522760776 16074678272 105021 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32337] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32337/stat : 32337 (java) S 32312 32314 32264 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522760776 16074678272 105021 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256165376 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=32314/tid=32342] ppid=32312 vsize=15697928 CPUtime=1.64 cores=0,2,4,6
/proc/32314/task/32342/stat : 32342 (java) R 32312 32314 32264 0 -1 4202560 5945 0 0 0 164 0 0 0 17 0 22 0 522760824 16074678272 105021 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 46912506152107 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32314/tid=32343] ppid=32312 vsize=15697928 CPUtime=1.64 cores=0,2,4,6
/proc/32314/task/32343/stat : 32343 (java) R 32312 32314 32264 0 -1 4202560 5410 0 0 0 164 0 0 0 17 0 22 0 522760824 16074678272 105021 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 46912506125742 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32314/tid=32344] ppid=32312 vsize=15697928 CPUtime=1.5 cores=0,2,4,6
/proc/32314/task/32344/stat : 32344 (java) R 32312 32314 32264 0 -1 4202560 5525 0 0 0 150 0 0 0 17 0 22 0 522760824 16074678272 105021 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 46912506126597 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32314/tid=32345] ppid=32312 vsize=15697928 CPUtime=1.49 cores=0,2,4,6
/proc/32314/task/32345/stat : 32345 (java) R 32312 32314 32264 0 -1 4202560 5459 0 0 0 149 0 0 0 17 0 22 0 522760824 16074678272 105021 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 46912505213598 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.27
Current children cumulated vsize (KiB) 15697928

[startup+6.30148 s]
/proc/loadavg: 5.18 7.20 7.59 10/220 32346
/proc/meminfo: memFree=29153052/32951124 swapFree=67111364/67111528
[pid=32314] ppid=32312 vsize=15697928 CPUtime=22.04 cores=0,2,4,6
/proc/32314/stat : 32314 (java) S 32312 32314 32264 0 -1 4202496 242859 0 1 0 2165 39 0 0 25 0 22 0 522760771 16074678272 234405 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32314/statm: 3924482 234405 2274 9 0 3915201 0
[pid=32314/tid=32315] ppid=32312 vsize=15697928 CPUtime=1.19 cores=0,2,4,6
/proc/32314/task/32315/stat : 32315 (java) S 32312 32314 32264 0 -1 4202560 35717 0 1 0 114 5 0 0 21 0 22 0 522760772 16074678272 234405 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32322] ppid=32312 vsize=15697928 CPUtime=0.05 cores=0,2,4,6
/proc/32314/task/32322/stat : 32322 (java) S 32312 32314 32264 0 -1 4202560 14919 0 0 0 2 3 0 0 16 0 22 0 522760772 16074678272 234405 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=32314/tid=32323] ppid=32312 vsize=15697928 CPUtime=0.03 cores=0,2,4,6
/proc/32314/task/32323/stat : 32323 (java) S 32312 32314 32264 0 -1 4202560 10750 0 0 0 1 2 0 0 15 0 22 0 522760772 16074678272 234405 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32324] ppid=32312 vsize=15697928 CPUtime=0.07 cores=0,2,4,6
/proc/32314/task/32324/stat : 32324 (java) S 32312 32314 32264 0 -1 4202560 18564 0 0 0 3 4 0 0 16 0 22 0 522760772 16074678272 234405 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32325] ppid=32312 vsize=15697928 CPUtime=0.02 cores=0,2,4,6
/proc/32314/task/32325/stat : 32325 (java) S 32312 32314 32264 0 -1 4202560 9745 0 0 0 1 1 0 0 15 0 22 0 522760772 16074678272 234405 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=32314/tid=32326] ppid=32312 vsize=15697928 CPUtime=0.06 cores=0,2,4,6
/proc/32314/task/32326/stat : 32326 (java) S 32312 32314 32264 0 -1 4202560 18500 0 0 0 3 3 0 0 16 0 22 0 522760772 16074678272 234405 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32327] ppid=32312 vsize=15697928 CPUtime=0.02 cores=0,2,4,6
/proc/32314/task/32327/stat : 32327 (java) S 32312 32314 32264 0 -1 4202560 9110 0 0 0 1 1 0 0 15 0 22 0 522760772 16074678272 234405 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32328] ppid=32312 vsize=15697928 CPUtime=0.05 cores=0,2,4,6
/proc/32314/task/32328/stat : 32328 (java) S 32312 32314 32264 0 -1 4202560 13087 0 0 0 3 2 0 0 16 0 22 0 522760772 16074678272 234405 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=32314/tid=32329] ppid=32312 vsize=15697928 CPUtime=0.05 cores=0,2,4,6
/proc/32314/task/32329/stat : 32329 (java) S 32312 32314 32264 0 -1 4202560 14487 0 0 0 3 2 0 0 15 0 22 0 522760772 16074678272 234405 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0

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

/proc/32314/task/32324/stat : 32324 (java) S 32312 32314 32264 0 -1 4202560 143645 0 0 0 142 26 0 0 16 0 22 0 522760772 16074678272 1240887 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=32314/tid=32325] ppid=32312 vsize=15697928 CPUtime=1.6 cores=0,2,4,6
/proc/32314/task/32325/stat : 32325 (java) S 32312 32314 32264 0 -1 4202560 172574 0 0 0 128 32 0 0 16 0 22 0 522760772 16074678272 1240887 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32326] ppid=32312 vsize=15697928 CPUtime=1.7 cores=0,2,4,6
/proc/32314/task/32326/stat : 32326 (java) S 32312 32314 32264 0 -1 4202560 188331 0 0 0 138 32 0 0 15 0 22 0 522760772 16074678272 1240887 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32327] ppid=32312 vsize=15697928 CPUtime=1.49 cores=0,2,4,6
/proc/32314/task/32327/stat : 32327 (java) S 32312 32314 32264 0 -1 4202560 134969 0 0 0 125 24 0 0 15 0 22 0 522760772 16074678272 1240887 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32328] ppid=32312 vsize=15697928 CPUtime=1.59 cores=0,2,4,6
/proc/32314/task/32328/stat : 32328 (java) S 32312 32314 32264 0 -1 4202560 163103 0 0 0 131 28 0 0 16 0 22 0 522760772 16074678272 1240887 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32329] ppid=32312 vsize=15697928 CPUtime=1.45 cores=0,2,4,6
/proc/32314/task/32329/stat : 32329 (java) S 32312 32314 32264 0 -1 4202560 148479 0 0 0 121 24 0 0 15 0 22 0 522760772 16074678272 1240887 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=32314/tid=32330] ppid=32312 vsize=15697928 CPUtime=0.83 cores=0,2,4,6
/proc/32314/task/32330/stat : 32330 (java) S 32312 32314 32264 0 -1 4202560 48884 0 0 0 63 20 0 0 15 0 22 0 522760773 16074678272 1240887 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256165376 0 0 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32331] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32331/stat : 32331 (java) S 32312 32314 32264 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522760774 16074678272 1240887 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32332] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32332/stat : 32332 (java) S 32312 32314 32264 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522760774 16074678272 1240887 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32333] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32333/stat : 32333 (java) S 32312 32314 32264 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522760776 16074678272 1240887 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256172465 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32334] ppid=32312 vsize=15697928 CPUtime=1.02 cores=0,2,4,6
/proc/32314/task/32334/stat : 32334 (java) S 32312 32314 32264 0 -1 4202560 4514 0 0 0 102 0 0 0 16 0 22 0 522760776 16074678272 1240887 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=32314/tid=32335] ppid=32312 vsize=15697928 CPUtime=1.16 cores=0,2,4,6
/proc/32314/task/32335/stat : 32335 (java) S 32312 32314 32264 0 -1 4202560 12950 0 0 0 114 2 0 0 15 0 22 0 522760776 16074678272 1240887 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32336] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32336/stat : 32336 (java) S 32312 32314 32264 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522760776 16074678272 1240887 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32337] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32337/stat : 32337 (java) S 32312 32314 32264 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 522760776 16074678272 1240887 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256165376 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32342] ppid=32312 vsize=15697928 CPUtime=1114.54 cores=0,2,4,6
/proc/32314/task/32342/stat : 32342 (java) R 32312 32314 32264 0 -1 4202560 217696 0 0 0 111430 24 0 0 25 0 22 0 522760824 16074678272 1240887 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 47114097624700 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32314/tid=32343] ppid=32312 vsize=15697928 CPUtime=1116.09 cores=0,2,4,6
/proc/32314/task/32343/stat : 32343 (java) R 32312 32314 32264 0 -1 4202560 209668 0 0 0 111586 23 0 0 25 0 22 0 522760824 16074678272 1240887 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 46912505601331 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32314/tid=32344] ppid=32312 vsize=15697928 CPUtime=1113.43 cores=0,2,4,6
/proc/32314/task/32344/stat : 32344 (java) R 32312 32314 32264 0 -1 4202560 219496 0 0 0 111318 25 0 0 25 0 22 0 522760824 16074678272 1240887 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 46912505705941 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32314/tid=32345] ppid=32312 vsize=15697928 CPUtime=1115.47 cores=0,2,4,6
/proc/32314/task/32345/stat : 32345 (java) R 32312 32314 32264 0 -1 4202560 208498 0 0 0 111520 27 0 0 25 0 22 0 522760824 16074678272 1240887 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 18446744073699065971 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4476.74
Current children cumulated vsize (KiB) 15697928

[startup+1182.3 s]
/proc/loadavg: 8.16 8.12 7.95 9/220 32377
/proc/meminfo: memFree=24499476/32951124 swapFree=67111364/67111528
[pid=32314] ppid=32312 vsize=15697928 CPUtime=4716.39 cores=0,2,4,6
/proc/32314/stat : 32314 (java) S 32312 32314 32264 0 -1 4202496 2297028 0 1 0 471273 366 0 0 25 0 22 0 522760771 16074678272 1320851 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32314/statm: 3924482 1320851 2298 9 0 3915201 0
[pid=32314/tid=32315] ppid=32312 vsize=15697928 CPUtime=1.19 cores=0,2,4,6
/proc/32314/task/32315/stat : 32315 (java) S 32312 32314 32264 0 -1 4202560 35717 0 1 0 114 5 0 0 21 0 22 0 522760772 16074678272 1320851 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32322] ppid=32312 vsize=15697928 CPUtime=1.74 cores=0,2,4,6
/proc/32314/task/32322/stat : 32322 (java) S 32312 32314 32264 0 -1 4202560 164063 0 0 0 144 30 0 0 16 0 22 0 522760772 16074678272 1320851 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32323] ppid=32312 vsize=15697928 CPUtime=1.7 cores=0,2,4,6
/proc/32314/task/32323/stat : 32323 (java) S 32312 32314 32264 0 -1 4202560 158978 0 0 0 143 27 0 0 15 0 22 0 522760772 16074678272 1320851 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32324] ppid=32312 vsize=15697928 CPUtime=1.71 cores=0,2,4,6
/proc/32314/task/32324/stat : 32324 (java) S 32312 32314 32264 0 -1 4202560 149221 0 0 0 145 26 0 0 16 0 22 0 522760772 16074678272 1320851 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=32314/tid=32325] ppid=32312 vsize=15697928 CPUtime=1.62 cores=0,2,4,6
/proc/32314/task/32325/stat : 32325 (java) S 32312 32314 32264 0 -1 4202560 175674 0 0 0 129 33 0 0 15 0 22 0 522760772 16074678272 1320851 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32326] ppid=32312 vsize=15697928 CPUtime=1.76 cores=0,2,4,6
/proc/32314/task/32326/stat : 32326 (java) S 32312 32314 32264 0 -1 4202560 196182 0 0 0 143 33 0 0 16 0 22 0 522760772 16074678272 1320851 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32327] ppid=32312 vsize=15697928 CPUtime=1.51 cores=0,2,4,6
/proc/32314/task/32327/stat : 32327 (java) S 32312 32314 32264 0 -1 4202560 137472 0 0 0 127 24 0 0 15 0 22 0 522760772 16074678272 1320851 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=32314/tid=32328] ppid=32312 vsize=15697928 CPUtime=1.64 cores=0,2,4,6
/proc/32314/task/32328/stat : 32328 (java) S 32312 32314 32264 0 -1 4202560 170355 0 0 0 135 29 0 0 16 0 22 0 522760772 16074678272 1320851 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=32314/tid=32329] ppid=32312 vsize=15697928 CPUtime=1.51 cores=0,2,4,6
/proc/32314/task/32329/stat : 32329 (java) S 32312 32314 32264 0 -1 4202560 154654 0 0 0 126 25 0 0 15 0 22 0 522760772 16074678272 1320851 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=32314/tid=32330] ppid=32312 vsize=15697928 CPUtime=0.84 cores=0,2,4,6
/proc/32314/task/32330/stat : 32330 (java) S 32312 32314 32264 0 -1 4202560 49052 0 0 0 64 20 0 0 15 0 22 0 522760773 16074678272 1320851 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256165376 0 0 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32331] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32331/stat : 32331 (java) S 32312 32314 32264 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522760774 16074678272 1320851 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32332] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32332/stat : 32332 (java) S 32312 32314 32264 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522760774 16074678272 1320851 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32333] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32333/stat : 32333 (java) S 32312 32314 32264 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522760776 16074678272 1320851 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256172465 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32334] ppid=32312 vsize=15697928 CPUtime=1.02 cores=0,2,4,6
/proc/32314/task/32334/stat : 32334 (java) S 32312 32314 32264 0 -1 4202560 4514 0 0 0 102 0 0 0 16 0 22 0 522760776 16074678272 1320851 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=32314/tid=32335] ppid=32312 vsize=15697928 CPUtime=1.16 cores=0,2,4,6
/proc/32314/task/32335/stat : 32335 (java) S 32312 32314 32264 0 -1 4202560 12950 0 0 0 114 2 0 0 15 0 22 0 522760776 16074678272 1320851 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32336] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32336/stat : 32336 (java) S 32312 32314 32264 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522760776 16074678272 1320851 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32337] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32337/stat : 32337 (java) S 32312 32314 32264 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 522760776 16074678272 1320851 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256165376 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32342] ppid=32312 vsize=15697928 CPUtime=1174.44 cores=0,2,4,6
/proc/32314/task/32342/stat : 32342 (java) R 32312 32314 32264 0 -1 4202560 223626 0 0 0 117419 25 0 0 25 0 22 0 522760824 16074678272 1320851 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 46912505840440 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32314/tid=32343] ppid=32312 vsize=15697928 CPUtime=1176 cores=0,2,4,6
/proc/32314/task/32343/stat : 32343 (java) R 32312 32314 32264 0 -1 4202560 212890 0 0 0 117576 24 0 0 25 0 22 0 522760824 16074678272 1320851 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 46912506183872 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32314/tid=32344] ppid=32312 vsize=15697928 CPUtime=1173.06 cores=0,2,4,6
/proc/32314/task/32344/stat : 32344 (java) R 32312 32314 32264 0 -1 4202560 225103 0 0 0 117280 26 0 0 25 0 22 0 522760824 16074678272 1320851 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 46912505840412 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32314/tid=32345] ppid=32312 vsize=15697928 CPUtime=1175.32 cores=0,2,4,6
/proc/32314/task/32345/stat : 32345 (java) R 32312 32314 32264 0 -1 4202560 225124 0 0 0 117504 28 0 0 25 0 22 0 522760824 16074678272 1320851 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 46912505914231 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4716.39
Current children cumulated vsize (KiB) 15697928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 8.10 8.11 7.95 10/220 32378
/proc/meminfo: memFree=24399268/32951124 swapFree=67111364/67111528
[pid=32314] ppid=32312 vsize=15697928 CPUtime=4800.3 cores=0,2,4,6
/proc/32314/stat : 32314 (java) S 32312 32314 32264 0 -1 4202496 2311757 0 1 0 479662 368 0 0 25 0 22 0 522760771 16074678272 1335557 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32314/statm: 3924482 1335557 2298 9 0 3915201 0
[pid=32314/tid=32315] ppid=32312 vsize=15697928 CPUtime=1.19 cores=0,2,4,6
/proc/32314/task/32315/stat : 32315 (java) S 32312 32314 32264 0 -1 4202560 35717 0 1 0 114 5 0 0 21 0 22 0 522760772 16074678272 1335557 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32322] ppid=32312 vsize=15697928 CPUtime=1.75 cores=0,2,4,6
/proc/32314/task/32322/stat : 32322 (java) S 32312 32314 32264 0 -1 4202560 164073 0 0 0 145 30 0 0 15 0 22 0 522760772 16074678272 1335557 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32323] ppid=32312 vsize=15697928 CPUtime=1.71 cores=0,2,4,6
/proc/32314/task/32323/stat : 32323 (java) S 32312 32314 32264 0 -1 4202560 160007 0 0 0 144 27 0 0 16 0 22 0 522760772 16074678272 1335557 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32324] ppid=32312 vsize=15697928 CPUtime=1.72 cores=0,2,4,6
/proc/32314/task/32324/stat : 32324 (java) S 32312 32314 32264 0 -1 4202560 149242 0 0 0 146 26 0 0 15 0 22 0 522760772 16074678272 1335557 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32325] ppid=32312 vsize=15697928 CPUtime=1.62 cores=0,2,4,6
/proc/32314/task/32325/stat : 32325 (java) S 32312 32314 32264 0 -1 4202560 175674 0 0 0 129 33 0 0 15 0 22 0 522760772 16074678272 1335557 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32326] ppid=32312 vsize=15697928 CPUtime=1.77 cores=0,2,4,6
/proc/32314/task/32326/stat : 32326 (java) S 32312 32314 32264 0 -1 4202560 198596 0 0 0 144 33 0 0 16 0 22 0 522760772 16074678272 1335557 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=32314/tid=32327] ppid=32312 vsize=15697928 CPUtime=1.53 cores=0,2,4,6
/proc/32314/task/32327/stat : 32327 (java) S 32312 32314 32264 0 -1 4202560 138275 0 0 0 128 25 0 0 16 0 22 0 522760772 16074678272 1335557 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32328] ppid=32312 vsize=15697928 CPUtime=1.64 cores=0,2,4,6
/proc/32314/task/32328/stat : 32328 (java) S 32312 32314 32264 0 -1 4202560 170355 0 0 0 135 29 0 0 15 0 22 0 522760772 16074678272 1335557 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=32314/tid=32329] ppid=32312 vsize=15697928 CPUtime=1.53 cores=0,2,4,6
/proc/32314/task/32329/stat : 32329 (java) S 32312 32314 32264 0 -1 4202560 156552 0 0 0 128 25 0 0 16 0 22 0 522760772 16074678272 1335557 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=32314/tid=32330] ppid=32312 vsize=15697928 CPUtime=0.84 cores=0,2,4,6
/proc/32314/task/32330/stat : 32330 (java) S 32312 32314 32264 0 -1 4202560 49103 0 0 0 64 20 0 0 15 0 22 0 522760773 16074678272 1335557 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256165376 0 0 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32331] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32331/stat : 32331 (java) S 32312 32314 32264 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522760774 16074678272 1335557 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32332] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32332/stat : 32332 (java) S 32312 32314 32264 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522760774 16074678272 1335557 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32333] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32333/stat : 32333 (java) S 32312 32314 32264 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522760776 16074678272 1335557 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256172465 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32334] ppid=32312 vsize=15697928 CPUtime=1.02 cores=0,2,4,6
/proc/32314/task/32334/stat : 32334 (java) S 32312 32314 32264 0 -1 4202560 4514 0 0 0 102 0 0 0 16 0 22 0 522760776 16074678272 1335557 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=32314/tid=32335] ppid=32312 vsize=15697928 CPUtime=1.16 cores=0,2,4,6
/proc/32314/task/32335/stat : 32335 (java) S 32312 32314 32264 0 -1 4202560 12950 0 0 0 114 2 0 0 15 0 22 0 522760776 16074678272 1335557 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32336] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32336/stat : 32336 (java) S 32312 32314 32264 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522760776 16074678272 1335557 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=32314/tid=32337] ppid=32312 vsize=15697928 CPUtime=0 cores=0,2,4,6
/proc/32314/task/32337/stat : 32337 (java) S 32312 32314 32264 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 522760776 16074678272 1335557 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 228256165376 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=32314/tid=32342] ppid=32312 vsize=15697928 CPUtime=1195.43 cores=0,2,4,6
/proc/32314/task/32342/stat : 32342 (java) R 32312 32314 32264 0 -1 4202560 223655 0 0 0 119518 25 0 0 25 0 22 0 522760824 16074678272 1335557 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 46912505610555 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32314/tid=32343] ppid=32312 vsize=15697928 CPUtime=1196.98 cores=0,2,4,6
/proc/32314/task/32343/stat : 32343 (java) R 32312 32314 32264 0 -1 4202560 216917 0 0 0 119674 24 0 0 25 0 22 0 522760824 16074678272 1335557 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 46912505705920 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32314/tid=32344] ppid=32312 vsize=15697928 CPUtime=1194.05 cores=0,2,4,6
/proc/32314/task/32344/stat : 32344 (java) R 32312 32314 32264 0 -1 4202560 229528 0 0 0 119379 26 0 0 25 0 22 0 522760824 16074678272 1335557 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 46912506126126 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32314/tid=32345] ppid=32312 vsize=15697928 CPUtime=1196.19 cores=0,2,4,6
/proc/32314/task/32345/stat : 32345 (java) R 32312 32314 32264 0 -1 4202560 225144 0 0 0 119591 28 0 0 25 0 22 0 522760824 16074678272 1335557 33554432000 1073741824 1073778376 140734459962912 18446744073709551615 46912505712504 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 15697928

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

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

[startup+1203.42 s]
/proc/loadavg: 8.10 8.11 7.95 10/220 32378
/proc/meminfo: memFree=24399268/32951124 swapFree=67111364/67111528
[pid=32314] ppid=32312 vsize=0 CPUtime=4800.43 cores=0,2,4,6
/proc/32314/stat : 32314 (java) Z 32312 32314 32264 0 -1 4203548 2311783 0 1 0 479665 378 0 0 17 0 2 0 522760771 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32314/statm: 0 0 0 0 0 0 0
[pid=32314/tid=32343] ppid=32312 vsize=0 CPUtime=1197.09 cores=0,2,4,6
/proc/32314/task/32343/stat : 32343 (java) R 32312 32314 32264 0 -1 4203588 216917 0 0 0 119675 34 0 0 25 0 2 0 522760824 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.43
Current children cumulated vsize (KiB) 0

[startup+1203.5 s]
/proc/loadavg: 8.10 8.11 7.95 10/220 32378
/proc/meminfo: memFree=24399268/32951124 swapFree=67111364/67111528
[pid=32314] ppid=32312 vsize=0 CPUtime=4800.51 cores=0,2,4,6
/proc/32314/stat : 32314 (java) Z 32312 32314 32264 0 -1 4203548 2311783 0 1 0 479665 386 0 0 17 0 2 0 522760771 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32314/statm: 0 0 0 0 0 0 0
[pid=32314/tid=32343] ppid=32312 vsize=0 CPUtime=1197.17 cores=0,2,4,6
/proc/32314/task/32343/stat : 32343 (java) R 32312 32314 32264 0 -1 4203588 216917 0 0 0 119675 42 0 0 25 0 2 0 522760824 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.51
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1203.54
CPU time (s): 4800.56
CPU user time (s): 4796.66
CPU system time (s): 3.90841
CPU usage (%): 398.869
Max. virtual memory (cumulated for all children) (KiB): 15697928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.66
system time used= 3.90841
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2311783
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33499
involuntary context switches= 55381

runsolver used 1.9737 second user time and 4.6263 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 23:13:48
IDJOB=3311144
IDBENCH=82529
IDSOLVER=1698
FILE ID=node136/3311144-1304111628
RUNJOBID= node136-1304111628-32282
PBS_JOBID= 13170688
Free space on /tmp= 72332 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S656892101-075-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311144-1304111628/watcher-3311144-1304111628 -o /tmp/evaluation-result-3311144-1304111628/solver-3311144-1304111628 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311144-1304111628.cnf -hbr 2

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 187184c44e9c5a07f5a8f762e04588fa
RANDOM SEED=144215013

node136.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30932104 kB
Buffers:        588620 kB
Cached:         934864 kB
SwapCached:          0 kB
Active:         138716 kB
Inactive:      1454992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30932104 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5252 kB
Writeback:           0 kB
AnonPages:       70120 kB
Mapped:          20916 kB
Slab:           360056 kB
PageTables:       4644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   774824 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72328 MiB
End job on node136 at 2011-04-29 23:33:53