Trace number 2660640

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 CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.24 1783.03

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3705.opb
MD5SUMc62be038ec01e0d6924d61ed3007a589
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark12665835129
Best CPU time to get the best result obtained on this benchmark1800.8
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4802224614
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29593306649763
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29593306649763
Number of bits of the biggest sum of numbers45
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 Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
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.PBMaxClauseCardConstrDataStructure@16fd0b7
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 phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No 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-2660640-1276522328.opb
0.23/0.22	c reading problem ... 
6.20/5.21	c ... done. Wall clock time 4.988s.
6.20/5.21	c #vars     155000
6.20/5.21	c #constraints  66429
6.20/5.21	c constraints type 
6.20/5.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.08/1782.91	c starts		: 1
1800.08/1782.91	c conflicts		: 276
1800.08/1782.91	c decisions		: 504370
1800.08/1782.91	c propagations		: 9516081
1800.08/1782.91	c inspects		: 47225895
1800.08/1782.91	c learnt literals	: 0
1800.08/1782.91	c learnt binary clauses	: 0
1800.08/1782.91	c learnt ternary clauses	: 0
1800.08/1782.91	c learnt clauses	: 276
1800.08/1782.91	c ignored clauses	: 0
1800.08/1782.91	c root simplifications	: 0
1800.08/1782.91	c removed literals (reason simplification)	: 0
1800.08/1782.91	c reason swapping (by a shorter reason)	: 0
1800.08/1782.91	c Calls to reduceDB	: 0
1800.08/1782.91	c number of reductions to clauses (during analyze)	: 0
1800.08/1782.91	c number of learned constraints concerned by reduction	: 0
1800.08/1782.91	c number of learning phase by resolution	: 0
1800.08/1782.91	c number of learning phase by cutting planes	: 0
1800.08/1782.91	c speed (assignments/second)	: 5353.0237351367105
1800.08/1782.91	c non guided choices	0
1800.08/1782.92	c learnt constraints type 
1800.08/1782.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 276
1800.08/1782.92	c constraints type 
1800.08/1782.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.08/1782.92	s UNKNOWN
1800.08/1782.92	c Total wall clock time (in seconds): 1782.694

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-2660640-1276522328/watcher-2660640-1276522328 -o /tmp/evaluation-result-2660640-1276522328/solver-2660640-1276522328 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660640-1276522328.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: 0.94 1.04 1.01 2/106 27586
/proc/meminfo: memFree=1704900/2059040 swapFree=4140360/4192956
[pid=27586] ppid=27584 vsize=248 CPUtime=0
/proc/27586/stat : 27586 (java) R 27584 27586 27561 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 25884701 253952 28 1992294400 134512640 134550932 4294815184 18446744073709551615 3252820 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27586/statm: 62 28 21 10 0 23 0

[startup+0.0579111 s]
/proc/loadavg: 0.94 1.04 1.01 2/106 27586
/proc/meminfo: memFree=1704900/2059040 swapFree=4140360/4192956
[pid=27586] ppid=27584 vsize=1521664 CPUtime=0.03
/proc/27586/stat : 27586 (java) S 27584 27586 27561 0 -1 4202496 3564 0 1 0 2 1 0 0 18 0 7 0 25884701 1558183936 3005 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/27586/statm: 380416 3005 1011 10 0 377726 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521664

[startup+0.100918 s]
/proc/loadavg: 0.94 1.04 1.01 2/106 27586
/proc/meminfo: memFree=1704900/2059040 swapFree=4140360/4192956
[pid=27586] ppid=27584 vsize=1523476 CPUtime=0.08
/proc/27586/stat : 27586 (java) S 27584 27586 27561 0 -1 4202496 3903 0 1 0 6 2 0 0 18 0 11 0 25884701 1560039424 3342 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27586/statm: 380869 3342 1061 10 0 378179 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523476

[startup+0.300955 s]
/proc/loadavg: 0.94 1.04 1.01 2/106 27586
/proc/meminfo: memFree=1704900/2059040 swapFree=4140360/4192956
[pid=27586] ppid=27584 vsize=1526680 CPUtime=0.36
/proc/27586/stat : 27586 (java) S 27584 27586 27561 0 -1 4202496 6175 0 1 0 33 3 0 0 18 0 12 0 25884701 1563320320 5612 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27586/statm: 381670 5612 1360 10 0 378972 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526680

