Trace number 3734786

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
PB09: SAT4J Pseudo Resolution 2.1.1UNSAT 722.55 720.149

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_1.opb
MD5SUM8dbaef61ba32642517e0b17ac09a002e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.858
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2553
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.1.1.v20090612
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version	1.6.0_24
0.05/0.09	c os.name	Linux
0.05/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch	amd64
0.05/0.09	c Free memory 1299577560
0.05/0.09	c Max memory 1306394624
0.05/0.09	c Total memory 1306394624
0.05/0.09	c Number of processors 8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c MiniSAT restarts strategy
0.07/0.12	c Memory based learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3734786-1338752965.opb
0.07/0.12	c reading problem ... 
0.07/0.14	c ... done. Wall clock time 0.016s.
0.07/0.14	c #vars     31
0.07/0.14	c #constraints  9
0.07/0.14	c constraints type 
0.07/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
722.43/720.06	c starts		: 22
722.43/720.06	c conflicts		: 1026029
722.43/720.06	c decisions		: 1026715
722.43/720.06	c propagations		: 7129537
722.43/720.06	c inspects		: 8085549723
722.43/720.06	c learnt literals	: 18
722.43/720.06	c learnt binary clauses	: 156
722.43/720.06	c learnt ternary clauses	: 795
722.43/720.06	c learnt clauses	: 1026010
722.43/720.06	c ignored clauses	: 0
722.43/720.06	c root simplifications	: 0
722.43/720.06	c removed literals (reason simplification)	: 9718129
722.43/720.06	c reason swapping (by a shorter reason)	: 0
722.43/720.06	c Calls to reduceDB	: 0
722.43/720.06	c speed (assignments/second)	: 9903.1387904607
722.43/720.06	c non guided choices	13
722.55/720.14	c learnt constraints type 
722.55/720.14	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 1025854
722.55/720.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 156
722.55/720.14	c constraints type 
722.55/720.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
722.55/720.14	s UNSATISFIABLE
722.55/720.14	c Total wall clock time (in seconds): 720.019

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-3734786-1338752965/watcher-3734786-1338752965 -o /tmp/evaluation-result-3734786-1338752965/solver-3734786-1338752965 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3734786-1338752965.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: 2.02 2.07 2.02 3/196 9473
/proc/meminfo: memFree=26787236/32873844 swapFree=7124/7124
[pid=9473] ppid=9471 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/9473/stat : 9473 (java6) D 9471 9473 6377 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 341421860 9515008 182 33554432000 1073741824 1073778376 140735837597152 140735837588184 273905696437 0 0 4096 0 18446744072100748580 0 0 17 4 0 0 0 0 0
/proc/9473/statm: 2323 182 140 9 0 71 0

[startup+0.0726731 s]
/proc/loadavg: 2.02 2.07 2.02 3/196 9473
/proc/meminfo: memFree=26787236/32873844 swapFree=7124/7124
[pid=9473] ppid=9471 vsize=2581972 CPUtime=0.05 cores=0,2,4,6
/proc/9473/stat : 9473 (java) S 9471 9473 6377 0 -1 4202496 3775 0 1 0 4 1 0 0 20 0 17 0 341421860 2643939328 5493 33554432000 1073741824 1073778376 140736539105744 140736539096880 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/9473/statm: 645750 5495 1745 9 0 636451 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2581972

[startup+0.100253 s]
/proc/loadavg: 2.02 2.07 2.02 3/196 9473
/proc/meminfo: memFree=26787236/32873844 swapFree=7124/7124
[pid=9473] ppid=9471 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/9473/stat : 9473 (java) S 9471 9473 6377 0 -1 4202496 4079 0 1 0 6 1 0 0 20 0 18 0 341421860 2712133632 5797 33554432000 1073741824 1073778376 140736539105744 140736539096880 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/9473/statm: 662142 5798 1933 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.300215 s]
/proc/loadavg: 2.02 2.07 2.02 3/196 9473
/proc/meminfo: memFree=26787236/32873844 swapFree=7124/7124
[pid=9473] ppid=9471 vsize=2715132 CPUtime=0.53 cores=0,2,4,6
/proc/9473/stat : 9473 (java) S 9471 9473 6377 0 -1 4202496 7725 0 1 0 51 2 0 0 20 0 19 0 341421860 2780295168 10018 33554432000 1073741824 1073778376 140736539105744 140736539096880 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/9473/statm: 678783 10018 2218 9 0 669476 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 2715132

