Trace number 3744746

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) 477.13 472.274

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped3.G.recomb10-0.20-12.opb
MD5SUM0493a86959ec9499ad3c5cf5e49b40f2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20554
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables83617
Total number of constraints1251886
Number of constraints which are clauses1251886
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 constraint339
Number of terms in the objective function 10460
Biggest coefficient in the objective function 341
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 3451260
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 341
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 3451260
Number of bits of the biggest sum of numbers22
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.10	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.10	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.10	c no version file found!!!
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version	1.6.0_24
0.06/0.10	c os.name	Linux
0.06/0.10	c os.version	2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch	amd64
0.06/0.10	c Free memory 1599470296
0.06/0.10	c Max memory 1607860224
0.06/0.10	c Total memory 1607860224
0.06/0.10	c Number of processors 8
0.06/0.12	--- Begin Solver configuration ---
0.06/0.12	c Stops conflict analysis at the first Unique Implication Point
0.06/0.12	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.06/0.12	c Learn all clauses as in MiniSAT
0.06/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.12	c VSIDS like heuristics from MiniSAT using a heap
0.06/0.12	c No reason simplification
0.06/0.12	c --- End Solver configuration ---
0.06/0.12	c solving HOME/instance-3744746-1338808174.opb
0.06/0.12	c reading problem ... 
6.76/5.62	c ... done. Wall clock time 5.496s.
6.94/5.75	c CPU time (experimental) 5.28s.
6.94/5.75	c #vars     83617
6.94/5.75	c #constraints  443832
8.18/6.51	c SATISFIABLE
8.18/6.51	c OPTIMIZING...
8.18/6.51	c Got one! Elapsed wall clock time (in seconds):6.389
8.50/6.87	o 326486
10.06/8.16	c Got one! Elapsed wall clock time (in seconds):8.034
10.46/8.52	o 212272
11.28/9.32	c Got one! Elapsed wall clock time (in seconds):9.192
11.57/9.68	o 115069
13.97/12.01	c Got one! Elapsed wall clock time (in seconds):11.884
14.27/12.38	o 106559
464.32/459.43	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
466.43/461.52		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
468.83/463.97		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)

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-3744746-1338808174/watcher-3744746-1338808174 -o /tmp/evaluation-result-3744746-1338808174/solver-3744746-1338808174 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3744746-1338808174.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.08 1.19 1.56 3/175 14470
/proc/meminfo: memFree=27846676/32873844 swapFree=7124/7124
[pid=14470] ppid=14468 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/14470/stat : 14470 (runsolver) D 14468 14470 14436 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 346942919 12095488 55 33554432000 4194304 5436572 140733691635344 140733691631224 5057063 0 0 4096 24578 18446744072100748580 0 0 17 3 0 0 0 0 0
/proc/14470/statm: 2953 55 36 304 0 2645 0

[startup+0.05781 s]
/proc/loadavg: 1.08 1.19 1.56 3/175 14470
/proc/meminfo: memFree=27846676/32873844 swapFree=7124/7124
[pid=14470] ppid=14468 vsize=2623916 CPUtime=0.03 cores=1,3,5,7
/proc/14470/stat : 14470 (java) S 14468 14470 14436 0 -1 4202496 3932 0 1 0 2 1 0 0 20 0 13 0 346942919 2686889984 5140 33554432000 1073741824 1073778376 140735722102864 140735722094000 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14470/statm: 655979 5140 1699 9 0 646680 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2623916

[startup+0.100317 s]
/proc/loadavg: 1.08 1.19 1.56 3/175 14470
/proc/meminfo: memFree=27846676/32873844 swapFree=7124/7124
[pid=14470] ppid=14468 vsize=2957856 CPUtime=0.06 cores=1,3,5,7
/proc/14470/stat : 14470 (java) S 14468 14470 14436 0 -1 4202496 4127 0 2 0 5 1 0 0 20 0 18 0 346942919 3028844544 5846 33554432000 1073741824 1073778376 140735722102864 140735722094000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14470/statm: 739464 5846 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2957856

[startup+0.708067 s]
/proc/loadavg: 1.08 1.19 1.56 3/175 14470
/proc/meminfo: memFree=27846676/32873844 swapFree=7124/7124
[pid=14470] ppid=14468 vsize=2957856 CPUtime=1.08 cores=1,3,5,7
/proc/14470/stat : 14470 (java) S 14468 14470 14436 0 -1 4202496 8871 0 2 0 102 6 0 0 20 0 18 0 346942919 3028844544 47968 33554432000 1073741824 1073778376 140735722102864 140735722094000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14470/statm: 739464 47968 2250 9 0 729885 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 2957856

