Trace number 3312867

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) 4800.32 1207.23

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1831136826-075.UNKNOWN.cnf
MD5SUM1e7a565e93334fc4a75fcaa13a0d446a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark363.699
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 55340

Solver Data

0.11/0.11	40:56 INFO : Reading from input HOME/instance-3312867-1304178056.cnf
0.52/0.31	Executor set job limit to 1000000
0.52/0.31	Executor set job limit to 1000000
0.52/0.31	Executor set job limit to 1000000
0.52/0.31	Executor set job limit to 1000000
0.52/0.31	Starting Executor!
0.52/0.31	Starting Executor!
0.52/0.31	Starting Executor!
0.52/0.31	Starting Executor!
0.72/0.50	40:57 INFO : 60 variables remaining out of 60
0.72/0.50	40:57 INFO : 42720 literals remaining out of 42720

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

running on 4 cores: 1,3,5,7

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: 7.55 7.95 7.97 6/198 9527
/proc/meminfo: memFree=30088844/32950928 swapFree=67111464/67111528
[pid=9527] ppid=9525 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/9527/stat : 9527 (java) S 9525 9527 9128 0 -1 4202496 1420 0 0 0 0 0 0 0 25 0 2 0 529404427 27824128 890 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284491749 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/9527/statm: 6793 895 684 9 0 381 0
[pid=9527/tid=9528] ppid=9525 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9528/stat : 9528 (java) S 9525 9527 9128 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 529404428 27824128 895 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268267765383 0 2147483391 4096 0 18446744071699199166 0 0 -1 3 0 0 0

[startup+0.069549 s]
/proc/loadavg: 7.55 7.95 7.97 6/198 9527
/proc/meminfo: memFree=30088844/32950928 swapFree=67111464/67111528
[pid=9527] ppid=9525 vsize=15609780 CPUtime=0.06 cores=1,3,5,7
/proc/9527/stat : 9527 (java) S 9525 9527 9128 0 -1 4202496 4418 0 1 0 5 1 0 0 25 0 18 0 529404427 15984414720 3857 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9527/statm: 3902445 3857 1779 9 0 3893164 0
[pid=9527/tid=9528] ppid=9525 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/9527/task/9528/stat : 9528 (java) R 9525 9527 9128 0 -1 4202560 2999 0 1 0 5 0 0 0 25 0 18 0 529404428 15984414720 3857 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268272685061 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15609780

[startup+0.100542 s]
/proc/loadavg: 7.55 7.95 7.97 6/198 9527
/proc/meminfo: memFree=30088844/32950928 swapFree=67111464/67111528
[pid=9527] ppid=9525 vsize=15676664 CPUtime=0.11 cores=1,3,5,7
/proc/9527/stat : 9527 (java) S 9525 9527 9128 0 -1 4202496 5615 0 1 0 9 2 0 0 25 0 18 0 529404427 16052903936 5048 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9527/statm: 3919166 5049 2118 9 0 3909885 0
[pid=9527/tid=9528] ppid=9525 vsize=15676664 CPUtime=0.08 cores=1,3,5,7
/proc/9527/task/9528/stat : 9528 (java) R 9525 9527 9128 0 -1 4202560 3493 0 1 0 7 1 0 0 25 0 18 0 529404428 16052903936 5049 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 47652176605189 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676664

[startup+0.300508 s]
/proc/loadavg: 7.55 7.95 7.97 6/198 9527
/proc/meminfo: memFree=30088844/32950928 swapFree=67111464/67111528
[pid=9527] ppid=9525 vsize=15681336 CPUtime=0.52 cores=1,3,5,7
/proc/9527/stat : 9527 (java) S 9525 9527 9128 0 -1 4202496 15784 0 1 0 48 4 0 0 25 0 18 0 529404427 16057688064 13989 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9527/statm: 3920334 13995 2208 9 0 3911053 0
[pid=9527/tid=9528] ppid=9525 vsize=15681336 CPUtime=0.29 cores=1,3,5,7
/proc/9527/task/9528/stat : 9528 (java) R 9525 9527 9128 0 -1 4202560 10648 0 1 0 26 3 0 0 25 0 18 0 529404428 16057688064 13996 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912505637920 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15681336

[startup+0.700437 s]
/proc/loadavg: 7.55 7.95 7.97 6/198 9527
/proc/meminfo: memFree=30088844/32950928 swapFree=67111464/67111528
[pid=9527] ppid=9525 vsize=15700920 CPUtime=1.64 cores=1,3,5,7
/proc/9527/stat : 9527 (java) S 9525 9527 9128 0 -1 4202496 30421 0 1 0 158 6 0 0 25 0 22 0 529404427 16077742080 24818 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9527/statm: 3925230 24818 2259 9 0 3915949 0
[pid=9527/tid=9528] ppid=9525 vsize=15700920 CPUtime=0.48 cores=1,3,5,7
/proc/9527/task/9528/stat : 9528 (java) S 9525 9527 9128 0 -1 4202560 12389 0 1 0 45 3 0 0 25 0 22 0 529404428 16077742080 24818 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 15700920

