Trace number 3744800

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
PB07: SAT4JPseudoResolution 2007-03-23? (exit code) 733.6 728.337

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb1-0.10-8.opb
MD5SUM6588abae91382e225ff22e3d71e1a061
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9927
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables212006
Total number of constraints2890345
Number of constraints which are clauses2890345
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.07	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.07	c no version file found!!!
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version	1.6.0_24
0.00/0.07	c os.name	Linux
0.00/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch	amd64
0.00/0.07	c Free memory 1599470296
0.00/0.07	c Max memory 1607860224
0.00/0.07	c Total memory 1607860224
0.00/0.07	c Number of processors 8
0.00/0.09	--- Begin Solver configuration ---
0.00/0.09	c Stops conflict analysis at the first Unique Implication Point
0.00/0.09	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1cb1c5fa
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap
0.00/0.09	c No reason simplification
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3744800-1338808701.opb
0.00/0.09	c reading problem ... 
14.07/11.54	c ... done. Wall clock time 11.452s.
14.07/11.54	c CPU time (experimental) 10.73s.
14.07/11.54	c #vars     212006
14.07/11.54	c #constraints  939845
16.36/13.34	c SATISFIABLE
16.36/13.34	c OPTIMIZING...
16.36/13.34	c Got one! Elapsed wall clock time (in seconds):13.254
17.99/14.97	o 881513
20.61/17.44	c Got one! Elapsed wall clock time (in seconds):17.348
22.21/19.09	o 659618
24.73/21.57	c Got one! Elapsed wall clock time (in seconds):21.476
26.43/23.24	o 485302
29.88/26.58	c Got one! Elapsed wall clock time (in seconds):26.489
31.57/28.25	o 449902
34.67/31.33	c Got one! Elapsed wall clock time (in seconds):31.24
36.37/33.03	o 302853
40.66/37.32	c Got one! Elapsed wall clock time (in seconds):37.229
42.36/39.03	o 249952
727.60/722.39	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3744800-1338808701/watcher-3744800-1338808701 -o /tmp/evaluation-result-3744800-1338808701/solver-3744800-1338808701 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3744800-1338808701.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 1.96 2.04 2.03 3/193 11634
/proc/meminfo: memFree=27572336/32873844 swapFree=7112/7112
[pid=11634] ppid=11632 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/11634/stat : 11634 (java) R 11632 11634 8924 0 -1 4202496 1125 0 0 0 0 0 0 0 20 0 1 0 346996034 23793664 852 33554432000 1073741824 1073778376 140735264825008 140735264814072 140336292264027 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11634/statm: 5809 863 653 9 0 128 0

[startup+0.018219 s]
/proc/loadavg: 1.96 2.04 2.03 3/193 11634
/proc/meminfo: memFree=27572336/32873844 swapFree=7112/7112
[pid=11634] ppid=11632 vsize=2413132 CPUtime=0 cores=1,3,5,7
/proc/11634/stat : 11634 (java) S 11632 11634 8924 0 -1 4202496 3080 0 1 0 0 0 0 0 20 0 10 0 346996034 2471047168 3271 33554432000 1073741824 1073778376 140735264825008 140735264816144 272889839677 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11634/statm: 603283 3271 1033 9 0 594392 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2413132

[startup+0.100247 s]
/proc/loadavg: 1.96 2.04 2.03 3/193 11634
/proc/meminfo: memFree=27572336/32873844 swapFree=7112/7112
[pid=11634] ppid=11632 vsize=2957856 CPUtime=0.1 cores=1,3,5,7
/proc/11634/stat : 11634 (java) S 11632 11634 8924 0 -1 4202496 4936 0 1 0 9 1 0 0 20 0 18 0 346996034 3028844544 8673 33554432000 1073741824 1073778376 140735264825008 140735264816144 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11634/statm: 739464 8673 2130 9 0 729885 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2957856

[startup+0.300241 s]
/proc/loadavg: 1.96 2.04 2.03 3/193 11634
/proc/meminfo: memFree=27572336/32873844 swapFree=7112/7112
[pid=11634] ppid=11632 vsize=2957856 CPUtime=0.47 cores=1,3,5,7
/proc/11634/stat : 11634 (java) S 11632 11634 8924 0 -1 4202496 6064 0 1 0 46 1 0 0 20 0 18 0 346996034 3028844544 12751 33554432000 1073741824 1073778376 140735264825008 140735264816144 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11634/statm: 739464 12751 2237 9 0 729885 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2957856

[startup+0.700267 s]
/proc/loadavg: 1.96 2.04 2.03 3/193 11634
/proc/meminfo: memFree=27572336/32873844 swapFree=7112/7112
[pid=11634] ppid=11632 vsize=2957856 CPUtime=1.12 cores=1,3,5,7
/proc/11634/stat : 11634 (java) S 11632 11634 8924 0 -1 4202496 9022 0 1 0 107 5 0 0 20 0 18 0 346996034 3028844544 50796 33554432000 1073741824 1073778376 140735264825008 140735264816144 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11634/statm: 739464 50796 2253 9 0 729885 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 2957856