[startup+0.800276 s]
/proc/loadavg: 1.08 1.19 1.56 3/175 14470
/proc/meminfo: memFree=27846676/32873844 swapFree=7124/7124
[pid=14470] ppid=14468 vsize=2957856 CPUtime=1.17 cores=1,3,5,7
/proc/14470/stat : 14470 (java) S 14468 14470 14436 0 -1 4202496 8893 0 2 0 110 7 0 0 20 0 18 0 346942919 3028844544 59232 33554432000 1073741824 1073778376 140735722102864 140735722094000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14470/statm: 739464 59232 2250 9 0 729885 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 2957856

[startup+1.50024 s]
/proc/loadavg: 1.08 1.19 1.56 3/213 14515
/proc/meminfo: memFree=27134516/32873844 swapFree=7124/7124
[pid=14470] ppid=14468 vsize=2957856 CPUtime=1.96 cores=1,3,5,7
/proc/14470/stat : 14470 (java) S 14468 14470 14436 0 -1 4202496 9044 0 2 0 183 13 0 0 20 0 18 0 346942919 3028844544 114552 33554432000 1073741824 1073778376 140735722102864 140735722094000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14470/statm: 739464 114552 2266 9 0 729885 0
[pid=14470/tid=14472] ppid=14468 vsize=2957856 CPUtime=1.42 cores=1,3,5,7
/proc/14470/task/14472/stat : 14472 (java) R 14468 14470 14436 0 -1 4202560 3235 0 2 0 132 10 0 0 20 0 18 0 346942920 3028844544 114552 33554432000 1073741824 1073778376 140735722102864 139648410677456 273909081357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14470/tid=14473] ppid=14468 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14473/stat : 14473 (java) S 14468 14470 14436 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346942922 3028844544 114552 33554432000 1073741824 1073778376 140735722102864 139648394111272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14470/tid=14474] ppid=14468 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14474/stat : 14474 (java) S 14468 14470 14436 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 346942922 3028844544 114552 33554432000 1073741824 1073778376 140735722102864 139648393058472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14475] ppid=14468 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14475/stat : 14475 (java) S 14468 14470 14436 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 346942922 3028844544 114552 33554432000 1073741824 1073778376 140735722102864 139648392006184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14470/tid=14476] ppid=14468 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/14470/task/14476/stat : 14476 (java) S 14468 14470 14436 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 346942922 3028844544 114552 33554432000 1073741824 1073778376 140735722102864 139648390953384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14477] ppid=14468 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14477/stat : 14477 (java) S 14468 14470 14436 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 346942922 3028844544 114552 33554432000 1073741824 1073778376 140735722102864 139648389901096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14478] ppid=14468 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14478/stat : 14478 (java) S 14468 14470 14436 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 346942922 3028844544 114552 33554432000 1073741824 1073778376 140735722102864 139648388848296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14470/tid=14479] ppid=14468 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14479/stat : 14479 (java) S 14468 14470 14436 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 346942922 3028844544 114552 33554432000 1073741824 1073778376 140735722102864 139648387796008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14480] ppid=14468 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14480/stat : 14480 (java) S 14468 14470 14436 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 346942922 3028844544 114552 33554432000 1073741824 1073778376 140735722102864 139648386743208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14481] ppid=14468 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14481/stat : 14481 (java) S 14468 14470 14436 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346942923 3028844544 114552 33554432000 1073741824 1073778376 140735722102864 139648255891688 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14482] ppid=14468 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14482/stat : 14482 (java) S 14468 14470 14436 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346942924 3028844544 114552 33554432000 1073741824 1073778376 140735722102864 139648254837752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14483] ppid=14468 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14483/stat : 14483 (java) S 14468 14470 14436 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346942924 3028844544 114552 33554432000 1073741824 1073778376 140735722102864 139648253785352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14484] ppid=14468 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14484/stat : 14484 (java) S 14468 14470 14436 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346942926 3028844544 114552 33554432000 1073741824 1073778376 140735722102864 139648252733840 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14485] ppid=14468 vsize=2957856 CPUtime=0.2 cores=1,3,5,7
/proc/14470/task/14485/stat : 14485 (java) S 14468 14470 14436 0 -1 4202560 2311 0 0 0 20 0 0 0 20 0 18 0 346942927 3028844544 114552 33554432000 1073741824 1073778376 140735722102864 139648251681464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14486] ppid=14468 vsize=2957856 CPUtime=0.17 cores=1,3,5,7
/proc/14470/task/14486/stat : 14486 (java) S 14468 14470 14436 0 -1 4202560 2268 0 0 0 17 0 0 0 20 0 18 0 346942927 3028844544 114552 33554432000 1073741824 1073778376 140735722102864 139648250628664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14487] ppid=14468 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14487/stat : 14487 (java) S 14468 14470 14436 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346942927 3028844544 114552 33554432000 1073741824 1073778376 140735722102864 139648249576568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14488] ppid=14468 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14488/stat : 14488 (java) S 14468 14470 14436 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346942927 3028844544 114552 33554432000 1073741824 1073778376 140735722102864 139648248523976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 2957856

