Trace number 3312339

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? (TO) 4801.01 1240.88

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S92008434-079-UNKNOWN.cnf
MD5SUMaeb1e99b5983291023a10a1b4c71c10e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark40.0889
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.52	00:47 INFO : Reading from input HOME/instance-3312339-1307649647.cnf
0.93/1.11	Executor set job limit to 1000000
0.93/1.11	Executor set job limit to 1000000
0.93/1.11	Executor set job limit to 1000000
0.93/1.11	Executor set job limit to 1000000
0.93/1.11	Starting Executor!
0.93/1.11	Starting Executor!
0.93/1.11	Starting Executor!
0.93/1.11	Starting Executor!
3.72/2.46	00:49 INFO : 24902 variables remaining out of 25000
3.72/2.46	00:49 INFO : 417544 literals remaining out of 420000

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

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

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.06 5.06 6.25 1/194 28837
/proc/meminfo: memFree=32391792/32951124 swapFree=67050780/67111528
[pid=28837] ppid=28835 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/28837/stat : 28837 (java) S 28835 28837 26276 0 -1 4202496 1369 0 0 0 0 0 0 0 22 0 2 0 876567446 24580096 850 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382759909 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28837/statm: 6001 850 648 9 0 381 0
[pid=28837/tid=28838] ppid=28835 vsize=24008 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28838/stat : 28838 (java) R 28835 28837 26276 0 -1 4202560 15 0 0 0 0 0 0 0 23 0 2 0 876567447 24584192 853 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218370957056 0 0 4096 0 0 0 0 -1 0 0 0 0

[startup+0.0588399 s]
/proc/loadavg: 4.06 5.06 6.25 1/194 28837
/proc/meminfo: memFree=32391792/32951124 swapFree=67050780/67111528
[pid=28837] ppid=28835 vsize=15609780 CPUtime=0.05 cores=0,2,4,6
/proc/28837/stat : 28837 (java) S 28835 28837 26276 0 -1 4202496 4172 0 1 0 4 1 0 0 22 0 18 0 876567446 15984414720 3612 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28837/statm: 3902445 3612 1755 9 0 3893164 0
[pid=28837/tid=28838] ppid=28835 vsize=15609780 CPUtime=0.04 cores=0,2,4,6
/proc/28837/task/28838/stat : 28838 (java) R 28835 28837 26276 0 -1 4202560 2755 0 1 0 4 0 0 0 25 0 18 0 876567447 15984414720 3612 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 46964090132703 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609780

[startup+0.100839 s]
/proc/loadavg: 4.06 5.06 6.25 1/194 28837
/proc/meminfo: memFree=32391792/32951124 swapFree=67050780/67111528
[pid=28837] ppid=28835 vsize=15676488 CPUtime=0.1 cores=0,2,4,6
/proc/28837/stat : 28837 (java) S 28835 28837 26276 0 -1 4202496 5535 0 1 0 9 1 0 0 22 0 18 0 876567446 16052723712 4958 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28837/statm: 3919122 4958 2117 9 0 3909841 0
[pid=28837/tid=28838] ppid=28835 vsize=15676488 CPUtime=0.08 cores=0,2,4,6
/proc/28837/task/28838/stat : 28838 (java) D 28835 28837 26276 0 -1 4202560 3380 0 1 0 7 1 0 0 18 0 18 0 876567447 16052723712 4958 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218370762523 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676488

[startup+0.300834 s]
/proc/loadavg: 4.06 5.06 6.25 1/194 28837
/proc/meminfo: memFree=32391792/32951124 swapFree=67050780/67111528
[pid=28837] ppid=28835 vsize=15676488 CPUtime=0.1 cores=0,2,4,6
/proc/28837/stat : 28837 (java) S 28835 28837 26276 0 -1 4202496 5555 0 1 0 9 1 0 0 22 0 18 0 876567446 16052723712 4978 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28837/statm: 3919122 4978 2117 9 0 3909841 0
[pid=28837/tid=28838] ppid=28835 vsize=15676488 CPUtime=0.08 cores=0,2,4,6
/proc/28837/task/28838/stat : 28838 (java) D 28835 28837 26276 0 -1 4202560 3400 0 1 0 7 1 0 0 18 0 18 0 876567447 16052723712 4978 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382783947 0 4 0 16800975 18446744071562234166 0 0 -1 6 0 0 1
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676488

[startup+0.700724 s]
/proc/loadavg: 4.06 5.06 6.25 1/194 28837
/proc/meminfo: memFree=32391792/32951124 swapFree=67050780/67111528
[pid=28837] ppid=28835 vsize=15679864 CPUtime=0.5 cores=0,2,4,6
/proc/28837/stat : 28837 (java) S 28835 28837 26276 0 -1 4202496 13771 0 1 0 48 2 0 0 22 0 18 0 876567446 16056180736 12275 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28837/statm: 3919966 12275 2206 9 0 3910685 0
[pid=28837/tid=28838] ppid=28835 vsize=15679864 CPUtime=0.26 cores=0,2,4,6
/proc/28837/task/28838/stat : 28838 (java) R 28835 28837 26276 0 -1 4202560 8676 0 1 0 25 1 0 0 18 0 18 0 876567447 16056180736 12275 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 46912505511966 0 4 0 16800975 0 0 0 -1 6 0 0 39
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15679864