[startup+0.70103 s]
/proc/loadavg: 0.94 1.04 1.01 2/106 27586
/proc/meminfo: memFree=1704900/2059040 swapFree=4140360/4192956
[pid=27586] ppid=27584 vsize=1528260 CPUtime=0.94
/proc/27586/stat : 27586 (java) S 27584 27586 27561 0 -1 4202496 9321 0 1 0 89 5 0 0 18 0 12 0 25884701 1564938240 8758 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27586/statm: 382065 8758 1401 10 0 379367 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1528260

[startup+1.50218 s]
/proc/loadavg: 0.94 1.04 1.01 2/118 27598
/proc/meminfo: memFree=1653284/2059040 swapFree=4140360/4192956
[pid=27586] ppid=27584 vsize=1528260 CPUtime=1.76
/proc/27586/stat : 27586 (java) S 27584 27586 27561 0 -1 4202496 23630 0 1 0 166 10 0 0 18 0 12 0 25884701 1564938240 23067 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27586/statm: 382065 23067 1401 10 0 379367 0
[pid=27586/tid=27588] ppid=27584 vsize=1528260 CPUtime=1.35
/proc/27586/task/27588/stat : 27588 (java) R 27584 27586 27561 0 -1 4202560 21470 0 1 0 126 9 0 0 25 0 12 0 25884703 1564938240 23067 1992294400 134512640 134550932 4294815184 18446744073709551615 4109034161 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27586/tid=27589] ppid=27584 vsize=1528260 CPUtime=0
/proc/27586/task/27589/stat : 27589 (java) S 27584 27586 27561 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 25884704 1564938240 23067 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27590] ppid=27584 vsize=1528260 CPUtime=0
/proc/27586/task/27590/stat : 27590 (java) S 27584 27586 27561 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 25884704 1564938240 23067 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27591] ppid=27584 vsize=1528260 CPUtime=0
/proc/27586/task/27591/stat : 27591 (java) S 27584 27586 27561 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 25884706 1564938240 23067 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 0 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
[pid=27586/tid=27592] ppid=27584 vsize=1528260 CPUtime=0
/proc/27586/task/27592/stat : 27592 (java) S 27584 27586 27561 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 25884707 1564938240 23067 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27593] ppid=27584 vsize=1528260 CPUtime=0
/proc/27586/task/27593/stat : 27593 (java) S 27584 27586 27561 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 25884707 1564938240 23067 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27594] ppid=27584 vsize=1528260 CPUtime=0
/proc/27586/task/27594/stat : 27594 (java) S 27584 27586 27561 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 25884711 1564938240 23067 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27595] ppid=27584 vsize=1528260 CPUtime=0.13
/proc/27586/task/27595/stat : 27595 (java) S 27584 27586 27561 0 -1 4202560 335 0 0 0 13 0 0 0 18 0 12 0 25884711 1564938240 23067 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27596] ppid=27584 vsize=1528260 CPUtime=0.25
/proc/27586/task/27596/stat : 27596 (java) S 27584 27586 27561 0 -1 4202560 761 0 0 0 25 0 0 0 15 0 12 0 25884711 1564938240 23067 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
[pid=27586/tid=27597] ppid=27584 vsize=1528260 CPUtime=0
/proc/27586/task/27597/stat : 27597 (java) S 27584 27586 27561 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 25884711 1564938240 23067 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27598] ppid=27584 vsize=1528260 CPUtime=0
/proc/27586/task/27598/stat : 27598 (java) S 27584 27586 27561 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 25884712 1564938240 23067 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 1528260

