Trace number 3744704

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) 1183.56 1178.83

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb1-0.01-2.opb
MD5SUM281ccdaeae93c3b6d1bf117dcda4aa9f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6443
Best CPU time to get the best result obtained on this benchmark1800.64
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables208001
Total number of constraints1808830
Number of constraints which are clauses1808830
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 constraint580
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.07	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.07	c no version file found!!!
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version	1.6.0_24
0.00/0.07	c os.name	Linux
0.00/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch	amd64
0.00/0.07	c Free memory 1599470296
0.00/0.07	c Max memory 1607860224
0.00/0.07	c Total memory 1607860224
0.00/0.07	c Number of processors 8
0.09/0.09	--- Begin Solver configuration ---
0.09/0.09	c Stops conflict analysis at the first Unique Implication Point
0.09/0.09	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.09/0.09	c Learn all clauses as in MiniSAT
0.09/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.09	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.09	c No reason simplification
0.09/0.09	c --- End Solver configuration ---
0.09/0.09	c solving HOME/instance-3744704-1338807414.opb
0.09/0.09	c reading problem ... 
9.80/8.09	c ... done. Wall clock time 7.996s.
9.80/8.09	c CPU time (experimental) 7.54s.
9.80/8.09	c #vars     208001
9.80/8.09	c #constraints  586933
11.59/9.22	c SATISFIABLE
11.59/9.22	c OPTIMIZING...
11.59/9.22	c Got one! Elapsed wall clock time (in seconds):9.13
13.20/10.85	o 629371
15.61/13.18	c Got one! Elapsed wall clock time (in seconds):13.09
17.42/14.92	o 465518
20.28/17.69	c Got one! Elapsed wall clock time (in seconds):17.601
22.08/19.48	o 173840
33.28/30.63	c Got one! Elapsed wall clock time (in seconds):30.541
35.08/32.41	o 144182
1173.70/1169.05	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1176.10/1171.46		at java.math.BigInteger.subtract(BigInteger.java:1109)

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

running on 4 cores: 0,2,4,6

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.93 1.98 1.99 3/193 27557
/proc/meminfo: memFree=27542180/32873648 swapFree=6864/6864
[pid=27557] ppid=27555 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/27557/stat : 27557 (java) S 27555 27557 27496 0 -1 4202496 1276 0 0 0 0 0 0 0 20 0 2 0 346868408 98570240 976 33554432000 1073741824 1073778376 140735269591680 140735269582816 213196505149 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27557/statm: 24065 979 745 9 0 16771 0
[pid=27557/tid=27558] ppid=27555 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27558/stat : 27558 (java) R 27555 27557 27496 0 -1 4202560 131 0 0 0 0 0 0 0 20 0 2 0 346868409 98570240 979 33554432000 1073741824 1073778376 140735269591680 140349397831208 213193147776 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.086709 s]
/proc/loadavg: 1.93 1.98 1.99 3/193 27557
/proc/meminfo: memFree=27542180/32873648 swapFree=6864/6864
[pid=27557] ppid=27555 vsize=2957856 CPUtime=0.09 cores=0,2,4,6
/proc/27557/stat : 27557 (java) S 27555 27557 27496 0 -1 4202496 4897 0 1 0 8 1 0 0 20 0 18 0 346868408 3028844544 6096 33554432000 1073741824 1073778376 140735269591680 140735269582816 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27557/statm: 739464 6101 2094 9 0 729885 0
[pid=27557/tid=27558] ppid=27555 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/27557/task/27558/stat : 27558 (java) R 27555 27557 27496 0 -1 4202560 3049 0 1 0 6 0 0 0 20 0 18 0 346868409 3028844544 6105 33554432000 1073741824 1073778376 140735269591680 140349397799904 213196530957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2957856

[startup+0.100295 s]
/proc/loadavg: 1.93 1.98 1.99 3/193 27557
/proc/meminfo: memFree=27542180/32873648 swapFree=6864/6864
[pid=27557] ppid=27555 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/27557/stat : 27557 (java) S 27555 27557 27496 0 -1 4202496 4977 0 1 0 10 1 0 0 20 0 18 0 346868408 3028844544 7708 33554432000 1073741824 1073778376 140735269591680 140735269582816 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27557/statm: 739464 7708 2130 9 0 729885 0
[pid=27557/tid=27558] ppid=27555 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/27557/task/27558/stat : 27558 (java) R 27555 27557 27496 0 -1 4202560 3056 0 1 0 7 0 0 0 20 0 18 0 346868409 3028844544 7708 33554432000 1073741824 1073778376 140735269591680 140349397799904 140349401962120 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2957856

[startup+0.300251 s]
/proc/loadavg: 1.93 1.98 1.99 3/193 27557
/proc/meminfo: memFree=27542180/32873648 swapFree=6864/6864
[pid=27557] ppid=27555 vsize=2957856 CPUtime=0.47 cores=0,2,4,6
/proc/27557/stat : 27557 (java) S 27555 27557 27496 0 -1 4202496 6081 0 1 0 46 1 0 0 20 0 18 0 346868408 3028844544 11809 33554432000 1073741824 1073778376 140735269591680 140735269582816 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27557/statm: 739464 11809 2235 9 0 729885 0
[pid=27557/tid=27558] ppid=27555 vsize=2957856 CPUtime=0.27 cores=0,2,4,6
/proc/27557/task/27558/stat : 27558 (java) R 27555 27557 27496 0 -1 4202560 3071 0 1 0 27 0 0 0 20 0 18 0 346868409 3028844544 11809 33554432000 1073741824 1073778376 140735269591680 140349397835256 140349337638851 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2957856

