Trace number 3738518

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 NameAnswerobjective functionCPU timeWall clock time
PB07: SAT4JPseudoResolution 2007-03-23? 667.26 654.741

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__128.opb
MD5SUM75a469ee59540cfd3c650d18a0804c5e
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark128918
Best CPU time to get the best result obtained on this benchmark1801.22
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables640998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint128
Maximum length of a constraint5249
Number of terms in the objective function 640000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 21981416064
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 21981416064
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.09	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.09	c no version file found!!!
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version	1.6.0_24
0.00/0.09	c os.name	Linux
0.00/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch	amd64
0.00/0.09	c Free memory 1599470296
0.00/0.09	c Max memory 1607860224
0.00/0.09	c Total memory 1607860224
0.00/0.09	c Number of processors 8
0.08/0.12	--- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.12	c No reason simplification
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3738518-1338725830.opb
0.08/0.12	c reading problem ... 
8.17/5.55	c ... done. Wall clock time 5.436s.
8.17/5.55	c CPU time (experimental) 4.81s.
8.17/5.55	c #vars     640998
8.17/5.55	c #constraints  7000
285.92/275.50	c cleaning 56209 clauses out of 112508 for limit 6837.0265545564325
659.36/646.90	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
659.36/646.90		at java.math.BigInteger.subtract(BigInteger.java:1098)
659.36/646.90		at org.sat4j.minisat.constraints.pb.MaxWatchPb.propagate(Unknown Source)
659.36/646.90		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
659.36/646.90		at org.sat4j.minisat.core.Solver.search(Unknown Source)
659.36/646.90		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
659.36/646.90		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
659.36/646.90		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
659.36/646.90		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
659.36/646.90		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
659.46/646.90		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
659.46/646.90		at org.sat4j.AbstractLauncher.run(Unknown Source)
659.46/646.90		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
665.96/653.48	c starts		: 17
667.26/654.73	c conflicts		: 181945
667.26/654.73	c decisions		: 16966603
667.26/654.73	c propagations		: 71070531
667.26/654.73	c inspects		: 324441684
667.26/654.73	c learnt literals	: 0
667.26/654.73	c learnt binary clauses	: 0
667.26/654.73	c learnt ternary clauses	: 0
667.26/654.73	c learnt clauses	: 181945
667.26/654.73	c root simplifications	: 0
667.26/654.73	c removed literals (reason simplification)	: 0
667.26/654.73	c reason swapping (by a shorter reason)	: 0
667.26/654.73	c Calls to reduceDB	: 1
667.26/654.73	c speed (decisions/second)	: 26156.10629182616
667.26/654.73	c non guided choices	9883122
667.26/654.73	s UNKNOWN
667.26/654.73	c Total wall clock time (ms): 654.612

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-3738518-1338725830/watcher-3738518-1338725830 -o /tmp/evaluation-result-3738518-1338725830/solver-3738518-1338725830 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3738518-1338725830.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: 2.00 2.00 2.00 3/194 7418
/proc/meminfo: memFree=26770200/32873844 swapFree=7128/7128
[pid=7418] ppid=7416 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/7418/stat : 7418 (java) D 7416 7418 5567 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 338650104 2560000 46 33554432000 1073741824 1073778376 140737297473072 140737297470200 209088245031 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/7418/statm: 625 46 37 9 0 29 0