[startup+0.700223 s]
/proc/loadavg: 2.02 2.07 2.02 3/196 9473
/proc/meminfo: memFree=26787236/32873844 swapFree=7124/7124
[pid=9473] ppid=9471 vsize=2715132 CPUtime=0.99 cores=0,2,4,6
/proc/9473/stat : 9473 (java) S 9471 9473 6377 0 -1 4202496 7828 0 1 0 96 3 0 0 20 0 19 0 341421860 2780295168 21807 33554432000 1073741824 1073778376 140736539105744 140736539096880 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/9473/statm: 678783 21807 2223 9 0 669476 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 2715132

[startup+1.50068 s]
/proc/loadavg: 2.02 2.07 2.02 3/215 9492
/proc/meminfo: memFree=26677872/32873844 swapFree=7124/7124
[pid=9473] ppid=9471 vsize=2715132 CPUtime=1.82 cores=0,2,4,6
/proc/9473/stat : 9473 (java) S 9471 9473 6377 0 -1 4202496 7871 0 1 0 178 4 0 0 20 0 19 0 341421860 2780295168 40755 33554432000 1073741824 1073778376 140736539105744 140736539096880 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/9473/statm: 678783 40755 2226 9 0 669476 0
[pid=9473/tid=9475] ppid=9471 vsize=2715132 CPUtime=1.46 cores=0,2,4,6
/proc/9473/task/9475/stat : 9475 (java) R 9471 9473 6377 0 -1 4202560 2817 0 1 0 143 3 0 0 20 0 19 0 341421862 2780295168 40755 33554432000 1073741824 1073778376 140736539105744 140213266682496 140213116911424 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9473/tid=9476] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9476/stat : 9476 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 40755 33554432000 1073741824 1073778376 140736539105744 140213251132328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9477] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9477/stat : 9477 (java) S 9471 9473 6377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 40755 33554432000 1073741824 1073778376 140736539105744 140213250079784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9478] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9478/stat : 9478 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 40755 33554432000 1073741824 1073778376 140736539105744 140213249026728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9473/tid=9479] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9479/stat : 9479 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 40755 33554432000 1073741824 1073778376 140736539105744 140213247974184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9473/tid=9480] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9480/stat : 9480 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 40755 33554432000 1073741824 1073778376 140736539105744 140213246921128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9481] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9481/stat : 9481 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 40755 33554432000 1073741824 1073778376 140736539105744 140213245868584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9473/tid=9482] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9482/stat : 9482 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 40755 33554432000 1073741824 1073778376 140736539105744 140213244815528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9483] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9483/stat : 9483 (java) S 9471 9473 6377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 40755 33554432000 1073741824 1073778376 140736539105744 140213243762984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9484] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9484/stat : 9484 (java) S 9471 9473 6377 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341421864 2780295168 40755 33554432000 1073741824 1073778376 140736539105744 140213113305960 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9485] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9485/stat : 9485 (java) S 9471 9473 6377 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341421865 2780295168 40755 33554432000 1073741824 1073778376 140736539105744 140213112252280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9486] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9486/stat : 9486 (java) S 9471 9473 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341421865 2780295168 40755 33554432000 1073741824 1073778376 140736539105744 140213111199112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9487] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9487/stat : 9487 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421868 2780295168 40755 33554432000 1073741824 1073778376 140736539105744 140213110147856 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9488] ppid=9471 vsize=2715132 CPUtime=0.13 cores=0,2,4,6
/proc/9473/task/9488/stat : 9488 (java) S 9471 9473 6377 0 -1 4202560 1588 0 0 0 13 0 0 0 20 0 19 0 341421868 2780295168 40755 33554432000 1073741824 1073778376 140736539105744 140213109094712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9489] ppid=9471 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/9473/task/9489/stat : 9489 (java) S 9471 9473 6377 0 -1 4202560 2269 0 0 0 17 0 0 0 20 0 19 0 341421868 2780295168 40755 33554432000 1073741824 1073778376 140736539105744 140213108042168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9490] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9490/stat : 9490 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421868 2780295168 40755 33554432000 1073741824 1073778376 140736539105744 140213106989304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9491] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9491/stat : 9491 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421868 2780295168 40755 33554432000 1073741824 1073778376 140736539105744 140213105936968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9492] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9492/stat : 9492 (java) S 9471 9473 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341421875 2780295168 40755 33554432000 1073741824 1073778376 140736539105744 140213104883240 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 2715132