[startup+1.50076 s]
/proc/loadavg: 1.96 2.04 2.03 3/211 11652
/proc/meminfo: memFree=27176856/32873844 swapFree=7112/7112
[pid=11634] ppid=11632 vsize=2957856 CPUtime=2.04 cores=1,3,5,7
/proc/11634/stat : 11634 (java) S 11632 11634 8924 0 -1 4202496 9213 0 1 0 191 13 0 0 20 0 18 0 346996034 3028844544 117382 33554432000 1073741824 1073778376 140735264825008 140735264816144 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11634/statm: 739464 117382 2269 9 0 729885 0
[pid=11634/tid=11635] ppid=11632 vsize=2957856 CPUtime=1.43 cores=1,3,5,7
/proc/11634/task/11635/stat : 11635 (java) R 11632 11634 8924 0 -1 4202560 3215 0 1 0 134 9 0 0 20 0 18 0 346996035 3028844544 117382 33554432000 1073741824 1073778376 140735264825008 140336290103696 140336127457584 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11634/tid=11637] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11637/stat : 11637 (java) S 11632 11634 8924 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 346996036 3028844544 117382 33554432000 1073741824 1073778376 140735264825008 140336273537832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11638] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11638/stat : 11638 (java) S 11632 11634 8924 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 346996036 3028844544 117382 33554432000 1073741824 1073778376 140735264825008 140336272485032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11639] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11639/stat : 11639 (java) S 11632 11634 8924 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 346996036 3028844544 117382 33554432000 1073741824 1073778376 140735264825008 140336271432744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11634/tid=11640] ppid=11632 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/11634/task/11640/stat : 11640 (java) S 11632 11634 8924 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 346996036 3028844544 117382 33554432000 1073741824 1073778376 140735264825008 140336270379944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11641] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11641/stat : 11641 (java) S 11632 11634 8924 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 346996036 3028844544 117382 33554432000 1073741824 1073778376 140735264825008 140336269326632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11642] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11642/stat : 11642 (java) S 11632 11634 8924 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346996036 3028844544 117382 33554432000 1073741824 1073778376 140735264825008 140336268273832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11634/tid=11643] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11643/stat : 11643 (java) S 11632 11634 8924 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 346996036 3028844544 117382 33554432000 1073741824 1073778376 140735264825008 140336267221544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11644] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11644/stat : 11644 (java) S 11632 11634 8924 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346996036 3028844544 117382 33554432000 1073741824 1073778376 140735264825008 140336266168744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11645] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11645/stat : 11645 (java) S 11632 11634 8924 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346996037 3028844544 117382 33554432000 1073741824 1073778376 140735264825008 140336253758184 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11634/tid=11646] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11646/stat : 11646 (java) S 11632 11634 8924 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346996037 3028844544 117382 33554432000 1073741824 1073778376 140735264825008 140336252704248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11647] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11647/stat : 11647 (java) S 11632 11634 8924 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346996037 3028844544 117382 33554432000 1073741824 1073778376 140735264825008 140336251651848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11648] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11648/stat : 11648 (java) S 11632 11634 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346996040 3028844544 117382 33554432000 1073741824 1073778376 140735264825008 140336250600336 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11649] ppid=11632 vsize=2957856 CPUtime=0.22 cores=1,3,5,7
/proc/11634/task/11649/stat : 11649 (java) S 11632 11634 8924 0 -1 4202560 2800 0 0 0 22 0 0 0 20 0 18 0 346996040 3028844544 117382 33554432000 1073741824 1073778376 140735264825008 140336249546936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11650] ppid=11632 vsize=2957856 CPUtime=0.2 cores=1,3,5,7
/proc/11634/task/11650/stat : 11650 (java) S 11632 11634 8924 0 -1 4202560 1946 0 0 0 20 0 0 0 20 0 18 0 346996040 3028844544 117382 33554432000 1073741824 1073778376 140735264825008 140336248494136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11651] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11651/stat : 11651 (java) S 11632 11634 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346996040 3028844544 117382 33554432000 1073741824 1073778376 140735264825008 140336247442040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11652] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11652/stat : 11652 (java) S 11632 11634 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346996040 3028844544 117382 33554432000 1073741824 1073778376 140735264825008 140336246389448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 2957856