[startup+3.10247 s]
/proc/loadavg: 0.94 1.04 1.01 2/118 27598
/proc/meminfo: memFree=1577892/2059040 swapFree=4140360/4192956
[pid=27586] ppid=27584 vsize=1528268 CPUtime=3.69
/proc/27586/stat : 27586 (java) S 27584 27586 27561 0 -1 4202496 41554 0 1 0 352 17 0 0 18 0 12 0 25884701 1564946432 40599 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27586/statm: 382067 40599 1418 10 0 379369 0
[pid=27586/tid=27588] ppid=27584 vsize=1528268 CPUtime=2.72
/proc/27586/task/27588/stat : 27588 (java) R 27584 27586 27561 0 -1 4202560 31997 0 1 0 259 13 0 0 25 0 12 0 25884703 1564946432 40599 1992294400 134512640 134550932 4294815184 18446744073709551615 4109348276 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27586/tid=27589] ppid=27584 vsize=1528268 CPUtime=0.12
/proc/27586/task/27589/stat : 27589 (java) S 27584 27586 27561 0 -1 4202560 3802 0 0 0 11 1 0 0 18 0 12 0 25884704 1564946432 40599 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27590] ppid=27584 vsize=1528268 CPUtime=0.11
/proc/27586/task/27590/stat : 27590 (java) S 27584 27586 27561 0 -1 4202560 3515 0 0 0 9 2 0 0 18 0 12 0 25884704 1564946432 40599 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
[pid=27586/tid=27591] ppid=27584 vsize=1528268 CPUtime=0
/proc/27586/task/27591/stat : 27591 (java) S 27584 27586 27561 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 12 0 25884706 1564946432 40599 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 0 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
[pid=27586/tid=27592] ppid=27584 vsize=1528268 CPUtime=0
/proc/27586/task/27592/stat : 27592 (java) S 27584 27586 27561 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 25884707 1564946432 40599 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27593] ppid=27584 vsize=1528268 CPUtime=0
/proc/27586/task/27593/stat : 27593 (java) S 27584 27586 27561 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 25884707 1564946432 40599 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27594] ppid=27584 vsize=1528268 CPUtime=0
/proc/27586/task/27594/stat : 27594 (java) S 27584 27586 27561 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 25884711 1564946432 40599 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27595] ppid=27584 vsize=1528268 CPUtime=0.29
/proc/27586/task/27595/stat : 27595 (java) S 27584 27586 27561 0 -1 4202560 371 0 0 0 29 0 0 0 15 0 12 0 25884711 1564946432 40599 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27596] ppid=27584 vsize=1528268 CPUtime=0.43
/proc/27586/task/27596/stat : 27596 (java) S 27584 27586 27561 0 -1 4202560 800 0 0 0 43 0 0 0 15 0 12 0 25884711 1564946432 40599 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
[pid=27586/tid=27597] ppid=27584 vsize=1528268 CPUtime=0
/proc/27586/task/27597/stat : 27597 (java) S 27584 27586 27561 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 25884711 1564946432 40599 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27598] ppid=27584 vsize=1528268 CPUtime=0
/proc/27586/task/27598/stat : 27598 (java) S 27584 27586 27561 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 25884712 1564946432 40599 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 1528268

[startup+6.30205 s]
/proc/loadavg: 0.94 1.04 1.01 2/118 27598
/proc/meminfo: memFree=1483032/2059040 swapFree=4140360/4192956
[pid=27586] ppid=27584 vsize=1529716 CPUtime=7.9
/proc/27586/stat : 27586 (java) S 27584 27586 27561 0 -1 4202496 63218 0 1 0 762 28 0 0 18 0 13 0 25884701 1566429184 59713 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27586/statm: 382429 59713 1438 10 0 379731 0
[pid=27586/tid=27588] ppid=27584 vsize=1529716 CPUtime=5.19
/proc/27586/task/27588/stat : 27588 (java) R 27584 27586 27561 0 -1 4202560 32042 0 1 0 506 13 0 0 25 0 13 0 25884703 1566429184 59713 1992294400 134512640 134550932 4294815184 18446744073709551615 4109632576 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27586/tid=27589] ppid=27584 vsize=1529716 CPUtime=0.62
/proc/27586/task/27589/stat : 27589 (java) S 27584 27586 27561 0 -1 4202560 13270 0 0 0 57 5 0 0 18 0 13 0 25884704 1566429184 59713 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27590] ppid=27584 vsize=1529716 CPUtime=0.62
/proc/27586/task/27590/stat : 27590 (java) S 27584 27586 27561 0 -1 4202560 14841 0 0 0 55 7 0 0 18 0 13 0 25884704 1566429184 59713 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
[pid=27586/tid=27591] ppid=27584 vsize=1529716 CPUtime=0
/proc/27586/task/27591/stat : 27591 (java) S 27584 27586 27561 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 13 0 25884706 1566429184 59713 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 0 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
[pid=27586/tid=27592] ppid=27584 vsize=1529716 CPUtime=0
/proc/27586/task/27592/stat : 27592 (java) S 27584 27586 27561 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 25884707 1566429184 59713 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27593] ppid=27584 vsize=1529716 CPUtime=0
/proc/27586/task/27593/stat : 27593 (java) S 27584 27586 27561 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 25884707 1566429184 59713 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27594] ppid=27584 vsize=1529716 CPUtime=0
/proc/27586/task/27594/stat : 27594 (java) S 27584 27586 27561 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 25884711 1566429184 59713 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27595] ppid=27584 vsize=1529716 CPUtime=0.62
/proc/27586/task/27595/stat : 27595 (java) S 27584 27586 27561 0 -1 4202560 756 0 0 0 62 0 0 0 15 0 13 0 25884711 1566429184 59713 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27596] ppid=27584 vsize=1529716 CPUtime=0.78
/proc/27586/task/27596/stat : 27596 (java) S 27584 27586 27561 0 -1 4202560 1236 0 0 0 78 0 0 0 15 0 13 0 25884711 1566429184 59713 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
[pid=27586/tid=27597] ppid=27584 vsize=1529716 CPUtime=0
/proc/27586/task/27597/stat : 27597 (java) S 27584 27586 27561 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 25884711 1566429184 59713 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27598] ppid=27584 vsize=1529716 CPUtime=0
/proc/27586/task/27598/stat : 27598 (java) S 27584 27586 27561 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 25884712 1566429184 59713 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 1529716

