Trace number 3744710

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) 372.04 367.738

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped3.E.recomb10-0.20-14.opb
MD5SUM291a497ec30de41a6da6a2a376924f13
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark19841
Best CPU time to get the best result obtained on this benchmark1800.15
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72595
Total number of constraints951921
Number of constraints which are clauses951921
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 constraint340
Number of terms in the objective function 5840
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 1875840
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 341
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1875840
Number of bits of the biggest sum of numbers21
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.03/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.03/0.09	c no version file found!!!
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version	1.6.0_24
0.03/0.09	c os.name	Linux
0.03/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch	amd64
0.03/0.09	c Free memory 1599470296
0.03/0.09	c Max memory 1607860224
0.03/0.09	c Total memory 1607860224
0.03/0.09	c Number of processors 8
0.07/0.11	--- Begin Solver configuration ---
0.07/0.11	c Stops conflict analysis at the first Unique Implication Point
0.07/0.11	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1cb1c5fa
0.07/0.11	c Learn all clauses as in MiniSAT
0.07/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.11	c VSIDS like heuristics from MiniSAT using a heap
0.07/0.11	c No reason simplification
0.07/0.11	c --- End Solver configuration ---
0.07/0.11	c solving HOME/instance-3744710-1338807414.opb
0.07/0.11	c reading problem ... 
5.41/4.50	c ... done. Wall clock time 4.39s.
5.41/4.50	c CPU time (experimental) 4.23s.
5.41/4.50	c #vars     72595
5.41/4.50	c #constraints  511752
6.53/5.15	c SATISFIABLE
6.53/5.15	c OPTIMIZING...
6.53/5.15	c Got one! Elapsed wall clock time (in seconds):5.038
6.74/5.31	o 317936
7.38/5.77	c Got one! Elapsed wall clock time (in seconds):5.665
7.64/5.94	o 159701
8.64/6.89	c Got one! Elapsed wall clock time (in seconds):6.784
8.84/7.06	o 140638
9.35/7.60	c Got one! Elapsed wall clock time (in seconds):7.488
9.56/7.77	o 134446
10.85/9.01	c Got one! Elapsed wall clock time (in seconds):8.904
10.95/9.18	o 109598
14.68/12.82	c Got one! Elapsed wall clock time (in seconds):12.715
14.77/13.00	o 94265
367.93/363.68	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
367.93/363.68		at java.math.BigInteger.add(BigInteger.java:1023)
367.93/363.68		at org.sat4j.minisat.constraints.pb.MaxWatchPb.undo(Unknown Source)
367.93/363.68		at org.sat4j.minisat.core.Solver.undoOne(Unknown Source)
367.93/363.68		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
367.93/363.68		at org.sat4j.minisat.core.Solver.search(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-3744710-1338807414/watcher-3744710-1338807414 -o /tmp/evaluation-result-3744710-1338807414/solver-3744710-1338807414 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3744710-1338807414.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.84 1.97 1.99 2/173 27530
/proc/meminfo: memFree=27724396/32873648 swapFree=6864/6864
[pid=27530] ppid=27528 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27530/stat : 27530 (java) D 27528 27530 27496 0 -1 4202496 242 0 0 0 0 0 0 0 20 0 1 0 346868345 9515008 175 33554432000 1073741824 1073778376 140734230966064 140734230948792 213193147280 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/27530/statm: 2323 175 133 9 0 71 0

[startup+0.053103 s]
/proc/loadavg: 1.84 1.97 1.99 2/173 27530
/proc/meminfo: memFree=27724396/32873648 swapFree=6864/6864
[pid=27530] ppid=27528 vsize=2623916 CPUtime=0.03 cores=1,3,5,7
/proc/27530/stat : 27530 (java) S 27528 27530 27496 0 -1 4202496 3948 0 1 0 3 0 0 0 20 0 13 0 346868345 2686889984 5155 33554432000 1073741824 1073778376 140735599330032 140735599321168 213196505149 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27530/statm: 655979 5155 1708 9 0 646680 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2623916

[startup+0.100303 s]
/proc/loadavg: 1.84 1.97 1.99 2/173 27530
/proc/meminfo: memFree=27724396/32873648 swapFree=6864/6864
[pid=27530] ppid=27528 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/27530/stat : 27530 (java) S 27528 27530 27496 0 -1 4202496 4459 0 2 0 6 1 0 0 20 0 18 0 346868345 3028844544 6177 33554432000 1073741824 1073778376 140735599330032 140735599321168 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27530/statm: 739464 6187 1982 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300276 s]
/proc/loadavg: 1.84 1.97 1.99 2/173 27530
/proc/meminfo: memFree=27724396/32873648 swapFree=6864/6864
[pid=27530] ppid=27528 vsize=2957856 CPUtime=0.46 cores=1,3,5,7
/proc/27530/stat : 27530 (java) S 27528 27530 27496 0 -1 4202496 5917 0 2 0 45 1 0 0 20 0 18 0 346868345 3028844544 10072 33554432000 1073741824 1073778376 140735599330032 140735599321168 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27530/statm: 739464 10072 2239 9 0 729885 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2957856