[startup+3.10078 s]
/proc/loadavg: 1.96 2.04 2.03 3/212 11653
/proc/meminfo: memFree=27077052/32873844 swapFree=7112/7112
[pid=11634] ppid=11632 vsize=2957856 CPUtime=3.88 cores=1,3,5,7
/proc/11634/stat : 11634 (java) S 11632 11634 8924 0 -1 4202496 9325 0 1 0 368 20 0 0 20 0 18 0 346996034 3028844544 128161 33554432000 1073741824 1073778376 140735264825008 140735264816144 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11634/statm: 739464 128161 2269 9 0 729885 0
[pid=11634/tid=11635] ppid=11632 vsize=2957856 CPUtime=2.94 cores=1,3,5,7
/proc/11634/task/11635/stat : 11635 (java) R 11632 11634 8924 0 -1 4202560 3217 0 1 0 284 10 0 0 20 0 18 0 346996035 3028844544 128161 33554432000 1073741824 1073778376 140735264825008 140336290111104 140336127472130 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11637] ppid=11632 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/11634/task/11637/stat : 11637 (java) S 11632 11634 8924 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 346996036 3028844544 128161 33554432000 1073741824 1073778376 140735264825008 140336273537832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11634/tid=11638] ppid=11632 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/11634/task/11638/stat : 11638 (java) S 11632 11634 8924 0 -1 4202560 21 0 0 0 4 1 0 0 20 0 18 0 346996036 3028844544 128161 33554432000 1073741824 1073778376 140735264825008 140336272485032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11639] ppid=11632 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/11634/task/11639/stat : 11639 (java) S 11632 11634 8924 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 18 0 346996036 3028844544 128161 33554432000 1073741824 1073778376 140735264825008 140336271432744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11640] ppid=11632 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/11634/task/11640/stat : 11640 (java) S 11632 11634 8924 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 18 0 346996036 3028844544 128161 33554432000 1073741824 1073778376 140735264825008 140336270379944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11634/tid=11641] ppid=11632 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/11634/task/11641/stat : 11641 (java) S 11632 11634 8924 0 -1 4202560 28 0 0 0 5 2 0 0 20 0 18 0 346996036 3028844544 128161 33554432000 1073741824 1073778376 140735264825008 140336269326632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11634/tid=11642] ppid=11632 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/11634/task/11642/stat : 11642 (java) S 11632 11634 8924 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 18 0 346996036 3028844544 128161 33554432000 1073741824 1073778376 140735264825008 140336268273832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11634/tid=11643] ppid=11632 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/11634/task/11643/stat : 11643 (java) S 11632 11634 8924 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 346996036 3028844544 128161 33554432000 1073741824 1073778376 140735264825008 140336267221544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11634/tid=11644] ppid=11632 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/11634/task/11644/stat : 11644 (java) S 11632 11634 8924 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 18 0 346996036 3028844544 128161 33554432000 1073741824 1073778376 140735264825008 140336266168744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11645] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11645/stat : 11645 (java) S 11632 11634 8924 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346996037 3028844544 128161 33554432000 1073741824 1073778376 140735264825008 140336253758184 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11646] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11646/stat : 11646 (java) S 11632 11634 8924 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346996037 3028844544 128161 33554432000 1073741824 1073778376 140735264825008 140336252704248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11647] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11647/stat : 11647 (java) S 11632 11634 8924 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346996037 3028844544 128161 33554432000 1073741824 1073778376 140735264825008 140336251651848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11648] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11648/stat : 11648 (java) S 11632 11634 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346996040 3028844544 128161 33554432000 1073741824 1073778376 140735264825008 140336250600336 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11649] ppid=11632 vsize=2957856 CPUtime=0.22 cores=1,3,5,7
/proc/11634/task/11649/stat : 11649 (java) S 11632 11634 8924 0 -1 4202560 2800 0 0 0 22 0 0 0 20 0 18 0 346996040 3028844544 128161 33554432000 1073741824 1073778376 140735264825008 140336249546936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11650] ppid=11632 vsize=2957856 CPUtime=0.2 cores=1,3,5,7
/proc/11634/task/11650/stat : 11650 (java) S 11632 11634 8924 0 -1 4202560 1946 0 0 0 20 0 0 0 20 0 18 0 346996040 3028844544 128161 33554432000 1073741824 1073778376 140735264825008 140336248494136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11651] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11651/stat : 11651 (java) S 11632 11634 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346996040 3028844544 128161 33554432000 1073741824 1073778376 140735264825008 140336247442040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11652] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11652/stat : 11652 (java) S 11632 11634 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346996040 3028844544 128161 33554432000 1073741824 1073778376 140735264825008 140336246389448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 2957856