[startup+1.5013 s]
/proc/loadavg: 7.55 7.95 7.97 11/220 9549
/proc/meminfo: memFree=29903476/32950928 swapFree=67111464/67111528
[pid=9527] ppid=9525 vsize=15700920 CPUtime=4.71 cores=1,3,5,7
/proc/9527/stat : 9527 (java) S 9525 9527 9128 0 -1 4202496 57096 0 1 0 462 9 0 0 25 0 22 0 529404427 16077742080 50887 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9527/statm: 3925230 50887 2279 9 0 3915949 0
[pid=9527/tid=9528] ppid=9525 vsize=15700920 CPUtime=0.48 cores=1,3,5,7
/proc/9527/task/9528/stat : 9528 (java) S 9525 9527 9128 0 -1 4202560 12389 0 1 0 45 3 0 0 25 0 22 0 529404428 16077742080 50887 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9530] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9530/stat : 9530 (java) S 9525 9527 9128 0 -1 4202560 586 0 0 0 0 0 0 0 15 0 22 0 529404428 16077742080 50887 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9531] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9531/stat : 9531 (java) S 9525 9527 9128 0 -1 4202560 400 0 0 0 0 0 0 0 15 0 22 0 529404428 16077742080 50887 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 1 0 0 0
[pid=9527/tid=9532] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9532/stat : 9532 (java) S 9525 9527 9128 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 529404428 16077742080 50887 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 7 0 0 0
[pid=9527/tid=9533] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9533/stat : 9533 (java) S 9525 9527 9128 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529404428 16077742080 50887 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9534] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9534/stat : 9534 (java) S 9525 9527 9128 0 -1 4202560 816 0 0 0 0 0 0 0 16 0 22 0 529404428 16077742080 50887 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9535] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9535/stat : 9535 (java) S 9525 9527 9128 0 -1 4202560 492 0 0 0 0 0 0 0 16 0 22 0 529404428 16077742080 50887 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 7 0 0 0
[pid=9527/tid=9536] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9536/stat : 9536 (java) S 9525 9527 9128 0 -1 4202560 753 0 0 0 0 0 0 0 16 0 22 0 529404428 16077742080 50887 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 1 0 0 0
[pid=9527/tid=9537] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9537/stat : 9537 (java) S 9525 9527 9128 0 -1 4202560 603 0 0 0 0 0 0 0 16 0 22 0 529404428 16077742080 50887 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9538] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9538/stat : 9538 (java) S 9525 9527 9128 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 529404429 16077742080 50887 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284505600 0 0 0 16800975 18446604471137970944 0 0 -1 7 0 0 0
[pid=9527/tid=9539] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9539/stat : 9539 (java) S 9525 9527 9128 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529404430 16077742080 50887 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9540] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9540/stat : 9540 (java) S 9525 9527 9128 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529404430 16077742080 50887 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 7 0 0 0
[pid=9527/tid=9541] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9541/stat : 9541 (java) S 9525 9527 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529404432 16077742080 50887 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284512689 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9542] ppid=9525 vsize=15700920 CPUtime=0.81 cores=1,3,5,7
/proc/9527/task/9542/stat : 9542 (java) S 9525 9527 9128 0 -1 4202560 6605 0 0 0 81 0 0 0 23 0 22 0 529404432 16077742080 50887 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9543] ppid=9525 vsize=15700920 CPUtime=0.62 cores=1,3,5,7
/proc/9527/task/9543/stat : 9543 (java) S 9525 9527 9128 0 -1 4202560 9663 0 0 0 61 1 0 0 24 0 22 0 529404432 16077742080 50887 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9544] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9544/stat : 9544 (java) S 9525 9527 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529404432 16077742080 50887 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9545] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9545/stat : 9545 (java) S 9525 9527 9128 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529404432 16077742080 50887 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284505600 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9546] ppid=9525 vsize=15700920 CPUtime=0.59 cores=1,3,5,7
/proc/9527/task/9546/stat : 9546 (java) R 9525 9527 9128 0 -1 4202560 2985 0 0 0 59 0 0 0 22 0 22 0 529404459 16077742080 50887 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912505724400 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9527/tid=9547] ppid=9525 vsize=15700920 CPUtime=0.66 cores=1,3,5,7
/proc/9527/task/9547/stat : 9547 (java) R 9525 9527 9128 0 -1 4202560 8363 0 0 0 65 1 0 0 25 0 22 0 529404459 16077742080 50887 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912505710308 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9527/tid=9548] ppid=9525 vsize=15700920 CPUtime=0.75 cores=1,3,5,7
/proc/9527/task/9548/stat : 9548 (java) R 9525 9527 9128 0 -1 4202560 8710 0 0 0 74 1 0 0 25 0 22 0 529404459 16077742080 50887 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912505767891 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9527/tid=9549] ppid=9525 vsize=15700920 CPUtime=0.7 cores=1,3,5,7
/proc/9527/task/9549/stat : 9549 (java) R 9525 9527 9128 0 -1 4202560 3322 0 0 0 70 0 0 0 24 0 22 0 529404459 16077742080 50887 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912506087173 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 15700920