[startup+3.10066 s]
/proc/loadavg: 2.02 2.07 2.02 3/215 9492
/proc/meminfo: memFree=26593276/32873844 swapFree=7124/7124
[pid=9473] ppid=9471 vsize=2715132 CPUtime=3.42 cores=0,2,4,6
/proc/9473/stat : 9473 (java) S 9471 9473 6377 0 -1 4202496 7917 0 1 0 336 6 0 0 20 0 19 0 341421860 2780295168 64307 33554432000 1073741824 1073778376 140736539105744 140736539096880 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/9473/statm: 678783 64307 2226 9 0 669476 0
[pid=9473/tid=9475] ppid=9471 vsize=2715132 CPUtime=3.05 cores=0,2,4,6
/proc/9473/task/9475/stat : 9475 (java) R 9471 9473 6377 0 -1 4202560 2863 0 1 0 301 4 0 0 20 0 19 0 341421862 2780295168 64307 33554432000 1073741824 1073778376 140736539105744 140213266682280 140213116895824 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9473/tid=9476] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9476/stat : 9476 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 64307 33554432000 1073741824 1073778376 140736539105744 140213251132328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9477] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9477/stat : 9477 (java) S 9471 9473 6377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 64307 33554432000 1073741824 1073778376 140736539105744 140213250079784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9478] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9478/stat : 9478 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 64307 33554432000 1073741824 1073778376 140736539105744 140213249026728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9473/tid=9479] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9479/stat : 9479 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 64307 33554432000 1073741824 1073778376 140736539105744 140213247974184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9473/tid=9480] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9480/stat : 9480 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 64307 33554432000 1073741824 1073778376 140736539105744 140213246921128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9481] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9481/stat : 9481 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 64307 33554432000 1073741824 1073778376 140736539105744 140213245868584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9473/tid=9482] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9482/stat : 9482 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 64307 33554432000 1073741824 1073778376 140736539105744 140213244815528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9483] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9483/stat : 9483 (java) S 9471 9473 6377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 64307 33554432000 1073741824 1073778376 140736539105744 140213243762984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9484] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9484/stat : 9484 (java) S 9471 9473 6377 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341421864 2780295168 64307 33554432000 1073741824 1073778376 140736539105744 140213113305960 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9485] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9485/stat : 9485 (java) S 9471 9473 6377 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341421865 2780295168 64307 33554432000 1073741824 1073778376 140736539105744 140213112252280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9486] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9486/stat : 9486 (java) S 9471 9473 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341421865 2780295168 64307 33554432000 1073741824 1073778376 140736539105744 140213111199112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9487] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9487/stat : 9487 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421868 2780295168 64307 33554432000 1073741824 1073778376 140736539105744 140213110147856 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9488] ppid=9471 vsize=2715132 CPUtime=0.13 cores=0,2,4,6
/proc/9473/task/9488/stat : 9488 (java) S 9471 9473 6377 0 -1 4202560 1588 0 0 0 13 0 0 0 20 0 19 0 341421868 2780295168 64307 33554432000 1073741824 1073778376 140736539105744 140213109094712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9489] ppid=9471 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/9473/task/9489/stat : 9489 (java) S 9471 9473 6377 0 -1 4202560 2269 0 0 0 18 0 0 0 20 0 19 0 341421868 2780295168 64307 33554432000 1073741824 1073778376 140736539105744 140213108042168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9490] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9490/stat : 9490 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421868 2780295168 64307 33554432000 1073741824 1073778376 140736539105744 140213106989304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9491] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9491/stat : 9491 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421868 2780295168 64307 33554432000 1073741824 1073778376 140736539105744 140213105936968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9492] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9492/stat : 9492 (java) S 9471 9473 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341421875 2780295168 64307 33554432000 1073741824 1073778376 140736539105744 140213104883240 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 2715132