[startup+0.024532 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 7418
/proc/meminfo: memFree=26770200/32873844 swapFree=7128/7128
[pid=7418] ppid=7416 vsize=1878320 CPUtime=0 cores=1,3,5,7
/proc/7418/stat : 7418 (java) S 7416 7418 5567 0 -1 4202496 1593 0 1 0 0 0 0 0 20 0 2 0 338650104 1923399680 1784 33554432000 1073741824 1073778376 140735517376192 140735517367328 209100767293 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7418/statm: 469580 1799 931 9 0 460689 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1878320

[startup+0.100302 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 7418
/proc/meminfo: memFree=26770200/32873844 swapFree=7128/7128
[pid=7418] ppid=7416 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/7418/stat : 7418 (java) S 7416 7418 5567 0 -1 4202496 4132 0 1 0 7 1 0 0 20 0 18 0 338650104 3028844544 5850 33554432000 1073741824 1073778376 140735517376192 140735517367328 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7418/statm: 739464 5850 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.300303 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 7418
/proc/meminfo: memFree=26770200/32873844 swapFree=7128/7128
[pid=7418] ppid=7416 vsize=2957856 CPUtime=0.44 cores=1,3,5,7
/proc/7418/stat : 7418 (java) S 7416 7418 5567 0 -1 4202496 5796 0 1 0 41 3 0 0 20 0 18 0 338650104 3028844544 18431 33554432000 1073741824 1073778376 140735517376192 140735517367328 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7418/statm: 739464 18431 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2957856

[startup+0.700315 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 7418
/proc/meminfo: memFree=26770200/32873844 swapFree=7128/7128
[pid=7418] ppid=7416 vsize=2957856 CPUtime=0.84 cores=1,3,5,7
/proc/7418/stat : 7418 (java) S 7416 7418 5567 0 -1 4202496 5860 0 1 0 79 5 0 0 20 0 18 0 338650104 3028844544 51199 33554432000 1073741824 1073778376 140735517376192 140735517367328 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7418/statm: 739464 51199 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 2957856

[startup+1.50076 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 7436
/proc/meminfo: memFree=26411536/32873844 swapFree=7128/7128
[pid=7418] ppid=7416 vsize=2957856 CPUtime=2.04 cores=1,3,5,7
/proc/7418/stat : 7418 (java) S 7416 7418 5567 0 -1 4202496 13568 0 1 0 193 11 0 0 20 0 18 0 338650104 3028844544 110849 33554432000 1073741824 1073778376 140735517376192 140735517367328 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7418/statm: 739464 110849 2243 9 0 729885 0
[pid=7418/tid=7420] ppid=7416 vsize=2957856 CPUtime=1.46 cores=1,3,5,7
/proc/7418/task/7420/stat : 7420 (java) R 7416 7418 5567 0 -1 4202560 3221 0 1 0 137 9 0 0 20 0 18 0 338650105 3028844544 110849 33554432000 1073741824 1073778376 140735517376192 140243139600528 140242980519848 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7418/tid=7421] ppid=7416 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7421/stat : 7421 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338650106 3028844544 110849 33554432000 1073741824 1073778376 140735517376192 140243123034920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7422] ppid=7416 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7422/stat : 7422 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338650106 3028844544 110849 33554432000 1073741824 1073778376 140735517376192 140243121982120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7423] ppid=7416 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7423/stat : 7423 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338650106 3028844544 110849 33554432000 1073741824 1073778376 140735517376192 140243120929832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7418/tid=7424] ppid=7416 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7424/stat : 7424 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338650106 3028844544 110849 33554432000 1073741824 1073778376 140735517376192 140243119877032 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7418/tid=7425] ppid=7416 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7425/stat : 7425 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338650106 3028844544 110849 33554432000 1073741824 1073778376 140735517376192 140243118823720 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7426] ppid=7416 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7426/stat : 7426 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338650106 3028844544 110849 33554432000 1073741824 1073778376 140735517376192 140243117770920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7418/tid=7427] ppid=7416 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7427/stat : 7427 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338650107 3028844544 111361 33554432000 1073741824 1073778376 140735517376192 140243116718632 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7428] ppid=7416 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7428/stat : 7428 (java) S 7416 7418 5567 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338650107 3028844544 111361 33554432000 1073741824 1073778376 140735517376192 140243115665832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7429] ppid=7416 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7429/stat : 7429 (java) S 7416 7418 5567 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 338650108 3028844544 111361 33554432000 1073741824 1073778376 140735517376192 140243103255272 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7430] ppid=7416 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7430/stat : 7430 (java) S 7416 7418 5567 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 338650108 3028844544 111361 33554432000 1073741824 1073778376 140735517376192 140243102201336 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7431] ppid=7416 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7431/stat : 7431 (java) S 7416 7418 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338650108 3028844544 111361 33554432000 1073741824 1073778376 140735517376192 140243101148936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7432] ppid=7416 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7432/stat : 7432 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338650111 3028844544 111361 33554432000 1073741824 1073778376 140735517376192 140243100097424 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7433] ppid=7416 vsize=2957856 CPUtime=0.31 cores=1,3,5,7
/proc/7418/task/7433/stat : 7433 (java) R 7416 7418 5567 0 -1 4202560 6749 0 0 0 30 1 0 0 20 0 18 0 338650111 3028844544 111361 33554432000 1073741824 1073778376 140735517376192 140243099031304 140243143700842 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7434] ppid=7416 vsize=2957856 CPUtime=0.22 cores=1,3,5,7
/proc/7418/task/7434/stat : 7434 (java) S 7416 7418 5567 0 -1 4202560 2413 0 0 0 22 0 0 0 20 0 18 0 338650111 3028844544 111361 33554432000 1073741824 1073778376 140735517376192 140242979907640 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7435] ppid=7416 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7435/stat : 7435 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338650111 3028844544 111361 33554432000 1073741824 1073778376 140735517376192 140242978855544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7436] ppid=7416 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7436/stat : 7436 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338650111 3028844544 111361 33554432000 1073741824 1073778376 140735517376192 140242977802952 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 2957856

