Trace number 2659042

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
SAT4J PB Resolution 2.2.0 2010-05-26? 328.988 313.169

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-ds.opb
MD5SUM7478f253a8ff3e29c2a001743623a20c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 764056
Optimality of the best value was proved NO
Number of variables1354640
Total number of constraints656
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints656
Minimum length of a constraint640
Maximum length of a constraint129180
Number of terms in the objective function 1354640
Biggest coefficient in the objective function 1732247552
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 49715233983525
Number of bits of the sum of numbers in the objective function 46
Biggest number in a constraint 1732247552
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 49715233983525
Number of bits of the biggest sum of numbers46
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100526
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c solving HOME/instance-2659042-1276569833.opb
0.23/0.22	c reading problem ... 
328.83/313.03	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
328.83/313.03		at java.math.BigInteger.add(Unknown Source)
328.83/313.03		at org.sat4j.pb.constraints.pb.Pseudos.niceCheckedParametersForCompetition(Unknown Source)
328.83/313.03		at org.sat4j.pb.constraints.pb.Pseudos.niceParametersForCompetition(Unknown Source)
328.83/313.03		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory$1.nice(Unknown Source)
328.83/313.03		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
328.83/313.03		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
328.83/313.03		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
328.83/313.03		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
328.83/313.03		at org.sat4j.pb.reader.OPBReader2010.endConstraint(Unknown Source)
328.83/313.03		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
328.83/313.03		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
328.83/313.03		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
328.83/313.03		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
328.83/313.03		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
328.83/313.03		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
328.83/313.03		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
328.83/313.03		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
328.83/313.03		at org.sat4j.AbstractLauncher.run(Unknown Source)
328.83/313.03		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
328.83/313.03	c starts		: 0
328.83/313.03	c conflicts		: 0
328.83/313.03	c decisions		: 0
328.83/313.03	c propagations		: 0
328.83/313.03	c inspects		: 0
328.83/313.03	c learnt literals	: 0
328.83/313.03	c learnt binary clauses	: 0
328.83/313.03	c learnt ternary clauses	: 0
328.83/313.03	c learnt clauses	: 0
328.83/313.03	c ignored clauses	: 0
328.83/313.03	c root simplifications	: 0
328.83/313.03	c removed literals (reason simplification)	: 0
328.83/313.03	c reason swapping (by a shorter reason)	: 0
328.83/313.03	c Calls to reduceDB	: 0
328.83/313.03	c number of reductions to clauses (during analyze)	: 0
328.83/313.03	c number of learned constraints concerned by reduction	: 0
328.83/313.03	c number of learning phase by resolution	: 0
328.83/313.03	c number of learning phase by cutting planes	: 0
328.83/313.03	c speed (assignments/second)	: 0.0
328.83/313.03	c non guided choices	0
328.83/313.03	c learnt constraints type 
328.83/313.03	c constraints type 
328.83/313.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 471
328.83/313.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 471
328.83/313.03	s UNKNOWN
328.83/313.03	c Total wall clock time (in seconds): 312.815

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659042-1276569833/watcher-2659042-1276569833 -o /tmp/evaluation-result-2659042-1276569833/solver-2659042-1276569833 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659042-1276569833.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.12 1.02 1.07 3/106 2626
/proc/meminfo: memFree=1512900/2059040 swapFree=4140416/4192956
[pid=2626] ppid=2624 vsize=248 CPUtime=0
/proc/2626/stat : 2626 (java) R 2624 2626 2574 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 30641442 253952 29 1992294400 134512640 134550932 4291707248 18446744073709551615 1954270 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2626/statm: 62 29 21 10 0 23 0

[startup+0.061999 s]
/proc/loadavg: 1.12 1.02 1.07 3/106 2626
/proc/meminfo: memFree=1512900/2059040 swapFree=4140416/4192956
[pid=2626] ppid=2624 vsize=1521664 CPUtime=0.04
/proc/2626/stat : 2626 (java) S 2624 2626 2574 0 -1 4202496 3601 0 1 0 2 2 0 0 18 0 7 0 30641442 1558183936 3043 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/2626/statm: 380416 3043 1019 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.100999 s]
/proc/loadavg: 1.12 1.02 1.07 3/106 2626
/proc/meminfo: memFree=1512900/2059040 swapFree=4140416/4192956
[pid=2626] ppid=2624 vsize=1522636 CPUtime=0.08
/proc/2626/stat : 2626 (java) S 2624 2626 2574 0 -1 4202496 3879 0 1 0 5 3 0 0 18 0 9 0 30641442 1559179264 3321 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2626/statm: 380659 3321 1050 10 0 377969 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1522636