[startup+6.30073 s]
/proc/loadavg: 2.02 2.07 2.02 3/215 9492
/proc/meminfo: memFree=26420384/32873844 swapFree=7124/7124
[pid=9473] ppid=9471 vsize=2715132 CPUtime=6.65 cores=0,2,4,6
/proc/9473/stat : 9473 (java) S 9471 9473 6377 0 -1 4202496 8006 0 1 0 657 8 0 0 20 0 19 0 341421860 2780295168 93341 33554432000 1073741824 1073778376 140736539105744 140736539096880 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/9473/statm: 678783 93341 2240 9 0 669476 0
[pid=9473/tid=9475] ppid=9471 vsize=2715132 CPUtime=6.23 cores=0,2,4,6
/proc/9473/task/9475/stat : 9475 (java) R 9471 9473 6377 0 -1 4202560 2919 0 1 0 617 6 0 0 20 0 19 0 341421862 2780295168 93341 33554432000 1073741824 1073778376 140736539105744 140213266681272 140213117003492 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9473/tid=9476] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9476/stat : 9476 (java) S 9471 9473 6377 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 93341 33554432000 1073741824 1073778376 140736539105744 140213251132328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9477] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9477/stat : 9477 (java) S 9471 9473 6377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 93341 33554432000 1073741824 1073778376 140736539105744 140213250079784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9478] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9478/stat : 9478 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 93341 33554432000 1073741824 1073778376 140736539105744 140213249026728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9473/tid=9479] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9479/stat : 9479 (java) S 9471 9473 6377 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 93341 33554432000 1073741824 1073778376 140736539105744 140213247974184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9473/tid=9480] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9480/stat : 9480 (java) S 9471 9473 6377 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 93341 33554432000 1073741824 1073778376 140736539105744 140213246921128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9481] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9481/stat : 9481 (java) S 9471 9473 6377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 93341 33554432000 1073741824 1073778376 140736539105744 140213245868584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9473/tid=9482] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9482/stat : 9482 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 93341 33554432000 1073741824 1073778376 140736539105744 140213244815528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9483] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9483/stat : 9483 (java) S 9471 9473 6377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341421863 2780295168 93341 33554432000 1073741824 1073778376 140736539105744 140213243762984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9484] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9484/stat : 9484 (java) S 9471 9473 6377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341421864 2780295168 93341 33554432000 1073741824 1073778376 140736539105744 140213113305960 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9485] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9485/stat : 9485 (java) S 9471 9473 6377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341421865 2780295168 93341 33554432000 1073741824 1073778376 140736539105744 140213112252280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9486] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9486/stat : 9486 (java) S 9471 9473 6377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341421865 2780295168 93341 33554432000 1073741824 1073778376 140736539105744 140213111199112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9487] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9487/stat : 9487 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421868 2780295168 93341 33554432000 1073741824 1073778376 140736539105744 140213110147856 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9488] ppid=9471 vsize=2715132 CPUtime=0.13 cores=0,2,4,6
/proc/9473/task/9488/stat : 9488 (java) S 9471 9473 6377 0 -1 4202560 1588 0 0 0 13 0 0 0 20 0 19 0 341421868 2780295168 93341 33554432000 1073741824 1073778376 140736539105744 140213109094712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9489] ppid=9471 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/9473/task/9489/stat : 9489 (java) S 9471 9473 6377 0 -1 4202560 2269 0 0 0 18 0 0 0 20 0 19 0 341421868 2780295168 93341 33554432000 1073741824 1073778376 140736539105744 140213108042168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9490] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9490/stat : 9490 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421868 2780295168 93341 33554432000 1073741824 1073778376 140736539105744 140213106989304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9491] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9491/stat : 9491 (java) S 9471 9473 6377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 341421868 2780295168 93341 33554432000 1073741824 1073778376 140736539105744 140213105936968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9492] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9492/stat : 9492 (java) S 9471 9473 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341421875 2780295168 93341 33554432000 1073741824 1073778376 140736539105744 140213104883240 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]

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

/proc/9473/task/9483/stat : 9483 (java) S 9471 9473 6377 0 -1 4202560 191 0 0 0 30 3 0 0 20 0 19 0 341421863 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213243762984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9484] ppid=9471 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/9473/task/9484/stat : 9484 (java) S 9471 9473 6377 0 -1 4202560 38 0 0 0 0 1 0 0 20 0 19 0 341421864 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213113305960 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9473/tid=9485] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9485/stat : 9485 (java) S 9471 9473 6377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341421865 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213112252280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9486] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9486/stat : 9486 (java) S 9471 9473 6377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341421865 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213111199112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9487] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9487/stat : 9487 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421868 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213110147856 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9488] ppid=9471 vsize=2715132 CPUtime=0.23 cores=0,2,4,6
/proc/9473/task/9488/stat : 9488 (java) S 9471 9473 6377 0 -1 4202560 2461 0 0 0 23 0 0 0 20 0 19 0 341421868 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213109094712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9473/tid=9489] ppid=9471 vsize=2715132 CPUtime=0.27 cores=0,2,4,6
/proc/9473/task/9489/stat : 9489 (java) S 9471 9473 6377 0 -1 4202560 2280 0 0 0 27 0 0 0 20 0 19 0 341421868 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213108042168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9490] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9490/stat : 9490 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421868 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213106989304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9491] ppid=9471 vsize=2715132 CPUtime=0.29 cores=0,2,4,6
/proc/9473/task/9491/stat : 9491 (java) S 9471 9473 6377 0 -1 4202560 42 0 0 0 14 15 0 0 20 0 19 0 341421868 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213105936968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9473/tid=9492] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9492/stat : 9492 (java) S 9471 9473 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341421875 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213104883240 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 720.73
Current children cumulated vsize (KiB) 2715132