[startup+3.10081 s]
/proc/loadavg: 1.08 1.19 1.56 3/213 14515
/proc/meminfo: memFree=26889064/32873844 swapFree=7124/7124
[pid=14470] ppid=14468 vsize=2957856 CPUtime=3.78 cores=1,3,5,7
/proc/14470/stat : 14470 (java) S 14468 14470 14436 0 -1 4202496 9137 0 2 0 359 19 0 0 20 0 18 0 346942919 3028844544 124298 33554432000 1073741824 1073778376 140735722102864 140735722094000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14470/statm: 739464 124298 2266 9 0 729885 0
[pid=14470/tid=14472] ppid=14468 vsize=2957856 CPUtime=2.93 cores=1,3,5,7
/proc/14470/task/14472/stat : 14472 (java) R 14468 14470 14436 0 -1 4202560 3237 0 2 0 283 10 0 0 20 0 18 0 346942920 3028844544 124298 33554432000 1073741824 1073778376 140735722102864 139648410685048 139648261577921 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14470/tid=14473] ppid=14468 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/14470/task/14473/stat : 14473 (java) S 14468 14470 14436 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 18 0 346942922 3028844544 124298 33554432000 1073741824 1073778376 140735722102864 139648394111272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14470/tid=14474] ppid=14468 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/14470/task/14474/stat : 14474 (java) S 14468 14470 14436 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 346942922 3028844544 124298 33554432000 1073741824 1073778376 140735722102864 139648393058472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14475] ppid=14468 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/14470/task/14475/stat : 14475 (java) S 14468 14470 14436 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 18 0 346942922 3028844544 124298 33554432000 1073741824 1073778376 140735722102864 139648392006184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14476] ppid=14468 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/14470/task/14476/stat : 14476 (java) S 14468 14470 14436 0 -1 4202560 30 0 0 0 5 2 0 0 20 0 18 0 346942922 3028844544 124298 33554432000 1073741824 1073778376 140735722102864 139648390953384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14477] ppid=14468 vsize=2957856 CPUtime=0.06 cores=1,3,5,7
/proc/14470/task/14477/stat : 14477 (java) S 14468 14470 14436 0 -1 4202560 24 0 0 0 4 2 0 0 20 0 18 0 346942922 3028844544 124298 33554432000 1073741824 1073778376 140735722102864 139648389901096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14478] ppid=14468 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/14470/task/14478/stat : 14478 (java) S 14468 14470 14436 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 18 0 346942922 3028844544 124298 33554432000 1073741824 1073778376 140735722102864 139648388848296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14479] ppid=14468 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/14470/task/14479/stat : 14479 (java) S 14468 14470 14436 0 -1 4202560 18 0 0 0 3 1 0 0 20 0 18 0 346942922 3028844544 124298 33554432000 1073741824 1073778376 140735722102864 139648387796008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14480] ppid=14468 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/14470/task/14480/stat : 14480 (java) S 14468 14470 14436 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 346942922 3028844544 124298 33554432000 1073741824 1073778376 140735722102864 139648386743208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14481] ppid=14468 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14481/stat : 14481 (java) S 14468 14470 14436 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346942923 3028844544 124298 33554432000 1073741824 1073778376 140735722102864 139648255891688 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14482] ppid=14468 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14482/stat : 14482 (java) S 14468 14470 14436 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346942924 3028844544 124298 33554432000 1073741824 1073778376 140735722102864 139648254837752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14483] ppid=14468 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14483/stat : 14483 (java) S 14468 14470 14436 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346942924 3028844544 124298 33554432000 1073741824 1073778376 140735722102864 139648253785352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14484] ppid=14468 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14484/stat : 14484 (java) S 14468 14470 14436 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346942926 3028844544 124298 33554432000 1073741824 1073778376 140735722102864 139648252733840 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14485] ppid=14468 vsize=2957856 CPUtime=0.21 cores=1,3,5,7
/proc/14470/task/14485/stat : 14485 (java) S 14468 14470 14436 0 -1 4202560 2311 0 0 0 21 0 0 0 20 0 18 0 346942927 3028844544 124298 33554432000 1073741824 1073778376 140735722102864 139648251681464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14486] ppid=14468 vsize=2957856 CPUtime=0.18 cores=1,3,5,7
/proc/14470/task/14486/stat : 14486 (java) S 14468 14470 14436 0 -1 4202560 2268 0 0 0 18 0 0 0 20 0 18 0 346942927 3028844544 124298 33554432000 1073741824 1073778376 140735722102864 139648250628664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14487] ppid=14468 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14487/stat : 14487 (java) S 14468 14470 14436 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346942927 3028844544 124298 33554432000 1073741824 1073778376 140735722102864 139648249576568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14488] ppid=14468 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14488/stat : 14488 (java) S 14468 14470 14436 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346942927 3028844544 124298 33554432000 1073741824 1073778376 140735722102864 139648248523976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 2957856