[startup+0.300997 s]
/proc/loadavg: 1.12 1.02 1.07 3/106 2626
/proc/meminfo: memFree=1512900/2059040 swapFree=4140416/4192956
[pid=2626] ppid=2624 vsize=1526084 CPUtime=0.33
/proc/2626/stat : 2626 (java) S 2624 2626 2574 0 -1 4202496 12735 0 1 0 27 6 0 0 18 0 12 0 30641442 1562710016 12173 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2626/statm: 381521 12173 1349 10 0 378823 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526084

[startup+0.700993 s]
/proc/loadavg: 1.12 1.02 1.07 3/106 2626
/proc/meminfo: memFree=1512900/2059040 swapFree=4140416/4192956
[pid=2626] ppid=2624 vsize=1527516 CPUtime=1.02
/proc/2626/stat : 2626 (java) S 2624 2626 2574 0 -1 4202496 16151 0 1 0 93 9 0 0 18 0 12 0 30641442 1564176384 15522 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2626/statm: 381879 15522 1400 10 0 379181 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1527516

[startup+1.50199 s]
/proc/loadavg: 1.12 1.02 1.07 2/118 2638
/proc/meminfo: memFree=1436360/2059040 swapFree=4140416/4192956
[pid=2626] ppid=2624 vsize=1527516 CPUtime=1.81
/proc/2626/stat : 2626 (java) S 2624 2626 2574 0 -1 4202496 30323 0 1 0 168 13 0 0 18 0 12 0 30641442 1564176384 29694 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2626/statm: 381879 29695 1400 10 0 379181 0
[pid=2626/tid=2628] ppid=2624 vsize=1527516 CPUtime=1.47
/proc/2626/task/2628/stat : 2628 (java) R 2624 2626 2574 0 -1 4202560 28180 0 1 0 135 12 0 0 19 0 12 0 30641444 1564176384 29695 1992294400 134512640 134550932 4291707248 18446744073709551615 4109111967 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2626/tid=2629] ppid=2624 vsize=1527516 CPUtime=0
/proc/2626/task/2629/stat : 2629 (java) S 2624 2626 2574 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 30641445 1564176384 29696 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2630] ppid=2624 vsize=1527516 CPUtime=0
/proc/2626/task/2630/stat : 2630 (java) S 2624 2626 2574 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 30641445 1564176384 29697 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2631] ppid=2624 vsize=1527516 CPUtime=0
/proc/2626/task/2631/stat : 2631 (java) S 2624 2626 2574 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 30641447 1564176384 29698 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2632] ppid=2624 vsize=1527516 CPUtime=0
/proc/2626/task/2632/stat : 2632 (java) S 2624 2626 2574 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 30641447 1564176384 29699 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2633] ppid=2624 vsize=1527516 CPUtime=0
/proc/2626/task/2633/stat : 2633 (java) S 2624 2626 2574 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 12 0 30641447 1564176384 29700 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2634] ppid=2624 vsize=1527516 CPUtime=0
/proc/2626/task/2634/stat : 2634 (java) S 2624 2626 2574 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30641452 1564176384 29701 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2635] ppid=2624 vsize=1527516 CPUtime=0.2
/proc/2626/task/2635/stat : 2635 (java) S 2624 2626 2574 0 -1 4202560 409 0 0 0 20 0 0 0 25 0 12 0 30641452 1564176384 29702 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2636] ppid=2624 vsize=1527516 CPUtime=0.13
/proc/2626/task/2636/stat : 2636 (java) S 2624 2626 2574 0 -1 4202560 672 0 0 0 13 0 0 0 24 0 12 0 30641452 1564176384 29702 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2637] ppid=2624 vsize=1527516 CPUtime=0
/proc/2626/task/2637/stat : 2637 (java) S 2624 2626 2574 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 30641452 1564176384 29703 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2638] ppid=2624 vsize=1527516 CPUtime=0
/proc/2626/task/2638/stat : 2638 (java) S 2624 2626 2574 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30641452 1564176384 29704 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 1527516