[startup+12.7022 s]
/proc/loadavg: 0.95 1.04 1.01 2/119 27599
/proc/meminfo: memFree=1443468/2059040 swapFree=4140360/4192956
[pid=27586] ppid=27584 vsize=1530256 CPUtime=15.17
/proc/27586/stat : 27586 (java) S 27584 27586 27561 0 -1 4202496 70713 0 1 0 1485 32 0 0 18 0 13 0 25884701 1566982144 66388 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27586/statm: 382564 66388 1440 10 0 379866 0
[pid=27586/tid=27588] ppid=27584 vsize=1530256 CPUtime=10.93
/proc/27586/task/27588/stat : 27588 (java) R 27584 27586 27561 0 -1 4202560 32072 0 1 0 1080 13 0 0 25 0 13 0 25884703 1566982144 66388 1992294400 134512640 134550932 4294815184 18446744073709551615 4109632695 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27586/tid=27589] ppid=27584 vsize=1530256 CPUtime=1.02
/proc/27586/task/27589/stat : 27589 (java) S 27584 27586 27561 0 -1 4202560 17311 0 0 0 96 6 0 0 16 0 13 0 25884704 1566982144 66388 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27590] ppid=27584 vsize=1530256 CPUtime=1.03
/proc/27586/task/27590/stat : 27590 (java) S 27584 27586 27561 0 -1 4202560 17877 0 0 0 94 9 0 0 15 0 13 0 25884704 1566982144 66388 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
[pid=27586/tid=27591] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27591/stat : 27591 (java) S 27584 27586 27561 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 13 0 25884706 1566982144 66388 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 0 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
[pid=27586/tid=27592] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27592/stat : 27592 (java) S 27584 27586 27561 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 25884707 1566982144 66388 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27593] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27593/stat : 27593 (java) S 27584 27586 27561 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 25884707 1566982144 66388 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27594] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27594/stat : 27594 (java) S 27584 27586 27561 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 25884711 1566982144 66388 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27595] ppid=27584 vsize=1530256 CPUtime=1.06
/proc/27586/task/27595/stat : 27595 (java) S 27584 27586 27561 0 -1 4202560 993 0 0 0 106 0 0 0 15 0 13 0 25884711 1566982144 66388 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27596] ppid=27584 vsize=1530256 CPUtime=1.05
/proc/27586/task/27596/stat : 27596 (java) S 27584 27586 27561 0 -1 4202560 1387 0 0 0 105 0 0 0 15 0 13 0 25884711 1566982144 66388 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
[pid=27586/tid=27597] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27597/stat : 27597 (java) S 27584 27586 27561 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 25884711 1566982144 66388 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27598] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27598/stat : 27598 (java) S 27584 27586 27561 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 25884712 1566982144 66388 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27599] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27599/stat : 27599 (java) S 27584 27586 27561 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 25885316 1566982144 66388 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.17
Current children cumulated vsize (KiB) 1530256