[startup+3.10076 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 7436
/proc/meminfo: memFree=26230336/32873844 swapFree=7128/7128
[pid=7418] ppid=7416 vsize=2957856 CPUtime=4.53 cores=1,3,5,7
/proc/7418/stat : 7418 (java) S 7416 7418 5567 0 -1 4202496 14172 0 1 0 407 46 0 0 20 0 18 0 338650104 3028844544 175291 33554432000 1073741824 1073778376 140735517376192 140735517367328 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7418/statm: 739464 175291 2262 9 0 729885 0
[pid=7418/tid=7420] ppid=7416 vsize=2957856 CPUtime=2.77 cores=1,3,5,7
/proc/7418/task/7420/stat : 7420 (java) R 7416 7418 5567 0 -1 4202560 3232 0 1 0 267 10 0 0 20 0 18 0 338650105 3028844544 175291 33554432000 1073741824 1073778376 140735517376192 140243139600592 140242980568346 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7418/tid=7421] ppid=7416 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/7418/task/7421/stat : 7421 (java) S 7416 7418 5567 0 -1 4202560 42 0 0 0 4 3 0 0 20 0 18 0 338650106 3028844544 175291 33554432000 1073741824 1073778376 140735517376192 140243123034920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7422] ppid=7416 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/7418/task/7422/stat : 7422 (java) S 7416 7418 5567 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 18 0 338650106 3028844544 175291 33554432000 1073741824 1073778376 140735517376192 140243121982120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7423] ppid=7416 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/7418/task/7423/stat : 7423 (java) S 7416 7418 5567 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 18 0 338650106 3028844544 175291 33554432000 1073741824 1073778376 140735517376192 140243120929832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7424] ppid=7416 vsize=2957856 CPUtime=0.16 cores=1,3,5,7
/proc/7418/task/7424/stat : 7424 (java) S 7416 7418 5567 0 -1 4202560 96 0 0 0 10 6 0 0 20 0 18 0 338650106 3028844544 175291 33554432000 1073741824 1073778376 140735517376192 140243119877032 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7425] ppid=7416 vsize=2957856 CPUtime=0.22 cores=1,3,5,7
/proc/7418/task/7425/stat : 7425 (java) S 7416 7418 5567 0 -1 4202560 112 0 0 0 14 8 0 0 20 0 18 0 338650106 3028844544 175291 33554432000 1073741824 1073778376 140735517376192 140243118823720 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7426] ppid=7416 vsize=2957856 CPUtime=0.15 cores=1,3,5,7
/proc/7418/task/7426/stat : 7426 (java) S 7416 7418 5567 0 -1 4202560 77 0 0 0 11 4 0 0 20 0 18 0 338650106 3028844544 175291 33554432000 1073741824 1073778376 140735517376192 140243117770920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7418/tid=7427] ppid=7416 vsize=2957856 CPUtime=0.2 cores=1,3,5,7
/proc/7418/task/7427/stat : 7427 (java) S 7416 7418 5567 0 -1 4202560 102 0 0 0 13 7 0 0 20 0 18 0 338650107 3028844544 175291 33554432000 1073741824 1073778376 140735517376192 140243116718632 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7418/tid=7428] ppid=7416 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/7418/task/7428/stat : 7428 (java) S 7416 7418 5567 0 -1 4202560 48 0 0 0 4 3 0 0 20 0 18 0 338650107 3028844544 175291 33554432000 1073741824 1073778376 140735517376192 140243115665832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7429] ppid=7416 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7429/stat : 7429 (java) S 7416 7418 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338650108 3028844544 175291 33554432000 1073741824 1073778376 140735517376192 140243103255272 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7430] ppid=7416 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7430/stat : 7430 (java) S 7416 7418 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 338650108 3028844544 175291 33554432000 1073741824 1073778376 140735517376192 140243102201336 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7431] ppid=7416 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7431/stat : 7431 (java) S 7416 7418 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 338650108 3028844544 175291 33554432000 1073741824 1073778376 140735517376192 140243101148936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7418/tid=7432] ppid=7416 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7432/stat : 7432 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338650111 3028844544 175291 33554432000 1073741824 1073778376 140735517376192 140243100097424 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7433] ppid=7416 vsize=2957856 CPUtime=0.38 cores=1,3,5,7
/proc/7418/task/7433/stat : 7433 (java) S 7416 7418 5567 0 -1 4202560 6794 0 0 0 36 2 0 0 20 0 18 0 338650111 3028844544 175291 33554432000 1073741824 1073778376 140735517376192 140243099044024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7434] ppid=7416 vsize=2957856 CPUtime=0.22 cores=1,3,5,7
/proc/7418/task/7434/stat : 7434 (java) S 7416 7418 5567 0 -1 4202560 2413 0 0 0 22 0 0 0 20 0 18 0 338650111 3028844544 175291 33554432000 1073741824 1073778376 140735517376192 140242979907640 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7435] ppid=7416 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7435/stat : 7435 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338650111 3028844544 175291 33554432000 1073741824 1073778376 140735517376192 140242978855544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7436] ppid=7416 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7436/stat : 7436 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338650111 3028844544 175291 33554432000 1073741824 1073778376 140735517376192 140242977802952 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 2957856