[startup+0.700242 s]
/proc/loadavg: 1.84 1.97 1.99 2/173 27530
/proc/meminfo: memFree=27724396/32873648 swapFree=6864/6864
[pid=27530] ppid=27528 vsize=2957856 CPUtime=1.11 cores=1,3,5,7
/proc/27530/stat : 27530 (java) S 27528 27530 27496 0 -1 4202496 9669 0 2 0 107 4 0 0 20 0 18 0 346868345 3028844544 51737 33554432000 1073741824 1073778376 140735599330032 140735599321168 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27530/statm: 739464 51737 2251 9 0 729885 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 2957856

[startup+1.5007 s]
/proc/loadavg: 1.93 1.98 1.99 5/211 27575
/proc/meminfo: memFree=27306816/32873648 swapFree=6864/6864
[pid=27530] ppid=27528 vsize=2957856 CPUtime=1.98 cores=1,3,5,7
/proc/27530/stat : 27530 (java) S 27528 27530 27496 0 -1 4202496 9839 0 2 0 190 8 0 0 20 0 18 0 346868345 3028844544 114735 33554432000 1073741824 1073778376 140735599330032 140735599321168 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27530/statm: 739464 114735 2267 9 0 729885 0
[pid=27530/tid=27532] ppid=27528 vsize=2957856 CPUtime=1.43 cores=1,3,5,7
/proc/27530/task/27532/stat : 27532 (java) R 27528 27530 27496 0 -1 4202560 3226 0 2 0 137 6 0 0 20 0 18 0 346868346 3028844544 114735 33554432000 1073741824 1073778376 140735599330032 139636190253216 213196530957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27533] ppid=27528 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27533/stat : 27533 (java) S 27528 27530 27496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346868347 3028844544 114735 33554432000 1073741824 1073778376 140735599330032 139636173687592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27534] ppid=27528 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27534/stat : 27534 (java) S 27528 27530 27496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 346868347 3028844544 114735 33554432000 1073741824 1073778376 140735599330032 139636172634792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27535] ppid=27528 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27535/stat : 27535 (java) S 27528 27530 27496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 346868347 3028844544 114735 33554432000 1073741824 1073778376 140735599330032 139636171582504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27530/tid=27536] ppid=27528 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/27530/task/27536/stat : 27536 (java) S 27528 27530 27496 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 346868347 3028844544 114735 33554432000 1073741824 1073778376 140735599330032 139636170529704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27530/tid=27537] ppid=27528 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27537/stat : 27537 (java) S 27528 27530 27496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346868347 3028844544 114735 33554432000 1073741824 1073778376 140735599330032 139636169476392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27538] ppid=27528 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27538/stat : 27538 (java) S 27528 27530 27496 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 346868347 3028844544 114735 33554432000 1073741824 1073778376 140735599330032 139636168423592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27530/tid=27539] ppid=27528 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27539/stat : 27539 (java) S 27528 27530 27496 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 346868347 3028844544 114735 33554432000 1073741824 1073778376 140735599330032 139636167371304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27530/tid=27540] ppid=27528 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27540/stat : 27540 (java) S 27528 27530 27496 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 346868347 3028844544 114735 33554432000 1073741824 1073778376 140735599330032 139636166318504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27530/tid=27541] ppid=27528 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27541/stat : 27541 (java) S 27528 27530 27496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346868349 3028844544 114735 33554432000 1073741824 1073778376 140735599330032 139636035984104 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27542] ppid=27528 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27542/stat : 27542 (java) S 27528 27530 27496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346868349 3028844544 114735 33554432000 1073741824 1073778376 140735599330032 139636034930168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27543] ppid=27528 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27543/stat : 27543 (java) S 27528 27530 27496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346868349 3028844544 114735 33554432000 1073741824 1073778376 140735599330032 139636033877768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27544] ppid=27528 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27544/stat : 27544 (java) S 27528 27530 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346868351 3028844544 114735 33554432000 1073741824 1073778376 140735599330032 139636032826256 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27545] ppid=27528 vsize=2957856 CPUtime=0.23 cores=1,3,5,7
/proc/27530/task/27545/stat : 27545 (java) S 27528 27530 27496 0 -1 4202560 2605 0 0 0 23 0 0 0 20 0 18 0 346868351 3028844544 114735 33554432000 1073741824 1073778376 140735599330032 139636031772856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27546] ppid=27528 vsize=2957856 CPUtime=0.18 cores=1,3,5,7
/proc/27530/task/27546/stat : 27546 (java) S 27528 27530 27496 0 -1 4202560 2773 0 0 0 18 0 0 0 20 0 18 0 346868351 3028844544 114735 33554432000 1073741824 1073778376 140735599330032 139635158149176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27547] ppid=27528 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27547/stat : 27547 (java) S 27528 27530 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346868351 3028844544 114735 33554432000 1073741824 1073778376 140735599330032 139635157097080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27548] ppid=27528 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27548/stat : 27548 (java) S 27528 27530 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346868351 3028844544 114735 33554432000 1073741824 1073778376 140735599330032 139635156044488 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 2957856