[startup+6.30076 s]
/proc/loadavg: 1.15 1.20 1.57 12/214 14516
/proc/meminfo: memFree=26726104/32873844 swapFree=7124/7124
[pid=14470] ppid=14468 vsize=3024420 CPUtime=7.98 cores=1,3,5,7
/proc/14470/stat : 14470 (java) S 14468 14470 14436 0 -1 4202496 12446 0 2 0 767 31 0 0 20 0 19 0 346942919 3097006080 140025 33554432000 1073741824 1073778376 140735722102864 140735722094000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14470/statm: 756105 140025 2293 9 0 746526 0
[pid=14470/tid=14472] ppid=14468 vsize=3024420 CPUtime=5.96 cores=1,3,5,7
/proc/14470/task/14472/stat : 14472 (java) R 14468 14470 14436 0 -1 4202560 3256 0 2 0 585 11 0 0 20 0 19 0 346942920 3097006080 140025 33554432000 1073741824 1073778376 140735722102864 139648410677704 139648261963639 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14470/tid=14473] ppid=14468 vsize=3024420 CPUtime=0.16 cores=1,3,5,7
/proc/14470/task/14473/stat : 14473 (java) S 14468 14470 14436 0 -1 4202560 52 0 0 0 13 3 0 0 20 0 19 0 346942922 3097006080 140025 33554432000 1073741824 1073778376 140735722102864 139648394111272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14470/tid=14474] ppid=14468 vsize=3024420 CPUtime=0.12 cores=1,3,5,7
/proc/14470/task/14474/stat : 14474 (java) S 14468 14470 14436 0 -1 4202560 34 0 0 0 10 2 0 0 20 0 19 0 346942922 3097006080 140025 33554432000 1073741824 1073778376 140735722102864 139648393058472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14475] ppid=14468 vsize=3024420 CPUtime=0.09 cores=1,3,5,7
/proc/14470/task/14475/stat : 14475 (java) S 14468 14470 14436 0 -1 4202560 21 0 0 0 8 1 0 0 20 0 19 0 346942922 3097006080 140025 33554432000 1073741824 1073778376 140735722102864 139648392006184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14476] ppid=14468 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/14470/task/14476/stat : 14476 (java) S 14468 14470 14436 0 -1 4202560 40 0 0 0 9 2 0 0 20 0 19 0 346942922 3097006080 140025 33554432000 1073741824 1073778376 140735722102864 139648390953384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14477] ppid=14468 vsize=3024420 CPUtime=0.14 cores=1,3,5,7
/proc/14470/task/14477/stat : 14477 (java) S 14468 14470 14436 0 -1 4202560 46 0 0 0 11 3 0 0 20 0 19 0 346942922 3097006080 140025 33554432000 1073741824 1073778376 140735722102864 139648389901096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14470/tid=14478] ppid=14468 vsize=3024420 CPUtime=0.13 cores=1,3,5,7
/proc/14470/task/14478/stat : 14478 (java) S 14468 14470 14436 0 -1 4202560 40 0 0 0 11 2 0 0 20 0 19 0 346942922 3097006080 140025 33554432000 1073741824 1073778376 140735722102864 139648388848296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14479] ppid=14468 vsize=3024420 CPUtime=0.1 cores=1,3,5,7
/proc/14470/task/14479/stat : 14479 (java) S 14468 14470 14436 0 -1 4202560 36 0 0 0 7 3 0 0 20 0 19 0 346942922 3097006080 140025 33554432000 1073741824 1073778376 140735722102864 139648387796008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14480] ppid=14468 vsize=3024420 CPUtime=0.07 cores=1,3,5,7
/proc/14470/task/14480/stat : 14480 (java) S 14468 14470 14436 0 -1 4202560 23 0 0 0 6 1 0 0 20 0 19 0 346942922 3097006080 140025 33554432000 1073741824 1073778376 140735722102864 139648386743208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14481] ppid=14468 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14481/stat : 14481 (java) S 14468 14470 14436 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346942923 3097006080 140025 33554432000 1073741824 1073778376 140735722102864 139648255891688 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14482] ppid=14468 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14482/stat : 14482 (java) S 14468 14470 14436 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346942924 3097006080 140025 33554432000 1073741824 1073778376 140735722102864 139648254837752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14483] ppid=14468 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14483/stat : 14483 (java) S 14468 14470 14436 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346942924 3097006080 140025 33554432000 1073741824 1073778376 140735722102864 139648253785352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14484] ppid=14468 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14484/stat : 14484 (java) S 14468 14470 14436 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346942926 3097006080 140025 33554432000 1073741824 1073778376 140735722102864 139648252733840 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14485] ppid=14468 vsize=3024420 CPUtime=0.49 cores=1,3,5,7
/proc/14470/task/14485/stat : 14485 (java) S 14468 14470 14436 0 -1 4202560 2952 0 0 0 49 0 0 0 20 0 19 0 346942927 3097006080 140025 33554432000 1073741824 1073778376 140735722102864 139648251681464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14486] ppid=14468 vsize=3024420 CPUtime=0.43 cores=1,3,5,7
/proc/14470/task/14486/stat : 14486 (java) S 14468 14470 14436 0 -1 4202560 4755 0 0 0 42 1 0 0 20 0 19 0 346942927 3097006080 140025 33554432000 1073741824 1073778376 140735722102864 139648250628664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14487] ppid=14468 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14487/stat : 14487 (java) S 14468 14470 14436 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346942927 3097006080 140025 33554432000 1073741824 1073778376 140735722102864 139648249576568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14488] ppid=14468 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14488/stat : 14488 (java) S 14468 14470 14436 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346942927 3097006080 140025 33554432000 1073741824 1073778376 140735722102864 139648248523976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14516] ppid=14468 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14516/stat : 14516 (java) S 14468 14470 14436 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346943498 3097006080 140025 33554432000 1073741824 1073778376 140735722102864 139648246391720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 3024420