[startup+3.10101 s]
/proc/loadavg: 7.75 7.98 7.98 9/220 9549
/proc/meminfo: memFree=29892688/32950928 swapFree=67111464/67111528
[pid=9527] ppid=9525 vsize=15700920 CPUtime=11.08 cores=1,3,5,7
/proc/9527/stat : 9527 (java) S 9525 9527 9128 0 -1 4202496 61668 0 1 0 1098 10 0 0 25 0 22 0 529404427 16077742080 52907 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9527/statm: 3925230 52907 2286 9 0 3915949 0
[pid=9527/tid=9528] ppid=9525 vsize=15700920 CPUtime=0.48 cores=1,3,5,7
/proc/9527/task/9528/stat : 9528 (java) S 9525 9527 9128 0 -1 4202560 12389 0 1 0 45 3 0 0 25 0 22 0 529404428 16077742080 52907 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9530] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9530/stat : 9530 (java) S 9525 9527 9128 0 -1 4202560 1558 0 0 0 0 0 0 0 15 0 22 0 529404428 16077742080 52907 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 1 0 0 0
[pid=9527/tid=9531] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9531/stat : 9531 (java) S 9525 9527 9128 0 -1 4202560 567 0 0 0 0 0 0 0 15 0 22 0 529404428 16077742080 52907 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 1 0 0 0
[pid=9527/tid=9532] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9532/stat : 9532 (java) S 9525 9527 9128 0 -1 4202560 631 0 0 0 0 0 0 0 16 0 22 0 529404428 16077742080 52907 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 7 0 0 0
[pid=9527/tid=9533] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9533/stat : 9533 (java) S 9525 9527 9128 0 -1 4202560 963 0 0 0 0 0 0 0 15 0 22 0 529404428 16077742080 52907 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 7 0 0 0
[pid=9527/tid=9534] ppid=9525 vsize=15700920 CPUtime=0.01 cores=1,3,5,7
/proc/9527/task/9534/stat : 9534 (java) S 9525 9527 9128 0 -1 4202560 1738 0 0 0 1 0 0 0 15 0 22 0 529404428 16077742080 52907 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9535] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9535/stat : 9535 (java) S 9525 9527 9128 0 -1 4202560 698 0 0 0 0 0 0 0 16 0 22 0 529404428 16077742080 52907 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9536] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9536/stat : 9536 (java) S 9525 9527 9128 0 -1 4202560 1233 0 0 0 0 0 0 0 15 0 22 0 529404428 16077742080 52907 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 1 0 0 0
[pid=9527/tid=9537] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9537/stat : 9537 (java) S 9525 9527 9128 0 -1 4202560 727 0 0 0 0 0 0 0 15 0 22 0 529404428 16077742080 52907 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 1 0 0 0
[pid=9527/tid=9538] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9538/stat : 9538 (java) S 9525 9527 9128 0 -1 4202560 79 0 0 0 0 0 0 0 16 0 22 0 529404429 16077742080 52907 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284505600 0 0 0 16800975 18446604471137970944 0 0 -1 7 0 0 0
[pid=9527/tid=9539] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9539/stat : 9539 (java) S 9525 9527 9128 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529404430 16077742080 52907 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9540] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9540/stat : 9540 (java) S 9525 9527 9128 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529404430 16077742080 52907 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 7 0 0 0
[pid=9527/tid=9541] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9541/stat : 9541 (java) S 9525 9527 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529404432 16077742080 52907 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284512689 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9542] ppid=9525 vsize=15700920 CPUtime=0.91 cores=1,3,5,7
/proc/9527/task/9542/stat : 9542 (java) S 9525 9527 9128 0 -1 4202560 6626 0 0 0 91 0 0 0 16 0 22 0 529404432 16077742080 52907 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9543] ppid=9525 vsize=15700920 CPUtime=0.71 cores=1,3,5,7
/proc/9527/task/9543/stat : 9543 (java) S 9525 9527 9128 0 -1 4202560 9674 0 0 0 70 1 0 0 15 0 22 0 529404432 16077742080 52907 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9544] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9544/stat : 9544 (java) S 9525 9527 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529404432 16077742080 52907 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9545] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9545/stat : 9545 (java) S 9525 9527 9128 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529404432 16077742080 52907 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284505600 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9546] ppid=9525 vsize=15700920 CPUtime=2.09 cores=1,3,5,7
/proc/9527/task/9546/stat : 9546 (java) R 9525 9527 9128 0 -1 4202560 2990 0 0 0 209 0 0 0 25 0 22 0 529404459 16077742080 52907 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912505366060 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9527/tid=9547] ppid=9525 vsize=15700920 CPUtime=2.15 cores=1,3,5,7
/proc/9527/task/9547/stat : 9547 (java) R 9525 9527 9128 0 -1 4202560 8366 0 0 0 214 1 0 0 25 0 22 0 529404459 16077742080 52907 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912505807318 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9527/tid=9548] ppid=9525 vsize=15700920 CPUtime=2.33 cores=1,3,5,7
/proc/9527/task/9548/stat : 9548 (java) R 9525 9527 9128 0 -1 4202560 8715 0 0 0 232 1 0 0 25 0 22 0 529404459 16077742080 52907 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912505862567 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9527/tid=9549] ppid=9525 vsize=15700920 CPUtime=2.28 cores=1,3,5,7
/proc/9527/task/9549/stat : 9549 (java) R 9525 9527 9128 0 -1 4202560 3327 0 0 0 228 0 0 0 25 0 22 0 529404459 16077742080 52907 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912506000475 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.08
Current children cumulated vsize (KiB) 15700920