[startup+3.10068 s]
/proc/loadavg: 1.93 1.98 1.99 3/211 27575
/proc/meminfo: memFree=26765276/32873648 swapFree=6864/6864
[pid=27530] ppid=27528 vsize=2957856 CPUtime=3.82 cores=1,3,5,7
/proc/27530/stat : 27530 (java) S 27528 27530 27496 0 -1 4202496 9940 0 2 0 369 13 0 0 20 0 18 0 346868345 3028844544 126016 33554432000 1073741824 1073778376 140735599330032 140735599321168 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27530/statm: 739464 126016 2267 9 0 729885 0
[pid=27530/tid=27532] ppid=27528 vsize=2957856 CPUtime=2.94 cores=1,3,5,7
/proc/27530/task/27532/stat : 27532 (java) R 27528 27530 27496 0 -1 4202560 3228 0 2 0 288 6 0 0 20 0 18 0 346868346 3028844544 126016 33554432000 1073741824 1073778376 140735599330032 139636190260928 213196530957 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27533] ppid=27528 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/27530/task/27533/stat : 27533 (java) S 27528 27530 27496 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 18 0 346868347 3028844544 126016 33554432000 1073741824 1073778376 140735599330032 139636173687592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27534] ppid=27528 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/27530/task/27534/stat : 27534 (java) S 27528 27530 27496 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 18 0 346868347 3028844544 126016 33554432000 1073741824 1073778376 140735599330032 139636172634792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27535] ppid=27528 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/27530/task/27535/stat : 27535 (java) S 27528 27530 27496 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 18 0 346868347 3028844544 126016 33554432000 1073741824 1073778376 140735599330032 139636171582504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27530/tid=27536] ppid=27528 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/27530/task/27536/stat : 27536 (java) S 27528 27530 27496 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 346868347 3028844544 126016 33554432000 1073741824 1073778376 140735599330032 139636170529704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27537] ppid=27528 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/27530/task/27537/stat : 27537 (java) S 27528 27530 27496 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 18 0 346868347 3028844544 126016 33554432000 1073741824 1073778376 140735599330032 139636169476392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27538] ppid=27528 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/27530/task/27538/stat : 27538 (java) S 27528 27530 27496 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 18 0 346868347 3028844544 126016 33554432000 1073741824 1073778376 140735599330032 139636168423592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27539] ppid=27528 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/27530/task/27539/stat : 27539 (java) S 27528 27530 27496 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 346868347 3028844544 126016 33554432000 1073741824 1073778376 140735599330032 139636167371304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27540] ppid=27528 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/27530/task/27540/stat : 27540 (java) S 27528 27530 27496 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 346868347 3028844544 126016 33554432000 1073741824 1073778376 140735599330032 139636166318504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27530/tid=27541] ppid=27528 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27541/stat : 27541 (java) S 27528 27530 27496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346868349 3028844544 126016 33554432000 1073741824 1073778376 140735599330032 139636035984104 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27542] ppid=27528 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27542/stat : 27542 (java) S 27528 27530 27496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346868349 3028844544 126016 33554432000 1073741824 1073778376 140735599330032 139636034930168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27543] ppid=27528 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27543/stat : 27543 (java) S 27528 27530 27496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346868349 3028844544 126016 33554432000 1073741824 1073778376 140735599330032 139636033877768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27544] ppid=27528 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27544/stat : 27544 (java) S 27528 27530 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346868351 3028844544 126016 33554432000 1073741824 1073778376 140735599330032 139636032826256 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27545] ppid=27528 vsize=2957856 CPUtime=0.23 cores=1,3,5,7
/proc/27530/task/27545/stat : 27545 (java) S 27528 27530 27496 0 -1 4202560 2605 0 0 0 23 0 0 0 20 0 18 0 346868351 3028844544 126016 33554432000 1073741824 1073778376 140735599330032 139636031772856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27546] ppid=27528 vsize=2957856 CPUtime=0.19 cores=1,3,5,7
/proc/27530/task/27546/stat : 27546 (java) S 27528 27530 27496 0 -1 4202560 2773 0 0 0 19 0 0 0 20 0 18 0 346868351 3028844544 126016 33554432000 1073741824 1073778376 140735599330032 139635158149176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27547] ppid=27528 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27547/stat : 27547 (java) S 27528 27530 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346868351 3028844544 126016 33554432000 1073741824 1073778376 140735599330032 139635157097080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27548] ppid=27528 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27548/stat : 27548 (java) S 27528 27530 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346868351 3028844544 126016 33554432000 1073741824 1073778376 140735599330032 139635156044488 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 2957856