[startup+6.30078 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 7436
/proc/meminfo: memFree=25870200/32873844 swapFree=7128/7128
[pid=7418] ppid=7416 vsize=3024420 CPUtime=9.71 cores=1,3,5,7
/proc/7418/stat : 7418 (java) S 7416 7418 5567 0 -1 4202496 15127 0 1 0 897 74 0 0 20 0 19 0 338650104 3097006080 240586 33554432000 1073741824 1073778376 140735517376192 140735517367328 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7418/statm: 756105 240586 2290 9 0 746526 0
[pid=7418/tid=7420] ppid=7416 vsize=3024420 CPUtime=5.41 cores=1,3,5,7
/proc/7418/task/7420/stat : 7420 (java) R 7416 7418 5567 0 -1 4202560 3250 0 1 0 530 11 0 0 20 0 19 0 338650105 3097006080 240586 33554432000 1073741824 1073778376 140735517376192 140243139609296 140242980729986 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7418/tid=7421] ppid=7416 vsize=3024420 CPUtime=0.3 cores=1,3,5,7
/proc/7418/task/7421/stat : 7421 (java) S 7416 7418 5567 0 -1 4202560 109 0 0 0 23 7 0 0 20 0 19 0 338650106 3097006080 240586 33554432000 1073741824 1073778376 140735517376192 140243123034920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7422] ppid=7416 vsize=3024420 CPUtime=0.44 cores=1,3,5,7
/proc/7418/task/7422/stat : 7422 (java) S 7416 7418 5567 0 -1 4202560 354 0 0 0 36 8 0 0 20 0 19 0 338650106 3097006080 240586 33554432000 1073741824 1073778376 140735517376192 140243121982120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7418/tid=7423] ppid=7416 vsize=3024420 CPUtime=0.24 cores=1,3,5,7
/proc/7418/task/7423/stat : 7423 (java) S 7416 7418 5567 0 -1 4202560 82 0 0 0 20 4 0 0 20 0 19 0 338650106 3097006080 240586 33554432000 1073741824 1073778376 140735517376192 140243120929832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7418/tid=7424] ppid=7416 vsize=3024420 CPUtime=0.35 cores=1,3,5,7
/proc/7418/task/7424/stat : 7424 (java) S 7416 7418 5567 0 -1 4202560 138 0 0 0 26 9 0 0 20 0 19 0 338650106 3097006080 240586 33554432000 1073741824 1073778376 140735517376192 140243119877032 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7425] ppid=7416 vsize=3024420 CPUtime=0.65 cores=1,3,5,7
/proc/7418/task/7425/stat : 7425 (java) S 7416 7418 5567 0 -1 4202560 218 0 0 0 52 13 0 0 20 0 19 0 338650106 3097006080 240586 33554432000 1073741824 1073778376 140735517376192 140243118823720 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7426] ppid=7416 vsize=3024420 CPUtime=0.35 cores=1,3,5,7
/proc/7418/task/7426/stat : 7426 (java) S 7416 7418 5567 0 -1 4202560 116 0 0 0 28 7 0 0 20 0 19 0 338650106 3097006080 240586 33554432000 1073741824 1073778376 140735517376192 140243117770920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7427] ppid=7416 vsize=3024420 CPUtime=0.5 cores=1,3,5,7
/proc/7418/task/7427/stat : 7427 (java) S 7416 7418 5567 0 -1 4202560 240 0 0 0 40 10 0 0 20 0 19 0 338650107 3097006080 240586 33554432000 1073741824 1073778376 140735517376192 140243116718632 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7428] ppid=7416 vsize=3024420 CPUtime=0.36 cores=1,3,5,7
/proc/7418/task/7428/stat : 7428 (java) S 7416 7418 5567 0 -1 4202560 119 0 0 0 30 6 0 0 20 0 19 0 338650107 3097006080 240586 33554432000 1073741824 1073778376 140735517376192 140243115665832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7429] ppid=7416 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7429/stat : 7429 (java) S 7416 7418 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338650108 3097006080 240586 33554432000 1073741824 1073778376 140735517376192 140243103255272 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7418/tid=7430] ppid=7416 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7430/stat : 7430 (java) S 7416 7418 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338650108 3097006080 240586 33554432000 1073741824 1073778376 140735517376192 140243102201336 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7431] ppid=7416 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7431/stat : 7431 (java) S 7416 7418 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338650108 3097006080 240586 33554432000 1073741824 1073778376 140735517376192 140243101148936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7418/tid=7432] ppid=7416 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7432/stat : 7432 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338650111 3097006080 240586 33554432000 1073741824 1073778376 140735517376192 140243100097424 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7433] ppid=7416 vsize=3024420 CPUtime=0.56 cores=1,3,5,7
/proc/7418/task/7433/stat : 7433 (java) S 7416 7418 5567 0 -1 4202560 6810 0 0 0 54 2 0 0 20 0 19 0 338650111 3097006080 240586 33554432000 1073741824 1073778376 140735517376192 140243099044024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7434] ppid=7416 vsize=3024420 CPUtime=0.4 cores=1,3,5,7
/proc/7418/task/7434/stat : 7434 (java) S 7416 7418 5567 0 -1 4202560 2501 0 0 0 40 0 0 0 20 0 19 0 338650111 3097006080 240586 33554432000 1073741824 1073778376 140735517376192 140242979907640 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7435] ppid=7416 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7435/stat : 7435 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338650111 3097006080 240586 33554432000 1073741824 1073778376 140735517376192 140242978855544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7436] ppid=7416 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7436/stat : 7436 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338650111 3097006080 240586 33554432000 1073741824 1073778376 140735517376192 140242977802952 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.71
Current children cumulated vsize (KiB) 3024420

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 7437
/proc/meminfo: memFree=25771268/32873844 swapFree=7128/7128
[pid=7418] ppid=7416 vsize=3024420 CPUtime=16.86 cores=1,3,5,7
/proc/7418/stat : 7418 (java) S 7416 7418 5567 0 -1 4202496 15207 0 1 0 1609 77 0 0 20 0 19 0 338650104 3097006080 252377 33554432000 1073741824 1073778376 140735517376192 140735517367328 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7418/statm: 756105 252377 2292 9 0 746526 0
[pid=7418/tid=7420] ppid=7416 vsize=3024420 CPUtime=11.57 cores=1,3,5,7

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