[startup+3.10197 s]
/proc/loadavg: 1.12 1.02 1.07 2/118 2638
/proc/meminfo: memFree=1342368/2059040 swapFree=4140416/4192956
[pid=2626] ppid=2624 vsize=1527516 CPUtime=3.52
/proc/2626/stat : 2626 (java) S 2624 2626 2574 0 -1 4202496 45233 0 1 0 332 20 0 0 18 0 12 0 30641442 1564176384 44299 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2626/statm: 381879 44299 1411 10 0 379181 0
[pid=2626/tid=2628] ppid=2624 vsize=1527516 CPUtime=2.95
/proc/2626/task/2628/stat : 2628 (java) R 2624 2626 2574 0 -1 4202560 31828 0 1 0 282 13 0 0 21 0 12 0 30641444 1564176384 44299 1992294400 134512640 134550932 4291707248 18446744073709551615 4109097049 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2626/tid=2629] ppid=2624 vsize=1527516 CPUtime=0.1
/proc/2626/task/2629/stat : 2629 (java) S 2624 2626 2574 0 -1 4202560 8614 0 0 0 7 3 0 0 18 0 12 0 30641445 1564176384 44299 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2630] ppid=2624 vsize=1527516 CPUtime=0.1
/proc/2626/task/2630/stat : 2630 (java) S 2624 2626 2574 0 -1 4202560 2641 0 0 0 9 1 0 0 18 0 12 0 30641445 1564176384 44299 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2631] ppid=2624 vsize=1527516 CPUtime=0
/proc/2626/task/2631/stat : 2631 (java) S 2624 2626 2574 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 30641447 1564176384 44299 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2632] ppid=2624 vsize=1527516 CPUtime=0
/proc/2626/task/2632/stat : 2632 (java) S 2624 2626 2574 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 30641447 1564176384 44299 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2633] ppid=2624 vsize=1527516 CPUtime=0
/proc/2626/task/2633/stat : 2633 (java) S 2624 2626 2574 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 12 0 30641447 1564176384 44299 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2634] ppid=2624 vsize=1527516 CPUtime=0
/proc/2626/task/2634/stat : 2634 (java) S 2624 2626 2574 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30641452 1564176384 44299 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2635] ppid=2624 vsize=1527516 CPUtime=0.2
/proc/2626/task/2635/stat : 2635 (java) S 2624 2626 2574 0 -1 4202560 409 0 0 0 20 0 0 0 25 0 12 0 30641452 1564176384 44299 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2636] ppid=2624 vsize=1527516 CPUtime=0.13
/proc/2626/task/2636/stat : 2636 (java) S 2624 2626 2574 0 -1 4202560 672 0 0 0 13 0 0 0 24 0 12 0 30641452 1564176384 44299 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2637] ppid=2624 vsize=1527516 CPUtime=0
/proc/2626/task/2637/stat : 2637 (java) S 2624 2626 2574 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 30641452 1564176384 44299 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2638] ppid=2624 vsize=1527516 CPUtime=0
/proc/2626/task/2638/stat : 2638 (java) S 2624 2626 2574 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30641452 1564176384 44299 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 1527516

[startup+6.30194 s]
/proc/loadavg: 1.19 1.03 1.08 2/118 2638
/proc/meminfo: memFree=1289668/2059040 swapFree=4140416/4192956
[pid=2626] ppid=2624 vsize=1527516 CPUtime=7.15
/proc/2626/stat : 2626 (java) S 2624 2626 2574 0 -1 4202496 67776 0 1 0 683 32 0 0 18 0 12 0 30641442 1564176384 63953 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2626/statm: 381879 63953 1411 10 0 379181 0
[pid=2626/tid=2628] ppid=2624 vsize=1527516 CPUtime=5.7
/proc/2626/task/2628/stat : 2628 (java) R 2624 2626 2574 0 -1 4202560 31970 0 1 0 556 14 0 0 24 0 12 0 30641444 1564176384 63953 1992294400 134512640 134550932 4291707248 18446744073709551615 4109073186 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2626/tid=2629] ppid=2624 vsize=1527516 CPUtime=0.55
/proc/2626/task/2629/stat : 2629 (java) S 2624 2626 2574 0 -1 4202560 23651 0 0 0 44 11 0 0 18 0 12 0 30641445 1564176384 63953 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2630] ppid=2624 vsize=1527516 CPUtime=0.54
/proc/2626/task/2630/stat : 2630 (java) S 2624 2626 2574 0 -1 4202560 10005 0 0 0 49 5 0 0 18 0 12 0 30641445 1564176384 63953 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2631] ppid=2624 vsize=1527516 CPUtime=0
/proc/2626/task/2631/stat : 2631 (java) S 2624 2626 2574 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 30641447 1564176384 63953 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2632] ppid=2624 vsize=1527516 CPUtime=0
/proc/2626/task/2632/stat : 2632 (java) S 2624 2626 2574 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 30641447 1564176384 63953 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2633] ppid=2624 vsize=1527516 CPUtime=0
/proc/2626/task/2633/stat : 2633 (java) S 2624 2626 2574 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 12 0 30641447 1564176384 63953 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2634] ppid=2624 vsize=1527516 CPUtime=0
/proc/2626/task/2634/stat : 2634 (java) S 2624 2626 2574 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30641452 1564176384 63953 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2635] ppid=2624 vsize=1527516 CPUtime=0.2
/proc/2626/task/2635/stat : 2635 (java) S 2624 2626 2574 0 -1 4202560 409 0 0 0 20 0 0 0 25 0 12 0 30641452 1564176384 63953 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2636] ppid=2624 vsize=1527516 CPUtime=0.13
/proc/2626/task/2636/stat : 2636 (java) S 2624 2626 2574 0 -1 4202560 672 0 0 0 13 0 0 0 18 0 12 0 30641452 1564176384 63953 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2637] ppid=2624 vsize=1527516 CPUtime=0
/proc/2626/task/2637/stat : 2637 (java) S 2624 2626 2574 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 30641452 1564176384 63953 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2638] ppid=2624 vsize=1527516 CPUtime=0
/proc/2626/task/2638/stat : 2638 (java) S 2624 2626 2574 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30641452 1564176384 63953 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 1527516