[startup+6.30078 s]
/proc/loadavg: 1.94 1.98 1.99 5/212 27577
/proc/meminfo: memFree=26636596/32873648 swapFree=6864/6864
[pid=27530] ppid=27528 vsize=3024420 CPUtime=8.06 cores=1,3,5,7
/proc/27530/stat : 27530 (java) S 27528 27530 27496 0 -1 4202496 16608 0 2 0 788 18 0 0 20 0 19 0 346868345 3097006080 138430 33554432000 1073741824 1073778376 140735599330032 140735599321168 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27530/statm: 756105 138430 2295 9 0 746526 0
[pid=27530/tid=27532] ppid=27528 vsize=3024420 CPUtime=6.03 cores=1,3,5,7
/proc/27530/task/27532/stat : 27532 (java) R 27528 27530 27496 0 -1 4202560 3245 0 2 0 597 6 0 0 20 0 19 0 346868346 3097006080 138430 33554432000 1073741824 1073778376 140735599330032 139636190261640 139636048053664 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27533] ppid=27528 vsize=3024420 CPUtime=0.13 cores=1,3,5,7
/proc/27530/task/27533/stat : 27533 (java) S 27528 27530 27496 0 -1 4202560 48 0 0 0 11 2 0 0 20 0 19 0 346868347 3097006080 138430 33554432000 1073741824 1073778376 140735599330032 139636173687592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27534] ppid=27528 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/27530/task/27534/stat : 27534 (java) S 27528 27530 27496 0 -1 4202560 39 0 0 0 9 2 0 0 20 0 19 0 346868347 3097006080 138430 33554432000 1073741824 1073778376 140735599330032 139636172634792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27535] ppid=27528 vsize=3024420 CPUtime=0.06 cores=1,3,5,7
/proc/27530/task/27535/stat : 27535 (java) S 27528 27530 27496 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 19 0 346868347 3097006080 138430 33554432000 1073741824 1073778376 140735599330032 139636171582504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27536] ppid=27528 vsize=3024420 CPUtime=0.06 cores=1,3,5,7
/proc/27530/task/27536/stat : 27536 (java) S 27528 27530 27496 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 19 0 346868347 3097006080 138430 33554432000 1073741824 1073778376 140735599330032 139636170529704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27530/tid=27537] ppid=27528 vsize=3024420 CPUtime=0.13 cores=1,3,5,7
/proc/27530/task/27537/stat : 27537 (java) S 27528 27530 27496 0 -1 4202560 49 0 0 0 11 2 0 0 20 0 19 0 346868347 3097006080 138430 33554432000 1073741824 1073778376 140735599330032 139636169476392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27538] ppid=27528 vsize=3024420 CPUtime=0.08 cores=1,3,5,7
/proc/27530/task/27538/stat : 27538 (java) S 27528 27530 27496 0 -1 4202560 31 0 0 0 7 1 0 0 20 0 19 0 346868347 3097006080 138430 33554432000 1073741824 1073778376 140735599330032 139636168423592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27539] ppid=27528 vsize=3024420 CPUtime=0.05 cores=1,3,5,7
/proc/27530/task/27539/stat : 27539 (java) S 27528 27530 27496 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 19 0 346868347 3097006080 138430 33554432000 1073741824 1073778376 140735599330032 139636167371304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27530/tid=27540] ppid=27528 vsize=3024420 CPUtime=0.04 cores=1,3,5,7
/proc/27530/task/27540/stat : 27540 (java) S 27528 27530 27496 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 346868347 3097006080 138430 33554432000 1073741824 1073778376 140735599330032 139636166318504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27541] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27541/stat : 27541 (java) S 27528 27530 27496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346868349 3097006080 138430 33554432000 1073741824 1073778376 140735599330032 139636035984104 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27530/tid=27542] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27542/stat : 27542 (java) S 27528 27530 27496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346868349 3097006080 138430 33554432000 1073741824 1073778376 140735599330032 139636034930168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27543] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27543/stat : 27543 (java) S 27528 27530 27496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346868349 3097006080 138430 33554432000 1073741824 1073778376 140735599330032 139636033877768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27544] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27544/stat : 27544 (java) S 27528 27530 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346868351 3097006080 138430 33554432000 1073741824 1073778376 140735599330032 139636032826256 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27545] ppid=27528 vsize=3024420 CPUtime=0.69 cores=1,3,5,7
/proc/27530/task/27545/stat : 27545 (java) S 27528 27530 27496 0 -1 4202560 7028 0 0 0 67 2 0 0 20 0 19 0 346868351 3097006080 138430 33554432000 1073741824 1073778376 140735599330032 139636031772856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27546] ppid=27528 vsize=3024420 CPUtime=0.5 cores=1,3,5,7
/proc/27530/task/27546/stat : 27546 (java) S 27528 27530 27496 0 -1 4202560 4886 0 0 0 50 0 0 0 20 0 19 0 346868351 3097006080 138430 33554432000 1073741824 1073778376 140735599330032 139635158149176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27547] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27547/stat : 27547 (java) S 27528 27530 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346868351 3097006080 138430 33554432000 1073741824 1073778376 140735599330032 139635157097080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27548] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27548/stat : 27548 (java) S 27528 27530 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346868351 3097006080 138430 33554432000 1073741824 1073778376 140735599330032 139635156044488 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 3024420