[startup+6.30083 s]
/proc/loadavg: 1.96 2.04 2.03 3/211 11653
/proc/meminfo: memFree=27015804/32873844 swapFree=7112/7112
[pid=11634] ppid=11632 vsize=2957856 CPUtime=7.76 cores=1,3,5,7
/proc/11634/stat : 11634 (java) S 11632 11634 8924 0 -1 4202496 9565 0 1 0 743 33 0 0 20 0 18 0 346996034 3028844544 148626 33554432000 1073741824 1073778376 140735264825008 140735264816144 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11634/statm: 739464 148626 2269 9 0 729885 0
[pid=11634/tid=11635] ppid=11632 vsize=2957856 CPUtime=5.89 cores=1,3,5,7
/proc/11634/task/11635/stat : 11635 (java) R 11632 11634 8924 0 -1 4202560 3222 0 1 0 578 11 0 0 20 0 18 0 346996035 3028844544 148626 33554432000 1073741824 1073778376 140735264825008 140336290103776 272889865485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11637] ppid=11632 vsize=2957856 CPUtime=0.13 cores=1,3,5,7
/proc/11634/task/11637/stat : 11637 (java) S 11632 11634 8924 0 -1 4202560 51 0 0 0 11 2 0 0 20 0 18 0 346996036 3028844544 148626 33554432000 1073741824 1073778376 140735264825008 140336273537832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11634/tid=11638] ppid=11632 vsize=2957856 CPUtime=0.23 cores=1,3,5,7
/proc/11634/task/11638/stat : 11638 (java) S 11632 11634 8924 0 -1 4202560 65 0 0 0 19 4 0 0 20 0 18 0 346996036 3028844544 148626 33554432000 1073741824 1073778376 140735264825008 140336272485032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11639] ppid=11632 vsize=2957856 CPUtime=0.15 cores=1,3,5,7
/proc/11634/task/11639/stat : 11639 (java) S 11632 11634 8924 0 -1 4202560 53 0 0 0 12 3 0 0 20 0 18 0 346996036 3028844544 148626 33554432000 1073741824 1073778376 140735264825008 140336271432744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11640] ppid=11632 vsize=2957856 CPUtime=0.12 cores=1,3,5,7
/proc/11634/task/11640/stat : 11640 (java) S 11632 11634 8924 0 -1 4202560 42 0 0 0 10 2 0 0 20 0 18 0 346996036 3028844544 148626 33554432000 1073741824 1073778376 140735264825008 140336270379944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11641] ppid=11632 vsize=2957856 CPUtime=0.18 cores=1,3,5,7
/proc/11634/task/11641/stat : 11641 (java) S 11632 11634 8924 0 -1 4202560 62 0 0 0 15 3 0 0 20 0 18 0 346996036 3028844544 148626 33554432000 1073741824 1073778376 140735264825008 140336269326632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11634/tid=11642] ppid=11632 vsize=2957856 CPUtime=0.16 cores=1,3,5,7
/proc/11634/task/11642/stat : 11642 (java) S 11632 11634 8924 0 -1 4202560 58 0 0 0 13 3 0 0 20 0 18 0 346996036 3028844544 148626 33554432000 1073741824 1073778376 140735264825008 140336268273832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11643] ppid=11632 vsize=2957856 CPUtime=0.1 cores=1,3,5,7
/proc/11634/task/11643/stat : 11643 (java) S 11632 11634 8924 0 -1 4202560 31 0 0 0 8 2 0 0 20 0 18 0 346996036 3028844544 148626 33554432000 1073741824 1073778376 140735264825008 140336267221544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11634/tid=11644] ppid=11632 vsize=2957856 CPUtime=0.18 cores=1,3,5,7
/proc/11634/task/11644/stat : 11644 (java) S 11632 11634 8924 0 -1 4202560 54 0 0 0 16 2 0 0 20 0 18 0 346996036 3028844544 148626 33554432000 1073741824 1073778376 140735264825008 140336266168744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11634/tid=11645] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11645/stat : 11645 (java) S 11632 11634 8924 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346996037 3028844544 148626 33554432000 1073741824 1073778376 140735264825008 140336253758184 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11646] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11646/stat : 11646 (java) S 11632 11634 8924 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346996037 3028844544 148626 33554432000 1073741824 1073778376 140735264825008 140336252704248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11647] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11647/stat : 11647 (java) S 11632 11634 8924 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346996037 3028844544 148626 33554432000 1073741824 1073778376 140735264825008 140336251651848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11648] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11648/stat : 11648 (java) S 11632 11634 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346996040 3028844544 148626 33554432000 1073741824 1073778376 140735264825008 140336250600336 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11649] ppid=11632 vsize=2957856 CPUtime=0.24 cores=1,3,5,7
/proc/11634/task/11649/stat : 11649 (java) S 11632 11634 8924 0 -1 4202560 2800 0 0 0 24 0 0 0 20 0 18 0 346996040 3028844544 148626 33554432000 1073741824 1073778376 140735264825008 140336249546936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11650] ppid=11632 vsize=2957856 CPUtime=0.2 cores=1,3,5,7
/proc/11634/task/11650/stat : 11650 (java) S 11632 11634 8924 0 -1 4202560 1946 0 0 0 20 0 0 0 20 0 18 0 346996040 3028844544 148626 33554432000 1073741824 1073778376 140735264825008 140336248494136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11651] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11651/stat : 11651 (java) S 11632 11634 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346996040 3028844544 148626 33554432000 1073741824 1073778376 140735264825008 140336247442040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11652] ppid=11632 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11652/stat : 11652 (java) S 11632 11634 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346996040 3028844544 148626 33554432000 1073741824 1073778376 140735264825008 140336246389448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 2957856