[startup+12.7006 s]
/proc/loadavg: 1.14 1.20 1.56 3/213 14520
/proc/meminfo: memFree=26626740/32873844 swapFree=7124/7124
[pid=14470] ppid=14468 vsize=3024420 CPUtime=14.67 cores=1,3,5,7
/proc/14470/stat : 14470 (java) S 14468 14470 14436 0 -1 4202496 13326 0 2 0 1436 31 0 0 20 0 18 0 346942919 3097006080 140180 33554432000 1073741824 1073778376 140735722102864 140735722094000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

/proc/14470/task/14480/stat : 14480 (java) S 14468 14470 14436 0 -1 4202560 240 0 0 0 38 15 0 0 20 0 20 0 346942922 3165167616 419299 33554432000 1073741824 1073778376 140735722102864 139648386743208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14470/tid=14481] ppid=14468 vsize=3090984 CPUtime=30.58 cores=1,3,5,7
/proc/14470/task/14481/stat : 14481 (java) R 14468 14470 14436 0 -1 4202560 143 0 0 0 3054 4 0 0 20 0 20 0 346942923 3165167616 419299 33554432000 1073741824 1073778376 140735722102864 139648255891504 139648412881506 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14470/tid=14482] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14482/stat : 14482 (java) S 14468 14470 14436 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 346942924 3165167616 419299 33554432000 1073741824 1073778376 140735722102864 139648254837752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14483] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14483/stat : 14483 (java) S 14468 14470 14436 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346942924 3165167616 419299 33554432000 1073741824 1073778376 140735722102864 139648253785352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14484] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14484/stat : 14484 (java) S 14468 14470 14436 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346942926 3165167616 419299 33554432000 1073741824 1073778376 140735722102864 139648252733840 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14485] ppid=14468 vsize=3090984 CPUtime=0.69 cores=1,3,5,7
/proc/14470/task/14485/stat : 14485 (java) S 14468 14470 14436 0 -1 4202560 3798 0 0 0 69 0 0 0 20 0 20 0 346942927 3165167616 419299 33554432000 1073741824 1073778376 140735722102864 139648251681464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14486] ppid=14468 vsize=3090984 CPUtime=0.55 cores=1,3,5,7
/proc/14470/task/14486/stat : 14486 (java) S 14468 14470 14436 0 -1 4202560 4776 0 0 0 54 1 0 0 20 0 20 0 346942927 3165167616 419299 33554432000 1073741824 1073778376 140735722102864 139648250628664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14487] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14487/stat : 14487 (java) S 14468 14470 14436 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346942927 3165167616 419299 33554432000 1073741824 1073778376 140735722102864 139648249576568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14488] ppid=14468 vsize=3090984 CPUtime=0.1 cores=1,3,5,7
/proc/14470/task/14488/stat : 14488 (java) S 14468 14470 14436 0 -1 4202560 27 0 0 0 4 6 0 0 20 0 20 0 346942927 3165167616 419299 33554432000 1073741824 1073778376 140735722102864 139648248523976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14470/tid=14521] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14521/stat : 14521 (java) S 14468 14470 14436 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 346944195 3165167616 419299 33554432000 1073741824 1073778376 140735722102864 139648246392232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 475.72
Current children cumulated vsize (KiB) 3090984