[startup+719.101 s]
/proc/loadavg: 2.00 2.01 2.00 3/216 9639
/proc/meminfo: memFree=27001048/32873844 swapFree=7124/7124
[pid=9473] ppid=9471 vsize=2715132 CPUtime=721.53 cores=0,2,4,6
/proc/9473/stat : 9473 (java) S 9471 9473 6377 0 -1 4202496 10436 0 1 0 72112 41 0 0 20 0 19 0 341421860 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140736539096880 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/9473/statm: 678783 158715 2240 9 0 669476 0
[pid=9473/tid=9475] ppid=9471 vsize=2715132 CPUtime=716.49 cores=0,2,4,6
/proc/9473/task/9475/stat : 9475 (java) R 9471 9473 6377 0 -1 4202560 2949 0 1 0 71633 16 0 0 20 0 19 0 341421862 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213266680256 140213117095712 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9476] ppid=9471 vsize=2715132 CPUtime=0.31 cores=0,2,4,6
/proc/9473/task/9476/stat : 9476 (java) S 9471 9473 6377 0 -1 4202560 196 0 0 0 28 3 0 0 20 0 19 0 341421863 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213251132328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9477] ppid=9471 vsize=2715132 CPUtime=0.28 cores=0,2,4,6
/proc/9473/task/9477/stat : 9477 (java) S 9471 9473 6377 0 -1 4202560 298 0 0 0 26 2 0 0 20 0 19 0 341421863 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213250079784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9473/tid=9478] ppid=9471 vsize=2715132 CPUtime=0.25 cores=0,2,4,6
/proc/9473/task/9478/stat : 9478 (java) S 9471 9473 6377 0 -1 4202560 118 0 0 0 22 3 0 0 20 0 19 0 341421863 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213249026728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9479] ppid=9471 vsize=2715132 CPUtime=0.37 cores=0,2,4,6
/proc/9473/task/9479/stat : 9479 (java) S 9471 9473 6377 0 -1 4202560 316 0 0 0 33 4 0 0 20 0 19 0 341421863 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213247974184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9473/tid=9480] ppid=9471 vsize=2715132 CPUtime=0.28 cores=0,2,4,6
/proc/9473/task/9480/stat : 9480 (java) S 9471 9473 6377 0 -1 4202560 136 0 0 0 25 3 0 0 20 0 19 0 341421863 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213246921128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9473/tid=9481] ppid=9471 vsize=2715132 CPUtime=0.29 cores=0,2,4,6
/proc/9473/task/9481/stat : 9481 (java) S 9471 9473 6377 0 -1 4202560 96 0 0 0 26 3 0 0 20 0 19 0 341421863 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213245868584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9482] ppid=9471 vsize=2715132 CPUtime=0.27 cores=0,2,4,6
/proc/9473/task/9482/stat : 9482 (java) S 9471 9473 6377 0 -1 4202560 133 0 0 0 25 2 0 0 20 0 19 0 341421863 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213244815528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9483] ppid=9471 vsize=2715132 CPUtime=0.33 cores=0,2,4,6
/proc/9473/task/9483/stat : 9483 (java) S 9471 9473 6377 0 -1 4202560 191 0 0 0 30 3 0 0 20 0 19 0 341421863 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213243762984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9484] ppid=9471 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/9473/task/9484/stat : 9484 (java) S 9471 9473 6377 0 -1 4202560 38 0 0 0 0 1 0 0 20 0 19 0 341421864 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213113305960 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9473/tid=9485] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9485/stat : 9485 (java) S 9471 9473 6377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341421865 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213112252280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9486] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9486/stat : 9486 (java) S 9471 9473 6377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341421865 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213111199112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9487] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9487/stat : 9487 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421868 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213110147856 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9488] ppid=9471 vsize=2715132 CPUtime=0.23 cores=0,2,4,6
/proc/9473/task/9488/stat : 9488 (java) S 9471 9473 6377 0 -1 4202560 2461 0 0 0 23 0 0 0 20 0 19 0 341421868 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213109094712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9473/tid=9489] ppid=9471 vsize=2715132 CPUtime=0.27 cores=0,2,4,6
/proc/9473/task/9489/stat : 9489 (java) S 9471 9473 6377 0 -1 4202560 2280 0 0 0 27 0 0 0 20 0 19 0 341421868 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213108042168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9490] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9490/stat : 9490 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421868 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213106989304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9491] ppid=9471 vsize=2715132 CPUtime=0.29 cores=0,2,4,6
/proc/9473/task/9491/stat : 9491 (java) S 9471 9473 6377 0 -1 4202560 42 0 0 0 14 15 0 0 20 0 19 0 341421868 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213105936968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9473/tid=9492] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9492/stat : 9492 (java) S 9471 9473 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341421875 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213104883240 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 721.53
Current children cumulated vsize (KiB) 2715132