[startup+1.50058 s]
/proc/loadavg: 4.06 5.06 6.25 5/216 28859
/proc/meminfo: memFree=32106392/32951124 swapFree=67050780/67111528
[pid=28837] ppid=28835 vsize=15708196 CPUtime=1.69 cores=0,2,4,6
/proc/28837/stat : 28837 (java) S 28835 28837 26276 0 -1 4202496 49797 0 1 0 163 6 0 0 22 0 22 0 876567446 16085192704 46170 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28837/statm: 3927049 46170 2255 9 0 3917768 0
[pid=28837/tid=28838] ppid=28835 vsize=15708196 CPUtime=1.06 cores=0,2,4,6
/proc/28837/task/28838/stat : 28838 (java) R 28835 28837 26276 0 -1 4202560 35597 0 1 0 101 5 0 0 20 0 22 0 876567447 16085192704 46171 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 46912505122376 0 4 0 16800975 0 0 0 -1 6 0 0 39
[pid=28837/tid=28840] ppid=28835 vsize=15708196 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28840/stat : 28840 (java) S 28835 28837 26276 0 -1 4202560 30 0 0 0 0 0 0 0 16 0 22 0 876567447 16085192704 46171 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28841] ppid=28835 vsize=15708196 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28841/stat : 28841 (java) S 28835 28837 26276 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 876567447 16085192704 46171 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28842] ppid=28835 vsize=15708196 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28842/stat : 28842 (java) S 28835 28837 26276 0 -1 4202560 667 0 0 0 0 0 0 0 16 0 22 0 876567447 16085192704 46171 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 2 0 0 0
[pid=28837/tid=28843] ppid=28835 vsize=15708196 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28843/stat : 28843 (java) S 28835 28837 26276 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 876567447 16085192704 46171 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28844] ppid=28835 vsize=15708196 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28844/stat : 28844 (java) S 28835 28837 26276 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 876567447 16085192704 46171 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28845] ppid=28835 vsize=15708196 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28845/stat : 28845 (java) S 28835 28837 26276 0 -1 4202560 30 0 0 0 0 0 0 0 16 0 22 0 876567447 16085192704 46171 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28846] ppid=28835 vsize=15708196 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28846/stat : 28846 (java) S 28835 28837 26276 0 -1 4202560 367 0 0 0 0 0 0 0 16 0 22 0 876567447 16085192704 46171 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 4 0 0 0
[pid=28837/tid=28847] ppid=28835 vsize=15708196 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28847/stat : 28847 (java) S 28835 28837 26276 0 -1 4202560 67 0 0 0 0 0 0 0 16 0 22 0 876567447 16085192704 46171 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28848] ppid=28835 vsize=15708196 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28848/stat : 28848 (java) S 28835 28837 26276 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 876567448 16085192704 46171 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773760 0 0 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28849] ppid=28835 vsize=15708196 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28849/stat : 28849 (java) S 28835 28837 26276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 876567449 16085192704 46172 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 4 0 0 0
[pid=28837/tid=28850] ppid=28835 vsize=15708196 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28850/stat : 28850 (java) S 28835 28837 26276 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 876567449 16085192704 46172 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 4 0 0 0
[pid=28837/tid=28851] ppid=28835 vsize=15708196 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28851/stat : 28851 (java) S 28835 28837 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876567451 16085192704 46172 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382780849 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28852] ppid=28835 vsize=15708196 CPUtime=0.23 cores=0,2,4,6
/proc/28837/task/28852/stat : 28852 (java) S 28835 28837 26276 0 -1 4202560 2422 0 0 0 23 0 0 0 16 0 22 0 876567451 16085192704 46172 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28853] ppid=28835 vsize=15708196 CPUtime=0.37 cores=0,2,4,6
/proc/28837/task/28853/stat : 28853 (java) R 28835 28837 26276 0 -1 4202560 9179 0 0 0 37 0 0 0 16 0 22 0 876567451 16085192704 46172 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218370653841 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28837/tid=28854] ppid=28835 vsize=15708196 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28854/stat : 28854 (java) S 28835 28837 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876567451 16085192704 46172 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28855] ppid=28835 vsize=15708196 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28855/stat : 28855 (java) S 28835 28837 26276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 876567451 16085192704 46172 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773760 0 4 0 16800975 18446604444759685888 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 15708196