[startup+12.7008 s]
/proc/loadavg: 1.94 1.98 1.99 3/212 27582
/proc/meminfo: memFree=26520400/32873648 swapFree=6864/6864
[pid=27530] ppid=27528 vsize=3024420 CPUtime=14.56 cores=1,3,5,7
/proc/27530/stat : 27530 (java) S 27528 27530 27496 0 -1 4202496 17898 0 2 0 1438 18 0 0 20 0 19 0 346868345 3097006080 138230 33554432000 1073741824 1073778376 140735599330032 140735599321168 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27530/statm: 756105 138230 2295 9 0 746526 0
[pid=27530/tid=27532] ppid=27528 vsize=3024420 CPUtime=12.41 cores=1,3,5,7

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

/proc/27530/task/27540/stat : 27540 (java) S 27528 27530 27496 0 -1 4202560 357 0 0 0 31 17 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636166318504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27541] ppid=27528 vsize=3024420 CPUtime=24.66 cores=1,3,5,7
/proc/27530/task/27541/stat : 27541 (java) R 27528 27530 27496 0 -1 4202560 107 0 0 0 2464 2 0 0 20 0 19 0 346868349 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636035984264 139636197117204 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27542] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27542/stat : 27542 (java) S 27528 27530 27496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346868349 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636034930168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27543] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27543/stat : 27543 (java) S 27528 27530 27496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346868349 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636033877768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27544] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27544/stat : 27544 (java) S 27528 27530 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346868351 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636032826256 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27545] ppid=27528 vsize=3024420 CPUtime=0.75 cores=1,3,5,7
/proc/27530/task/27545/stat : 27545 (java) S 27528 27530 27496 0 -1 4202560 7039 0 0 0 73 2 0 0 20 0 19 0 346868351 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636031772856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27546] ppid=27528 vsize=3024420 CPUtime=0.56 cores=1,3,5,7
/proc/27530/task/27546/stat : 27546 (java) S 27528 27530 27496 0 -1 4202560 6155 0 0 0 56 0 0 0 20 0 19 0 346868351 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139635158149176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27547] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27547/stat : 27547 (java) S 27528 27530 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346868351 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139635157097080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27548] ppid=27528 vsize=3024420 CPUtime=0.05 cores=1,3,5,7
/proc/27530/task/27548/stat : 27548 (java) S 27528 27530 27496 0 -1 4202560 21 0 0 0 1 4 0 0 20 0 19 0 346868351 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139635156044488 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27584] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27584/stat : 27584 (java) S 27528 27530 27496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346869663 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139635153913000 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 370.75
Current children cumulated vsize (KiB) 3024420