[startup+12.7015 s]
/proc/loadavg: 1.18 1.03 1.08 3/118 2638
/proc/meminfo: memFree=1169264/2059040 swapFree=4140416/4192956
[pid=2626] ppid=2624 vsize=1533412 CPUtime=15.48
/proc/2626/stat : 2626 (java) S 2624 2626 2574 0 -1 4202496 101332 0 1 0 1499 49 0 0 18 0 12 0 30641442 1570213888 93508 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2626/statm: 383353 93508 1417 10 0 380655 0
[pid=2626/tid=2628] ppid=2624 vsize=1533412 CPUtime=10.67
/proc/2626/task/2628/stat : 2628 (java) R 2624 2626 2574 0 -1 4202560 31993 0 1 0 1051 16 0 0 16 0 12 0 30641444 1570213888 93508 1992294400 134512640 134550932 4291707248 18446744073709551615 4109055690 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2626/tid=2629] ppid=2624 vsize=1533412 CPUtime=1.94
/proc/2626/task/2629/stat : 2629 (java) S 2624 2626 2574 0 -1 4202560 43551 0 0 0 175 19 0 0 16 0 12 0 30641445 1570213888 93508 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2630] ppid=2624 vsize=1533412 CPUtime=1.93
/proc/2626/task/2630/stat : 2630 (java) S 2624 2626 2574 0 -1 4202560 22661 0 0 0 181 12 0 0 16 0 12 0 30641445 1570213888 93508 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2631] ppid=2624 vsize=1533412 CPUtime=0
/proc/2626/task/2631/stat : 2631 (java) S 2624 2626 2574 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 30641447 1570213888 93508 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2632] ppid=2624 vsize=1533412 CPUtime=0
/proc/2626/task/2632/stat : 2632 (java) S 2624 2626 2574 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 30641447 1570213888 93508 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2633] ppid=2624 vsize=1533412 CPUtime=0
/proc/2626/task/2633/stat : 2633 (java) S 2624 2626 2574 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 12 0 30641447 1570213888 93508 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2634] ppid=2624 vsize=1533412 CPUtime=0
/proc/2626/task/2634/stat : 2634 (java) S 2624 2626 2574 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30641452 1570213888 93508 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2635] ppid=2624 vsize=1533412 CPUtime=0.45
/proc/2626/task/2635/stat : 2635 (java) S 2624 2626 2574 0 -1 4202560 431 0 0 0 45 0 0 0 16 0 12 0 30641452 1570213888 93508 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2636] ppid=2624 vsize=1533412 CPUtime=0.46
/proc/2626/task/2636/stat : 2636 (java) S 2624 2626 2574 0 -1 4202560 1627 0 0 0 46 0 0 0 15 0 12 0 30641452 1570213888 93508 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2637] ppid=2624 vsize=1533412 CPUtime=0
/proc/2626/task/2637/stat : 2637 (java) S 2624 2626 2574 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 30641452 1570213888 93508 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2638] ppid=2624 vsize=1533412 CPUtime=0
/proc/2626/task/2638/stat : 2638 (java) S 2624 2626 2574 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30641452 1570213888 93508 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.48
Current children cumulated vsize (KiB) 1533412