[startup+0.700256 s]
/proc/loadavg: 1.93 1.98 1.99 3/193 27557
/proc/meminfo: memFree=27542180/32873648 swapFree=6864/6864
[pid=27557] ppid=27555 vsize=2957856 CPUtime=1.14 cores=0,2,4,6
/proc/27557/stat : 27557 (java) S 27555 27557 27496 0 -1 4202496 9462 0 1 0 110 4 0 0 20 0 18 0 346868408 3028844544 47071 33554432000 1073741824 1073778376 140735269591680 140735269582816 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27557/statm: 739464 47071 2251 9 0 729885 0
[pid=27557/tid=27558] ppid=27555 vsize=2957856 CPUtime=0.67 cores=0,2,4,6
/proc/27557/task/27558/stat : 27558 (java) R 27555 27557 27496 0 -1 4202560 3136 0 1 0 65 2 0 0 20 0 18 0 346868409 3028844544 47071 33554432000 1073741824 1073778376 140735269591680 140349397827696 140349337928314 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 2957856

[startup+1.50072 s]
/proc/loadavg: 1.93 1.98 1.99 3/211 27575
/proc/meminfo: memFree=26934204/32873648 swapFree=6864/6864
[pid=27557] ppid=27555 vsize=2957856 CPUtime=2.02 cores=0,2,4,6
/proc/27557/stat : 27557 (java) S 27555 27557 27496 0 -1 4202496 9665 0 1 0 192 10 0 0 20 0 18 0 346868408 3028844544 117245 33554432000 1073741824 1073778376 140735269591680 140735269582816 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27557/statm: 739464 117245 2267 9 0 729885 0
[pid=27557/tid=27558] ppid=27555 vsize=2957856 CPUtime=1.44 cores=0,2,4,6
/proc/27557/task/27558/stat : 27558 (java) R 27555 27557 27496 0 -1 4202560 3266 0 1 0 137 7 0 0 20 0 18 0 346868409 3028844544 117245 33554432000 1073741824 1073778376 140735269591680 140349397827696 140349338071616 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27557/tid=27560] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27560/stat : 27560 (java) S 27555 27557 27496 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 346868410 3028844544 117245 33554432000 1073741824 1073778376 140735269591680 140349263571368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27561] ppid=27555 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/27557/task/27561/stat : 27561 (java) S 27555 27557 27496 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 346868410 3028844544 117245 33554432000 1073741824 1073778376 140735269591680 140349262518824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27562] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27562/stat : 27562 (java) S 27555 27557 27496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346868410 3028844544 117245 33554432000 1073741824 1073778376 140735269591680 140349261465768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27557/tid=27563] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27563/stat : 27563 (java) S 27555 27557 27496 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 346868410 3028844544 117245 33554432000 1073741824 1073778376 140735269591680 140349260413224 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27564] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27564/stat : 27564 (java) S 27555 27557 27496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 346868410 3028844544 117245 33554432000 1073741824 1073778376 140735269591680 140349259361192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27565] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27565/stat : 27565 (java) S 27555 27557 27496 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 346868410 3028844544 117245 33554432000 1073741824 1073778376 140735269591680 140349258308648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27557/tid=27566] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27566/stat : 27566 (java) S 27555 27557 27496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 346868410 3028844544 117245 33554432000 1073741824 1073778376 140735269591680 140349257255592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27557/tid=27567] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27567/stat : 27567 (java) S 27555 27557 27496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346868410 3028844544 117245 33554432000 1073741824 1073778376 140735269591680 140349256203048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27568] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27568/stat : 27568 (java) S 27555 27557 27496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346868411 3028844544 117245 33554432000 1073741824 1073778376 140735269591680 140349244004712 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27569] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27569/stat : 27569 (java) S 27555 27557 27496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346868411 3028844544 117245 33554432000 1073741824 1073778376 140735269591680 140349242951032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27570] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27570/stat : 27570 (java) S 27555 27557 27496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 346868411 3028844544 117245 33554432000 1073741824 1073778376 140735269591680 140349241897864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27571] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27571/stat : 27571 (java) S 27555 27557 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346868414 3028844544 117245 33554432000 1073741824 1073778376 140735269591680 140349240846608 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27572] ppid=27555 vsize=2957856 CPUtime=0.2 cores=0,2,4,6
/proc/27557/task/27572/stat : 27572 (java) S 27555 27557 27496 0 -1 4202560 2051 0 0 0 20 0 0 0 20 0 18 0 346868414 3028844544 117245 33554432000 1073741824 1073778376 140735269591680 140349239794488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27573] ppid=27555 vsize=2957856 CPUtime=0.22 cores=0,2,4,6
/proc/27557/task/27573/stat : 27573 (java) S 27555 27557 27496 0 -1 4202560 3089 0 0 0 22 0 0 0 20 0 18 0 346868414 3028844544 117245 33554432000 1073741824 1073778376 140735269591680 140349238741944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27574] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27574/stat : 27574 (java) S 27555 27557 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346868414 3028844544 117245 33554432000 1073741824 1073778376 140735269591680 140349237689080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27575] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27575/stat : 27575 (java) S 27555 27557 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346868414 3028844544 117245 33554432000 1073741824 1073778376 140735269591680 140349236636744 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 2957856