[startup+471.601 s]
/proc/loadavg: 1.99 1.82 1.72 3/216 14534
/proc/meminfo: memFree=24568208/32873844 swapFree=7124/7124
[pid=14470] ppid=14468 vsize=3090984 CPUtime=476.53 cores=1,3,5,7
/proc/14470/stat : 14470 (java) S 14468 14470 14436 0 -1 4202496 15819 0 2 0 47479 174 0 0 20 0 19 0 346942919 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 140735722094000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14470/statm: 772746 419306 2301 9 0 763167 0
[pid=14470/tid=14472] ppid=14468 vsize=3090984 CPUtime=437.63 cores=1,3,5,7
/proc/14470/task/14472/stat : 14472 (java) S 14468 14470 14436 0 -1 4202560 3310 0 2 0 43746 17 0 0 20 0 19 0 346942920 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648410688280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14473] ppid=14468 vsize=3090984 CPUtime=0.84 cores=1,3,5,7
/proc/14470/task/14473/stat : 14473 (java) S 14468 14470 14436 0 -1 4202560 353 0 0 0 59 25 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648394111272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14470/tid=14474] ppid=14468 vsize=3090984 CPUtime=0.55 cores=1,3,5,7
/proc/14470/task/14474/stat : 14474 (java) S 14468 14470 14436 0 -1 4202560 199 0 0 0 39 16 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648393058472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14475] ppid=14468 vsize=3090984 CPUtime=0.61 cores=1,3,5,7
/proc/14470/task/14475/stat : 14475 (java) S 14468 14470 14436 0 -1 4202560 343 0 0 0 41 20 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648392006184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14476] ppid=14468 vsize=3090984 CPUtime=0.49 cores=1,3,5,7
/proc/14470/task/14476/stat : 14476 (java) S 14468 14470 14436 0 -1 4202560 372 0 0 0 33 16 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648390953384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14470/tid=14477] ppid=14468 vsize=3090984 CPUtime=0.64 cores=1,3,5,7
/proc/14470/task/14477/stat : 14477 (java) S 14468 14470 14436 0 -1 4202560 265 0 0 0 44 20 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648389901096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14478] ppid=14468 vsize=3090984 CPUtime=0.64 cores=1,3,5,7
/proc/14470/task/14478/stat : 14478 (java) S 14468 14470 14436 0 -1 4202560 349 0 0 0 45 19 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648388848296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14470/tid=14479] ppid=14468 vsize=3090984 CPUtime=0.54 cores=1,3,5,7
/proc/14470/task/14479/stat : 14479 (java) S 14468 14470 14436 0 -1 4202560 428 0 0 0 36 18 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648387796008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14480] ppid=14468 vsize=3090984 CPUtime=0.53 cores=1,3,5,7
/proc/14470/task/14480/stat : 14480 (java) S 14468 14470 14436 0 -1 4202560 240 0 0 0 38 15 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648386743208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14470/tid=14481] ppid=14468 vsize=3090984 CPUtime=31.38 cores=1,3,5,7
/proc/14470/task/14481/stat : 14481 (java) R 14468 14470 14436 0 -1 4202560 144 0 0 0 3134 4 0 0 20 0 19 0 346942923 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648255891504 139648417540099 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14470/tid=14482] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14482/stat : 14482 (java) S 14468 14470 14436 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 346942924 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648254837752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14483] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14483/stat : 14483 (java) S 14468 14470 14436 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346942924 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648253785352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14484] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14484/stat : 14484 (java) S 14468 14470 14436 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 346942926 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648252732872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14485] ppid=14468 vsize=3090984 CPUtime=0.69 cores=1,3,5,7
/proc/14470/task/14485/stat : 14485 (java) S 14468 14470 14436 0 -1 4202560 3798 0 0 0 69 0 0 0 20 0 19 0 346942927 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648251681464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14486] ppid=14468 vsize=3090984 CPUtime=0.55 cores=1,3,5,7
/proc/14470/task/14486/stat : 14486 (java) S 14468 14470 14436 0 -1 4202560 4776 0 0 0 54 1 0 0 20 0 19 0 346942927 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648250628664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14487] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14487/stat : 14487 (java) S 14468 14470 14436 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346942927 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648249576568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14521] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14521/stat : 14521 (java) S 14468 14470 14436 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346944195 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648246392232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14534] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14534/stat : 14534 (java) S 14468 14470 14436 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346989995 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139647103525608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 476.53
Current children cumulated vsize (KiB) 3090984