[startup+3.10127 s]
/proc/loadavg: 4.37 5.11 6.26 11/220 28864
/proc/meminfo: memFree=31996688/32951124 swapFree=67050780/67111528
[pid=28837] ppid=28835 vsize=15719172 CPUtime=5.42 cores=0,2,4,6
/proc/28837/stat : 28837 (java) S 28835 28837 26276 0 -1 4202496 77137 0 1 0 531 11 0 0 22 0 22 0 876567446 16096432128 66099 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28837/statm: 3929793 66099 2275 9 0 3920512 0
[pid=28837/tid=28838] ppid=28835 vsize=15719172 CPUtime=2.02 cores=0,2,4,6
/proc/28837/task/28838/stat : 28838 (java) S 28835 28837 26276 0 -1 4202560 35654 0 1 0 197 5 0 0 23 0 22 0 876567447 16096432128 66099 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 2 0 0 39
[pid=28837/tid=28840] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28840/stat : 28840 (java) S 28835 28837 26276 0 -1 4202560 1420 0 0 0 0 0 0 0 15 0 22 0 876567447 16096432128 66099 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28841] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28841/stat : 28841 (java) S 28835 28837 26276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 876567447 16096432128 66099 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28842] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28842/stat : 28842 (java) S 28835 28837 26276 0 -1 4202560 1566 0 0 0 0 0 0 0 15 0 22 0 876567447 16096432128 66099 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28843] ppid=28835 vsize=15719172 CPUtime=0.02 cores=0,2,4,6
/proc/28837/task/28843/stat : 28843 (java) S 28835 28837 26276 0 -1 4202560 4219 0 0 0 2 0 0 0 16 0 22 0 876567447 16096432128 66099 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28844] ppid=28835 vsize=15719172 CPUtime=0.02 cores=0,2,4,6
/proc/28837/task/28844/stat : 28844 (java) S 28835 28837 26276 0 -1 4202560 2604 0 0 0 2 0 0 0 16 0 22 0 876567447 16096432128 66099 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28845] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28845/stat : 28845 (java) S 28835 28837 26276 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 22 0 876567447 16096432128 66099 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28846] ppid=28835 vsize=15719172 CPUtime=0.01 cores=0,2,4,6
/proc/28837/task/28846/stat : 28846 (java) S 28835 28837 26276 0 -1 4202560 3988 0 0 0 1 0 0 0 16 0 22 0 876567447 16096432128 66099 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 4 0 0 0
[pid=28837/tid=28847] ppid=28835 vsize=15719172 CPUtime=0.02 cores=0,2,4,6
/proc/28837/task/28847/stat : 28847 (java) R 28835 28837 26276 0 -1 4202560 4023 0 0 0 2 0 0 0 15 0 22 0 876567447 16096432128 66099 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28837/tid=28848] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28848/stat : 28848 (java) S 28835 28837 26276 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 22 0 876567448 16096432128 66099 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773760 0 0 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28849] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28849/stat : 28849 (java) S 28835 28837 26276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 876567449 16096432128 66099 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28850] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28850/stat : 28850 (java) S 28835 28837 26276 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 876567449 16096432128 66099 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28851] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28851/stat : 28851 (java) S 28835 28837 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876567451 16096432128 66099 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382780849 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28852] ppid=28835 vsize=15719172 CPUtime=0.73 cores=0,2,4,6
/proc/28837/task/28852/stat : 28852 (java) S 28835 28837 26276 0 -1 4202560 4805 0 0 0 73 0 0 0 15 0 22 0 876567451 16096432128 66099 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 2 0 0 0
[pid=28837/tid=28853] ppid=28835 vsize=15719172 CPUtime=1.42 cores=0,2,4,6
/proc/28837/task/28853/stat : 28853 (java) S 28835 28837 26276 0 -1 4202560 17307 0 0 0 141 1 0 0 15 0 22 0 876567451 16096432128 66099 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 4 0 0 0
[pid=28837/tid=28854] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28854/stat : 28854 (java) S 28835 28837 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876567451 16096432128 66099 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28855] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28855/stat : 28855 (java) S 28835 28837 26276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 876567451 16096432128 66099 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773760 0 4 0 16800975 18446604444759685888 0 0 -1 4 0 0 0
[pid=28837/tid=28860] ppid=28835 vsize=15719172 CPUtime=0.33 cores=0,2,4,6
/proc/28837/task/28860/stat : 28860 (java) R 28835 28837 26276 0 -1 4202560 16 0 0 0 33 0 0 0 15 0 22 0 876567557 16096432128 66099 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 46912506286321 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28837/tid=28861] ppid=28835 vsize=15719172 CPUtime=0.44 cores=0,2,4,6
/proc/28837/task/28861/stat : 28861 (java) R 28835 28837 26276 0 -1 4202560 7 0 0 0 44 0 0 0 16 0 22 0 876567557 16096432128 66099 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 46912506286381 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28837/tid=28862] ppid=28835 vsize=15719172 CPUtime=0.22 cores=0,2,4,6
/proc/28837/task/28862/stat : 28862 (java) R 28835 28837 26276 0 -1 4202560 25 0 0 0 22 0 0 0 15 0 22 0 876567557 16096432128 66099 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 46912506286476 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28837/tid=28863] ppid=28835 vsize=15719172 CPUtime=0.06 cores=0,2,4,6
/proc/28837/task/28863/stat : 28863 (java) R 28835 28837 26276 0 -1 4202560 11 0 0 0 6 0 0 0 15 0 22 0 876567557 16096432128 66099 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 46912506216730 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 15719172