/proc/7418/task/7432/stat : 7432 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338650111 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243100097424 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7433] ppid=7416 vsize=3090984 CPUtime=0.8 cores=1,3,5,7
/proc/7418/task/7433/stat : 7433 (java) S 7416 7418 5567 0 -1 4202560 10422 0 0 0 78 2 0 0 20 0 20 0 338650111 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243099044024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7434] ppid=7416 vsize=3090984 CPUtime=0.61 cores=1,3,5,7
/proc/7418/task/7434/stat : 7434 (java) S 7416 7418 5567 0 -1 4202560 2516 0 0 0 61 0 0 0 20 0 20 0 338650111 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140242979907640 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7435] ppid=7416 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7435/stat : 7435 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338650111 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140242978855544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7436] ppid=7416 vsize=3090984 CPUtime=0.3 cores=1,3,5,7
/proc/7418/task/7436/stat : 7436 (java) S 7416 7418 5567 0 -1 4202560 37 0 0 0 18 12 0 0 20 0 20 0 338650111 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140242977802952 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7437] ppid=7416 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7437/stat : 7437 (java) S 7416 7418 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 338650710 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140242975671720 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7443] ppid=7416 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7443/stat : 7443 (java) S 7416 7418 5567 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 338714795 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140242974617272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 665.46
Current children cumulated vsize (KiB) 3090984