[startup+12.7009 s]
/proc/loadavg: 1.96 2.04 2.03 3/212 11655
/proc/meminfo: memFree=26893188/32873844 swapFree=7112/7112
[pid=11634] ppid=11632 vsize=3024420 CPUtime=15.74 cores=1,3,5,7
/proc/11634/stat : 11634 (java) S 11632 11634 8924 0 -1 4202496 13002 0 1 0 1525 49 0 0 20 0 19 0 346996034 3097006080 171917 33554432000 1073741824 1073778376 140735264825008 140735264816144 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11634/statm: 756105 171917 2293 9 0 746526 0
[pid=11634/tid=11635] ppid=11632 vsize=3024420 CPUtime=11.88 cores=1,3,5,7

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

/proc/11634/task/11644/stat : 11644 (java) S 11632 11634 8924 0 -1 4202560 346 0 0 0 67 19 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336266168744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11645] ppid=11632 vsize=3024420 CPUtime=31.73 cores=1,3,5,7
/proc/11634/task/11645/stat : 11645 (java) R 11632 11634 8924 0 -1 4202560 124 0 0 0 3170 3 0 0 20 0 19 0 346996037 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336253758184 140336292307504 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11634/tid=11646] ppid=11632 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11646/stat : 11646 (java) S 11632 11634 8924 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346996037 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336252704248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11647] ppid=11632 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11647/stat : 11647 (java) S 11632 11634 8924 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 346996037 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336251651848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11648] ppid=11632 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11648/stat : 11648 (java) S 11632 11634 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346996040 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336250600336 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11649] ppid=11632 vsize=3024420 CPUtime=0.71 cores=1,3,5,7
/proc/11634/task/11649/stat : 11649 (java) S 11632 11634 8924 0 -1 4202560 4139 0 0 0 69 2 0 0 20 0 19 0 346996040 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336249546936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11650] ppid=11632 vsize=3024420 CPUtime=0.59 cores=1,3,5,7
/proc/11634/task/11650/stat : 11650 (java) S 11632 11634 8924 0 -1 4202560 4226 0 0 0 59 0 0 0 20 0 19 0 346996040 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336248494136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11651] ppid=11632 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11651/stat : 11651 (java) S 11632 11634 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346996040 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336247442040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11652] ppid=11632 vsize=3024420 CPUtime=0.16 cores=1,3,5,7
/proc/11634/task/11652/stat : 11652 (java) S 11632 11634 8924 0 -1 4202560 43 0 0 0 8 8 0 0 20 0 19 0 346996040 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336246389448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11662] ppid=11632 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11662/stat : 11662 (java) S 11632 11634 8924 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347000111 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336125932712 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 732.5
Current children cumulated vsize (KiB) 3024420