[startup+6.30144 s]
/proc/loadavg: 7.75 7.98 7.98 9/220 9549
/proc/meminfo: memFree=29858332/32950928 swapFree=67111464/67111528
[pid=9527] ppid=9525 vsize=15700920 CPUtime=23.81 cores=1,3,5,7
/proc/9527/stat : 9527 (java) S 9525 9527 9128 0 -1 4202496 66998 0 1 0 2369 12 0 0 25 0 22 0 529404427 16077742080 53417 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9527/statm: 3925230 53417 2289 9 0 3915949 0
[pid=9527/tid=9528] ppid=9525 vsize=15700920 CPUtime=0.48 cores=1,3,5,7
/proc/9527/task/9528/stat : 9528 (java) S 9525 9527 9128 0 -1 4202560 12389 0 1 0 45 3 0 0 25 0 22 0 529404428 16077742080 53417 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9530] ppid=9525 vsize=15700920 CPUtime=0.01 cores=1,3,5,7
/proc/9527/task/9530/stat : 9530 (java) S 9525 9527 9128 0 -1 4202560 2094 0 0 0 1 0 0 0 15 0 22 0 529404428 16077742080 53417 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9531] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9531/stat : 9531 (java) S 9525 9527 9128 0 -1 4202560 1255 0 0 0 0 0 0 0 15 0 22 0 529404428 16077742080 53417 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9532] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9532/stat : 9532 (java) S 9525 9527 9128 0 -1 4202560 1444 0 0 0 0 0 0 0 15 0 22 0 529404428 16077742080 53417 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9533] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9533/stat : 9533 (java) S 9525 9527 9128 0 -1 4202560 1300 0 0 0 0 0 0 0 16 0 22 0 529404428 16077742080 53417 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9534] ppid=9525 vsize=15700920 CPUtime=0.01 cores=1,3,5,7
/proc/9527/task/9534/stat : 9534 (java) S 9525 9527 9128 0 -1 4202560 2645 0 0 0 1 0 0 0 16 0 22 0 529404428 16077742080 53417 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9535] ppid=9525 vsize=15700920 CPUtime=0.01 cores=1,3,5,7
/proc/9527/task/9535/stat : 9535 (java) S 9525 9527 9128 0 -1 4202560 1598 0 0 0 1 0 0 0 15 0 22 0 529404428 16077742080 53417 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 7 0 0 0
[pid=9527/tid=9536] ppid=9525 vsize=15700920 CPUtime=0.01 cores=1,3,5,7
/proc/9527/task/9536/stat : 9536 (java) S 9525 9527 9128 0 -1 4202560 1755 0 0 0 1 0 0 0 16 0 22 0 529404428 16077742080 53417 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 1 0 0 0
[pid=9527/tid=9537] ppid=9525 vsize=15700920 CPUtime=0.01 cores=1,3,5,7
/proc/9527/task/9537/stat : 9537 (java) S 9525 9527 9128 0 -1 4202560 1301 0 0 0 1 0 0 0 16 0 22 0 529404428 16077742080 53417 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 7 0 0 0

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

[pid=9527/tid=9547] ppid=9525 vsize=15700920 CPUtime=1049.01 cores=1,3,5,7
/proc/9527/task/9547/stat : 9547 (java) R 9525 9527 9128 0 -1 4202560 138690 0 0 0 104875 26 0 0 25 0 22 0 529404459 16077742080 71563 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912505767728 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9527/tid=9548] ppid=9525 vsize=15700920 CPUtime=1048.27 cores=1,3,5,7
/proc/9527/task/9548/stat : 9548 (java) R 9525 9527 9128 0 -1 4202560 140515 0 0 0 104795 32 0 0 25 0 22 0 529404459 16077742080 71563 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912506029838 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9527/tid=9549] ppid=9525 vsize=15700920 CPUtime=1049.4 cores=1,3,5,7
/proc/9527/task/9549/stat : 9549 (java) R 9525 9527 9128 0 -1 4202560 136135 0 0 0 104912 28 0 0 25 0 22 0 529404459 16077742080 71563 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912505711550 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4224.22
Current children cumulated vsize (KiB) 15700920