[startup+25.5015 s]
/proc/loadavg: 0.96 1.04 1.00 2/119 27599
/proc/meminfo: memFree=1431564/2059040 swapFree=4140360/4192956
[pid=27586] ppid=27584 vsize=1530256 CPUtime=28.59
/proc/27586/stat : 27586 (java) S 27584 27586 27561 0 -1 4202496 75036 0 1 0 2825 34 0 0 18 0 13 0 25884701 1566982144 69777 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27586/statm: 382564 69777 1444 10 0 379866 0
[pid=27586/tid=27588] ppid=27584 vsize=1530256 CPUtime=23.39
/proc/27586/task/27588/stat : 27588 (java) R 27584 27586 27561 0 -1 4202560 32096 0 1 0 2325 14 0 0 25 0 13 0 25884703 1566982144 69777 1992294400 134512640 134550932 4294815184 18446744073709551615 4109696838 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27586/tid=27589] ppid=27584 vsize=1530256 CPUtime=1.31
/proc/27586/task/27589/stat : 27589 (java) S 27584 27586 27561 0 -1 4202560 18856 0 0 0 124 7 0 0 16 0 13 0 25884704 1566982144 69777 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27590] ppid=27584 vsize=1530256 CPUtime=1.32
/proc/27586/task/27590/stat : 27590 (java) S 27584 27586 27561 0 -1 4202560 19898 0 0 0 122 10 0 0 15 0 13 0 25884704 1566982144 69777 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
[pid=27586/tid=27591] ppid=27584 vsize=1530256 CPUtime=0.01
/proc/27586/task/27591/stat : 27591 (java) S 27584 27586 27561 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 13 0 25884706 1566982144 69777 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 0 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27592] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27592/stat : 27592 (java) S 27584 27586 27561 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 25884707 1566982144 69777 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27593] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27593/stat : 27593 (java) S 27584 27586 27561 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 25884707 1566982144 69777 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27594] ppid=27584 vsize=1530256 CPUtime=0

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