[startup+719.901 s]
/proc/loadavg: 2.00 2.01 2.00 3/216 9639
/proc/meminfo: memFree=27001048/32873844 swapFree=7124/7124
[pid=9473] ppid=9471 vsize=2715132 CPUtime=722.33 cores=0,2,4,6
/proc/9473/stat : 9473 (java) S 9471 9473 6377 0 -1 4202496 10436 0 1 0 72192 41 0 0 20 0 19 0 341421860 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140736539096880 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/9473/statm: 678783 158715 2240 9 0 669476 0
[pid=9473/tid=9475] ppid=9471 vsize=2715132 CPUtime=717.29 cores=0,2,4,6
/proc/9473/task/9475/stat : 9475 (java) R 9471 9473 6377 0 -1 4202560 2949 0 1 0 71713 16 0 0 20 0 19 0 341421862 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213266680256 140213117095712 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9476] ppid=9471 vsize=2715132 CPUtime=0.31 cores=0,2,4,6
/proc/9473/task/9476/stat : 9476 (java) S 9471 9473 6377 0 -1 4202560 196 0 0 0 28 3 0 0 20 0 19 0 341421863 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213251132328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9477] ppid=9471 vsize=2715132 CPUtime=0.28 cores=0,2,4,6
/proc/9473/task/9477/stat : 9477 (java) S 9471 9473 6377 0 -1 4202560 298 0 0 0 26 2 0 0 20 0 19 0 341421863 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213250079784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9473/tid=9478] ppid=9471 vsize=2715132 CPUtime=0.25 cores=0,2,4,6
/proc/9473/task/9478/stat : 9478 (java) S 9471 9473 6377 0 -1 4202560 118 0 0 0 22 3 0 0 20 0 19 0 341421863 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213249026728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9479] ppid=9471 vsize=2715132 CPUtime=0.37 cores=0,2,4,6
/proc/9473/task/9479/stat : 9479 (java) S 9471 9473 6377 0 -1 4202560 316 0 0 0 33 4 0 0 20 0 19 0 341421863 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213247974184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9473/tid=9480] ppid=9471 vsize=2715132 CPUtime=0.28 cores=0,2,4,6
/proc/9473/task/9480/stat : 9480 (java) S 9471 9473 6377 0 -1 4202560 136 0 0 0 25 3 0 0 20 0 19 0 341421863 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213246921128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9473/tid=9481] ppid=9471 vsize=2715132 CPUtime=0.29 cores=0,2,4,6
/proc/9473/task/9481/stat : 9481 (java) S 9471 9473 6377 0 -1 4202560 96 0 0 0 26 3 0 0 20 0 19 0 341421863 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213245868584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9482] ppid=9471 vsize=2715132 CPUtime=0.27 cores=0,2,4,6
/proc/9473/task/9482/stat : 9482 (java) S 9471 9473 6377 0 -1 4202560 133 0 0 0 25 2 0 0 20 0 19 0 341421863 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213244815528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9483] ppid=9471 vsize=2715132 CPUtime=0.33 cores=0,2,4,6
/proc/9473/task/9483/stat : 9483 (java) S 9471 9473 6377 0 -1 4202560 191 0 0 0 30 3 0 0 20 0 19 0 341421863 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213243762984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9484] ppid=9471 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/9473/task/9484/stat : 9484 (java) S 9471 9473 6377 0 -1 4202560 38 0 0 0 0 1 0 0 20 0 19 0 341421864 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213113305960 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9473/tid=9485] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9485/stat : 9485 (java) S 9471 9473 6377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341421865 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213112252280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9486] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9486/stat : 9486 (java) S 9471 9473 6377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341421865 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213111199112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9487] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9487/stat : 9487 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421868 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213110147856 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9488] ppid=9471 vsize=2715132 CPUtime=0.23 cores=0,2,4,6
/proc/9473/task/9488/stat : 9488 (java) S 9471 9473 6377 0 -1 4202560 2461 0 0 0 23 0 0 0 20 0 19 0 341421868 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213109094712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9473/tid=9489] ppid=9471 vsize=2715132 CPUtime=0.27 cores=0,2,4,6
/proc/9473/task/9489/stat : 9489 (java) S 9471 9473 6377 0 -1 4202560 2280 0 0 0 27 0 0 0 20 0 19 0 341421868 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213108042168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9490] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9490/stat : 9490 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341421868 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213106989304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9491] ppid=9471 vsize=2715132 CPUtime=0.29 cores=0,2,4,6
/proc/9473/task/9491/stat : 9491 (java) S 9471 9473 6377 0 -1 4202560 42 0 0 0 14 15 0 0 20 0 19 0 341421868 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213105936968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9473/tid=9492] ppid=9471 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9492/stat : 9492 (java) S 9471 9473 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341421875 2780295168 158715 33554432000 1073741824 1073778376 140736539105744 140213104883240 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 722.33
Current children cumulated vsize (KiB) 2715132