[startup+1122.3 s]
/proc/loadavg: 8.13 8.06 8.01 9/220 9630
/proc/meminfo: memFree=29579844/32950928 swapFree=67111464/67111528
[pid=9527] ppid=9525 vsize=15700920 CPUtime=4462.78 cores=1,3,5,7
/proc/9527/stat : 9527 (java) S 9525 9527 9128 0 -1 4202496 1148046 0 1 0 445950 328 0 0 25 0 22 0 529404427 16077742080 70390 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9527/statm: 3925230 70390 2299 9 0 3915949 0
[pid=9527/tid=9528] ppid=9525 vsize=15700920 CPUtime=0.48 cores=1,3,5,7
/proc/9527/task/9528/stat : 9528 (java) S 9525 9527 9128 0 -1 4202560 12389 0 1 0 45 3 0 0 25 0 22 0 529404428 16077742080 70390 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9530] ppid=9525 vsize=15700920 CPUtime=3.25 cores=1,3,5,7
/proc/9527/task/9530/stat : 9530 (java) S 9525 9527 9128 0 -1 4202560 69590 0 0 0 309 16 0 0 15 0 22 0 529404428 16077742080 70390 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 7 0 0 0
[pid=9527/tid=9531] ppid=9525 vsize=15700920 CPUtime=3.23 cores=1,3,5,7
/proc/9527/task/9531/stat : 9531 (java) S 9525 9527 9128 0 -1 4202560 67418 0 0 0 306 17 0 0 15 0 22 0 529404428 16077742080 70390 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 7 0 0 0
[pid=9527/tid=9532] ppid=9525 vsize=15700920 CPUtime=3.23 cores=1,3,5,7
/proc/9527/task/9532/stat : 9532 (java) S 9525 9527 9128 0 -1 4202560 65524 0 0 0 306 17 0 0 15 0 22 0 529404428 16077742080 70390 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9533] ppid=9525 vsize=15700920 CPUtime=3.22 cores=1,3,5,7
/proc/9527/task/9533/stat : 9533 (java) S 9525 9527 9128 0 -1 4202560 64140 0 0 0 306 16 0 0 15 0 22 0 529404428 16077742080 70390 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9534] ppid=9525 vsize=15700920 CPUtime=3.25 cores=1,3,5,7
/proc/9527/task/9534/stat : 9534 (java) S 9525 9527 9128 0 -1 4202560 66722 0 0 0 308 17 0 0 15 0 22 0 529404428 16077742080 70390 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9535] ppid=9525 vsize=15700920 CPUtime=3.2 cores=1,3,5,7
/proc/9527/task/9535/stat : 9535 (java) S 9525 9527 9128 0 -1 4202560 68565 0 0 0 303 17 0 0 15 0 22 0 529404428 16077742080 70390 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 1 0 0 0
[pid=9527/tid=9536] ppid=9525 vsize=15700920 CPUtime=3.16 cores=1,3,5,7
/proc/9527/task/9536/stat : 9536 (java) S 9525 9527 9128 0 -1 4202560 67670 0 0 0 300 16 0 0 15 0 22 0 529404428 16077742080 70390 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 1 0 0 0
[pid=9527/tid=9537] ppid=9525 vsize=15700920 CPUtime=3.28 cores=1,3,5,7
/proc/9527/task/9537/stat : 9537 (java) S 9525 9527 9128 0 -1 4202560 67247 0 0 0 309 19 0 0 15 0 22 0 529404428 16077742080 70390 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9538] ppid=9525 vsize=15700920 CPUtime=1.97 cores=1,3,5,7
/proc/9527/task/9538/stat : 9538 (java) S 9525 9527 9128 0 -1 4202560 2961 0 0 0 141 56 0 0 15 0 22 0 529404429 16077742080 70390 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284505600 0 0 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9539] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9539/stat : 9539 (java) S 9525 9527 9128 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529404430 16077742080 70390 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9540] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9540/stat : 9540 (java) S 9525 9527 9128 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529404430 16077742080 70390 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 7 0 0 0
[pid=9527/tid=9541] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9541/stat : 9541 (java) S 9525 9527 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529404432 16077742080 70390 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284512689 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9542] ppid=9525 vsize=15700920 CPUtime=0.98 cores=1,3,5,7
/proc/9527/task/9542/stat : 9542 (java) S 9525 9527 9128 0 -1 4202560 6641 0 0 0 98 0 0 0 15 0 22 0 529404432 16077742080 70390 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9543] ppid=9525 vsize=15700920 CPUtime=0.81 cores=1,3,5,7
/proc/9527/task/9543/stat : 9543 (java) S 9525 9527 9128 0 -1 4202560 9693 0 0 0 80 1 0 0 15 0 22 0 529404432 16077742080 70390 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9544] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9544/stat : 9544 (java) S 9525 9527 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529404432 16077742080 70390 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9545] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9545/stat : 9545 (java) S 9525 9527 9128 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 529404432 16077742080 70390 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284505600 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9546] ppid=9525 vsize=15700920 CPUtime=1108.04 cores=1,3,5,7
/proc/9527/task/9546/stat : 9546 (java) R 9525 9527 9128 0 -1 4202560 140741 0 0 0 110773 31 0 0 25 0 22 0 529404459 16077742080 70390 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912505710336 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9527/tid=9547] ppid=9525 vsize=15700920 CPUtime=1108.31 cores=1,3,5,7
/proc/9527/task/9547/stat : 9547 (java) R 9525 9527 9128 0 -1 4202560 145858 0 0 0 110803 28 0 0 25 0 22 0 529404459 16077742080 70390 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912505967293 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9527/tid=9548] ppid=9525 vsize=15700920 CPUtime=1107.55 cores=1,3,5,7
/proc/9527/task/9548/stat : 9548 (java) R 9525 9527 9128 0 -1 4202560 147631 0 0 0 110722 33 0 0 25 0 22 0 529404459 16077742080 70390 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912505712151 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9527/tid=9549] ppid=9525 vsize=15700920 CPUtime=1108.65 cores=1,3,5,7
/proc/9527/task/9549/stat : 9549 (java) R 9525 9527 9128 0 -1 4202560 143810 0 0 0 110835 30 0 0 25 0 22 0 529404459 16077742080 70390 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912505844600 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4462.78
Current children cumulated vsize (KiB) 15700920