[startup+6.3007 s]
/proc/loadavg: 4.37 5.11 6.26 9/220 28864
/proc/meminfo: memFree=30650156/32951124 swapFree=67050780/67111528
[pid=28837] ppid=28835 vsize=15719172 CPUtime=18.17 cores=0,2,4,6
/proc/28837/stat : 28837 (java) S 28835 28837 26276 0 -1 4202496 272166 0 1 0 1777 40 0 0 22 0 22 0 876567446 16096432128 260496 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28837/statm: 3929793 260496 2275 9 0 3920512 0
[pid=28837/tid=28838] ppid=28835 vsize=15719172 CPUtime=2.02 cores=0,2,4,6
/proc/28837/task/28838/stat : 28838 (java) S 28835 28837 26276 0 -1 4202560 35654 0 1 0 197 5 0 0 23 0 22 0 876567447 16096432128 260496 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 2 0 0 39
[pid=28837/tid=28840] ppid=28835 vsize=15719172 CPUtime=0.11 cores=0,2,4,6
/proc/28837/task/28840/stat : 28840 (java) S 28835 28837 26276 0 -1 4202560 17220 0 0 0 9 2 0 0 16 0 22 0 876567447 16096432128 260496 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 4 0 0 0
[pid=28837/tid=28841] ppid=28835 vsize=15719172 CPUtime=0.09 cores=0,2,4,6
/proc/28837/task/28841/stat : 28841 (java) S 28835 28837 26276 0 -1 4202560 15989 0 0 0 7 2 0 0 16 0 22 0 876567447 16096432128 260496 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 2 0 0 0
[pid=28837/tid=28842] ppid=28835 vsize=15719172 CPUtime=0.07 cores=0,2,4,6
/proc/28837/task/28842/stat : 28842 (java) S 28835 28837 26276 0 -1 4202560 8720 0 0 0 7 0 0 0 15 0 22 0 876567447 16096432128 260496 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28843] ppid=28835 vsize=15719172 CPUtime=0.23 cores=0,2,4,6
/proc/28837/task/28843/stat : 28843 (java) S 28835 28837 26276 0 -1 4202560 29713 0 0 0 20 3 0 0 15 0 22 0 876567447 16096432128 260496 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 4 0 0 0
[pid=28837/tid=28844] ppid=28835 vsize=15719172 CPUtime=0.18 cores=0,2,4,6
/proc/28837/task/28844/stat : 28844 (java) S 28835 28837 26276 0 -1 4202560 27678 0 0 0 14 4 0 0 16 0 22 0 876567447 16096432128 260496 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28845] ppid=28835 vsize=15719172 CPUtime=0.03 cores=0,2,4,6
/proc/28837/task/28845/stat : 28845 (java) S 28835 28837 26276 0 -1 4202560 6197 0 0 0 3 0 0 0 16 0 22 0 876567447 16096432128 260496 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 2 0 0 0
[pid=28837/tid=28846] ppid=28835 vsize=15719172 CPUtime=0.17 cores=0,2,4,6
/proc/28837/task/28846/stat : 28846 (java) S 28835 28837 26276 0 -1 4202560 28334 0 0 0 12 5 0 0 15 0 22 0 876567447 16096432128 260496 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28847] ppid=28835 vsize=15719172 CPUtime=0.24 cores=0,2,4,6
/proc/28837/task/28847/stat : 28847 (java) S 28835 28837 26276 0 -1 4202560 39321 0 0 0 19 5 0 0 16 0 22 0 876567447 16096432128 260496 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28848] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28848/stat : 28848 (java) S 28835 28837 26276 0 -1 4202560 471 0 0 0 0 0 0 0 15 0 22 0 876567448 16096432128 260496 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773760 0 0 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28849] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28849/stat : 28849 (java) S 28835 28837 26276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 876567449 16096432128 260496 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28850] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28850/stat : 28850 (java) S 28835 28837 26276 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 876567449 16096432128 260496 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28851] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28851/stat : 28851 (java) S 28835 28837 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876567451 16096432128 260496 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382780849 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0

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