[startup+720.101 s]
/proc/loadavg: 2.00 2.01 2.00 3/216 9639
/proc/meminfo: memFree=27001048/32873844 swapFree=7124/7124
[pid=9473] ppid=9471 vsize=2781696 CPUtime=722.55 cores=0,2,4,6
/proc/9473/stat : 9473 (java) S 9471 9473 6377 0 -1 4202496 10463 0 1 0 72214 41 0 0 20 0 20 0 341421860 2848456704 158742 33554432000 1073741824 1073778376 140736539105744 140736539096880 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/9473/statm: 695424 158742 2251 9 0 686117 0
[pid=9473/tid=9475] ppid=9471 vsize=2781696 CPUtime=717.45 cores=0,2,4,6
/proc/9473/task/9475/stat : 9475 (java) S 9471 9473 6377 0 -1 4202560 2951 0 1 0 71729 16 0 0 20 0 20 0 341421862 2848456704 158742 33554432000 1073741824 1073778376 140736539105744 140213266682584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9476] ppid=9471 vsize=2781696 CPUtime=0.31 cores=0,2,4,6
/proc/9473/task/9476/stat : 9476 (java) S 9471 9473 6377 0 -1 4202560 196 0 0 0 28 3 0 0 20 0 20 0 341421863 2848456704 158742 33554432000 1073741824 1073778376 140736539105744 140213251132328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9477] ppid=9471 vsize=2781696 CPUtime=0.28 cores=0,2,4,6
/proc/9473/task/9477/stat : 9477 (java) S 9471 9473 6377 0 -1 4202560 298 0 0 0 26 2 0 0 20 0 20 0 341421863 2848456704 158742 33554432000 1073741824 1073778376 140736539105744 140213250079784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9473/tid=9478] ppid=9471 vsize=2781696 CPUtime=0.25 cores=0,2,4,6
/proc/9473/task/9478/stat : 9478 (java) S 9471 9473 6377 0 -1 4202560 118 0 0 0 22 3 0 0 20 0 20 0 341421863 2848456704 158742 33554432000 1073741824 1073778376 140736539105744 140213249026728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9479] ppid=9471 vsize=2781696 CPUtime=0.37 cores=0,2,4,6
/proc/9473/task/9479/stat : 9479 (java) S 9471 9473 6377 0 -1 4202560 316 0 0 0 33 4 0 0 20 0 20 0 341421863 2848456704 158742 33554432000 1073741824 1073778376 140736539105744 140213247974184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9473/tid=9480] ppid=9471 vsize=2781696 CPUtime=0.28 cores=0,2,4,6
/proc/9473/task/9480/stat : 9480 (java) S 9471 9473 6377 0 -1 4202560 136 0 0 0 25 3 0 0 20 0 20 0 341421863 2848456704 158742 33554432000 1073741824 1073778376 140736539105744 140213246921128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9473/tid=9481] ppid=9471 vsize=2781696 CPUtime=0.29 cores=0,2,4,6
/proc/9473/task/9481/stat : 9481 (java) S 9471 9473 6377 0 -1 4202560 96 0 0 0 26 3 0 0 20 0 20 0 341421863 2848456704 158742 33554432000 1073741824 1073778376 140736539105744 140213245868584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9482] ppid=9471 vsize=2781696 CPUtime=0.27 cores=0,2,4,6
/proc/9473/task/9482/stat : 9482 (java) S 9471 9473 6377 0 -1 4202560 133 0 0 0 25 2 0 0 20 0 20 0 341421863 2848456704 158742 33554432000 1073741824 1073778376 140736539105744 140213244815528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9483] ppid=9471 vsize=2781696 CPUtime=0.33 cores=0,2,4,6
/proc/9473/task/9483/stat : 9483 (java) S 9471 9473 6377 0 -1 4202560 191 0 0 0 30 3 0 0 20 0 20 0 341421863 2848456704 158742 33554432000 1073741824 1073778376 140736539105744 140213243762984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9484] ppid=9471 vsize=2781696 CPUtime=0.01 cores=0,2,4,6
/proc/9473/task/9484/stat : 9484 (java) S 9471 9473 6377 0 -1 4202560 38 0 0 0 0 1 0 0 20 0 20 0 341421864 2848456704 158742 33554432000 1073741824 1073778376 140736539105744 140213113305960 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9473/tid=9485] ppid=9471 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9485/stat : 9485 (java) S 9471 9473 6377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341421865 2848456704 158742 33554432000 1073741824 1073778376 140736539105744 140213112252280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9486] ppid=9471 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9486/stat : 9486 (java) S 9471 9473 6377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341421865 2848456704 158742 33554432000 1073741824 1073778376 140736539105744 140213111199112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9487] ppid=9471 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9487/stat : 9487 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341421868 2848456704 158742 33554432000 1073741824 1073778376 140736539105744 140213110147856 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9488] ppid=9471 vsize=2781696 CPUtime=0.24 cores=0,2,4,6
/proc/9473/task/9488/stat : 9488 (java) S 9471 9473 6377 0 -1 4202560 2465 0 0 0 24 0 0 0 20 0 20 0 341421868 2848456704 158742 33554432000 1073741824 1073778376 140736539105744 140213109094712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9473/tid=9489] ppid=9471 vsize=2781696 CPUtime=0.29 cores=0,2,4,6
/proc/9473/task/9489/stat : 9489 (java) S 9471 9473 6377 0 -1 4202560 2287 0 0 0 29 0 0 0 20 0 20 0 341421868 2848456704 158742 33554432000 1073741824 1073778376 140736539105744 140213108042168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9490] ppid=9471 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9490/stat : 9490 (java) S 9471 9473 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341421868 2848456704 158742 33554432000 1073741824 1073778376 140736539105744 140213106989304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9491] ppid=9471 vsize=2781696 CPUtime=0.29 cores=0,2,4,6
/proc/9473/task/9491/stat : 9491 (java) S 9471 9473 6377 0 -1 4202560 42 0 0 0 14 15 0 0 20 0 20 0 341421868 2848456704 158742 33554432000 1073741824 1073778376 140736539105744 140213105936968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9473/tid=9492] ppid=9471 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9492/stat : 9492 (java) S 9471 9473 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341421875 2848456704 158742 33554432000 1073741824 1073778376 140736539105744 140213104883240 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 722.55
Current children cumulated vsize (KiB) 2781696

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9473 and gives
#  childrusage.ru_utime.tv_sec=720
#  childrusage.ru_utime.tv_usec=321494
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=691894
# CPU time returned by wait4() is 721.013
# while last known CPU time is 722.55
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 720.149
CPU time (s): 722.55
CPU user time (s): 722.14
CPU system time (s): 0.41
CPU usage (%): 100.333
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 720.321
system time used= 0.691894
maximum resident set size= 636836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10466
page faults= 1
swaps= 0
block input operations= 0
block output operations= 736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15819
involuntary context switches= 5107