[startup+1182.3 s]
/proc/loadavg: 8.05 8.04 8.00 9/220 9632
/proc/meminfo: memFree=29875172/32950928 swapFree=67111464/67111528
[pid=9527] ppid=9525 vsize=15700920 CPUtime=4701.3 cores=1,3,5,7
/proc/9527/stat : 9527 (java) S 9525 9527 9128 0 -1 4202496 1206228 0 1 0 469783 347 0 0 25 0 22 0 529404427 16077742080 67315 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9527/statm: 3925230 67315 2299 9 0 3915949 0
[pid=9527/tid=9528] ppid=9525 vsize=15700920 CPUtime=0.48 cores=1,3,5,7
/proc/9527/task/9528/stat : 9528 (java) S 9525 9527 9128 0 -1 4202560 12389 0 1 0 45 3 0 0 25 0 22 0 529404428 16077742080 67315 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9530] ppid=9525 vsize=15700920 CPUtime=3.41 cores=1,3,5,7
/proc/9527/task/9530/stat : 9530 (java) S 9525 9527 9128 0 -1 4202560 72610 0 0 0 325 16 0 0 15 0 22 0 529404428 16077742080 67315 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 7 0 0 0
[pid=9527/tid=9531] ppid=9525 vsize=15700920 CPUtime=3.39 cores=1,3,5,7
/proc/9527/task/9531/stat : 9531 (java) S 9525 9527 9128 0 -1 4202560 70208 0 0 0 321 18 0 0 15 0 22 0 529404428 16077742080 67315 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9532] ppid=9525 vsize=15700920 CPUtime=3.41 cores=1,3,5,7
/proc/9527/task/9532/stat : 9532 (java) S 9525 9527 9128 0 -1 4202560 68480 0 0 0 323 18 0 0 16 0 22 0 529404428 16077742080 67315 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 7 0 0 0
[pid=9527/tid=9533] ppid=9525 vsize=15700920 CPUtime=3.4 cores=1,3,5,7
/proc/9527/task/9533/stat : 9533 (java) S 9525 9527 9128 0 -1 4202560 67789 0 0 0 323 17 0 0 16 0 22 0 529404428 16077742080 67315 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9534] ppid=9525 vsize=15700920 CPUtime=3.43 cores=1,3,5,7
/proc/9527/task/9534/stat : 9534 (java) S 9525 9527 9128 0 -1 4202560 70469 0 0 0 324 19 0 0 15 0 22 0 529404428 16077742080 67315 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 7 0 0 0
[pid=9527/tid=9535] ppid=9525 vsize=15700920 CPUtime=3.37 cores=1,3,5,7
/proc/9527/task/9535/stat : 9535 (java) S 9525 9527 9128 0 -1 4202560 71849 0 0 0 318 19 0 0 15 0 22 0 529404428 16077742080 67315 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 1 0 0 0
[pid=9527/tid=9536] ppid=9525 vsize=15700920 CPUtime=3.31 cores=1,3,5,7
/proc/9527/task/9536/stat : 9536 (java) S 9525 9527 9128 0 -1 4202560 70754 0 0 0 314 17 0 0 16 0 22 0 529404428 16077742080 67315 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9537] ppid=9525 vsize=15700920 CPUtime=3.42 cores=1,3,5,7
/proc/9527/task/9537/stat : 9537 (java) S 9525 9527 9128 0 -1 4202560 70367 0 0 0 322 20 0 0 16 0 22 0 529404428 16077742080 67315 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 1 0 0 0
[pid=9527/tid=9538] ppid=9525 vsize=15700920 CPUtime=2.1 cores=1,3,5,7
/proc/9527/task/9538/stat : 9538 (java) S 9525 9527 9128 0 -1 4202560 3130 0 0 0 151 59 0 0 15 0 22 0 529404429 16077742080 67315 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284505600 0 0 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9539] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9539/stat : 9539 (java) S 9525 9527 9128 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529404430 16077742080 67315 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9540] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9540/stat : 9540 (java) S 9525 9527 9128 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529404430 16077742080 67315 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 7 0 0 0
[pid=9527/tid=9541] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9541/stat : 9541 (java) S 9525 9527 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529404432 16077742080 67315 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284512689 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9542] ppid=9525 vsize=15700920 CPUtime=0.98 cores=1,3,5,7
/proc/9527/task/9542/stat : 9542 (java) S 9525 9527 9128 0 -1 4202560 6641 0 0 0 98 0 0 0 15 0 22 0 529404432 16077742080 67315 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9543] ppid=9525 vsize=15700920 CPUtime=0.81 cores=1,3,5,7
/proc/9527/task/9543/stat : 9543 (java) S 9525 9527 9128 0 -1 4202560 9693 0 0 0 80 1 0 0 15 0 22 0 529404432 16077742080 67315 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9544] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9544/stat : 9544 (java) S 9525 9527 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529404432 16077742080 67315 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9545] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9545/stat : 9545 (java) S 9525 9527 9128 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 529404432 16077742080 67315 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284505600 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9546] ppid=9525 vsize=15700920 CPUtime=1167.32 cores=1,3,5,7
/proc/9527/task/9546/stat : 9546 (java) R 9525 9527 9128 0 -1 4202560 148786 0 0 0 116699 33 0 0 25 0 22 0 529404459 16077742080 67315 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912505774622 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9527/tid=9547] ppid=9525 vsize=15700920 CPUtime=1167.51 cores=1,3,5,7
/proc/9527/task/9547/stat : 9547 (java) R 9525 9527 9128 0 -1 4202560 154094 0 0 0 116721 30 0 0 25 0 22 0 529404459 16077742080 67315 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912505807173 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9527/tid=9548] ppid=9525 vsize=15700920 CPUtime=1166.85 cores=1,3,5,7
/proc/9527/task/9548/stat : 9548 (java) R 9525 9527 9128 0 -1 4202560 155239 0 0 0 116650 35 0 0 25 0 22 0 529404459 16077742080 67315 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912505711814 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9527/tid=9549] ppid=9525 vsize=15700920 CPUtime=1167.94 cores=1,3,5,7
/proc/9527/task/9549/stat : 9549 (java) R 9525 9527 9128 0 -1 4202560 152283 0 0 0 116761 33 0 0 25 0 22 0 529404459 16077742080 67315 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912505768458 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4701.3
Current children cumulated vsize (KiB) 15700920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.2 s]
/proc/loadavg: 8.03 8.04 8.00 9/220 9641
/proc/meminfo: memFree=29862004/32950928 swapFree=67111464/67111528
[pid=9527] ppid=9525 vsize=15700920 CPUtime=4800.26 cores=1,3,5,7
/proc/9527/stat : 9527 (java) S 9525 9527 9128 0 -1 4202496 1238810 0 1 0 479671 355 0 0 25 0 22 0 529404427 16077742080 76024 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/9527/statm: 3925230 76024 2299 9 0 3915949 0
[pid=9527/tid=9528] ppid=9525 vsize=15700920 CPUtime=0.48 cores=1,3,5,7
/proc/9527/task/9528/stat : 9528 (java) S 9525 9527 9128 0 -1 4202560 12389 0 1 0 45 3 0 0 25 0 22 0 529404428 16077742080 76024 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9530] ppid=9525 vsize=15700920 CPUtime=3.48 cores=1,3,5,7
/proc/9527/task/9530/stat : 9530 (java) S 9525 9527 9128 0 -1 4202560 73829 0 0 0 331 17 0 0 15 0 22 0 529404428 16077742080 76024 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9531] ppid=9525 vsize=15700920 CPUtime=3.47 cores=1,3,5,7
/proc/9527/task/9531/stat : 9531 (java) S 9525 9527 9128 0 -1 4202560 71571 0 0 0 328 19 0 0 15 0 22 0 529404428 16077742080 76024 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9532] ppid=9525 vsize=15700920 CPUtime=3.47 cores=1,3,5,7
/proc/9527/task/9532/stat : 9532 (java) S 9525 9527 9128 0 -1 4202560 69697 0 0 0 329 18 0 0 15 0 22 0 529404428 16077742080 76024 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 7 0 0 0
[pid=9527/tid=9533] ppid=9525 vsize=15700920 CPUtime=3.49 cores=1,3,5,7
/proc/9527/task/9533/stat : 9533 (java) S 9525 9527 9128 0 -1 4202560 69308 0 0 0 331 18 0 0 15 0 22 0 529404428 16077742080 76024 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9534] ppid=9525 vsize=15700920 CPUtime=3.49 cores=1,3,5,7
/proc/9527/task/9534/stat : 9534 (java) S 9525 9527 9128 0 -1 4202560 71798 0 0 0 330 19 0 0 15 0 22 0 529404428 16077742080 76024 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 7 0 0 0
[pid=9527/tid=9535] ppid=9525 vsize=15700920 CPUtime=3.44 cores=1,3,5,7
/proc/9527/task/9535/stat : 9535 (java) S 9525 9527 9128 0 -1 4202560 73055 0 0 0 325 19 0 0 15 0 22 0 529404428 16077742080 76024 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9536] ppid=9525 vsize=15700920 CPUtime=3.36 cores=1,3,5,7
/proc/9527/task/9536/stat : 9536 (java) S 9525 9527 9128 0 -1 4202560 71938 0 0 0 319 17 0 0 15 0 22 0 529404428 16077742080 76024 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 7 0 0 0
[pid=9527/tid=9537] ppid=9525 vsize=15700920 CPUtime=3.49 cores=1,3,5,7
/proc/9527/task/9537/stat : 9537 (java) S 9525 9527 9128 0 -1 4202560 71780 0 0 0 328 21 0 0 16 0 22 0 529404428 16077742080 76024 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 1 0 0 0
[pid=9527/tid=9538] ppid=9525 vsize=15700920 CPUtime=2.14 cores=1,3,5,7
/proc/9527/task/9538/stat : 9538 (java) S 9525 9527 9128 0 -1 4202560 3226 0 0 0 154 60 0 0 15 0 22 0 529404429 16077742080 76024 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284505600 0 0 0 16800975 18446604471137970944 0 0 -1 1 0 0 0
[pid=9527/tid=9539] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9539/stat : 9539 (java) S 9525 9527 9128 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529404430 16077742080 76024 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9540] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9540/stat : 9540 (java) S 9525 9527 9128 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529404430 16077742080 76024 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 7 0 0 0
[pid=9527/tid=9541] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9541/stat : 9541 (java) S 9525 9527 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529404432 16077742080 76024 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284512689 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9542] ppid=9525 vsize=15700920 CPUtime=0.98 cores=1,3,5,7
/proc/9527/task/9542/stat : 9542 (java) S 9525 9527 9128 0 -1 4202560 6641 0 0 0 98 0 0 0 15 0 22 0 529404432 16077742080 76024 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9543] ppid=9525 vsize=15700920 CPUtime=0.81 cores=1,3,5,7
/proc/9527/task/9543/stat : 9543 (java) S 9525 9527 9128 0 -1 4202560 9693 0 0 0 80 1 0 0 15 0 22 0 529404432 16077742080 76024 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9544] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9544/stat : 9544 (java) S 9525 9527 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529404432 16077742080 76024 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284504985 0 4 0 16800975 18446604471137970944 0 0 -1 3 0 0 0
[pid=9527/tid=9545] ppid=9525 vsize=15700920 CPUtime=0 cores=1,3,5,7
/proc/9527/task/9545/stat : 9545 (java) S 9525 9527 9128 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 529404432 16077742080 76024 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 268284505600 0 4 0 16800975 18446604471137970944 0 0 -1 5 0 0 0
[pid=9527/tid=9546] ppid=9525 vsize=15700920 CPUtime=1191.93 cores=1,3,5,7
/proc/9527/task/9546/stat : 9546 (java) R 9525 9527 9128 0 -1 4202560 154057 0 0 0 119159 34 0 0 25 0 22 0 529404459 16077742080 76024 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 47652180427498 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9527/tid=9547] ppid=9525 vsize=15700920 CPUtime=1192.13 cores=1,3,5,7
/proc/9527/task/9547/stat : 9547 (java) R 9525 9527 9128 0 -1 4202560 159650 0 0 0 119182 31 0 0 25 0 22 0 529404459 16077742080 76024 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912505812861 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9527/tid=9548] ppid=9525 vsize=15700920 CPUtime=1191.38 cores=1,3,5,7
/proc/9527/task/9548/stat : 9548 (java) R 9525 9527 9128 0 -1 4202560 160831 0 0 0 119103 35 0 0 25 0 22 0 529404459 16077742080 76024 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912506169279 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9527/tid=9549] ppid=9525 vsize=15700920 CPUtime=1192.56 cores=1,3,5,7
/proc/9527/task/9549/stat : 9549 (java) R 9525 9527 9128 0 -1 4202560 157898 0 0 0 119222 34 0 0 25 0 22 0 529404459 16077742080 76024 33554432000 1073741824 1073778376 140736154606976 18446744073709551615 46912505971897 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 15700920

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

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