[startup+25.5009 s]
/proc/loadavg: 1.34 1.08 1.09 2/118 2638
/proc/meminfo: memFree=1014760/2059040 swapFree=4140416/4192956
[pid=2626] ppid=2624 vsize=1533412 CPUtime=30.03
/proc/2626/stat : 2626 (java) S 2624 2626 2574 0 -1 4202496 135884 0 1 0 2933 70 0 0 18 0 12 0 30641442 1570213888 126722 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2626/statm: 383353 126722 1417 10 0 380655 0
[pid=2626/tid=2628] ppid=2624 vsize=1533412 CPUtime=21.58
/proc/2626/task/2628/stat : 2628 (java) R 2624 2626 2574 0 -1 4202560 32012 0 1 0 2139 19 0 0 16 0 12 0 30641444 1570213888 126722 1992294400 134512640 134550932 4291707248 18446744073709551615 4109143744 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2626/tid=2629] ppid=2624 vsize=1533412 CPUtime=3.68
/proc/2626/task/2629/stat : 2629 (java) S 2624 2626 2574 0 -1 4202560 54404 0 0 0 342 26 0 0 16 0 12 0 30641445 1570213888 126722 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2630] ppid=2624 vsize=1533412 CPUtime=3.78
/proc/2626/task/2630/stat : 2630 (java) S 2624 2626 2574 0 -1 4202560 46338 0 0 0 356 22 0 0 16 0 12 0 30641445 1570213888 126722 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2631] ppid=2624 vsize=1533412 CPUtime=0
/proc/2626/task/2631/stat : 2631 (java) S 2624 2626 2574 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 30641447 1570213888 126722 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2632] ppid=2624 vsize=1533412 CPUtime=0
/proc/2626/task/2632/stat : 2632 (java) S 2624 2626 2574 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 30641447 1570213888 126722 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2633] ppid=2624 vsize=1533412 CPUtime=0
/proc/2626/task/2633/stat : 2633 (java) S 2624 2626 2574 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 12 0 30641447 1570213888 126722 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2634] ppid=2624 vsize=1533412 CPUtime=0
/proc/2626/task/2634/stat : 2634 (java) S 2624 2626 2574 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30641452 1570213888 126722 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2635] ppid=2624 vsize=1533412 CPUtime=0.48

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

[pid=2626/tid=2638] ppid=2624 vsize=1541664 CPUtime=0
/proc/2626/task/2638/stat : 2638 (java) S 2624 2626 2574 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 12 0 30641452 1578663936 353812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 310.14
Current children cumulated vsize (KiB) 1541664

[startup+300.701 s]
/proc/loadavg: 1.00 1.05 1.07 2/118 2646
/proc/meminfo: memFree=102988/2059040 swapFree=4140416/4192956
[pid=2626] ppid=2624 vsize=1541664 CPUtime=316.53
/proc/2626/stat : 2626 (java) S 2624 2626 2574 0 -1 4202496 646739 0 1 0 31330 323 0 0 18 0 12 0 30641442 1578663936 353812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2626/statm: 385416 353812 1422 10 0 382718 0
[pid=2626/tid=2628] ppid=2624 vsize=1541664 CPUtime=114.23
/proc/2626/task/2628/stat : 2628 (java) S 2624 2626 2574 0 -1 4202560 32118 0 1 0 11388 35 0 0 18 0 12 0 30641444 1578663936 353812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2629] ppid=2624 vsize=1541664 CPUtime=15.73
/proc/2626/task/2629/stat : 2629 (java) S 2624 2626 2574 0 -1 4202560 181005 0 0 0 1475 98 0 0 16 0 12 0 30641445 1578663936 353812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2630] ppid=2624 vsize=1541664 CPUtime=15.89
/proc/2626/task/2630/stat : 2630 (java) S 2624 2626 2574 0 -1 4202560 160593 0 0 0 1502 87 0 0 16 0 12 0 30641445 1578663936 353812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2631] ppid=2624 vsize=1541664 CPUtime=169.65
/proc/2626/task/2631/stat : 2631 (java) R 2624 2626 2574 0 -1 4202560 269881 0 0 0 16867 98 0 0 25 0 12 0 30641447 1578663936 353812 1992294400 134512640 134550932 4291707248 18446744073709551615 104177864 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=2626/tid=2632] ppid=2624 vsize=1541664 CPUtime=0
/proc/2626/task/2632/stat : 2632 (java) S 2624 2626 2574 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 30641447 1578663936 353812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2633] ppid=2624 vsize=1541664 CPUtime=0
/proc/2626/task/2633/stat : 2633 (java) S 2624 2626 2574 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 12 0 30641447 1578663936 353812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2634] ppid=2624 vsize=1541664 CPUtime=0
/proc/2626/task/2634/stat : 2634 (java) S 2624 2626 2574 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30641452 1578663936 353812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2635] ppid=2624 vsize=1541664 CPUtime=0.48
/proc/2626/task/2635/stat : 2635 (java) S 2624 2626 2574 0 -1 4202560 433 0 0 0 48 0 0 0 15 0 12 0 30641452 1578663936 353812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2636] ppid=2624 vsize=1541664 CPUtime=0.47
/proc/2626/task/2636/stat : 2636 (java) S 2624 2626 2574 0 -1 4202560 1629 0 0 0 47 0 0 0 15 0 12 0 30641452 1578663936 353812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2637] ppid=2624 vsize=1541664 CPUtime=0
/proc/2626/task/2637/stat : 2637 (java) S 2624 2626 2574 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 30641452 1578663936 353812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2638] ppid=2624 vsize=1541664 CPUtime=0
/proc/2626/task/2638/stat : 2638 (java) S 2624 2626 2574 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 12 0 30641452 1578663936 353812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 316.53
Current children cumulated vsize (KiB) 1541664