[startup+3.10069 s]
/proc/loadavg: 1.93 1.98 1.99 3/211 27575
/proc/meminfo: memFree=26708068/32873648 swapFree=6864/6864
[pid=27557] ppid=27555 vsize=2957856 CPUtime=3.84 cores=0,2,4,6
/proc/27557/stat : 27557 (java) S 27555 27557 27496 0 -1 4202496 9764 0 1 0 370 14 0 0 20 0 18 0 346868408 3028844544 129554 33554432000 1073741824 1073778376 140735269591680 140735269582816 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27557/statm: 739464 129554 2267 9 0 729885 0
[pid=27557/tid=27558] ppid=27555 vsize=2957856 CPUtime=2.94 cores=0,2,4,6
/proc/27557/task/27558/stat : 27558 (java) R 27555 27557 27496 0 -1 4202560 3268 0 1 0 287 7 0 0 20 0 18 0 346868409 3028844544 129554 33554432000 1073741824 1073778376 140735269591680 140349397835384 213196530957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27557/tid=27560] ppid=27555 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/27557/task/27560/stat : 27560 (java) S 27555 27557 27496 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 346868410 3028844544 129554 33554432000 1073741824 1073778376 140735269591680 140349263571368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27557/tid=27561] ppid=27555 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/27557/task/27561/stat : 27561 (java) S 27555 27557 27496 0 -1 4202560 36 0 0 0 6 1 0 0 20 0 18 0 346868410 3028844544 129554 33554432000 1073741824 1073778376 140735269591680 140349262518824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27562] ppid=27555 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/27557/task/27562/stat : 27562 (java) S 27555 27557 27496 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 18 0 346868410 3028844544 129554 33554432000 1073741824 1073778376 140735269591680 140349261465768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27557/tid=27563] ppid=27555 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/27557/task/27563/stat : 27563 (java) S 27555 27557 27496 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 346868410 3028844544 129554 33554432000 1073741824 1073778376 140735269591680 140349260413224 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27557/tid=27564] ppid=27555 vsize=2957856 CPUtime=0.05 cores=0,2,4,6
/proc/27557/task/27564/stat : 27564 (java) S 27555 27557 27496 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 18 0 346868410 3028844544 129554 33554432000 1073741824 1073778376 140735269591680 140349259361192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27557/tid=27565] ppid=27555 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/27557/task/27565/stat : 27565 (java) S 27555 27557 27496 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 346868410 3028844544 129554 33554432000 1073741824 1073778376 140735269591680 140349258308648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27557/tid=27566] ppid=27555 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/27557/task/27566/stat : 27566 (java) S 27555 27557 27496 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 18 0 346868410 3028844544 129554 33554432000 1073741824 1073778376 140735269591680 140349257255592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27557/tid=27567] ppid=27555 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/27557/task/27567/stat : 27567 (java) S 27555 27557 27496 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 346868410 3028844544 129554 33554432000 1073741824 1073778376 140735269591680 140349256203048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27557/tid=27568] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27568/stat : 27568 (java) S 27555 27557 27496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346868411 3028844544 129554 33554432000 1073741824 1073778376 140735269591680 140349244004712 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27569] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27569/stat : 27569 (java) S 27555 27557 27496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346868411 3028844544 129554 33554432000 1073741824 1073778376 140735269591680 140349242951032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27570] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27570/stat : 27570 (java) S 27555 27557 27496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 346868411 3028844544 129554 33554432000 1073741824 1073778376 140735269591680 140349241897864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27571] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27571/stat : 27571 (java) S 27555 27557 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346868414 3028844544 129554 33554432000 1073741824 1073778376 140735269591680 140349240846608 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27572] ppid=27555 vsize=2957856 CPUtime=0.2 cores=0,2,4,6
/proc/27557/task/27572/stat : 27572 (java) S 27555 27557 27496 0 -1 4202560 2052 0 0 0 20 0 0 0 20 0 18 0 346868414 3028844544 129554 33554432000 1073741824 1073778376 140735269591680 140349239794488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27573] ppid=27555 vsize=2957856 CPUtime=0.22 cores=0,2,4,6
/proc/27557/task/27573/stat : 27573 (java) S 27555 27557 27496 0 -1 4202560 3089 0 0 0 22 0 0 0 20 0 18 0 346868414 3028844544 129554 33554432000 1073741824 1073778376 140735269591680 140349238741944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27574] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27574/stat : 27574 (java) S 27555 27557 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346868414 3028844544 129554 33554432000 1073741824 1073778376 140735269591680 140349237689080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27575] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27575/stat : 27575 (java) S 27555 27557 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346868414 3028844544 129554 33554432000 1073741824 1073778376 140735269591680 140349236636744 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 2957856