[startup+653.701 s]
/proc/loadavg: 1.99 1.98 1.99 3/214 7443
/proc/meminfo: memFree=24637876/32873844 swapFree=7132/7132
[pid=7418] ppid=7416 vsize=3090984 CPUtime=666.26 cores=1,3,5,7
/proc/7418/stat : 7418 (java) S 7416 7418 5567 0 -1 4202496 31528 0 1 0 66493 133 0 0 20 0 20 0 338650104 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140735517367328 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7418/statm: 772746 423296 2303 9 0 763167 0
[pid=7418/tid=7420] ppid=7416 vsize=3090984 CPUtime=594.13 cores=1,3,5,7
/proc/7418/task/7420/stat : 7420 (java) S 7416 7418 5567 0 -1 4202560 3379 0 1 0 59392 21 0 0 20 0 20 0 338650105 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243139609784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7421] ppid=7416 vsize=3090984 CPUtime=1.81 cores=1,3,5,7
/proc/7418/task/7421/stat : 7421 (java) S 7416 7418 5567 0 -1 4202560 236 0 0 0 170 11 0 0 20 0 20 0 338650106 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243123034920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7418/tid=7422] ppid=7416 vsize=3090984 CPUtime=1.84 cores=1,3,5,7
/proc/7418/task/7422/stat : 7422 (java) S 7416 7418 5567 0 -1 4202560 425 0 0 0 173 11 0 0 20 0 20 0 338650106 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243121982120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7423] ppid=7416 vsize=3090984 CPUtime=1.69 cores=1,3,5,7
/proc/7418/task/7423/stat : 7423 (java) S 7416 7418 5567 0 -1 4202560 217 0 0 0 161 8 0 0 20 0 20 0 338650106 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243120929832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7424] ppid=7416 vsize=3090984 CPUtime=1.83 cores=1,3,5,7
/proc/7418/task/7424/stat : 7424 (java) S 7416 7418 5567 0 -1 4202560 285 0 0 0 169 14 0 0 20 0 20 0 338650106 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243119877032 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7425] ppid=7416 vsize=3090984 CPUtime=2.26 cores=1,3,5,7
/proc/7418/task/7425/stat : 7425 (java) S 7416 7418 5567 0 -1 4202560 362 0 0 0 208 18 0 0 20 0 20 0 338650106 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243118823720 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7426] ppid=7416 vsize=3090984 CPUtime=1.83 cores=1,3,5,7
/proc/7418/task/7426/stat : 7426 (java) S 7416 7418 5567 0 -1 4202560 279 0 0 0 169 14 0 0 20 0 20 0 338650106 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243117770920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7418/tid=7427] ppid=7416 vsize=3090984 CPUtime=1.94 cores=1,3,5,7
/proc/7418/task/7427/stat : 7427 (java) S 7416 7418 5567 0 -1 4202560 344 0 0 0 179 15 0 0 20 0 20 0 338650107 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243116718632 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7418/tid=7428] ppid=7416 vsize=3090984 CPUtime=1.71 cores=1,3,5,7
/proc/7418/task/7428/stat : 7428 (java) S 7416 7418 5567 0 -1 4202560 275 0 0 0 159 12 0 0 20 0 20 0 338650107 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243115665832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7418/tid=7429] ppid=7416 vsize=3090984 CPUtime=53.73 cores=1,3,5,7
/proc/7418/task/7429/stat : 7429 (java) R 7416 7418 5567 0 -1 4202560 11554 0 0 0 5370 3 0 0 20 0 20 0 338650108 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243103255432 140243145735284 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7418/tid=7430] ppid=7416 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7430/stat : 7430 (java) S 7416 7418 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 338650108 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243102201336 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7431] ppid=7416 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7431/stat : 7431 (java) S 7416 7418 5567 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 338650108 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243101148936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7418/tid=7432] ppid=7416 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7432/stat : 7432 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338650111 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243100097424 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7433] ppid=7416 vsize=3090984 CPUtime=0.8 cores=1,3,5,7
/proc/7418/task/7433/stat : 7433 (java) S 7416 7418 5567 0 -1 4202560 10422 0 0 0 78 2 0 0 20 0 20 0 338650111 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243099044024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7434] ppid=7416 vsize=3090984 CPUtime=0.61 cores=1,3,5,7
/proc/7418/task/7434/stat : 7434 (java) S 7416 7418 5567 0 -1 4202560 2516 0 0 0 61 0 0 0 20 0 20 0 338650111 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140242979907640 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7435] ppid=7416 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7435/stat : 7435 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338650111 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140242978855544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7436] ppid=7416 vsize=3090984 CPUtime=0.3 cores=1,3,5,7
/proc/7418/task/7436/stat : 7436 (java) S 7416 7418 5567 0 -1 4202560 37 0 0 0 18 12 0 0 20 0 20 0 338650111 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140242977802952 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7437] ppid=7416 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7437/stat : 7437 (java) S 7416 7418 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 338650710 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140242975671720 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7443] ppid=7416 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7443/stat : 7443 (java) S 7416 7418 5567 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 338714795 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140242974618344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 666.26
Current children cumulated vsize (KiB) 3090984