[startup+307.102 s]
/proc/loadavg: 1.00 1.04 1.07 2/118 2646
/proc/meminfo: memFree=94928/2059040 swapFree=4140416/4192956
[pid=2626] ppid=2624 vsize=1549664 CPUtime=322.92
/proc/2626/stat : 2626 (java) S 2624 2626 2574 0 -1 4202496 658496 0 1 0 31965 327 0 0 18 0 12 0 30641442 1586855936 355812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2626/statm: 387416 355812 1422 10 0 384718 0
[pid=2626/tid=2628] ppid=2624 vsize=1549664 CPUtime=114.24
/proc/2626/task/2628/stat : 2628 (java) S 2624 2626 2574 0 -1 4202560 32119 0 1 0 11388 36 0 0 18 0 12 0 30641444 1586855936 355812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2629] ppid=2624 vsize=1549664 CPUtime=15.73
/proc/2626/task/2629/stat : 2629 (java) S 2624 2626 2574 0 -1 4202560 181005 0 0 0 1475 98 0 0 16 0 12 0 30641445 1586855936 355812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2630] ppid=2624 vsize=1549664 CPUtime=15.89
/proc/2626/task/2630/stat : 2630 (java) S 2624 2626 2574 0 -1 4202560 160593 0 0 0 1502 87 0 0 16 0 12 0 30641445 1586855936 355812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2631] ppid=2624 vsize=1549664 CPUtime=176.03
/proc/2626/task/2631/stat : 2631 (java) R 2624 2626 2574 0 -1 4202560 281637 0 0 0 17501 102 0 0 25 0 12 0 30641447 1586855936 355812 1992294400 134512640 134550932 4291707248 18446744073709551615 106158897 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=2626/tid=2632] ppid=2624 vsize=1549664 CPUtime=0
/proc/2626/task/2632/stat : 2632 (java) S 2624 2626 2574 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 30641447 1586855936 355812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2633] ppid=2624 vsize=1549664 CPUtime=0
/proc/2626/task/2633/stat : 2633 (java) S 2624 2626 2574 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 12 0 30641447 1586855936 355812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2634] ppid=2624 vsize=1549664 CPUtime=0
/proc/2626/task/2634/stat : 2634 (java) S 2624 2626 2574 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30641452 1586855936 355812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2635] ppid=2624 vsize=1549664 CPUtime=0.48
/proc/2626/task/2635/stat : 2635 (java) S 2624 2626 2574 0 -1 4202560 433 0 0 0 48 0 0 0 15 0 12 0 30641452 1586855936 355812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2636] ppid=2624 vsize=1549664 CPUtime=0.47
/proc/2626/task/2636/stat : 2636 (java) S 2624 2626 2574 0 -1 4202560 1629 0 0 0 47 0 0 0 15 0 12 0 30641452 1586855936 355812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2637] ppid=2624 vsize=1549664 CPUtime=0
/proc/2626/task/2637/stat : 2637 (java) S 2624 2626 2574 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 30641452 1586855936 355812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2638] ppid=2624 vsize=1549664 CPUtime=0
/proc/2626/task/2638/stat : 2638 (java) S 2624 2626 2574 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 12 0 30641452 1586855936 355812 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 322.92
Current children cumulated vsize (KiB) 1549664

[startup+310.301 s]
/proc/loadavg: 1.00 1.04 1.07 2/118 2646
/proc/meminfo: memFree=95052/2059040 swapFree=4140416/4192956
[pid=2626] ppid=2624 vsize=1549664 CPUtime=326.13
/proc/2626/stat : 2626 (java) S 2624 2626 2574 0 -1 4202496 666257 0 1 0 32282 331 0 0 18 0 12 0 30641442 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2626/statm: 387416 355815 1424 10 0 384718 0
[pid=2626/tid=2628] ppid=2624 vsize=1549664 CPUtime=114.25
/proc/2626/task/2628/stat : 2628 (java) S 2624 2626 2574 0 -1 4202560 32124 0 1 0 11389 36 0 0 18 0 12 0 30641444 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2629] ppid=2624 vsize=1549664 CPUtime=15.73
/proc/2626/task/2629/stat : 2629 (java) S 2624 2626 2574 0 -1 4202560 181005 0 0 0 1475 98 0 0 16 0 12 0 30641445 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2630] ppid=2624 vsize=1549664 CPUtime=15.89
/proc/2626/task/2630/stat : 2630 (java) S 2624 2626 2574 0 -1 4202560 160593 0 0 0 1502 87 0 0 16 0 12 0 30641445 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2631] ppid=2624 vsize=1549664 CPUtime=179.23
/proc/2626/task/2631/stat : 2631 (java) R 2624 2626 2574 0 -1 4202560 289393 0 0 0 17817 106 0 0 25 0 12 0 30641447 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=2626/tid=2632] ppid=2624 vsize=1549664 CPUtime=0
/proc/2626/task/2632/stat : 2632 (java) S 2624 2626 2574 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 30641447 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2633] ppid=2624 vsize=1549664 CPUtime=0
/proc/2626/task/2633/stat : 2633 (java) S 2624 2626 2574 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 12 0 30641447 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2634] ppid=2624 vsize=1549664 CPUtime=0
/proc/2626/task/2634/stat : 2634 (java) S 2624 2626 2574 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30641452 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2635] ppid=2624 vsize=1549664 CPUtime=0.48
/proc/2626/task/2635/stat : 2635 (java) S 2624 2626 2574 0 -1 4202560 433 0 0 0 48 0 0 0 15 0 12 0 30641452 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2636] ppid=2624 vsize=1549664 CPUtime=0.47
/proc/2626/task/2636/stat : 2636 (java) S 2624 2626 2574 0 -1 4202560 1629 0 0 0 47 0 0 0 15 0 12 0 30641452 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2637] ppid=2624 vsize=1549664 CPUtime=0
/proc/2626/task/2637/stat : 2637 (java) S 2624 2626 2574 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 30641452 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2638] ppid=2624 vsize=1549664 CPUtime=0
/proc/2626/task/2638/stat : 2638 (java) S 2624 2626 2574 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 12 0 30641452 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 326.13
Current children cumulated vsize (KiB) 1549664