[startup+472.001 s]
/proc/loadavg: 1.99 1.82 1.72 3/216 14534
/proc/meminfo: memFree=24568208/32873844 swapFree=7124/7124
[pid=14470] ppid=14468 vsize=3090984 CPUtime=476.93 cores=1,3,5,7
/proc/14470/stat : 14470 (java) S 14468 14470 14436 0 -1 4202496 15819 0 2 0 47519 174 0 0 20 0 19 0 346942919 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 140735722094000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14470/statm: 772746 419306 2301 9 0 763167 0
[pid=14470/tid=14472] ppid=14468 vsize=3090984 CPUtime=437.63 cores=1,3,5,7
/proc/14470/task/14472/stat : 14472 (java) S 14468 14470 14436 0 -1 4202560 3310 0 2 0 43746 17 0 0 20 0 19 0 346942920 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648410688280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14473] ppid=14468 vsize=3090984 CPUtime=0.84 cores=1,3,5,7
/proc/14470/task/14473/stat : 14473 (java) S 14468 14470 14436 0 -1 4202560 353 0 0 0 59 25 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648394111272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14470/tid=14474] ppid=14468 vsize=3090984 CPUtime=0.55 cores=1,3,5,7
/proc/14470/task/14474/stat : 14474 (java) S 14468 14470 14436 0 -1 4202560 199 0 0 0 39 16 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648393058472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14475] ppid=14468 vsize=3090984 CPUtime=0.61 cores=1,3,5,7
/proc/14470/task/14475/stat : 14475 (java) S 14468 14470 14436 0 -1 4202560 343 0 0 0 41 20 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648392006184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14476] ppid=14468 vsize=3090984 CPUtime=0.49 cores=1,3,5,7
/proc/14470/task/14476/stat : 14476 (java) S 14468 14470 14436 0 -1 4202560 372 0 0 0 33 16 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648390953384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14470/tid=14477] ppid=14468 vsize=3090984 CPUtime=0.64 cores=1,3,5,7
/proc/14470/task/14477/stat : 14477 (java) S 14468 14470 14436 0 -1 4202560 265 0 0 0 44 20 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648389901096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14478] ppid=14468 vsize=3090984 CPUtime=0.64 cores=1,3,5,7
/proc/14470/task/14478/stat : 14478 (java) S 14468 14470 14436 0 -1 4202560 349 0 0 0 45 19 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648388848296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14470/tid=14479] ppid=14468 vsize=3090984 CPUtime=0.54 cores=1,3,5,7
/proc/14470/task/14479/stat : 14479 (java) S 14468 14470 14436 0 -1 4202560 428 0 0 0 36 18 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648387796008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14480] ppid=14468 vsize=3090984 CPUtime=0.53 cores=1,3,5,7
/proc/14470/task/14480/stat : 14480 (java) S 14468 14470 14436 0 -1 4202560 240 0 0 0 38 15 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648386743208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14470/tid=14481] ppid=14468 vsize=3090984 CPUtime=31.78 cores=1,3,5,7
/proc/14470/task/14481/stat : 14481 (java) R 14468 14470 14436 0 -1 4202560 144 0 0 0 3174 4 0 0 20 0 19 0 346942923 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648255891504 273905369376 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14470/tid=14482] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14482/stat : 14482 (java) S 14468 14470 14436 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 346942924 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648254837752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14483] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14483/stat : 14483 (java) S 14468 14470 14436 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346942924 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648253785352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14484] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14484/stat : 14484 (java) S 14468 14470 14436 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 346942926 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648252732872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14485] ppid=14468 vsize=3090984 CPUtime=0.69 cores=1,3,5,7
/proc/14470/task/14485/stat : 14485 (java) S 14468 14470 14436 0 -1 4202560 3798 0 0 0 69 0 0 0 20 0 19 0 346942927 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648251681464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14486] ppid=14468 vsize=3090984 CPUtime=0.55 cores=1,3,5,7
/proc/14470/task/14486/stat : 14486 (java) S 14468 14470 14436 0 -1 4202560 4776 0 0 0 54 1 0 0 20 0 19 0 346942927 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648250628664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14487] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14487/stat : 14487 (java) S 14468 14470 14436 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346942927 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648249576568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14521] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14521/stat : 14521 (java) S 14468 14470 14436 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346944195 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648246392232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14534] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14534/stat : 14534 (java) S 14468 14470 14436 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346989995 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139647103525608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 476.93
Current children cumulated vsize (KiB) 3090984