[startup+367.201 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 27614
/proc/meminfo: memFree=25257104/32873648 swapFree=6864/6864
[pid=27530] ppid=27528 vsize=3024420 CPUtime=371.54 cores=1,3,5,7
/proc/27530/stat : 27530 (java) S 27528 27530 27496 0 -1 4202496 20361 0 2 0 37029 125 0 0 20 0 19 0 346868345 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 140735599321168 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27530/statm: 756105 420274 2302 9 0 746526 0
[pid=27530/tid=27532] ppid=27528 vsize=3024420 CPUtime=339.62 cores=1,3,5,7
/proc/27530/task/27532/stat : 27532 (java) S 27528 27530 27496 0 -1 4202560 3302 0 2 0 33950 12 0 0 20 0 19 0 346868346 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636190262440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27533] ppid=27528 vsize=3024420 CPUtime=0.52 cores=1,3,5,7
/proc/27530/task/27533/stat : 27533 (java) S 27528 27530 27496 0 -1 4202560 261 0 0 0 40 12 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636173687592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27530/tid=27534] ppid=27528 vsize=3024420 CPUtime=0.51 cores=1,3,5,7
/proc/27530/task/27534/stat : 27534 (java) S 27528 27530 27496 0 -1 4202560 322 0 0 0 39 12 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636172634792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27535] ppid=27528 vsize=3024420 CPUtime=0.37 cores=1,3,5,7
/proc/27530/task/27535/stat : 27535 (java) S 27528 27530 27496 0 -1 4202560 259 0 0 0 28 9 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636171582504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27536] ppid=27528 vsize=3024420 CPUtime=0.52 cores=1,3,5,7
/proc/27530/task/27536/stat : 27536 (java) S 27528 27530 27496 0 -1 4202560 374 0 0 0 38 14 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636170529704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27537] ppid=27528 vsize=3024420 CPUtime=0.58 cores=1,3,5,7
/proc/27530/task/27537/stat : 27537 (java) S 27528 27530 27496 0 -1 4202560 305 0 0 0 42 16 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636169476392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27538] ppid=27528 vsize=3024420 CPUtime=0.56 cores=1,3,5,7
/proc/27530/task/27538/stat : 27538 (java) S 27528 27530 27496 0 -1 4202560 400 0 0 0 41 15 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636168423592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27539] ppid=27528 vsize=3024420 CPUtime=0.47 cores=1,3,5,7
/proc/27530/task/27539/stat : 27539 (java) S 27528 27530 27496 0 -1 4202560 242 0 0 0 35 12 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636167371304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27540] ppid=27528 vsize=3024420 CPUtime=0.48 cores=1,3,5,7
/proc/27530/task/27540/stat : 27540 (java) S 27528 27530 27496 0 -1 4202560 357 0 0 0 31 17 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636166318504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27541] ppid=27528 vsize=3024420 CPUtime=25.46 cores=1,3,5,7
/proc/27530/task/27541/stat : 27541 (java) R 27528 27530 27496 0 -1 4202560 107 0 0 0 2544 2 0 0 20 0 19 0 346868349 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636035984264 139636197115907 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27542] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27542/stat : 27542 (java) S 27528 27530 27496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346868349 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636034930168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27543] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27543/stat : 27543 (java) S 27528 27530 27496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346868349 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636033877768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27544] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27544/stat : 27544 (java) S 27528 27530 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346868351 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636032826256 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27545] ppid=27528 vsize=3024420 CPUtime=0.75 cores=1,3,5,7
/proc/27530/task/27545/stat : 27545 (java) S 27528 27530 27496 0 -1 4202560 7039 0 0 0 73 2 0 0 20 0 19 0 346868351 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636031772856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27546] ppid=27528 vsize=3024420 CPUtime=0.56 cores=1,3,5,7
/proc/27530/task/27546/stat : 27546 (java) S 27528 27530 27496 0 -1 4202560 6155 0 0 0 56 0 0 0 20 0 19 0 346868351 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139635158149176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27547] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27547/stat : 27547 (java) S 27528 27530 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346868351 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139635157097080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27548] ppid=27528 vsize=3024420 CPUtime=0.05 cores=1,3,5,7
/proc/27530/task/27548/stat : 27548 (java) S 27528 27530 27496 0 -1 4202560 21 0 0 0 1 4 0 0 20 0 19 0 346868351 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139635156044488 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27584] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27584/stat : 27584 (java) S 27528 27530 27496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346869663 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139635153913000 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 371.54
Current children cumulated vsize (KiB) 3024420