[startup+728.001 s]
/proc/loadavg: 1.08 1.60 1.85 2/190 11696
/proc/meminfo: memFree=26591300/32873844 swapFree=7112/7112
[pid=11634] ppid=11632 vsize=3024420 CPUtime=733.3 cores=1,3,5,7
/proc/11634/stat : 11634 (java) S 11632 11634 8924 0 -1 4202496 16360 0 1 0 73176 154 0 0 20 0 19 0 346996034 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140735264816144 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11634/statm: 756105 419762 2305 9 0 746526 0
[pid=11634/tid=11635] ppid=11632 vsize=3024420 CPUtime=692.09 cores=1,3,5,7
/proc/11634/task/11635/stat : 11635 (java) S 11632 11634 8924 0 -1 4202560 3300 0 1 0 69185 24 0 0 20 0 19 0 346996035 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336290112920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11637] ppid=11632 vsize=3024420 CPUtime=0.77 cores=1,3,5,7
/proc/11634/task/11637/stat : 11637 (java) S 11632 11634 8924 0 -1 4202560 556 0 0 0 56 21 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336273537832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11634/tid=11638] ppid=11632 vsize=3024420 CPUtime=0.67 cores=1,3,5,7
/proc/11634/task/11638/stat : 11638 (java) S 11632 11634 8924 0 -1 4202560 357 0 0 0 51 16 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336272485032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11639] ppid=11632 vsize=3024420 CPUtime=0.71 cores=1,3,5,7
/proc/11634/task/11639/stat : 11639 (java) S 11632 11634 8924 0 -1 4202560 506 0 0 0 57 14 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336271432744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11634/tid=11640] ppid=11632 vsize=3024420 CPUtime=0.56 cores=1,3,5,7
/proc/11634/task/11640/stat : 11640 (java) S 11632 11634 8924 0 -1 4202560 459 0 0 0 44 12 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336270379944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11634/tid=11641] ppid=11632 vsize=3024420 CPUtime=0.61 cores=1,3,5,7
/proc/11634/task/11641/stat : 11641 (java) S 11632 11634 8924 0 -1 4202560 305 0 0 0 46 15 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336269326632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11642] ppid=11632 vsize=3024420 CPUtime=0.57 cores=1,3,5,7
/proc/11634/task/11642/stat : 11642 (java) S 11632 11634 8924 0 -1 4202560 437 0 0 0 44 13 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336268273832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11634/tid=11643] ppid=11632 vsize=3024420 CPUtime=0.55 cores=1,3,5,7
/proc/11634/task/11643/stat : 11643 (java) S 11632 11634 8924 0 -1 4202560 350 0 0 0 36 19 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336267221544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11644] ppid=11632 vsize=3024420 CPUtime=0.86 cores=1,3,5,7
/proc/11634/task/11644/stat : 11644 (java) S 11632 11634 8924 0 -1 4202560 346 0 0 0 67 19 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336266168744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11645] ppid=11632 vsize=3024420 CPUtime=32.52 cores=1,3,5,7
/proc/11634/task/11645/stat : 11645 (java) R 11632 11634 8924 0 -1 4202560 124 0 0 0 3249 3 0 0 20 0 19 0 346996037 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336253758184 140336296966164 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11634/tid=11646] ppid=11632 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11646/stat : 11646 (java) S 11632 11634 8924 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346996037 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336252704248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11647] ppid=11632 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11647/stat : 11647 (java) S 11632 11634 8924 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 346996037 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336251651848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11648] ppid=11632 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11648/stat : 11648 (java) S 11632 11634 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346996040 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336250600336 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11649] ppid=11632 vsize=3024420 CPUtime=0.71 cores=1,3,5,7
/proc/11634/task/11649/stat : 11649 (java) S 11632 11634 8924 0 -1 4202560 4139 0 0 0 69 2 0 0 20 0 19 0 346996040 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336249546936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11650] ppid=11632 vsize=3024420 CPUtime=0.59 cores=1,3,5,7
/proc/11634/task/11650/stat : 11650 (java) S 11632 11634 8924 0 -1 4202560 4226 0 0 0 59 0 0 0 20 0 19 0 346996040 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336248494136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11651] ppid=11632 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11651/stat : 11651 (java) S 11632 11634 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346996040 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336247442040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11652] ppid=11632 vsize=3024420 CPUtime=0.16 cores=1,3,5,7
/proc/11634/task/11652/stat : 11652 (java) S 11632 11634 8924 0 -1 4202560 43 0 0 0 8 8 0 0 20 0 19 0 346996040 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336246389448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11662] ppid=11632 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11662/stat : 11662 (java) S 11632 11634 8924 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347000111 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336125932712 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 733.3
Current children cumulated vsize (KiB) 3024420