[startup+311.901 s]
/proc/loadavg: 1.00 1.04 1.07 2/118 2646
/proc/meminfo: memFree=95052/2059040 swapFree=4140416/4192956
[pid=2626] ppid=2624 vsize=1549664 CPUtime=327.73
/proc/2626/stat : 2626 (java) S 2624 2626 2574 0 -1 4202496 666257 0 1 0 32442 331 0 0 18 0 12 0 30641442 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2626/statm: 387416 355815 1424 10 0 384718 0
[pid=2626/tid=2628] ppid=2624 vsize=1549664 CPUtime=114.25
/proc/2626/task/2628/stat : 2628 (java) S 2624 2626 2574 0 -1 4202560 32124 0 1 0 11389 36 0 0 18 0 12 0 30641444 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2629] ppid=2624 vsize=1549664 CPUtime=15.73
/proc/2626/task/2629/stat : 2629 (java) S 2624 2626 2574 0 -1 4202560 181005 0 0 0 1475 98 0 0 16 0 12 0 30641445 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2630] ppid=2624 vsize=1549664 CPUtime=15.89
/proc/2626/task/2630/stat : 2630 (java) S 2624 2626 2574 0 -1 4202560 160593 0 0 0 1502 87 0 0 16 0 12 0 30641445 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2631] ppid=2624 vsize=1549664 CPUtime=180.83
/proc/2626/task/2631/stat : 2631 (java) R 2624 2626 2574 0 -1 4202560 289393 0 0 0 17977 106 0 0 25 0 12 0 30641447 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 104187785 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=2626/tid=2632] ppid=2624 vsize=1549664 CPUtime=0
/proc/2626/task/2632/stat : 2632 (java) S 2624 2626 2574 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 30641447 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2633] ppid=2624 vsize=1549664 CPUtime=0
/proc/2626/task/2633/stat : 2633 (java) S 2624 2626 2574 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 12 0 30641447 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2634] ppid=2624 vsize=1549664 CPUtime=0
/proc/2626/task/2634/stat : 2634 (java) S 2624 2626 2574 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30641452 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2635] ppid=2624 vsize=1549664 CPUtime=0.48
/proc/2626/task/2635/stat : 2635 (java) S 2624 2626 2574 0 -1 4202560 433 0 0 0 48 0 0 0 15 0 12 0 30641452 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2636] ppid=2624 vsize=1549664 CPUtime=0.47
/proc/2626/task/2636/stat : 2636 (java) S 2624 2626 2574 0 -1 4202560 1629 0 0 0 47 0 0 0 15 0 12 0 30641452 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2637] ppid=2624 vsize=1549664 CPUtime=0
/proc/2626/task/2637/stat : 2637 (java) S 2624 2626 2574 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 30641452 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2638] ppid=2624 vsize=1549664 CPUtime=0
/proc/2626/task/2638/stat : 2638 (java) S 2624 2626 2574 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 12 0 30641452 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 327.73
Current children cumulated vsize (KiB) 1549664