[startup+654.501 s]
/proc/loadavg: 1.99 1.98 1.99 3/214 7443
/proc/meminfo: memFree=24637876/32873844 swapFree=7132/7132
[pid=7418] ppid=7416 vsize=3090984 CPUtime=667.06 cores=1,3,5,7
/proc/7418/stat : 7418 (java) S 7416 7418 5567 0 -1 4202496 31528 0 1 0 66573 133 0 0 20 0 20 0 338650104 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140735517367328 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7418/statm: 772746 423296 2303 9 0 763167 0
[pid=7418/tid=7420] ppid=7416 vsize=3090984 CPUtime=594.13 cores=1,3,5,7
/proc/7418/task/7420/stat : 7420 (java) S 7416 7418 5567 0 -1 4202560 3379 0 1 0 59392 21 0 0 20 0 20 0 338650105 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243139609784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7421] ppid=7416 vsize=3090984 CPUtime=1.81 cores=1,3,5,7
/proc/7418/task/7421/stat : 7421 (java) S 7416 7418 5567 0 -1 4202560 236 0 0 0 170 11 0 0 20 0 20 0 338650106 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243123034920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7418/tid=7422] ppid=7416 vsize=3090984 CPUtime=1.84 cores=1,3,5,7
/proc/7418/task/7422/stat : 7422 (java) S 7416 7418 5567 0 -1 4202560 425 0 0 0 173 11 0 0 20 0 20 0 338650106 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243121982120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7423] ppid=7416 vsize=3090984 CPUtime=1.69 cores=1,3,5,7
/proc/7418/task/7423/stat : 7423 (java) S 7416 7418 5567 0 -1 4202560 217 0 0 0 161 8 0 0 20 0 20 0 338650106 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243120929832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7424] ppid=7416 vsize=3090984 CPUtime=1.83 cores=1,3,5,7
/proc/7418/task/7424/stat : 7424 (java) S 7416 7418 5567 0 -1 4202560 285 0 0 0 169 14 0 0 20 0 20 0 338650106 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243119877032 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7425] ppid=7416 vsize=3090984 CPUtime=2.26 cores=1,3,5,7
/proc/7418/task/7425/stat : 7425 (java) S 7416 7418 5567 0 -1 4202560 362 0 0 0 208 18 0 0 20 0 20 0 338650106 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243118823720 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7426] ppid=7416 vsize=3090984 CPUtime=1.83 cores=1,3,5,7
/proc/7418/task/7426/stat : 7426 (java) S 7416 7418 5567 0 -1 4202560 279 0 0 0 169 14 0 0 20 0 20 0 338650106 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243117770920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7418/tid=7427] ppid=7416 vsize=3090984 CPUtime=1.94 cores=1,3,5,7
/proc/7418/task/7427/stat : 7427 (java) S 7416 7418 5567 0 -1 4202560 344 0 0 0 179 15 0 0 20 0 20 0 338650107 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243116718632 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7418/tid=7428] ppid=7416 vsize=3090984 CPUtime=1.71 cores=1,3,5,7
/proc/7418/task/7428/stat : 7428 (java) S 7416 7418 5567 0 -1 4202560 275 0 0 0 159 12 0 0 20 0 20 0 338650107 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243115665832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7418/tid=7429] ppid=7416 vsize=3090984 CPUtime=54.53 cores=1,3,5,7
/proc/7418/task/7429/stat : 7429 (java) R 7416 7418 5567 0 -1 4202560 11554 0 0 0 5450 3 0 0 20 0 20 0 338650108 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243103255432 140243146465173 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7418/tid=7430] ppid=7416 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7430/stat : 7430 (java) S 7416 7418 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 338650108 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243102201336 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7431] ppid=7416 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7431/stat : 7431 (java) S 7416 7418 5567 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 338650108 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243101148936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7418/tid=7432] ppid=7416 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7432/stat : 7432 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338650111 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243100097424 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7433] ppid=7416 vsize=3090984 CPUtime=0.8 cores=1,3,5,7
/proc/7418/task/7433/stat : 7433 (java) S 7416 7418 5567 0 -1 4202560 10422 0 0 0 78 2 0 0 20 0 20 0 338650111 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243099044024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7434] ppid=7416 vsize=3090984 CPUtime=0.61 cores=1,3,5,7
/proc/7418/task/7434/stat : 7434 (java) S 7416 7418 5567 0 -1 4202560 2516 0 0 0 61 0 0 0 20 0 20 0 338650111 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140242979907640 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7435] ppid=7416 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7435/stat : 7435 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338650111 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140242978855544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7436] ppid=7416 vsize=3090984 CPUtime=0.3 cores=1,3,5,7
/proc/7418/task/7436/stat : 7436 (java) S 7416 7418 5567 0 -1 4202560 37 0 0 0 18 12 0 0 20 0 20 0 338650111 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140242977802952 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7437] ppid=7416 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7437/stat : 7437 (java) S 7416 7418 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 338650710 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140242975671720 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7443] ppid=7416 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7443/stat : 7443 (java) S 7416 7418 5567 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 338714795 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140242974618344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 667.06
Current children cumulated vsize (KiB) 3090984