/proc/28837/task/28842/stat : 28842 (java) S 28835 28837 26276 0 -1 4202560 385858 0 0 0 217 67 0 0 16 0 22 0 876567447 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 2 0 0 0
[pid=28837/tid=28843] ppid=28835 vsize=15719172 CPUtime=2.59 cores=0,2,4,6
/proc/28837/task/28843/stat : 28843 (java) S 28835 28837 26276 0 -1 4202560 347892 0 0 0 199 60 0 0 16 0 22 0 876567447 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28844] ppid=28835 vsize=15719172 CPUtime=2.43 cores=0,2,4,6
/proc/28837/task/28844/stat : 28844 (java) S 28835 28837 26276 0 -1 4202560 315252 0 0 0 190 53 0 0 16 0 22 0 876567447 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28845] ppid=28835 vsize=15719172 CPUtime=2.35 cores=0,2,4,6
/proc/28837/task/28845/stat : 28845 (java) S 28835 28837 26276 0 -1 4202560 288307 0 0 0 184 51 0 0 16 0 22 0 876567447 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28846] ppid=28835 vsize=15719172 CPUtime=1.9 cores=0,2,4,6
/proc/28837/task/28846/stat : 28846 (java) S 28835 28837 26276 0 -1 4202560 249750 0 0 0 148 42 0 0 15 0 22 0 876567447 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28847] ppid=28835 vsize=15719172 CPUtime=2.62 cores=0,2,4,6
/proc/28837/task/28847/stat : 28847 (java) S 28835 28837 26276 0 -1 4202560 391152 0 0 0 194 68 0 0 15 0 22 0 876567447 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28848] ppid=28835 vsize=15719172 CPUtime=43.93 cores=0,2,4,6
/proc/28837/task/28848/stat : 28848 (java) S 28835 28837 26276 0 -1 4202560 623023 0 0 0 4331 62 0 0 16 0 22 0 876567448 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773760 0 0 0 16800975 18446604444759685888 0 0 -1 4 0 0 0
[pid=28837/tid=28849] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28849/stat : 28849 (java) S 28835 28837 26276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 876567449 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28850] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28850/stat : 28850 (java) S 28835 28837 26276 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 876567449 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28851] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28851/stat : 28851 (java) S 28835 28837 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876567451 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382780849 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28852] ppid=28835 vsize=15719172 CPUtime=0.97 cores=0,2,4,6
/proc/28837/task/28852/stat : 28852 (java) S 28835 28837 26276 0 -1 4202560 4846 0 0 0 97 0 0 0 16 0 22 0 876567451 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 2 0 0 0
[pid=28837/tid=28853] ppid=28835 vsize=15719172 CPUtime=1.66 cores=0,2,4,6
/proc/28837/task/28853/stat : 28853 (java) S 28835 28837 26276 0 -1 4202560 17351 0 0 0 165 1 0 0 15 0 22 0 876567451 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 4 0 0 0
[pid=28837/tid=28854] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28854/stat : 28854 (java) S 28835 28837 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876567451 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28855] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28855/stat : 28855 (java) S 28835 28837 26276 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 876567451 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773760 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28860] ppid=28835 vsize=15719172 CPUtime=1068.82 cores=0,2,4,6
/proc/28837/task/28860/stat : 28860 (java) R 28835 28837 26276 0 -1 4202560 101463 0 0 0 106871 11 0 0 25 0 22 0 876567557 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 46912505746901 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28837/tid=28861] ppid=28835 vsize=15719172 CPUtime=1069.71 cores=0,2,4,6
/proc/28837/task/28861/stat : 28861 (java) R 28835 28837 26276 0 -1 4202560 73270 0 0 0 106960 11 0 0 25 0 22 0 876567557 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 46912505746915 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28837/tid=28862] ppid=28835 vsize=15719172 CPUtime=1067.31 cores=0,2,4,6
/proc/28837/task/28862/stat : 28862 (java) R 28835 28837 26276 0 -1 4202560 88960 0 0 0 106719 12 0 0 25 0 22 0 876567557 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 46912505817448 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28837/tid=28863] ppid=28835 vsize=15719172 CPUtime=1068.39 cores=0,2,4,6
/proc/28837/task/28863/stat : 28863 (java) R 28835 28837 26276 0 -1 4202560 99340 0 0 0 106827 12 0 0 25 0 22 0 876567557 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 46912505605616 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4343.48
Current children cumulated vsize (KiB) 15719172