Child status: 143
Real time (s): 1207.23
CPU time (s): 4800.32
CPU user time (s): 4796.75
CPU system time (s): 3.57346
CPU usage (%): 397.632
Max. virtual memory (cumulated for all children) (KiB): 15701864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.75
system time used= 3.57346
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1238835
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= 308744
involuntary context switches= 158035

runsolver used 2.03569 second user time and 4.6063 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-30 17:40:56
IDJOB=3312867
IDBENCH=83052
IDSOLVER=1699
FILE ID=node122/3312867-1304178056
RUNJOBID= node122-1304176476-9147
PBS_JOBID= 13172421
Free space on /tmp= 73344 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1831136826-075.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312867-1304178056/watcher-3312867-1304178056 -o /tmp/evaluation-result-3312867-1304178056/solver-3312867-1304178056 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312867-1304178056.cnf

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

MD5SUM BENCH= 1e7a565e93334fc4a75fcaa13a0d446a
RANDOM SEED=204473354

node122.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.820
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.64
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.820
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.820
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.820
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.820
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.820
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.75
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30089116 kB
Buffers:        338484 kB
Cached:        1714608 kB
SwapCached:         64 kB
Active:         564404 kB
Inactive:      1951348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30089116 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            2084 kB
Writeback:           0 kB
AnonPages:      462248 kB
Mapped:          23820 kB
Slab:           279800 kB
PageTables:       6096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   684372 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= 73344 MiB
End job on node122 at 2011-04-30 18:01:06