runsolver used 2.56161 second user time and 5.80412 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-03 21:49:25
IDJOB=3734786
IDBENCH=2905
IDSOLVER=2322
FILE ID=node134/3734786-1338752965
RUNJOBID= node134-1338738643-6393
PBS_JOBID= 14636771
Free space on /tmp= 70356 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_1.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734786-1338752965/watcher-3734786-1338752965 -o /tmp/evaluation-result-3734786-1338752965/solver-3734786-1338752965 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3734786-1338752965.opb

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

MD5SUM BENCH= 8dbaef61ba32642517e0b17ac09a002e
RANDOM SEED=1093780533

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26787600 kB
Buffers:          499780 kB
Cached:          3382796 kB
SwapCached:           76 kB
Active:          3049892 kB
Inactive:        2125808 kB
Active(anon):    1284456 kB
Inactive(anon):    10496 kB
Active(file):    1765436 kB
Inactive(file):  2115312 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:                68 kB
Writeback:             0 kB
AnonPages:       1305484 kB
Mapped:            19288 kB
Shmem:                96 kB
Slab:             762584 kB
SReclaimable:     204056 kB
SUnreclaim:       558528 kB
KernelStack:        1624 kB
PageTables:         6720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1517288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1265664 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= 70360 MiB
End job on node134 at 2012-06-03 22:01:25