[startup+6.30079 s]
/proc/loadavg: 1.94 1.98 1.99 3/212 27578
/proc/meminfo: memFree=26600860/32873648 swapFree=6864/6864
[pid=27557] ppid=27555 vsize=2957856 CPUtime=7.68 cores=0,2,4,6
/proc/27557/stat : 27557 (java) S 27555 27557 27496 0 -1 4202496 10020 0 1 0 745 23 0 0 20 0 18 0 346868408 3028844544 149493 33554432000 1073741824 1073778376 140735269591680 140735269582816 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27557/statm: 739464 149493 2267 9 0 729885 0
[pid=27557/tid=27558] ppid=27555 vsize=2957856 CPUtime=5.9 cores=0,2,4,6
/proc/27557/task/27558/stat : 27558 (java) R 27555 27557 27496 0 -1 4202560 3272 0 1 0 582 8 0 0 20 0 18 0 346868409 3028844544 149493 33554432000 1073741824 1073778376 140735269591680 140349397827856 140349338092448 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27560] ppid=27555 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/27557/task/27560/stat : 27560 (java) S 27555 27557 27496 0 -1 4202560 39 0 0 0 7 1 0 0 20 0 18 0 346868410 3028844544 149493 33554432000 1073741824 1073778376 140735269591680 140349263571368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27557/tid=27561] ppid=27555 vsize=2957856 CPUtime=0.25 cores=0,2,4,6
/proc/27557/task/27561/stat : 27561 (java) S 27555 27557 27496 0 -1 4202560 85 0 0 0 22 3 0 0 20 0 18 0 346868410 3028844544 149493 33554432000 1073741824 1073778376 140735269591680 140349262518824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27557/tid=27562] ppid=27555 vsize=2957856 CPUtime=0.16 cores=0,2,4,6
/proc/27557/task/27562/stat : 27562 (java) S 27555 27557 27496 0 -1 4202560 44 0 0 0 14 2 0 0 20 0 18 0 346868410 3028844544 149493 33554432000 1073741824 1073778376 140735269591680 140349261465768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27557/tid=27563] ppid=27555 vsize=2957856 CPUtime=0.1 cores=0,2,4,6
/proc/27557/task/27563/stat : 27563 (java) S 27555 27557 27496 0 -1 4202560 41 0 0 0 8 2 0 0 20 0 18 0 346868410 3028844544 149493 33554432000 1073741824 1073778376 140735269591680 140349260413224 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27557/tid=27564] ppid=27555 vsize=2957856 CPUtime=0.13 cores=0,2,4,6
/proc/27557/task/27564/stat : 27564 (java) S 27555 27557 27496 0 -1 4202560 50 0 0 0 12 1 0 0 20 0 18 0 346868410 3028844544 149493 33554432000 1073741824 1073778376 140735269591680 140349259361192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27565] ppid=27555 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/27557/task/27565/stat : 27565 (java) S 27555 27557 27496 0 -1 4202560 42 0 0 0 11 0 0 0 20 0 18 0 346868410 3028844544 149493 33554432000 1073741824 1073778376 140735269591680 140349258308648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27566] ppid=27555 vsize=2957856 CPUtime=0.18 cores=0,2,4,6
/proc/27557/task/27566/stat : 27566 (java) S 27555 27557 27496 0 -1 4202560 60 0 0 0 16 2 0 0 20 0 18 0 346868410 3028844544 149493 33554432000 1073741824 1073778376 140735269591680 140349257255592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27557/tid=27567] ppid=27555 vsize=2957856 CPUtime=0.14 cores=0,2,4,6
/proc/27557/task/27567/stat : 27567 (java) S 27555 27557 27496 0 -1 4202560 52 0 0 0 12 2 0 0 20 0 18 0 346868410 3028844544 149493 33554432000 1073741824 1073778376 140735269591680 140349256203048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27557/tid=27568] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27568/stat : 27568 (java) S 27555 27557 27496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346868411 3028844544 149493 33554432000 1073741824 1073778376 140735269591680 140349244004712 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27569] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27569/stat : 27569 (java) S 27555 27557 27496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346868411 3028844544 149493 33554432000 1073741824 1073778376 140735269591680 140349242951032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27570] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27570/stat : 27570 (java) S 27555 27557 27496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 346868411 3028844544 149493 33554432000 1073741824 1073778376 140735269591680 140349241897864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27571] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27571/stat : 27571 (java) S 27555 27557 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346868414 3028844544 149493 33554432000 1073741824 1073778376 140735269591680 140349240846608 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27572] ppid=27555 vsize=2957856 CPUtime=0.22 cores=0,2,4,6
/proc/27557/task/27572/stat : 27572 (java) S 27555 27557 27496 0 -1 4202560 2061 0 0 0 22 0 0 0 20 0 18 0 346868414 3028844544 149493 33554432000 1073741824 1073778376 140735269591680 140349239794488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27557/tid=27573] ppid=27555 vsize=2957856 CPUtime=0.22 cores=0,2,4,6
/proc/27557/task/27573/stat : 27573 (java) S 27555 27557 27496 0 -1 4202560 3090 0 0 0 22 0 0 0 20 0 18 0 346868414 3028844544 149493 33554432000 1073741824 1073778376 140735269591680 140349238741944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27574] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27574/stat : 27574 (java) S 27555 27557 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346868414 3028844544 149493 33554432000 1073741824 1073778376 140735269591680 140349237689080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27575] ppid=27555 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27575/stat : 27575 (java) S 27555 27557 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346868414 3028844544 149493 33554432000 1073741824 1073778376 140735269591680 140349236636744 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/27557/task/27567/stat : 27567 (java) S 27555 27557 27496 0 -1 4202560 493 0 0 0 58 16 0 0 20 0 19 0 346868410 3097006080 420130 33554432000 1073741824 1073778376 140735269591680 140349256203048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27568] ppid=27555 vsize=3024420 CPUtime=31.48 cores=0,2,4,6
/proc/27557/task/27568/stat : 27568 (java) R 27555 27557 27496 0 -1 4202560 111 0 0 0 3145 3 0 0 20 0 19 0 346868411 3097006080 420130 33554432000 1073741824 1073778376 140735269591680 140349244004872 140349404690490 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27557/tid=27569] ppid=27555 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27569/stat : 27569 (java) S 27555 27557 27496 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 346868411 3097006080 420130 33554432000 1073741824 1073778376 140735269591680 140349242951032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27570] ppid=27555 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27570/stat : 27570 (java) S 27555 27557 27496 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 346868411 3097006080 420130 33554432000 1073741824 1073778376 140735269591680 140349241895032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27571] ppid=27555 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27571/stat : 27571 (java) S 27555 27557 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346868414 3097006080 420130 33554432000 1073741824 1073778376 140735269591680 140349240846608 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27572] ppid=27555 vsize=3024420 CPUtime=0.7 cores=0,2,4,6
/proc/27557/task/27572/stat : 27572 (java) S 27555 27557 27496 0 -1 4202560 4433 0 0 0 70 0 0 0 20 0 19 0 346868414 3097006080 420130 33554432000 1073741824 1073778376 140735269591680 140349239794488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27557/tid=27573] ppid=27555 vsize=3024420 CPUtime=0.52 cores=0,2,4,6
/proc/27557/task/27573/stat : 27573 (java) S 27555 27557 27496 0 -1 4202560 3416 0 0 0 52 0 0 0 20 0 19 0 346868414 3097006080 420130 33554432000 1073741824 1073778376 140735269591680 140349238741944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27574] ppid=27555 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27574/stat : 27574 (java) S 27555 27557 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346868414 3097006080 420130 33554432000 1073741824 1073778376 140735269591680 140349237689080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27575] ppid=27555 vsize=3024420 CPUtime=0.22 cores=0,2,4,6
/proc/27557/task/27575/stat : 27575 (java) S 27555 27557 27496 0 -1 4202560 67 0 0 0 10 12 0 0 20 0 19 0 346868414 3097006080 420130 33554432000 1073741824 1073778376 140735269591680 140349236636744 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27557/tid=27587] ppid=27555 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27587/stat : 27587 (java) S 27555 27557 27496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346871823 3097006080 420130 33554432000 1073741824 1073778376 140735269591680 140349234435624 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1180.7
Current children cumulated vsize (KiB) 3024420