[startup+728.201 s]
/proc/loadavg: 1.08 1.60 1.85 2/190 11696
/proc/meminfo: memFree=26591300/32873844 swapFree=7112/7112
[pid=11634] ppid=11632 vsize=3024420 CPUtime=733.5 cores=1,3,5,7
/proc/11634/stat : 11634 (java) S 11632 11634 8924 0 -1 4202496 16360 0 1 0 73196 154 0 0 20 0 19 0 346996034 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140735264816144 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11634/statm: 756105 419762 2305 9 0 746526 0
[pid=11634/tid=11635] ppid=11632 vsize=3024420 CPUtime=692.09 cores=1,3,5,7
/proc/11634/task/11635/stat : 11635 (java) S 11632 11634 8924 0 -1 4202560 3300 0 1 0 69185 24 0 0 20 0 19 0 346996035 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336290112920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11637] ppid=11632 vsize=3024420 CPUtime=0.77 cores=1,3,5,7
/proc/11634/task/11637/stat : 11637 (java) S 11632 11634 8924 0 -1 4202560 556 0 0 0 56 21 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336273537832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11634/tid=11638] ppid=11632 vsize=3024420 CPUtime=0.67 cores=1,3,5,7
/proc/11634/task/11638/stat : 11638 (java) S 11632 11634 8924 0 -1 4202560 357 0 0 0 51 16 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336272485032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11639] ppid=11632 vsize=3024420 CPUtime=0.71 cores=1,3,5,7
/proc/11634/task/11639/stat : 11639 (java) S 11632 11634 8924 0 -1 4202560 506 0 0 0 57 14 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336271432744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11634/tid=11640] ppid=11632 vsize=3024420 CPUtime=0.56 cores=1,3,5,7
/proc/11634/task/11640/stat : 11640 (java) S 11632 11634 8924 0 -1 4202560 459 0 0 0 44 12 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336270379944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11634/tid=11641] ppid=11632 vsize=3024420 CPUtime=0.61 cores=1,3,5,7
/proc/11634/task/11641/stat : 11641 (java) S 11632 11634 8924 0 -1 4202560 305 0 0 0 46 15 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336269326632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11642] ppid=11632 vsize=3024420 CPUtime=0.57 cores=1,3,5,7
/proc/11634/task/11642/stat : 11642 (java) S 11632 11634 8924 0 -1 4202560 437 0 0 0 44 13 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336268273832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11634/tid=11643] ppid=11632 vsize=3024420 CPUtime=0.55 cores=1,3,5,7
/proc/11634/task/11643/stat : 11643 (java) S 11632 11634 8924 0 -1 4202560 350 0 0 0 36 19 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336267221544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11644] ppid=11632 vsize=3024420 CPUtime=0.86 cores=1,3,5,7
/proc/11634/task/11644/stat : 11644 (java) S 11632 11634 8924 0 -1 4202560 346 0 0 0 67 19 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336266168744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11645] ppid=11632 vsize=3024420 CPUtime=32.73 cores=1,3,5,7
/proc/11634/task/11645/stat : 11645 (java) R 11632 11634 8924 0 -1 4202560 124 0 0 0 3270 3 0 0 20 0 19 0 346996037 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336253758184 140336296620104 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11634/tid=11646] ppid=11632 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11646/stat : 11646 (java) S 11632 11634 8924 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346996037 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336252704248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11647] ppid=11632 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11647/stat : 11647 (java) S 11632 11634 8924 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 346996037 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336251651848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11648] ppid=11632 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11648/stat : 11648 (java) S 11632 11634 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346996040 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336250600336 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11649] ppid=11632 vsize=3024420 CPUtime=0.71 cores=1,3,5,7
/proc/11634/task/11649/stat : 11649 (java) S 11632 11634 8924 0 -1 4202560 4139 0 0 0 69 2 0 0 20 0 19 0 346996040 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336249546936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11650] ppid=11632 vsize=3024420 CPUtime=0.59 cores=1,3,5,7
/proc/11634/task/11650/stat : 11650 (java) S 11632 11634 8924 0 -1 4202560 4226 0 0 0 59 0 0 0 20 0 19 0 346996040 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336248494136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11651] ppid=11632 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11651/stat : 11651 (java) S 11632 11634 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346996040 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336247442040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11652] ppid=11632 vsize=3024420 CPUtime=0.16 cores=1,3,5,7
/proc/11634/task/11652/stat : 11652 (java) S 11632 11634 8924 0 -1 4202560 43 0 0 0 8 8 0 0 20 0 19 0 346996040 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336246389448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11662] ppid=11632 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11662/stat : 11662 (java) S 11632 11634 8924 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347000111 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336125932712 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 733.5
Current children cumulated vsize (KiB) 3024420