[startup+472.201 s]
/proc/loadavg: 1.99 1.82 1.72 3/216 14534
/proc/meminfo: memFree=24568208/32873844 swapFree=7124/7124
[pid=14470] ppid=14468 vsize=3090984 CPUtime=477.13 cores=1,3,5,7
/proc/14470/stat : 14470 (java) S 14468 14470 14436 0 -1 4202496 15819 0 2 0 47539 174 0 0 20 0 19 0 346942919 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 140735722094000 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14470/statm: 772746 419306 2301 9 0 763167 0
[pid=14470/tid=14472] ppid=14468 vsize=3090984 CPUtime=437.63 cores=1,3,5,7
/proc/14470/task/14472/stat : 14472 (java) S 14468 14470 14436 0 -1 4202560 3310 0 2 0 43746 17 0 0 20 0 19 0 346942920 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648410688280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14473] ppid=14468 vsize=3090984 CPUtime=0.84 cores=1,3,5,7
/proc/14470/task/14473/stat : 14473 (java) S 14468 14470 14436 0 -1 4202560 353 0 0 0 59 25 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648394111272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14470/tid=14474] ppid=14468 vsize=3090984 CPUtime=0.55 cores=1,3,5,7
/proc/14470/task/14474/stat : 14474 (java) S 14468 14470 14436 0 -1 4202560 199 0 0 0 39 16 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648393058472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14475] ppid=14468 vsize=3090984 CPUtime=0.61 cores=1,3,5,7
/proc/14470/task/14475/stat : 14475 (java) S 14468 14470 14436 0 -1 4202560 343 0 0 0 41 20 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648392006184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14476] ppid=14468 vsize=3090984 CPUtime=0.49 cores=1,3,5,7
/proc/14470/task/14476/stat : 14476 (java) S 14468 14470 14436 0 -1 4202560 372 0 0 0 33 16 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648390953384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14470/tid=14477] ppid=14468 vsize=3090984 CPUtime=0.64 cores=1,3,5,7
/proc/14470/task/14477/stat : 14477 (java) S 14468 14470 14436 0 -1 4202560 265 0 0 0 44 20 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648389901096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14478] ppid=14468 vsize=3090984 CPUtime=0.64 cores=1,3,5,7
/proc/14470/task/14478/stat : 14478 (java) S 14468 14470 14436 0 -1 4202560 349 0 0 0 45 19 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648388848296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14470/tid=14479] ppid=14468 vsize=3090984 CPUtime=0.54 cores=1,3,5,7
/proc/14470/task/14479/stat : 14479 (java) S 14468 14470 14436 0 -1 4202560 428 0 0 0 36 18 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648387796008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14480] ppid=14468 vsize=3090984 CPUtime=0.53 cores=1,3,5,7
/proc/14470/task/14480/stat : 14480 (java) S 14468 14470 14436 0 -1 4202560 240 0 0 0 38 15 0 0 20 0 19 0 346942922 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648386743208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14470/tid=14481] ppid=14468 vsize=3090984 CPUtime=31.98 cores=1,3,5,7
/proc/14470/task/14481/stat : 14481 (java) R 14468 14470 14436 0 -1 4202560 144 0 0 0 3194 4 0 0 20 0 19 0 346942923 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648255891504 273905369372 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14470/tid=14482] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14482/stat : 14482 (java) S 14468 14470 14436 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 346942924 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648254837752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14483] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14483/stat : 14483 (java) S 14468 14470 14436 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346942924 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648253785352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14484] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14484/stat : 14484 (java) S 14468 14470 14436 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 346942926 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648252732872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14485] ppid=14468 vsize=3090984 CPUtime=0.69 cores=1,3,5,7
/proc/14470/task/14485/stat : 14485 (java) S 14468 14470 14436 0 -1 4202560 3798 0 0 0 69 0 0 0 20 0 19 0 346942927 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648251681464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14486] ppid=14468 vsize=3090984 CPUtime=0.55 cores=1,3,5,7
/proc/14470/task/14486/stat : 14486 (java) S 14468 14470 14436 0 -1 4202560 4776 0 0 0 54 1 0 0 20 0 19 0 346942927 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648250628664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14487] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14487/stat : 14487 (java) S 14468 14470 14436 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346942927 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648249576568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14470/tid=14521] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14521/stat : 14521 (java) S 14468 14470 14436 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346944195 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139648246392232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14470/tid=14534] ppid=14468 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14470/task/14534/stat : 14534 (java) S 14468 14470 14436 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346989995 3165167616 419306 33554432000 1073741824 1073778376 140735722102864 139647103525608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 477.13
Current children cumulated vsize (KiB) 3090984

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14470 and gives
#  childrusage.ru_utime.tv_sec=474
#  childrusage.ru_utime.tv_usec=198910
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=913709
# CPU time returned by wait4() is 476.113
# while last known CPU time is 477.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 472.274
CPU time (s): 477.13
CPU user time (s): 475.39
CPU system time (s): 1.74
CPU usage (%): 101.028
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 474.199
system time used= 1.91371
maximum resident set size= 1677248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15827
page faults= 2
swaps= 0
block input operations= 328
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10787
involuntary context switches= 4471

runsolver used 1.04184 second user time and 2.40663 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-04 13:09:35
IDJOB=3744746
IDBENCH=92826
IDSOLVER=2319
FILE ID=node134/3744746-1338808174
RUNJOBID= node134-1338808174-14453
PBS_JOBID= 14636878
Free space on /tmp= 70276 MiB

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

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

MD5SUM BENCH= 0493a86959ec9499ad3c5cf5e49b40f2
RANDOM SEED=456148768

node134.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		: 2667.278
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	: 5334.55
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		: 2667.278
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	: 5332.56
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		: 2667.278
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	: 5332.55
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		: 2667.278
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	: 5332.59
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		: 2667.278
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	: 5332.55
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		: 2667.278
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	: 5332.55
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		: 2667.278
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	: 5332.57
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		: 2667.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27848544 kB
Buffers:          513508 kB
Cached:          3592036 kB
SwapCached:           76 kB
Active:          1842592 kB
Inactive:        2277296 kB
Active(anon):       5764 kB
Inactive(anon):    10496 kB
Active(file):    1836828 kB
Inactive(file):  2266800 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:             89144 kB
Writeback:             0 kB
AnonPages:         21156 kB
Mapped:            10432 kB
Shmem:                96 kB
Slab:             765952 kB
SReclaimable:     207260 kB
SUnreclaim:       558692 kB
KernelStack:        1440 kB
PageTables:         4028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70252 MiB
End job on node134 at 2012-06-04 13:17:28