[pid=27586/tid=27592] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27592/stat : 27592 (java) S 27584 27586 27561 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 25884707 1566982144 144996 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27593] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27593/stat : 27593 (java) S 27584 27586 27561 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 25884707 1566982144 144996 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27594] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27594/stat : 27594 (java) S 27584 27586 27561 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 25884711 1566982144 144996 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27595] ppid=27584 vsize=1530256 CPUtime=1.31
/proc/27586/task/27595/stat : 27595 (java) S 27584 27586 27561 0 -1 4202560 1869 0 0 0 130 1 0 0 16 0 13 0 25884711 1566982144 144996 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27596] ppid=27584 vsize=1530256 CPUtime=1.29
/proc/27586/task/27596/stat : 27596 (java) S 27584 27586 27561 0 -1 4202560 1421 0 0 0 129 0 0 0 15 0 13 0 25884711 1566982144 144996 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
[pid=27586/tid=27597] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27597/stat : 27597 (java) S 27584 27586 27561 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 25884711 1566982144 144996 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27598] ppid=27584 vsize=1530256 CPUtime=0.01
/proc/27586/task/27598/stat : 27598 (java) S 27584 27586 27561 0 -1 4202560 92 0 0 0 1 0 0 0 15 0 13 0 25884712 1566982144 144996 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27599] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27599/stat : 27599 (java) S 27584 27586 27561 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 25885316 1566982144 144996 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1617.9
Current children cumulated vsize (KiB) 1530256

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27646
/proc/meminfo: memFree=1126276/2059040 swapFree=4140360/4192956
[pid=27586] ppid=27584 vsize=1530256 CPUtime=1677.96
/proc/27586/stat : 27586 (java) S 27584 27586 27561 0 -1 4202496 156797 0 1 0 167668 128 0 0 18 0 13 0 25884701 1566982144 145301 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27586/statm: 382564 145301 1444 10 0 379866 0
[pid=27586/tid=27588] ppid=27584 vsize=1530256 CPUtime=1645.3
/proc/27586/task/27588/stat : 27588 (java) R 27584 27586 27561 0 -1 4202560 33342 0 1 0 164487 43 0 0 25 0 13 0 25884703 1566982144 145301 1992294400 134512640 134550932 4294815184 18446744073709551615 4109418420 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27586/tid=27589] ppid=27584 vsize=1530256 CPUtime=14.84
/proc/27586/task/27589/stat : 27589 (java) S 27584 27586 27561 0 -1 4202560 60391 0 0 0 1450 34 0 0 16 0 13 0 25884704 1566982144 145301 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27590] ppid=27584 vsize=1530256 CPUtime=14.88
/proc/27586/task/27590/stat : 27590 (java) S 27584 27586 27561 0 -1 4202560 58509 0 0 0 1451 37 0 0 15 0 13 0 25884704 1566982144 145301 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
[pid=27586/tid=27591] ppid=27584 vsize=1530256 CPUtime=0.25
/proc/27586/task/27591/stat : 27591 (java) S 27584 27586 27561 0 -1 4202560 103 0 0 0 17 8 0 0 15 0 13 0 25884706 1566982144 145301 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 0 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27592] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27592/stat : 27592 (java) S 27584 27586 27561 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 25884707 1566982144 145301 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27593] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27593/stat : 27593 (java) S 27584 27586 27561 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 25884707 1566982144 145301 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27594] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27594/stat : 27594 (java) S 27584 27586 27561 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 25884711 1566982144 145301 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27595] ppid=27584 vsize=1530256 CPUtime=1.31
/proc/27586/task/27595/stat : 27595 (java) S 27584 27586 27561 0 -1 4202560 1869 0 0 0 130 1 0 0 16 0 13 0 25884711 1566982144 145301 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27596] ppid=27584 vsize=1530256 CPUtime=1.29
/proc/27586/task/27596/stat : 27596 (java) S 27584 27586 27561 0 -1 4202560 1421 0 0 0 129 0 0 0 15 0 13 0 25884711 1566982144 145301 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
[pid=27586/tid=27597] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27597/stat : 27597 (java) S 27584 27586 27561 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 25884711 1566982144 145301 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27598] ppid=27584 vsize=1530256 CPUtime=0.01
/proc/27586/task/27598/stat : 27598 (java) S 27584 27586 27561 0 -1 4202560 96 0 0 0 1 0 0 0 15 0 13 0 25884712 1566982144 145301 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27599] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27599/stat : 27599 (java) S 27584 27586 27561 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 25885316 1566982144 145301 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1677.96
Current children cumulated vsize (KiB) 1530256

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27646
/proc/meminfo: memFree=1120820/2059040 swapFree=4140360/4192956
[pid=27586] ppid=27584 vsize=1530256 CPUtime=1738.45
/proc/27586/stat : 27586 (java) S 27584 27586 27561 0 -1 4202496 158245 0 1 0 173714 131 0 0 18 0 13 0 25884701 1566982144 146672 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27586/statm: 382564 146672 1444 10 0 379866 0
[pid=27586/tid=27588] ppid=27584 vsize=1530256 CPUtime=1704.7
/proc/27586/task/27588/stat : 27588 (java) R 27584 27586 27561 0 -1 4202560 33384 0 1 0 170426 44 0 0 25 0 13 0 25884703 1566982144 146672 1992294400 134512640 134550932 4294815184 18446744073709551615 4109454345 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27586/tid=27589] ppid=27584 vsize=1530256 CPUtime=15.38
/proc/27586/task/27589/stat : 27589 (java) S 27584 27586 27561 0 -1 4202560 61157 0 0 0 1502 36 0 0 16 0 13 0 25884704 1566982144 146672 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
[pid=27586/tid=27590] ppid=27584 vsize=1530256 CPUtime=15.42
/proc/27586/task/27590/stat : 27590 (java) S 27584 27586 27561 0 -1 4202560 59141 0 0 0 1504 38 0 0 15 0 13 0 25884704 1566982144 146672 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27591] ppid=27584 vsize=1530256 CPUtime=0.26
/proc/27586/task/27591/stat : 27591 (java) S 27584 27586 27561 0 -1 4202560 107 0 0 0 18 8 0 0 16 0 13 0 25884706 1566982144 146672 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 0 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27592] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27592/stat : 27592 (java) S 27584 27586 27561 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 25884707 1566982144 146672 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27593] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27593/stat : 27593 (java) S 27584 27586 27561 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 25884707 1566982144 146672 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27594] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27594/stat : 27594 (java) S 27584 27586 27561 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 25884711 1566982144 146672 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27595] ppid=27584 vsize=1530256 CPUtime=1.31
/proc/27586/task/27595/stat : 27595 (java) S 27584 27586 27561 0 -1 4202560 1869 0 0 0 130 1 0 0 16 0 13 0 25884711 1566982144 146672 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27596] ppid=27584 vsize=1530256 CPUtime=1.29
/proc/27586/task/27596/stat : 27596 (java) S 27584 27586 27561 0 -1 4202560 1421 0 0 0 129 0 0 0 15 0 13 0 25884711 1566982144 146672 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
[pid=27586/tid=27597] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27597/stat : 27597 (java) S 27584 27586 27561 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 25884711 1566982144 146672 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27598] ppid=27584 vsize=1530256 CPUtime=0.01
/proc/27586/task/27598/stat : 27598 (java) S 27584 27586 27561 0 -1 4202560 100 0 0 0 1 0 0 0 15 0 13 0 25884712 1566982144 146672 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
[pid=27586/tid=27599] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27599/stat : 27599 (java) S 27584 27586 27561 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 25885316 1566982144 146672 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1738.45
Current children cumulated vsize (KiB) 1530256

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27657
/proc/meminfo: memFree=1116356/2059040 swapFree=4140360/4192956
[pid=27586] ppid=27584 vsize=1530256 CPUtime=1799.47
/proc/27586/stat : 27586 (java) S 27584 27586 27561 0 -1 4202496 159500 0 1 0 179812 135 0 0 18 0 13 0 25884701 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27586/statm: 382564 147706 1444 10 0 379866 0
[pid=27586/tid=27588] ppid=27584 vsize=1530256 CPUtime=1763.54
/proc/27586/task/27588/stat : 27588 (java) R 27584 27586 27561 0 -1 4202560 33482 0 1 0 176309 45 0 0 25 0 13 0 25884703 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4109418440 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27586/tid=27589] ppid=27584 vsize=1530256 CPUtime=16.46
/proc/27586/task/27589/stat : 27589 (java) S 27584 27586 27561 0 -1 4202560 61852 0 0 0 1609 37 0 0 16 0 13 0 25884704 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
[pid=27586/tid=27590] ppid=27584 vsize=1530256 CPUtime=16.49
/proc/27586/task/27590/stat : 27590 (java) S 27584 27586 27561 0 -1 4202560 59597 0 0 0 1610 39 0 0 15 0 13 0 25884704 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27591] ppid=27584 vsize=1530256 CPUtime=0.29
/proc/27586/task/27591/stat : 27591 (java) S 27584 27586 27561 0 -1 4202560 109 0 0 0 20 9 0 0 15 0 13 0 25884706 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 0 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27592] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27592/stat : 27592 (java) S 27584 27586 27561 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 25884707 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27593] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27593/stat : 27593 (java) S 27584 27586 27561 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 25884707 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27594] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27594/stat : 27594 (java) S 27584 27586 27561 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 25884711 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27595] ppid=27584 vsize=1530256 CPUtime=1.31
/proc/27586/task/27595/stat : 27595 (java) S 27584 27586 27561 0 -1 4202560 1869 0 0 0 130 1 0 0 16 0 13 0 25884711 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27596] ppid=27584 vsize=1530256 CPUtime=1.29
/proc/27586/task/27596/stat : 27596 (java) S 27584 27586 27561 0 -1 4202560 1421 0 0 0 129 0 0 0 15 0 13 0 25884711 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
[pid=27586/tid=27597] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27597/stat : 27597 (java) S 27584 27586 27561 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 25884711 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27598] ppid=27584 vsize=1530256 CPUtime=0.01
/proc/27586/task/27598/stat : 27598 (java) S 27584 27586 27561 0 -1 4202560 104 0 0 0 1 0 0 0 15 0 13 0 25884712 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27599] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27599/stat : 27599 (java) S 27584 27586 27561 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 25885316 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 1530256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27657
/proc/meminfo: memFree=1116356/2059040 swapFree=4140360/4192956
[pid=27586] ppid=27584 vsize=1530256 CPUtime=1800.08
/proc/27586/stat : 27586 (java) S 27584 27586 27561 0 -1 4202496 159500 0 1 0 179873 135 0 0 18 0 13 0 25884701 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27586/statm: 382564 147706 1444 10 0 379866 0
[pid=27586/tid=27588] ppid=27584 vsize=1530256 CPUtime=1764.15
/proc/27586/task/27588/stat : 27588 (java) R 27584 27586 27561 0 -1 4202560 33482 0 1 0 176370 45 0 0 25 0 13 0 25884703 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4109633112 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27586/tid=27589] ppid=27584 vsize=1530256 CPUtime=16.46
/proc/27586/task/27589/stat : 27589 (java) S 27584 27586 27561 0 -1 4202560 61852 0 0 0 1609 37 0 0 16 0 13 0 25884704 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
[pid=27586/tid=27590] ppid=27584 vsize=1530256 CPUtime=16.49
/proc/27586/task/27590/stat : 27590 (java) S 27584 27586 27561 0 -1 4202560 59597 0 0 0 1610 39 0 0 15 0 13 0 25884704 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27591] ppid=27584 vsize=1530256 CPUtime=0.29
/proc/27586/task/27591/stat : 27591 (java) S 27584 27586 27561 0 -1 4202560 109 0 0 0 20 9 0 0 15 0 13 0 25884706 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 0 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27592] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27592/stat : 27592 (java) S 27584 27586 27561 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 25884707 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27593] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27593/stat : 27593 (java) S 27584 27586 27561 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 25884707 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27594] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27594/stat : 27594 (java) S 27584 27586 27561 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 25884711 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27595] ppid=27584 vsize=1530256 CPUtime=1.31
/proc/27586/task/27595/stat : 27595 (java) S 27584 27586 27561 0 -1 4202560 1869 0 0 0 130 1 0 0 16 0 13 0 25884711 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27596] ppid=27584 vsize=1530256 CPUtime=1.29
/proc/27586/task/27596/stat : 27596 (java) S 27584 27586 27561 0 -1 4202560 1421 0 0 0 129 0 0 0 15 0 13 0 25884711 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
[pid=27586/tid=27597] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27597/stat : 27597 (java) S 27584 27586 27561 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 25884711 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27598] ppid=27584 vsize=1530256 CPUtime=0.01
/proc/27586/task/27598/stat : 27598 (java) S 27584 27586 27561 0 -1 4202560 104 0 0 0 1 0 0 0 15 0 13 0 25884712 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 0 0 0 0
[pid=27586/tid=27599] ppid=27584 vsize=1530256 CPUtime=0
/proc/27586/task/27599/stat : 27599 (java) S 27584 27586 27561 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 25885316 1566982144 147706 1992294400 134512640 134550932 4294815184 18446744073709551615 4294960144 0 4 0 16800975 18446604437845342144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1530256

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1783.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/109 27660
/proc/meminfo: memFree=1558804/2059040 swapFree=4140360/4192956
[pid=27586] ppid=27584 vsize=0 CPUtime=1800.22
/proc/27586/stat : 27586 (java) Z 27584 27586 27561 0 -1 4203548 159525 0 1 0 179882 140 0 0 17 0 2 0 25884701 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27586/statm: 0 0 0 0 0 0 0
[pid=27586/tid=27597] ppid=27584 vsize=0 CPUtime=0.05
/proc/27586/task/27597/stat : 27597 (java) R 27584 27586 27561 0 -1 4203588 0 0 0 0 0 5 0 0 18 0 2 0 25884711 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) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1783.03
CPU time (s): 1800.24
CPU user time (s): 1798.82
CPU system time (s): 1.41578
CPU usage (%): 100.965
Max. virtual memory (cumulated for all children) (KiB): 1531280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.82
system time used= 1.41578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159525
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= 51319
involuntary context switches= 48131

runsolver used 3.9544 second user time and 9.74952 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-14 15:32:09
IDJOB=2660640
IDBENCH=2298
IDSOLVER=1165
FILE ID=node027/2660640-1276522328
PBS_JOBID= 11173448
Free space on /tmp= 62472 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3705.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660640-1276522328/watcher-2660640-1276522328 -o /tmp/evaluation-result-2660640-1276522328/solver-2660640-1276522328 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660640-1276522328.opb

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

MD5SUM BENCH= c62be038ec01e0d6924d61ed3007a589
RANDOM SEED=1786285282

node027.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		: 2800.261
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	: 5600.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		: 2800.261
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1705172 kB
Buffers:        140164 kB
Cached:         130552 kB
SwapCached:       6028 kB
Active:         111432 kB
Inactive:       172072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1705172 kB
SwapTotal:     4192956 kB
SwapFree:      4140360 kB
Dirty:            9108 kB
Writeback:           0 kB
AnonPages:       10900 kB
Mapped:          12940 kB
Slab:            48440 kB
PageTables:       3972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182056 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62468 MiB
End job on node027 at 2010-06-14 16:01:53