[startup+367.601 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 27614
/proc/meminfo: memFree=25257104/32873648 swapFree=6864/6864
[pid=27530] ppid=27528 vsize=3024420 CPUtime=371.94 cores=1,3,5,7
/proc/27530/stat : 27530 (java) S 27528 27530 27496 0 -1 4202496 20361 0 2 0 37069 125 0 0 20 0 19 0 346868345 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 140735599321168 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27530/statm: 756105 420274 2302 9 0 746526 0
[pid=27530/tid=27532] ppid=27528 vsize=3024420 CPUtime=339.62 cores=1,3,5,7
/proc/27530/task/27532/stat : 27532 (java) S 27528 27530 27496 0 -1 4202560 3302 0 2 0 33950 12 0 0 20 0 19 0 346868346 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636190262440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27533] ppid=27528 vsize=3024420 CPUtime=0.52 cores=1,3,5,7
/proc/27530/task/27533/stat : 27533 (java) S 27528 27530 27496 0 -1 4202560 261 0 0 0 40 12 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636173687592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27530/tid=27534] ppid=27528 vsize=3024420 CPUtime=0.51 cores=1,3,5,7
/proc/27530/task/27534/stat : 27534 (java) S 27528 27530 27496 0 -1 4202560 322 0 0 0 39 12 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636172634792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27535] ppid=27528 vsize=3024420 CPUtime=0.37 cores=1,3,5,7
/proc/27530/task/27535/stat : 27535 (java) S 27528 27530 27496 0 -1 4202560 259 0 0 0 28 9 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636171582504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27536] ppid=27528 vsize=3024420 CPUtime=0.52 cores=1,3,5,7
/proc/27530/task/27536/stat : 27536 (java) S 27528 27530 27496 0 -1 4202560 374 0 0 0 38 14 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636170529704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27537] ppid=27528 vsize=3024420 CPUtime=0.58 cores=1,3,5,7
/proc/27530/task/27537/stat : 27537 (java) S 27528 27530 27496 0 -1 4202560 305 0 0 0 42 16 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636169476392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27538] ppid=27528 vsize=3024420 CPUtime=0.56 cores=1,3,5,7
/proc/27530/task/27538/stat : 27538 (java) S 27528 27530 27496 0 -1 4202560 400 0 0 0 41 15 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636168423592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27539] ppid=27528 vsize=3024420 CPUtime=0.47 cores=1,3,5,7
/proc/27530/task/27539/stat : 27539 (java) S 27528 27530 27496 0 -1 4202560 242 0 0 0 35 12 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636167371304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27540] ppid=27528 vsize=3024420 CPUtime=0.48 cores=1,3,5,7
/proc/27530/task/27540/stat : 27540 (java) S 27528 27530 27496 0 -1 4202560 357 0 0 0 31 17 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636166318504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27541] ppid=27528 vsize=3024420 CPUtime=25.85 cores=1,3,5,7
/proc/27530/task/27541/stat : 27541 (java) R 27528 27530 27496 0 -1 4202560 107 0 0 0 2583 2 0 0 20 0 19 0 346868349 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636035984264 213192819028 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27542] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27542/stat : 27542 (java) S 27528 27530 27496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346868349 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636034930168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27543] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27543/stat : 27543 (java) S 27528 27530 27496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346868349 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636033877768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27544] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27544/stat : 27544 (java) S 27528 27530 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346868351 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636032826256 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27545] ppid=27528 vsize=3024420 CPUtime=0.75 cores=1,3,5,7
/proc/27530/task/27545/stat : 27545 (java) S 27528 27530 27496 0 -1 4202560 7039 0 0 0 73 2 0 0 20 0 19 0 346868351 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636031772856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27546] ppid=27528 vsize=3024420 CPUtime=0.56 cores=1,3,5,7
/proc/27530/task/27546/stat : 27546 (java) S 27528 27530 27496 0 -1 4202560 6155 0 0 0 56 0 0 0 20 0 19 0 346868351 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139635158149176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27547] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27547/stat : 27547 (java) S 27528 27530 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346868351 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139635157097080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27548] ppid=27528 vsize=3024420 CPUtime=0.05 cores=1,3,5,7
/proc/27530/task/27548/stat : 27548 (java) S 27528 27530 27496 0 -1 4202560 21 0 0 0 1 4 0 0 20 0 19 0 346868351 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139635156044488 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27584] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27584/stat : 27584 (java) S 27528 27530 27496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346869663 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139635153913000 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 371.94
Current children cumulated vsize (KiB) 3024420