[startup+312.702 s]
/proc/loadavg: 1.00 1.04 1.07 2/118 2646
/proc/meminfo: memFree=95052/2059040 swapFree=4140416/4192956
[pid=2626] ppid=2624 vsize=1549664 CPUtime=328.53
/proc/2626/stat : 2626 (java) S 2624 2626 2574 0 -1 4202496 666257 0 1 0 32522 331 0 0 18 0 12 0 30641442 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2626/statm: 387416 355815 1424 10 0 384718 0
[pid=2626/tid=2628] ppid=2624 vsize=1549664 CPUtime=114.25
/proc/2626/task/2628/stat : 2628 (java) S 2624 2626 2574 0 -1 4202560 32124 0 1 0 11389 36 0 0 18 0 12 0 30641444 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2629] ppid=2624 vsize=1549664 CPUtime=15.73
/proc/2626/task/2629/stat : 2629 (java) S 2624 2626 2574 0 -1 4202560 181005 0 0 0 1475 98 0 0 16 0 12 0 30641445 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2630] ppid=2624 vsize=1549664 CPUtime=15.89
/proc/2626/task/2630/stat : 2630 (java) S 2624 2626 2574 0 -1 4202560 160593 0 0 0 1502 87 0 0 16 0 12 0 30641445 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2631] ppid=2624 vsize=1549664 CPUtime=181.63
/proc/2626/task/2631/stat : 2631 (java) R 2624 2626 2574 0 -1 4202560 289393 0 0 0 18057 106 0 0 25 0 12 0 30641447 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 105886114 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=2626/tid=2632] ppid=2624 vsize=1549664 CPUtime=0
/proc/2626/task/2632/stat : 2632 (java) S 2624 2626 2574 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 30641447 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2633] ppid=2624 vsize=1549664 CPUtime=0
/proc/2626/task/2633/stat : 2633 (java) S 2624 2626 2574 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 12 0 30641447 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2634] ppid=2624 vsize=1549664 CPUtime=0
/proc/2626/task/2634/stat : 2634 (java) S 2624 2626 2574 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30641452 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2635] ppid=2624 vsize=1549664 CPUtime=0.48
/proc/2626/task/2635/stat : 2635 (java) S 2624 2626 2574 0 -1 4202560 433 0 0 0 48 0 0 0 15 0 12 0 30641452 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2636] ppid=2624 vsize=1549664 CPUtime=0.47
/proc/2626/task/2636/stat : 2636 (java) S 2624 2626 2574 0 -1 4202560 1629 0 0 0 47 0 0 0 15 0 12 0 30641452 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=2626/tid=2637] ppid=2624 vsize=1549664 CPUtime=0
/proc/2626/task/2637/stat : 2637 (java) S 2624 2626 2574 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 30641452 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=2626/tid=2638] ppid=2624 vsize=1549664 CPUtime=0
/proc/2626/task/2638/stat : 2638 (java) S 2624 2626 2574 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 12 0 30641452 1586855936 355815 1992294400 134512640 134550932 4291707248 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 328.53
Current children cumulated vsize (KiB) 1549664

[startup+313.102 s]
/proc/loadavg: 1.00 1.04 1.07 2/118 2646
/proc/meminfo: memFree=95052/2059040 swapFree=4140416/4192956
[pid=2626] ppid=2624 vsize=0 CPUtime=328.91
/proc/2626/stat : 2626 (java) Z 2624 2626 2574 0 -1 4202524 666273 0 1 0 32555 336 0 0 18 0 2 0 30641442 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2626/statm: 0 0 0 0 0 0 0
[pid=2626/tid=2632] ppid=2624 vsize=0 CPUtime=0.05
/proc/2626/task/2632/stat : 2632 (java) R 2624 2626 2574 0 -1 4203588 10 0 0 0 0 5 0 0 18 0 2 0 30641447 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 328.91
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 313.169
CPU time (s): 328.988
CPU user time (s): 325.553
CPU system time (s): 3.43448
CPU usage (%): 105.051
Max. virtual memory (cumulated for all children) (KiB): 1557668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 325.554
system time used= 3.43448
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 666273
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7723
involuntary context switches= 6855

runsolver used 0.617906 second user time and 1.68974 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-15 04:44:11
IDJOB=2659042
IDBENCH=2520
IDSOLVER=1164
FILE ID=node019/2659042-1276569833
PBS_JOBID= 11173520
Free space on /tmp= 62128 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-ds.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659042-1276569833/watcher-2659042-1276569833 -o /tmp/evaluation-result-2659042-1276569833/solver-2659042-1276569833 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659042-1276569833.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7478f253a8ff3e29c2a001743623a20c
RANDOM SEED=2145278130

node019.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1513048 kB
Buffers:         22716 kB
Cached:         422196 kB
SwapCached:       5704 kB
Active:         366376 kB
Inactive:        90900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1513048 kB
SwapTotal:     4192956 kB
SwapFree:      4140416 kB
Dirty:          219996 kB
Writeback:           0 kB
AnonPages:       10972 kB
Mapped:          12996 kB
Slab:            66616 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182340 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62128 MiB
End job on node019 at 2010-06-15 04:49:24