[startup+654.708 s]
/proc/loadavg: 1.99 1.98 1.99 3/214 7443
/proc/meminfo: memFree=24637876/32873844 swapFree=7128/7128
[pid=7418] ppid=7416 vsize=3090984 CPUtime=667.26 cores=1,3,5,7
/proc/7418/stat : 7418 (java) S 7416 7418 5567 0 -1 4202496 31528 0 1 0 66593 133 0 0 20 0 20 0 338650104 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140735517367328 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7418/statm: 772746 423296 2303 9 0 763167 0
[pid=7418/tid=7420] ppid=7416 vsize=3090984 CPUtime=594.13 cores=1,3,5,7
/proc/7418/task/7420/stat : 7420 (java) S 7416 7418 5567 0 -1 4202560 3379 0 1 0 59392 21 0 0 20 0 20 0 338650105 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243139609784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7421] ppid=7416 vsize=3090984 CPUtime=1.81 cores=1,3,5,7
/proc/7418/task/7421/stat : 7421 (java) S 7416 7418 5567 0 -1 4202560 236 0 0 0 170 11 0 0 20 0 20 0 338650106 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243123034920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7418/tid=7422] ppid=7416 vsize=3090984 CPUtime=1.84 cores=1,3,5,7
/proc/7418/task/7422/stat : 7422 (java) S 7416 7418 5567 0 -1 4202560 425 0 0 0 173 11 0 0 20 0 20 0 338650106 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243121982120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7423] ppid=7416 vsize=3090984 CPUtime=1.69 cores=1,3,5,7
/proc/7418/task/7423/stat : 7423 (java) S 7416 7418 5567 0 -1 4202560 217 0 0 0 161 8 0 0 20 0 20 0 338650106 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243120929832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7424] ppid=7416 vsize=3090984 CPUtime=1.83 cores=1,3,5,7
/proc/7418/task/7424/stat : 7424 (java) S 7416 7418 5567 0 -1 4202560 285 0 0 0 169 14 0 0 20 0 20 0 338650106 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243119877032 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7425] ppid=7416 vsize=3090984 CPUtime=2.26 cores=1,3,5,7
/proc/7418/task/7425/stat : 7425 (java) S 7416 7418 5567 0 -1 4202560 362 0 0 0 208 18 0 0 20 0 20 0 338650106 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243118823720 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7426] ppid=7416 vsize=3090984 CPUtime=1.83 cores=1,3,5,7
/proc/7418/task/7426/stat : 7426 (java) S 7416 7418 5567 0 -1 4202560 279 0 0 0 169 14 0 0 20 0 20 0 338650106 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243117770920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7418/tid=7427] ppid=7416 vsize=3090984 CPUtime=1.94 cores=1,3,5,7
/proc/7418/task/7427/stat : 7427 (java) S 7416 7418 5567 0 -1 4202560 344 0 0 0 179 15 0 0 20 0 20 0 338650107 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243116718632 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7418/tid=7428] ppid=7416 vsize=3090984 CPUtime=1.71 cores=1,3,5,7
/proc/7418/task/7428/stat : 7428 (java) S 7416 7418 5567 0 -1 4202560 275 0 0 0 159 12 0 0 20 0 20 0 338650107 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243115665832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7418/tid=7429] ppid=7416 vsize=3090984 CPUtime=54.74 cores=1,3,5,7
/proc/7418/task/7429/stat : 7429 (java) R 7416 7418 5567 0 -1 4202560 11554 0 0 0 5471 3 0 0 20 0 20 0 338650108 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243103255432 140243145733528 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7418/tid=7430] ppid=7416 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7430/stat : 7430 (java) S 7416 7418 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 338650108 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243102201336 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7431] ppid=7416 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7431/stat : 7431 (java) S 7416 7418 5567 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 338650108 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243101148936 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7418/tid=7432] ppid=7416 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7432/stat : 7432 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338650111 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243100097424 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7433] ppid=7416 vsize=3090984 CPUtime=0.8 cores=1,3,5,7
/proc/7418/task/7433/stat : 7433 (java) S 7416 7418 5567 0 -1 4202560 10422 0 0 0 78 2 0 0 20 0 20 0 338650111 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140243099044024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7434] ppid=7416 vsize=3090984 CPUtime=0.61 cores=1,3,5,7
/proc/7418/task/7434/stat : 7434 (java) S 7416 7418 5567 0 -1 4202560 2516 0 0 0 61 0 0 0 20 0 20 0 338650111 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140242979907640 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7435] ppid=7416 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7435/stat : 7435 (java) S 7416 7418 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338650111 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140242978855544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7418/tid=7436] ppid=7416 vsize=3090984 CPUtime=0.3 cores=1,3,5,7
/proc/7418/task/7436/stat : 7436 (java) S 7416 7418 5567 0 -1 4202560 37 0 0 0 18 12 0 0 20 0 20 0 338650111 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140242977802952 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7437] ppid=7416 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7437/stat : 7437 (java) S 7416 7418 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 338650710 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140242975671720 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7418/tid=7443] ppid=7416 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7443/stat : 7443 (java) S 7416 7418 5567 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 338714795 3165167616 423296 33554432000 1073741824 1073778376 140735517376192 140242974618344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 667.26
Current children cumulated vsize (KiB) 3090984

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7418 and gives
#  childrusage.ru_utime.tv_sec=664
#  childrusage.ru_utime.tv_usec=221023
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=541765
# CPU time returned by wait4() is 665.763
# while last known CPU time is 667.26
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 654.741
CPU time (s): 667.26
CPU user time (s): 665.93
CPU system time (s): 1.33
CPU usage (%): 101.912
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 664.221
system time used= 1.54176
maximum resident set size= 1715696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31538
page faults= 1
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16749
involuntary context switches= 31623

runsolver used 3.03654 second user time and 7.37588 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-03 14:17:11
IDJOB=3738518
IDBENCH=71900
IDSOLVER=2319
FILE ID=node105/3738518-1338725830
RUNJOBID= node105-1338714526-5584
PBS_JOBID= 14636755
Free space on /tmp= 71244 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__128.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3738518-1338725830/watcher-3738518-1338725830 -o /tmp/evaluation-result-3738518-1338725830/solver-3738518-1338725830 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3738518-1338725830.opb           

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

MD5SUM BENCH= 75a469ee59540cfd3c650d18a0804c5e
RANDOM SEED=1082988730

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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		: 2666.882
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		: 2666.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26770580 kB
Buffers:          556312 kB
Cached:          3566892 kB
SwapCached:         1700 kB
Active:          2137292 kB
Inactive:        3062064 kB
Active(anon):    1072528 kB
Inactive(anon):     4800 kB
Active(file):    1064764 kB
Inactive(file):  3057264 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             33008 kB
Writeback:             0 kB
AnonPages:       1101344 kB
Mapped:            17256 kB
Shmem:                 0 kB
Slab:             742684 kB
SReclaimable:     183876 kB
SUnreclaim:       558808 kB
KernelStack:        1608 kB
PageTables:         6476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1826592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1060864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71240 MiB
End job on node105 at 2012-06-03 14:28:06