[startup+367.701 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 27614
/proc/meminfo: memFree=25257104/32873648 swapFree=6864/6864
[pid=27530] ppid=27528 vsize=3024420 CPUtime=372.04 cores=1,3,5,7
/proc/27530/stat : 27530 (java) S 27528 27530 27496 0 -1 4202496 20361 0 2 0 37079 125 0 0 20 0 19 0 346868345 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 140735599321168 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27530/statm: 756105 420274 2302 9 0 746526 0
[pid=27530/tid=27532] ppid=27528 vsize=3024420 CPUtime=339.62 cores=1,3,5,7
/proc/27530/task/27532/stat : 27532 (java) S 27528 27530 27496 0 -1 4202560 3302 0 2 0 33950 12 0 0 20 0 19 0 346868346 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636190262440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27533] ppid=27528 vsize=3024420 CPUtime=0.52 cores=1,3,5,7
/proc/27530/task/27533/stat : 27533 (java) S 27528 27530 27496 0 -1 4202560 261 0 0 0 40 12 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636173687592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27530/tid=27534] ppid=27528 vsize=3024420 CPUtime=0.51 cores=1,3,5,7
/proc/27530/task/27534/stat : 27534 (java) S 27528 27530 27496 0 -1 4202560 322 0 0 0 39 12 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636172634792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27535] ppid=27528 vsize=3024420 CPUtime=0.37 cores=1,3,5,7
/proc/27530/task/27535/stat : 27535 (java) S 27528 27530 27496 0 -1 4202560 259 0 0 0 28 9 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636171582504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27536] ppid=27528 vsize=3024420 CPUtime=0.52 cores=1,3,5,7
/proc/27530/task/27536/stat : 27536 (java) S 27528 27530 27496 0 -1 4202560 374 0 0 0 38 14 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636170529704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27537] ppid=27528 vsize=3024420 CPUtime=0.58 cores=1,3,5,7
/proc/27530/task/27537/stat : 27537 (java) S 27528 27530 27496 0 -1 4202560 305 0 0 0 42 16 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636169476392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27538] ppid=27528 vsize=3024420 CPUtime=0.56 cores=1,3,5,7
/proc/27530/task/27538/stat : 27538 (java) S 27528 27530 27496 0 -1 4202560 400 0 0 0 41 15 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636168423592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27539] ppid=27528 vsize=3024420 CPUtime=0.47 cores=1,3,5,7
/proc/27530/task/27539/stat : 27539 (java) S 27528 27530 27496 0 -1 4202560 242 0 0 0 35 12 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636167371304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27540] ppid=27528 vsize=3024420 CPUtime=0.48 cores=1,3,5,7
/proc/27530/task/27540/stat : 27540 (java) S 27528 27530 27496 0 -1 4202560 357 0 0 0 31 17 0 0 20 0 19 0 346868347 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636166318504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27541] ppid=27528 vsize=3024420 CPUtime=25.95 cores=1,3,5,7
/proc/27530/task/27541/stat : 27541 (java) R 27528 27530 27496 0 -1 4202560 107 0 0 0 2593 2 0 0 20 0 19 0 346868349 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636035984264 213192819036 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27542] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27542/stat : 27542 (java) S 27528 27530 27496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346868349 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636034930168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27543] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27543/stat : 27543 (java) S 27528 27530 27496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346868349 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636033877768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27544] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27544/stat : 27544 (java) S 27528 27530 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346868351 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636032826256 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27545] ppid=27528 vsize=3024420 CPUtime=0.75 cores=1,3,5,7
/proc/27530/task/27545/stat : 27545 (java) S 27528 27530 27496 0 -1 4202560 7039 0 0 0 73 2 0 0 20 0 19 0 346868351 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139636031772856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27530/tid=27546] ppid=27528 vsize=3024420 CPUtime=0.56 cores=1,3,5,7
/proc/27530/task/27546/stat : 27546 (java) S 27528 27530 27496 0 -1 4202560 6155 0 0 0 56 0 0 0 20 0 19 0 346868351 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139635158149176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27547] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27547/stat : 27547 (java) S 27528 27530 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346868351 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139635157097080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27530/tid=27548] ppid=27528 vsize=3024420 CPUtime=0.05 cores=1,3,5,7
/proc/27530/task/27548/stat : 27548 (java) S 27528 27530 27496 0 -1 4202560 21 0 0 0 1 4 0 0 20 0 19 0 346868351 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139635156044488 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27530/tid=27584] ppid=27528 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/27530/task/27584/stat : 27584 (java) S 27528 27530 27496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346869663 3097006080 420274 33554432000 1073741824 1073778376 140735599330032 139635153913000 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 372.04
Current children cumulated vsize (KiB) 3024420

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27530 and gives
#  childrusage.ru_utime.tv_sec=369
#  childrusage.ru_utime.tv_usec=824778
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=412785
# CPU time returned by wait4() is 371.238
# while last known CPU time is 372.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 367.738
CPU time (s): 372.04
CPU user time (s): 370.79
CPU system time (s): 1.25
CPU usage (%): 101.17
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 369.825
system time used= 1.41278
maximum resident set size= 1681104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20364
page faults= 2
swaps= 0
block input operations= 336
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8737
involuntary context switches= 6827

runsolver used 1.19282 second user time and 2.94455 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-04 12:56:55
IDJOB=3744710
IDBENCH=92812
IDSOLVER=2319
FILE ID=node113/3744710-1338807414
RUNJOBID= node113-1338807414-27513
PBS_JOBID= 14636872
Free space on /tmp= 70916 MiB

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

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

MD5SUM BENCH= 291a497ec30de41a6da6a2a376924f13
RANDOM SEED=748670048

node113.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.026
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.05
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.026
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.90
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.026
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	: 5438.54
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.026
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		: 2667.026
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.91
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.026
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.91
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.026
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.92
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.026
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:       32873648 kB
MemFree:        27725892 kB
Buffers:          549444 kB
Cached:          3685300 kB
SwapCached:         2028 kB
Active:          1815024 kB
Inactive:        2428080 kB
Active(anon):       7868 kB
Inactive(anon):     1912 kB
Active(file):    1807156 kB
Inactive(file):  2426168 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099708 kB
Dirty:             71524 kB
Writeback:            16 kB
AnonPages:         11192 kB
Mapped:            10444 kB
Shmem:                 0 kB
Slab:             766632 kB
SReclaimable:     210272 kB
SUnreclaim:       556360 kB
KernelStack:        1416 kB
PageTables:         4176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     108064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70888 MiB
End job on node113 at 2012-06-04 13:03:03