[startup+1182.3 s]
/proc/loadavg: 7.95 7.90 7.48 9/220 28907
/proc/meminfo: memFree=15780980/32951124 swapFree=67050780/67111528
[pid=28837] ppid=28835 vsize=15719172 CPUtime=4575.79 cores=0,2,4,6
/proc/28837/stat : 28837 (java) S 28835 28837 26276 0 -1 4202496 3895965 0 1 0 456962 617 0 0 22 0 22 0 876567446 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28837/statm: 3929793 3850519 2293 9 0 3920512 0
[pid=28837/tid=28838] ppid=28835 vsize=15719172 CPUtime=2.02 cores=0,2,4,6
/proc/28837/task/28838/stat : 28838 (java) S 28835 28837 26276 0 -1 4202560 35654 0 1 0 197 5 0 0 23 0 22 0 876567447 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 2 0 0 39
[pid=28837/tid=28840] ppid=28835 vsize=15719172 CPUtime=2.67 cores=0,2,4,6
/proc/28837/task/28840/stat : 28840 (java) S 28835 28837 26276 0 -1 4202560 397621 0 0 0 197 70 0 0 15 0 22 0 876567447 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 4 0 0 0
[pid=28837/tid=28841] ppid=28835 vsize=15719172 CPUtime=3.11 cores=0,2,4,6
/proc/28837/task/28841/stat : 28841 (java) S 28835 28837 26276 0 -1 4202560 474764 0 0 0 228 83 0 0 16 0 22 0 876567447 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28842] ppid=28835 vsize=15719172 CPUtime=2.84 cores=0,2,4,6
/proc/28837/task/28842/stat : 28842 (java) S 28835 28837 26276 0 -1 4202560 385858 0 0 0 217 67 0 0 16 0 22 0 876567447 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 2 0 0 0
[pid=28837/tid=28843] ppid=28835 vsize=15719172 CPUtime=2.59 cores=0,2,4,6
/proc/28837/task/28843/stat : 28843 (java) S 28835 28837 26276 0 -1 4202560 347892 0 0 0 199 60 0 0 16 0 22 0 876567447 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28844] ppid=28835 vsize=15719172 CPUtime=2.43 cores=0,2,4,6
/proc/28837/task/28844/stat : 28844 (java) S 28835 28837 26276 0 -1 4202560 315252 0 0 0 190 53 0 0 16 0 22 0 876567447 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28845] ppid=28835 vsize=15719172 CPUtime=2.35 cores=0,2,4,6
/proc/28837/task/28845/stat : 28845 (java) S 28835 28837 26276 0 -1 4202560 288307 0 0 0 184 51 0 0 16 0 22 0 876567447 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28846] ppid=28835 vsize=15719172 CPUtime=1.9 cores=0,2,4,6
/proc/28837/task/28846/stat : 28846 (java) S 28835 28837 26276 0 -1 4202560 249750 0 0 0 148 42 0 0 15 0 22 0 876567447 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28847] ppid=28835 vsize=15719172 CPUtime=2.62 cores=0,2,4,6
/proc/28837/task/28847/stat : 28847 (java) S 28835 28837 26276 0 -1 4202560 391152 0 0 0 194 68 0 0 15 0 22 0 876567447 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28848] ppid=28835 vsize=15719172 CPUtime=46.38 cores=0,2,4,6
/proc/28837/task/28848/stat : 28848 (java) S 28835 28837 26276 0 -1 4202560 623025 0 0 0 4576 62 0 0 15 0 22 0 876567448 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773760 0 0 0 16800975 18446604444759685888 0 0 -1 4 0 0 0
[pid=28837/tid=28849] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28849/stat : 28849 (java) S 28835 28837 26276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 876567449 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28850] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28850/stat : 28850 (java) S 28835 28837 26276 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 876567449 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28851] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28851/stat : 28851 (java) S 28835 28837 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876567451 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382780849 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28852] ppid=28835 vsize=15719172 CPUtime=0.97 cores=0,2,4,6
/proc/28837/task/28852/stat : 28852 (java) S 28835 28837 26276 0 -1 4202560 4846 0 0 0 97 0 0 0 16 0 22 0 876567451 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 2 0 0 0
[pid=28837/tid=28853] ppid=28835 vsize=15719172 CPUtime=1.66 cores=0,2,4,6
/proc/28837/task/28853/stat : 28853 (java) S 28835 28837 26276 0 -1 4202560 17351 0 0 0 165 1 0 0 15 0 22 0 876567451 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 4 0 0 0
[pid=28837/tid=28854] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28854/stat : 28854 (java) S 28835 28837 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876567451 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28855] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28855/stat : 28855 (java) S 28835 28837 26276 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 876567451 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773760 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28860] ppid=28835 vsize=15719172 CPUtime=1126.04 cores=0,2,4,6
/proc/28837/task/28860/stat : 28860 (java) R 28835 28837 26276 0 -1 4202560 101464 0 0 0 112593 11 0 0 25 0 22 0 876567557 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 46912505818114 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28837/tid=28861] ppid=28835 vsize=15719172 CPUtime=1127.25 cores=0,2,4,6
/proc/28837/task/28861/stat : 28861 (java) R 28835 28837 26276 0 -1 4202560 73272 0 0 0 112714 11 0 0 25 0 22 0 876567557 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 46912505605616 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28837/tid=28862] ppid=28835 vsize=15719172 CPUtime=1124.85 cores=0,2,4,6
/proc/28837/task/28862/stat : 28862 (java) R 28835 28837 26276 0 -1 4202560 88962 0 0 0 112473 12 0 0 25 0 22 0 876567557 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 46912505817462 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28837/tid=28863] ppid=28835 vsize=15719172 CPUtime=1125.94 cores=0,2,4,6
/proc/28837/task/28863/stat : 28863 (java) R 28835 28837 26276 0 -1 4202560 99342 0 0 0 112582 12 0 0 25 0 22 0 876567557 16096432128 3850519 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 46912505605580 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4575.79
Current children cumulated vsize (KiB) 15719172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1240.3 s]
/proc/loadavg: 6.15 7.45 7.35 5/193 28936
/proc/meminfo: memFree=16979684/32951124 swapFree=67050780/67111528
[pid=28837] ppid=28835 vsize=15719172 CPUtime=4800.41 cores=0,2,4,6
/proc/28837/stat : 28837 (java) S 28835 28837 26276 0 -1 4202496 3895985 0 1 0 479423 618 0 0 22 0 22 0 876567446 16096432128 3850523 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28837/statm: 3929793 3850523 2293 9 0 3920512 0
[pid=28837/tid=28838] ppid=28835 vsize=15719172 CPUtime=2.02 cores=0,2,4,6
/proc/28837/task/28838/stat : 28838 (java) S 28835 28837 26276 0 -1 4202560 35654 0 1 0 197 5 0 0 23 0 22 0 876567447 16096432128 3850523 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 2 0 0 39
[pid=28837/tid=28840] ppid=28835 vsize=15719172 CPUtime=2.67 cores=0,2,4,6
/proc/28837/task/28840/stat : 28840 (java) S 28835 28837 26276 0 -1 4202560 397621 0 0 0 197 70 0 0 15 0 22 0 876567447 16096432128 3850523 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 4 0 0 0
[pid=28837/tid=28841] ppid=28835 vsize=15719172 CPUtime=3.11 cores=0,2,4,6
/proc/28837/task/28841/stat : 28841 (java) S 28835 28837 26276 0 -1 4202560 474764 0 0 0 228 83 0 0 16 0 22 0 876567447 16096432128 3850523 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28842] ppid=28835 vsize=15719172 CPUtime=2.84 cores=0,2,4,6
/proc/28837/task/28842/stat : 28842 (java) S 28835 28837 26276 0 -1 4202560 385858 0 0 0 217 67 0 0 16 0 22 0 876567447 16096432128 3850523 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 2 0 0 0
[pid=28837/tid=28843] ppid=28835 vsize=15719172 CPUtime=2.59 cores=0,2,4,6
/proc/28837/task/28843/stat : 28843 (java) S 28835 28837 26276 0 -1 4202560 347892 0 0 0 199 60 0 0 16 0 22 0 876567447 16096432128 3850523 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28844] ppid=28835 vsize=15719172 CPUtime=2.43 cores=0,2,4,6
/proc/28837/task/28844/stat : 28844 (java) S 28835 28837 26276 0 -1 4202560 315252 0 0 0 190 53 0 0 16 0 22 0 876567447 16096432128 3850523 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28845] ppid=28835 vsize=15719172 CPUtime=2.35 cores=0,2,4,6
/proc/28837/task/28845/stat : 28845 (java) S 28835 28837 26276 0 -1 4202560 288307 0 0 0 184 51 0 0 16 0 22 0 876567447 16096432128 3850523 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28846] ppid=28835 vsize=15719172 CPUtime=1.9 cores=0,2,4,6
/proc/28837/task/28846/stat : 28846 (java) S 28835 28837 26276 0 -1 4202560 249750 0 0 0 148 42 0 0 15 0 22 0 876567447 16096432128 3850523 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28847] ppid=28835 vsize=15719172 CPUtime=2.62 cores=0,2,4,6
/proc/28837/task/28847/stat : 28847 (java) S 28835 28837 26276 0 -1 4202560 391152 0 0 0 194 68 0 0 15 0 22 0 876567447 16096432128 3850523 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28848] ppid=28835 vsize=15719172 CPUtime=48.75 cores=0,2,4,6
/proc/28837/task/28848/stat : 28848 (java) S 28835 28837 26276 0 -1 4202560 623029 0 0 0 4813 62 0 0 15 0 22 0 876567448 16096432128 3850523 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773760 0 0 0 16800975 18446604444759685888 0 0 -1 4 0 0 0
[pid=28837/tid=28849] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28849/stat : 28849 (java) S 28835 28837 26276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 876567449 16096432128 3850523 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28850] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28850/stat : 28850 (java) S 28835 28837 26276 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 876567449 16096432128 3850523 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28851] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28851/stat : 28851 (java) S 28835 28837 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876567451 16096432128 3850523 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382780849 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28852] ppid=28835 vsize=15719172 CPUtime=0.97 cores=0,2,4,6
/proc/28837/task/28852/stat : 28852 (java) S 28835 28837 26276 0 -1 4202560 4846 0 0 0 97 0 0 0 16 0 22 0 876567451 16096432128 3850523 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 2 0 0 0
[pid=28837/tid=28853] ppid=28835 vsize=15719172 CPUtime=1.69 cores=0,2,4,6
/proc/28837/task/28853/stat : 28853 (java) S 28835 28837 26276 0 -1 4202560 17352 0 0 0 168 1 0 0 15 0 22 0 876567451 16096432128 3850523 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 4 0 0 0
[pid=28837/tid=28854] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28854/stat : 28854 (java) S 28835 28837 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876567451 16096432128 3850523 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773145 0 4 0 16800975 18446604444759685888 0 0 -1 6 0 0 0
[pid=28837/tid=28855] ppid=28835 vsize=15719172 CPUtime=0 cores=0,2,4,6
/proc/28837/task/28855/stat : 28855 (java) S 28835 28837 26276 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 876567451 16096432128 3850523 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 218382773760 0 4 0 16800975 18446604444759685888 0 0 -1 0 0 0 0
[pid=28837/tid=28860] ppid=28835 vsize=15719172 CPUtime=1181.38 cores=0,2,4,6
/proc/28837/task/28860/stat : 28860 (java) R 28835 28837 26276 0 -1 4202560 101464 0 0 0 118127 11 0 0 25 0 22 0 876567557 16096432128 3850523 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 46912506277879 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28837/tid=28861] ppid=28835 vsize=15719172 CPUtime=1182.88 cores=0,2,4,6
/proc/28837/task/28861/stat : 28861 (java) R 28835 28837 26276 0 -1 4202560 73275 0 0 0 118277 11 0 0 25 0 22 0 876567557 16096432128 3850523 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 46912506371926 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28837/tid=28862] ppid=28835 vsize=15719172 CPUtime=1180.49 cores=0,2,4,6
/proc/28837/task/28862/stat : 28862 (java) R 28835 28837 26276 0 -1 4202560 88969 0 0 0 118037 12 0 0 25 0 22 0 876567557 16096432128 3850523 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 46912506109619 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28837/tid=28863] ppid=28835 vsize=15719172 CPUtime=1181.55 cores=0,2,4,6
/proc/28837/task/28863/stat : 28863 (java) R 28835 28837 26276 0 -1 4202560 99343 0 0 0 118143 12 0 0 25 0 22 0 876567557 16096432128 3850523 33554432000 1073741824 1073778376 140734424601312 18446744073709551615 46912505852298 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 15719172

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

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