[startup+1177.6 s]
/proc/loadavg: 1.97 2.00 2.00 3/213 27743
/proc/meminfo: memFree=24811688/32873648 swapFree=6864/6864
[pid=27557] ppid=27555 vsize=3090984 CPUtime=1182.3 cores=0,2,4,6
/proc/27557/stat : 27557 (java) S 27555 27557 27496 0 -1 4202496 16342 0 1 0 118103 127 0 0 20 0 20 0 346868408 3165167616 420135 33554432000 1073741824 1073778376 140735269591680 140735269582816 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27557/statm: 772746 420135 2305 9 0 763167 0
[pid=27557/tid=27558] ppid=27555 vsize=3090984 CPUtime=1140.11 cores=0,2,4,6
/proc/27557/task/27558/stat : 27558 (java) S 27555 27557 27496 0 -1 4202560 3355 0 1 0 113985 26 0 0 20 0 20 0 346868409 3165167616 420135 33554432000 1073741824 1073778376 140735269591680 140349397836680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27560] ppid=27555 vsize=3090984 CPUtime=0.59 cores=0,2,4,6
/proc/27557/task/27560/stat : 27560 (java) S 27555 27557 27496 0 -1 4202560 462 0 0 0 44 15 0 0 20 0 20 0 346868410 3165167616 420135 33554432000 1073741824 1073778376 140735269591680 140349263571368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27561] ppid=27555 vsize=3090984 CPUtime=0.66 cores=0,2,4,6
/proc/27557/task/27561/stat : 27561 (java) S 27555 27557 27496 0 -1 4202560 590 0 0 0 53 13 0 0 20 0 20 0 346868410 3165167616 420135 33554432000 1073741824 1073778376 140735269591680 140349262518824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27557/tid=27562] ppid=27555 vsize=3090984 CPUtime=0.47 cores=0,2,4,6
/proc/27557/task/27562/stat : 27562 (java) S 27555 27557 27496 0 -1 4202560 193 0 0 0 37 10 0 0 20 0 20 0 346868410 3165167616 420135 33554432000 1073741824 1073778376 140735269591680 140349261465768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27563] ppid=27555 vsize=3090984 CPUtime=0.6 cores=0,2,4,6
/proc/27557/task/27563/stat : 27563 (java) S 27555 27557 27496 0 -1 4202560 450 0 0 0 46 14 0 0 20 0 20 0 346868410 3165167616 420135 33554432000 1073741824 1073778376 140735269591680 140349260413224 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27564] ppid=27555 vsize=3090984 CPUtime=0.47 cores=0,2,4,6
/proc/27557/task/27564/stat : 27564 (java) S 27555 27557 27496 0 -1 4202560 481 0 0 0 37 10 0 0 20 0 20 0 346868410 3165167616 420135 33554432000 1073741824 1073778376 140735269591680 140349259361192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27565] ppid=27555 vsize=3090984 CPUtime=0.63 cores=0,2,4,6
/proc/27557/task/27565/stat : 27565 (java) S 27555 27557 27496 0 -1 4202560 616 0 0 0 49 14 0 0 20 0 20 0 346868410 3165167616 420135 33554432000 1073741824 1073778376 140735269591680 140349258308648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27557/tid=27566] ppid=27555 vsize=3090984 CPUtime=0.57 cores=0,2,4,6
/proc/27557/task/27566/stat : 27566 (java) S 27555 27557 27496 0 -1 4202560 466 0 0 0 45 12 0 0 20 0 20 0 346868410 3165167616 420135 33554432000 1073741824 1073778376 140735269591680 140349257255592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27567] ppid=27555 vsize=3090984 CPUtime=0.74 cores=0,2,4,6
/proc/27557/task/27567/stat : 27567 (java) S 27555 27557 27496 0 -1 4202560 493 0 0 0 58 16 0 0 20 0 20 0 346868410 3165167616 420135 33554432000 1073741824 1073778376 140735269591680 140349256203048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27568] ppid=27555 vsize=3090984 CPUtime=33.07 cores=0,2,4,6
/proc/27557/task/27568/stat : 27568 (java) R 27555 27557 27496 0 -1 4202560 112 0 0 0 3304 3 0 0 20 0 20 0 346868411 3165167616 420135 33554432000 1073741824 1073778376 140735269591680 140349244004872 140349404690467 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27557/tid=27569] ppid=27555 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27569/stat : 27569 (java) S 27555 27557 27496 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 20 0 346868411 3165167616 420135 33554432000 1073741824 1073778376 140735269591680 140349242951032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27570] ppid=27555 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27570/stat : 27570 (java) S 27555 27557 27496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 346868411 3165167616 420135 33554432000 1073741824 1073778376 140735269591680 140349241897864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27571] ppid=27555 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27571/stat : 27571 (java) S 27555 27557 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346868414 3165167616 420135 33554432000 1073741824 1073778376 140735269591680 140349240846608 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27572] ppid=27555 vsize=3090984 CPUtime=0.7 cores=0,2,4,6
/proc/27557/task/27572/stat : 27572 (java) S 27555 27557 27496 0 -1 4202560 4433 0 0 0 70 0 0 0 20 0 20 0 346868414 3165167616 420135 33554432000 1073741824 1073778376 140735269591680 140349239794488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27557/tid=27573] ppid=27555 vsize=3090984 CPUtime=0.52 cores=0,2,4,6
/proc/27557/task/27573/stat : 27573 (java) S 27555 27557 27496 0 -1 4202560 3416 0 0 0 52 0 0 0 20 0 20 0 346868414 3165167616 420135 33554432000 1073741824 1073778376 140735269591680 140349238741944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27574] ppid=27555 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27574/stat : 27574 (java) S 27555 27557 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 346868414 3165167616 420135 33554432000 1073741824 1073778376 140735269591680 140349237689080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27575] ppid=27555 vsize=3090984 CPUtime=0.22 cores=0,2,4,6
/proc/27557/task/27575/stat : 27575 (java) S 27555 27557 27496 0 -1 4202560 67 0 0 0 10 12 0 0 20 0 20 0 346868414 3165167616 420135 33554432000 1073741824 1073778376 140735269591680 140349236636744 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27557/tid=27587] ppid=27555 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27587/stat : 27587 (java) S 27555 27557 27496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 346871823 3165167616 420135 33554432000 1073741824 1073778376 140735269591680 140349234435624 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 3090984