[startup+728.307 s]
/proc/loadavg: 1.08 1.60 1.85 2/190 11696
/proc/meminfo: memFree=26591300/32873844 swapFree=7112/7112
[pid=11634] ppid=11632 vsize=3024420 CPUtime=733.6 cores=1,3,5,7
/proc/11634/stat : 11634 (java) S 11632 11634 8924 0 -1 4202496 16360 0 1 0 73206 154 0 0 20 0 19 0 346996034 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140735264816144 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11634/statm: 756105 419762 2305 9 0 746526 0
[pid=11634/tid=11635] ppid=11632 vsize=3024420 CPUtime=692.09 cores=1,3,5,7
/proc/11634/task/11635/stat : 11635 (java) S 11632 11634 8924 0 -1 4202560 3300 0 1 0 69185 24 0 0 20 0 19 0 346996035 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336290112920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11637] ppid=11632 vsize=3024420 CPUtime=0.77 cores=1,3,5,7
/proc/11634/task/11637/stat : 11637 (java) S 11632 11634 8924 0 -1 4202560 556 0 0 0 56 21 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336273537832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11634/tid=11638] ppid=11632 vsize=3024420 CPUtime=0.67 cores=1,3,5,7
/proc/11634/task/11638/stat : 11638 (java) S 11632 11634 8924 0 -1 4202560 357 0 0 0 51 16 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336272485032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11639] ppid=11632 vsize=3024420 CPUtime=0.71 cores=1,3,5,7
/proc/11634/task/11639/stat : 11639 (java) S 11632 11634 8924 0 -1 4202560 506 0 0 0 57 14 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336271432744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11634/tid=11640] ppid=11632 vsize=3024420 CPUtime=0.56 cores=1,3,5,7
/proc/11634/task/11640/stat : 11640 (java) S 11632 11634 8924 0 -1 4202560 459 0 0 0 44 12 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336270379944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11634/tid=11641] ppid=11632 vsize=3024420 CPUtime=0.61 cores=1,3,5,7
/proc/11634/task/11641/stat : 11641 (java) S 11632 11634 8924 0 -1 4202560 305 0 0 0 46 15 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336269326632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11642] ppid=11632 vsize=3024420 CPUtime=0.57 cores=1,3,5,7
/proc/11634/task/11642/stat : 11642 (java) S 11632 11634 8924 0 -1 4202560 437 0 0 0 44 13 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336268273832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11634/tid=11643] ppid=11632 vsize=3024420 CPUtime=0.55 cores=1,3,5,7
/proc/11634/task/11643/stat : 11643 (java) S 11632 11634 8924 0 -1 4202560 350 0 0 0 36 19 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336267221544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11644] ppid=11632 vsize=3024420 CPUtime=0.86 cores=1,3,5,7
/proc/11634/task/11644/stat : 11644 (java) S 11632 11634 8924 0 -1 4202560 346 0 0 0 67 19 0 0 20 0 19 0 346996036 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336266168744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11645] ppid=11632 vsize=3024420 CPUtime=32.83 cores=1,3,5,7
/proc/11634/task/11645/stat : 11645 (java) R 11632 11634 8924 0 -1 4202560 124 0 0 0 3280 3 0 0 20 0 19 0 346996037 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336253758184 140336296236433 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11634/tid=11646] ppid=11632 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11646/stat : 11646 (java) S 11632 11634 8924 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346996037 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336252704248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11647] ppid=11632 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11647/stat : 11647 (java) S 11632 11634 8924 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 346996037 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336251651848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11648] ppid=11632 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11648/stat : 11648 (java) S 11632 11634 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346996040 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336250600336 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11649] ppid=11632 vsize=3024420 CPUtime=0.71 cores=1,3,5,7
/proc/11634/task/11649/stat : 11649 (java) S 11632 11634 8924 0 -1 4202560 4139 0 0 0 69 2 0 0 20 0 19 0 346996040 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336249546936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11650] ppid=11632 vsize=3024420 CPUtime=0.59 cores=1,3,5,7
/proc/11634/task/11650/stat : 11650 (java) S 11632 11634 8924 0 -1 4202560 4226 0 0 0 59 0 0 0 20 0 19 0 346996040 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336248494136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11651] ppid=11632 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11651/stat : 11651 (java) S 11632 11634 8924 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346996040 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336247442040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11634/tid=11652] ppid=11632 vsize=3024420 CPUtime=0.16 cores=1,3,5,7
/proc/11634/task/11652/stat : 11652 (java) S 11632 11634 8924 0 -1 4202560 43 0 0 0 8 8 0 0 20 0 19 0 346996040 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336246389448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11634/tid=11662] ppid=11632 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/11634/task/11662/stat : 11662 (java) S 11632 11634 8924 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347000111 3097006080 419762 33554432000 1073741824 1073778376 140735264825008 140336125932712 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 733.6
Current children cumulated vsize (KiB) 3024420

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11634 and gives
#  childrusage.ru_utime.tv_sec=730
#  childrusage.ru_utime.tv_usec=160998
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=791727
# CPU time returned by wait4() is 731.953
# while last known CPU time is 733.6
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 728.337
CPU time (s): 733.6
CPU user time (s): 732.06
CPU system time (s): 1.54
CPU usage (%): 100.723
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 730.161
system time used= 1.79173
maximum resident set size= 1679056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16363
page faults= 1
swaps= 0
block input operations= 0
block output operations= 640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16420
involuntary context switches= 9719

runsolver used 3.14252 second user time and 8.10177 second system time

The end

Launcher Data

Begin job on node119 at 2012-06-04 13:18:24
IDJOB=3744800
IDBENCH=92852
IDSOLVER=2319
FILE ID=node119/3744800-1338808701
RUNJOBID= node119-1338784193-8941
PBS_JOBID= 14636847
Free space on /tmp= 70756 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped2.G.recomb1-0.10-8.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744800-1338808701/watcher-3744800-1338808701 -o /tmp/evaluation-result-3744800-1338808701/solver-3744800-1338808701 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3744800-1338808701.opb           

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

MD5SUM BENCH= 6588abae91382e225ff22e3d71e1a061
RANDOM SEED=62758948

node119.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.943
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.943
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.943
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.943
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.943
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.943
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.943
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.943
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27572212 kB
Buffers:          437236 kB
Cached:          3371392 kB
SwapCached:         1936 kB
Active:          2348592 kB
Inactive:        2100500 kB
Active(anon):     636172 kB
Inactive(anon):     6616 kB
Active(file):    1712420 kB
Inactive(file):  2093884 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100224 kB
Dirty:            151948 kB
Writeback:             0 kB
AnonPages:        648172 kB
Mapped:            20048 kB
Shmem:                 0 kB
Slab:             709704 kB
SReclaimable:     151160 kB
SUnreclaim:       558544 kB
KernelStack:        1584 kB
PageTables:         5448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1831960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    606208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70808 MiB
End job on node119 at 2012-06-04 13:30:32