[startup+1240.7 s]
/proc/loadavg: 6.15 7.45 7.35 5/193 28936
/proc/meminfo: memFree=16979684/32951124 swapFree=67050780/67111528
[pid=28837] ppid=28835 vsize=0 CPUtime=4800.82 cores=0,2,4,6
/proc/28837/stat : 28837 (java) Z 28835 28837 26276 0 -1 4203548 3896012 0 1 0 479425 657 0 0 17 0 2 0 876567446 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28837/statm: 0 0 0 0 0 0 0
[pid=28837/tid=28862] ppid=28835 vsize=0 CPUtime=1180.89 cores=0,2,4,6
/proc/28837/task/28862/stat : 28862 (java) R 28835 28837 26276 0 -1 4203588 88969 0 0 0 118038 51 0 0 18 0 2 0 876567557 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.82
Current children cumulated vsize (KiB) 0

[startup+1240.8 s]
/proc/loadavg: 6.15 7.45 7.35 2/174 28939
/proc/meminfo: memFree=30402588/32951124 swapFree=67050780/67111528
[pid=28837] ppid=28835 vsize=0 CPUtime=4800.92 cores=0,2,4,6
/proc/28837/stat : 28837 (java) Z 28835 28837 26276 0 -1 4203548 3896012 0 1 0 479425 667 0 0 17 0 2 0 876567446 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28837/statm: 0 0 0 0 0 0 0
[pid=28837/tid=28862] ppid=28835 vsize=0 CPUtime=1180.99 cores=0,2,4,6
/proc/28837/task/28862/stat : 28862 (java) R 28835 28837 26276 0 -1 4203588 88969 0 0 0 118038 61 0 0 18 0 2 0 876567557 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.92
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1240.88
CPU time (s): 4801.01
CPU user time (s): 4794.26
CPU system time (s): 6.74697
CPU usage (%): 386.904
Max. virtual memory (cumulated for all children) (KiB): 15722360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.26
system time used= 6.74697
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3896012
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= 28549
involuntary context switches= 58693

runsolver used 2.09468 second user time and 4.70129 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-09 22:00:47
IDJOB=3312339
IDBENCH=82524
IDSOLVER=1699
FILE ID=node101/3312339-1307649647
RUNJOBID= node101-1307649646-28792
PBS_JOBID= 13549390
Free space on /tmp= 74204 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S92008434-079-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312339-1307649647/watcher-3312339-1307649647 -o /tmp/evaluation-result-3312339-1307649647/solver-3312339-1307649647 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312339-1307649647.cnf

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

MD5SUM BENCH= aeb1e99b5983291023a10a1b4c71c10e
RANDOM SEED=1711773316

node101.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.841
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.68
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.841
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	: 5226.07
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.841
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.77
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.841
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.83
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.841
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.74
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.841
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.841
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32394156 kB
Buffers:        106056 kB
Cached:         244764 kB
SwapCached:      27576 kB
Active:         102568 kB
Inactive:       288868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32394156 kB
SwapTotal:    67111528 kB
SwapFree:     67050780 kB
Dirty:            5840 kB
Writeback:           0 kB
AnonPages:       33924 kB
Mapped:          15428 kB
Slab:            99560 kB
PageTables:       4460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   778052 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= 74204 MiB
End job on node101 at 2011-06-09 22:21:29