[startup+1178.4 s]
/proc/loadavg: 1.97 2.00 2.00 3/213 27744
/proc/meminfo: memFree=24811680/32873648 swapFree=6864/6864
[pid=27557] ppid=27555 vsize=3090984 CPUtime=1183.16 cores=0,2,4,6
/proc/27557/stat : 27557 (java) S 27555 27557 27496 0 -1 4202496 16357 0 1 0 118185 131 0 0 20 0 19 0 346868408 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140735269582816 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27557/statm: 772746 420148 2305 9 0 763167 0
[pid=27557/tid=27558] ppid=27555 vsize=3090984 CPUtime=1140.11 cores=0,2,4,6
/proc/27557/task/27558/stat : 27558 (java) S 27555 27557 27496 0 -1 4202560 3357 0 1 0 113985 26 0 0 20 0 19 0 346868409 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349397838280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27560] ppid=27555 vsize=3090984 CPUtime=0.59 cores=0,2,4,6
/proc/27557/task/27560/stat : 27560 (java) S 27555 27557 27496 0 -1 4202560 462 0 0 0 44 15 0 0 20 0 19 0 346868410 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349263571368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27561] ppid=27555 vsize=3090984 CPUtime=0.66 cores=0,2,4,6
/proc/27557/task/27561/stat : 27561 (java) S 27555 27557 27496 0 -1 4202560 590 0 0 0 53 13 0 0 20 0 19 0 346868410 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349262518824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27557/tid=27562] ppid=27555 vsize=3090984 CPUtime=0.47 cores=0,2,4,6
/proc/27557/task/27562/stat : 27562 (java) S 27555 27557 27496 0 -1 4202560 193 0 0 0 37 10 0 0 20 0 19 0 346868410 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349261465768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27563] ppid=27555 vsize=3090984 CPUtime=0.6 cores=0,2,4,6
/proc/27557/task/27563/stat : 27563 (java) S 27555 27557 27496 0 -1 4202560 450 0 0 0 46 14 0 0 20 0 19 0 346868410 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349260413224 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27564] ppid=27555 vsize=3090984 CPUtime=0.47 cores=0,2,4,6
/proc/27557/task/27564/stat : 27564 (java) S 27555 27557 27496 0 -1 4202560 481 0 0 0 37 10 0 0 20 0 19 0 346868410 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349259361192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27565] ppid=27555 vsize=3090984 CPUtime=0.63 cores=0,2,4,6
/proc/27557/task/27565/stat : 27565 (java) S 27555 27557 27496 0 -1 4202560 616 0 0 0 49 14 0 0 20 0 19 0 346868410 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349258308648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27557/tid=27566] ppid=27555 vsize=3090984 CPUtime=0.57 cores=0,2,4,6
/proc/27557/task/27566/stat : 27566 (java) S 27555 27557 27496 0 -1 4202560 466 0 0 0 45 12 0 0 20 0 19 0 346868410 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349257255592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27567] ppid=27555 vsize=3090984 CPUtime=0.74 cores=0,2,4,6
/proc/27557/task/27567/stat : 27567 (java) S 27555 27557 27496 0 -1 4202560 493 0 0 0 58 16 0 0 20 0 19 0 346868410 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349256203048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27568] ppid=27555 vsize=3090984 CPUtime=33.87 cores=0,2,4,6
/proc/27557/task/27568/stat : 27568 (java) R 27555 27557 27496 0 -1 4202560 113 0 0 0 3384 3 0 0 20 0 19 0 346868411 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349244004648 140349401997615 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27557/tid=27569] ppid=27555 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27569/stat : 27569 (java) S 27555 27557 27496 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 346868411 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349242951032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27570] ppid=27555 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27570/stat : 27570 (java) S 27555 27557 27496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346868411 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349241897864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27571] ppid=27555 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27571/stat : 27571 (java) S 27555 27557 27496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346868414 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349240846184 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27572] ppid=27555 vsize=3090984 CPUtime=0.7 cores=0,2,4,6
/proc/27557/task/27572/stat : 27572 (java) S 27555 27557 27496 0 -1 4202560 4433 0 0 0 70 0 0 0 20 0 19 0 346868414 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349239794488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27557/tid=27573] ppid=27555 vsize=3090984 CPUtime=0.52 cores=0,2,4,6
/proc/27557/task/27573/stat : 27573 (java) S 27555 27557 27496 0 -1 4202560 3416 0 0 0 52 0 0 0 20 0 19 0 346868414 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349238741944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27574] ppid=27555 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27574/stat : 27574 (java) S 27555 27557 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346868414 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349237689080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27587] ppid=27555 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27587/stat : 27587 (java) S 27555 27557 27496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346871823 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349234435624 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27744] ppid=27555 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27744/stat : 27744 (java) S 27555 27557 27496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346986138 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349233382504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1183.16
Current children cumulated vsize (KiB) 3090984

[startup+1178.8 s]
/proc/loadavg: 1.97 2.00 2.00 3/213 27744
/proc/meminfo: memFree=24811680/32873648 swapFree=6864/6864
[pid=27557] ppid=27555 vsize=3090984 CPUtime=1183.56 cores=0,2,4,6
/proc/27557/stat : 27557 (java) S 27555 27557 27496 0 -1 4202496 16357 0 1 0 118225 131 0 0 20 0 19 0 346868408 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140735269582816 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27557/statm: 772746 420148 2305 9 0 763167 0
[pid=27557/tid=27558] ppid=27555 vsize=3090984 CPUtime=1140.11 cores=0,2,4,6
/proc/27557/task/27558/stat : 27558 (java) S 27555 27557 27496 0 -1 4202560 3357 0 1 0 113985 26 0 0 20 0 19 0 346868409 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349397838280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27560] ppid=27555 vsize=3090984 CPUtime=0.59 cores=0,2,4,6
/proc/27557/task/27560/stat : 27560 (java) S 27555 27557 27496 0 -1 4202560 462 0 0 0 44 15 0 0 20 0 19 0 346868410 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349263571368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27561] ppid=27555 vsize=3090984 CPUtime=0.66 cores=0,2,4,6
/proc/27557/task/27561/stat : 27561 (java) S 27555 27557 27496 0 -1 4202560 590 0 0 0 53 13 0 0 20 0 19 0 346868410 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349262518824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27557/tid=27562] ppid=27555 vsize=3090984 CPUtime=0.47 cores=0,2,4,6
/proc/27557/task/27562/stat : 27562 (java) S 27555 27557 27496 0 -1 4202560 193 0 0 0 37 10 0 0 20 0 19 0 346868410 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349261465768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27563] ppid=27555 vsize=3090984 CPUtime=0.6 cores=0,2,4,6
/proc/27557/task/27563/stat : 27563 (java) S 27555 27557 27496 0 -1 4202560 450 0 0 0 46 14 0 0 20 0 19 0 346868410 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349260413224 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27564] ppid=27555 vsize=3090984 CPUtime=0.47 cores=0,2,4,6
/proc/27557/task/27564/stat : 27564 (java) S 27555 27557 27496 0 -1 4202560 481 0 0 0 37 10 0 0 20 0 19 0 346868410 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349259361192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27565] ppid=27555 vsize=3090984 CPUtime=0.63 cores=0,2,4,6
/proc/27557/task/27565/stat : 27565 (java) S 27555 27557 27496 0 -1 4202560 616 0 0 0 49 14 0 0 20 0 19 0 346868410 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349258308648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27557/tid=27566] ppid=27555 vsize=3090984 CPUtime=0.57 cores=0,2,4,6
/proc/27557/task/27566/stat : 27566 (java) S 27555 27557 27496 0 -1 4202560 466 0 0 0 45 12 0 0 20 0 19 0 346868410 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349257255592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27567] ppid=27555 vsize=3090984 CPUtime=0.74 cores=0,2,4,6
/proc/27557/task/27567/stat : 27567 (java) S 27555 27557 27496 0 -1 4202560 493 0 0 0 58 16 0 0 20 0 19 0 346868410 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349256203048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27568] ppid=27555 vsize=3090984 CPUtime=34.27 cores=0,2,4,6
/proc/27557/task/27568/stat : 27568 (java) R 27555 27557 27496 0 -1 4202560 113 0 0 0 3424 3 0 0 20 0 19 0 346868411 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349244004528 213192818972 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27557/tid=27569] ppid=27555 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27569/stat : 27569 (java) S 27555 27557 27496 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 346868411 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349242951032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27570] ppid=27555 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27570/stat : 27570 (java) S 27555 27557 27496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346868411 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349241897864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27571] ppid=27555 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27571/stat : 27571 (java) S 27555 27557 27496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346868414 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349240846184 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27572] ppid=27555 vsize=3090984 CPUtime=0.7 cores=0,2,4,6
/proc/27557/task/27572/stat : 27572 (java) S 27555 27557 27496 0 -1 4202560 4433 0 0 0 70 0 0 0 20 0 19 0 346868414 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349239794488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27557/tid=27573] ppid=27555 vsize=3090984 CPUtime=0.52 cores=0,2,4,6
/proc/27557/task/27573/stat : 27573 (java) S 27555 27557 27496 0 -1 4202560 3416 0 0 0 52 0 0 0 20 0 19 0 346868414 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349238741944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27557/tid=27574] ppid=27555 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27574/stat : 27574 (java) S 27555 27557 27496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346868414 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349237689080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27587] ppid=27555 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27587/stat : 27587 (java) S 27555 27557 27496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346871823 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349234435624 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27557/tid=27744] ppid=27555 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/27557/task/27744/stat : 27744 (java) S 27555 27557 27496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346986138 3165167616 420148 33554432000 1073741824 1073778376 140735269591680 140349233382504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1183.56
Current children cumulated vsize (KiB) 3090984

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27557 and gives
#  childrusage.ru_utime.tv_sec=1179
#  childrusage.ru_utime.tv_usec=242727
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=581759
# CPU time returned by wait4() is 1180.82
# while last known CPU time is 1183.56
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1178.83
CPU time (s): 1183.56
CPU user time (s): 1182.25
CPU system time (s): 1.31
CPU usage (%): 100.401
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1179.24
system time used= 1.58176
maximum resident set size= 1680592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16360
page faults= 1
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25762
involuntary context switches= 7388

runsolver used 5.32119 second user time and 9.93849 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-04 12:56:56
IDJOB=3744704
IDBENCH=92810
IDSOLVER=2319
FILE ID=node113/3744704-1338807414
RUNJOBID= node113-1338807414-27512
PBS_JOBID= 14636872
Free space on /tmp= 70892 MiB

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

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

MD5SUM BENCH= 281ccdaeae93c3b6d1bf117dcda4aa9f
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:        27550372 kB
Buffers:          549472 kB
Cached:          3707832 kB
SwapCached:         2028 kB
Active:          2033440 kB
Inactive:        2384276 kB
Active(anon):     159928 kB
Inactive(anon):     1912 kB
Active(file):    1873512 kB
Inactive(file):  2382364 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099708 kB
Dirty:             94228 kB
Writeback:             0 kB
AnonPages:         46272 kB
Mapped:            19192 kB
Shmem:                 0 kB
Slab:             767472 kB
SReclaimable:     210888 kB
SUnreclaim:       556584 kB
KernelStack:        1584 kB
PageTables:         4256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1822292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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= 70892 MiB
End job on node113 at 2012-06-04 13:16:35