Trace number 2660475

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.47 1790.88

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_0.opb.PB06.opb
MD5SUM325852af8542a0f454599a2893f1b120
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1297
Best CPU time to get the best result obtained on this benchmark1800.67
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 434
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495293
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495293
Number of bits of the biggest sum of numbers19
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.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-2660475-1276379442.opb
0.21/0.22	c reading problem ... 
9.04/7.77	c ... done. Wall clock time 7.548s.
9.04/7.77	c #vars     10000
9.04/7.77	c #constraints  656900
9.04/7.77	c constraints type 
9.04/7.77	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
9.04/7.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
33.48/30.09	c cleaning 0 clauses out of 5002 with flag 0/5002
56.41/52.85	c cleaning 0 clauses out of 11001 with flag 0/11001
88.47/84.73	c cleaning 0 clauses out of 18000 with flag 0/18000
126.82/122.96	c cleaning 0 clauses out of 26000 with flag 0/26000
173.69/169.60	c cleaning 0 clauses out of 35001 with flag 0/35001
237.79/233.54	c cleaning 0 clauses out of 45000 with flag 0/45000
306.52/302.01	c cleaning 0 clauses out of 56000 with flag 0/56000
372.00/367.24	c cleaning 0 clauses out of 68002 with flag 0/68002
479.52/474.43	c cleaning 0 clauses out of 81001 with flag 0/81001
617.79/612.22	c cleaning 0 clauses out of 95000 with flag 0/95000
769.79/763.88	c cleaning 0 clauses out of 110002 with flag 0/110002
892.95/886.48	c cleaning 0 clauses out of 126001 with flag 0/126001
1037.53/1030.51	c cleaning 0 clauses out of 143002 with flag 0/143002
1276.44/1268.82	c cleaning 0 clauses out of 161000 with flag 0/161000
1533.23/1524.89	c cleaning 0 clauses out of 180001 with flag 0/180001
1744.12/1734.86	c cleaning 0 clauses out of 200000 with flag 0/200000
1800.09/1790.64	c starts		: 118
1800.09/1790.64	c conflicts		: 204203
1800.09/1790.64	c decisions		: 288629
1800.09/1790.64	c propagations		: 37737145
1800.09/1790.64	c inspects		: 1183663538
1800.09/1790.64	c learnt literals	: 0
1800.09/1790.64	c learnt binary clauses	: 0
1800.09/1790.64	c learnt ternary clauses	: 0
1800.09/1790.64	c learnt clauses	: 204203
1800.09/1790.64	c ignored clauses	: 0
1800.09/1790.64	c root simplifications	: 0
1800.09/1790.64	c removed literals (reason simplification)	: 0
1800.09/1790.64	c reason swapping (by a shorter reason)	: 0
1800.09/1790.64	c Calls to reduceDB	: 16
1800.09/1790.64	c number of reductions to clauses (during analyze)	: 0
1800.09/1790.64	c number of learned constraints concerned by reduction	: 0
1800.09/1790.64	c number of learning phase by resolution	: 0
1800.09/1790.64	c number of learning phase by cutting planes	: 0
1800.09/1790.64	c speed (assignments/second)	: 21166.574586410075
1800.09/1790.64	c non guided choices	0
1800.30/1790.72	c learnt constraints type 
1800.30/1790.72	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 204205
1800.30/1790.72	c constraints type 
1800.30/1790.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
1800.30/1790.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
1800.30/1790.72	s UNKNOWN
1800.30/1790.72	c Total wall clock time (in seconds): 1790.495

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-2660475-1276379442/watcher-2660475-1276379442 -o /tmp/evaluation-result-2660475-1276379442/solver-2660475-1276379442 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660475-1276379442.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.05 1.02 1.00 3/106 12742
/proc/meminfo: memFree=1809460/2059040 swapFree=4177492/4192956
[pid=12742] ppid=12740 vsize=1832 CPUtime=0
/proc/12742/stat : 12742 (java6) R 12740 12742 12117 0 -1 4194304 230 0 0 0 0 0 0 0 21 0 1 0 11596116 1875968 133 1992294400 134512640 134550932 4291498160 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12742/statm: 458 144 107 10 0 63 0

[startup+0.103773 s]
/proc/loadavg: 1.05 1.02 1.00 3/106 12742
/proc/meminfo: memFree=1809460/2059040 swapFree=4177492/4192956
[pid=12742] ppid=12740 vsize=1523992 CPUtime=0.08
/proc/12742/stat : 12742 (java) S 12740 12742 12117 0 -1 4202496 3915 0 1 0 6 2 0 0 21 0 12 0 11596116 1560567808 3353 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12742/statm: 380998 3353 1061 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523992

[startup+0.20079 s]
/proc/loadavg: 1.05 1.02 1.00 3/106 12742
/proc/meminfo: memFree=1809460/2059040 swapFree=4177492/4192956
[pid=12742] ppid=12740 vsize=1525944 CPUtime=0.21
/proc/12742/stat : 12742 (java) S 12740 12742 12117 0 -1 4202496 4945 0 1 0 18 3 0 0 21 0 12 0 11596116 1562566656 4381 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12742/statm: 381486 4381 1339 10 0 378788 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1525944

[startup+0.300807 s]
/proc/loadavg: 1.05 1.02 1.00 3/106 12742
/proc/meminfo: memFree=1809460/2059040 swapFree=4177492/4192956
[pid=12742] ppid=12740 vsize=1526548 CPUtime=0.35
/proc/12742/stat : 12742 (java) S 12740 12742 12117 0 -1 4202496 5372 0 1 0 32 3 0 0 21 0 12 0 11596116 1563185152 4808 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12742/statm: 381637 4811 1359 10 0 378939 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526548

[startup+0.700877 s]
/proc/loadavg: 1.05 1.02 1.00 3/106 12742
/proc/meminfo: memFree=1809460/2059040 swapFree=4177492/4192956
[pid=12742] ppid=12740 vsize=1528320 CPUtime=1.13
/proc/12742/stat : 12742 (java) S 12740 12742 12117 0 -1 4202496 7607 0 1 0 109 4 0 0 21 0 12 0 11596116 1564999680 7043 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12742/statm: 382080 7043 1398 10 0 379382 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1528320

[startup+1.50202 s]
/proc/loadavg: 1.05 1.02 1.00 2/118 12754
/proc/meminfo: memFree=1760756/2059040 swapFree=4177492/4192956
[pid=12742] ppid=12740 vsize=1530356 CPUtime=2.18
/proc/12742/stat : 12742 (java) S 12740 12742 12117 0 -1 4202496 25192 0 1 0 206 12 0 0 21 0 12 0 11596116 1567084544 24546 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12742/statm: 382589 24548 1406 10 0 379891 0
[pid=12742/tid=12744] ppid=12740 vsize=1530356 CPUtime=1.47
/proc/12742/task/12744/stat : 12744 (java) R 12740 12742 12117 0 -1 4202560 22512 0 1 0 137 10 0 0 25 0 12 0 11596118 1567084544 24549 1992294400 134512640 134550932 4294200176 18446744073709551615 4109665641 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12742/tid=12745] ppid=12740 vsize=1530356 CPUtime=0
/proc/12742/task/12745/stat : 12745 (java) S 12740 12742 12117 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 11596119 1567084544 24550 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12746] ppid=12740 vsize=1530356 CPUtime=0
/proc/12742/task/12746/stat : 12746 (java) S 12740 12742 12117 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 11596119 1567084544 24551 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12747] ppid=12740 vsize=1530356 CPUtime=0
/proc/12742/task/12747/stat : 12747 (java) S 12740 12742 12117 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 11596121 1567084544 24553 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 0 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12748] ppid=12740 vsize=1530356 CPUtime=0
/proc/12742/task/12748/stat : 12748 (java) S 12740 12742 12117 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 11596122 1567084544 24554 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12749] ppid=12740 vsize=1530356 CPUtime=0
/proc/12742/task/12749/stat : 12749 (java) S 12740 12742 12117 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 11596122 1567084544 24556 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12750] ppid=12740 vsize=1530356 CPUtime=0
/proc/12742/task/12750/stat : 12750 (java) S 12740 12742 12117 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11596126 1567084544 24557 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12751] ppid=12740 vsize=1530356 CPUtime=0.08
/proc/12742/task/12751/stat : 12751 (java) S 12740 12742 12117 0 -1 4202560 52 0 0 0 8 0 0 0 23 0 12 0 11596126 1567084544 24559 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12752] ppid=12740 vsize=1530356 CPUtime=0.6
/proc/12742/task/12752/stat : 12752 (java) S 12740 12742 12117 0 -1 4202560 1563 0 0 0 60 0 0 0 16 0 12 0 11596126 1567084544 24560 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12753] ppid=12740 vsize=1530356 CPUtime=0
/proc/12742/task/12753/stat : 12753 (java) S 12740 12742 12117 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11596126 1567084544 24561 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12754] ppid=12740 vsize=1530356 CPUtime=0
/proc/12742/task/12754/stat : 12754 (java) S 12740 12742 12117 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11596126 1567084544 24563 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 1530356

[startup+3.10231 s]
/proc/loadavg: 1.05 1.02 1.00 2/118 12754
/proc/meminfo: memFree=1671724/2059040 swapFree=4177492/4192956
[pid=12742] ppid=12740 vsize=1530356 CPUtime=3.87
/proc/12742/stat : 12742 (java) S 12740 12742 12117 0 -1 4202496 38787 0 1 0 368 19 0 0 21 0 12 0 11596116 1567084544 38117 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12742/statm: 382589 38117 1416 10 0 379891 0
[pid=12742/tid=12744] ppid=12740 vsize=1530356 CPUtime=2.98
/proc/12742/task/12744/stat : 12744 (java) R 12740 12742 12117 0 -1 4202560 32016 0 1 0 283 15 0 0 25 0 12 0 11596118 1567084544 38117 1992294400 134512640 134550932 4294200176 18446744073709551615 4109545748 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12742/tid=12745] ppid=12740 vsize=1530356 CPUtime=0.08
/proc/12742/task/12745/stat : 12745 (java) S 12740 12742 12117 0 -1 4202560 2054 0 0 0 7 1 0 0 18 0 12 0 11596119 1567084544 38117 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12746] ppid=12740 vsize=1530356 CPUtime=0.07
/proc/12742/task/12746/stat : 12746 (java) S 12740 12742 12117 0 -1 4202560 2025 0 0 0 7 0 0 0 18 0 12 0 11596119 1567084544 38117 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12747] ppid=12740 vsize=1530356 CPUtime=0
/proc/12742/task/12747/stat : 12747 (java) S 12740 12742 12117 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 11596121 1567084544 38117 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 0 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12748] ppid=12740 vsize=1530356 CPUtime=0
/proc/12742/task/12748/stat : 12748 (java) S 12740 12742 12117 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 11596122 1567084544 38117 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12749] ppid=12740 vsize=1530356 CPUtime=0
/proc/12742/task/12749/stat : 12749 (java) S 12740 12742 12117 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 11596122 1567084544 38117 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12750] ppid=12740 vsize=1530356 CPUtime=0
/proc/12742/task/12750/stat : 12750 (java) S 12740 12742 12117 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11596126 1567084544 38117 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12751] ppid=12740 vsize=1530356 CPUtime=0.08
/proc/12742/task/12751/stat : 12751 (java) S 12740 12742 12117 0 -1 4202560 52 0 0 0 8 0 0 0 23 0 12 0 11596126 1567084544 38117 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12752] ppid=12740 vsize=1530356 CPUtime=0.6
/proc/12742/task/12752/stat : 12752 (java) S 12740 12742 12117 0 -1 4202560 1563 0 0 0 60 0 0 0 16 0 12 0 11596126 1567084544 38117 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12753] ppid=12740 vsize=1530356 CPUtime=0
/proc/12742/task/12753/stat : 12753 (java) S 12740 12742 12117 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11596126 1567084544 38117 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12754] ppid=12740 vsize=1530356 CPUtime=0
/proc/12742/task/12754/stat : 12754 (java) S 12740 12742 12117 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11596126 1567084544 38117 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 1530356

[startup+6.30189 s]
/proc/loadavg: 1.05 1.02 1.00 2/118 12754
/proc/meminfo: memFree=1636508/2059040 swapFree=4177492/4192956
[pid=12742] ppid=12740 vsize=1529720 CPUtime=7.43
/proc/12742/stat : 12742 (java) S 12740 12742 12117 0 -1 4202496 46749 0 1 0 719 24 0 0 21 0 12 0 11596116 1566433280 45741 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12742/statm: 382430 45741 1416 10 0 379732 0
[pid=12742/tid=12744] ppid=12740 vsize=1529720 CPUtime=5.81
/proc/12742/task/12744/stat : 12744 (java) R 12740 12742 12117 0 -1 4202560 32022 0 1 0 565 16 0 0 24 0 12 0 11596118 1566433280 45741 1992294400 134512640 134550932 4294200176 18446744073709551615 4109619177 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12742/tid=12745] ppid=12740 vsize=1529720 CPUtime=0.44
/proc/12742/task/12745/stat : 12745 (java) S 12740 12742 12117 0 -1 4202560 6102 0 0 0 41 3 0 0 16 0 12 0 11596119 1566433280 45741 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12746] ppid=12740 vsize=1529720 CPUtime=0.44
/proc/12742/task/12746/stat : 12746 (java) S 12740 12742 12117 0 -1 4202560 5921 0 0 0 41 3 0 0 16 0 12 0 11596119 1566433280 45741 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12747] ppid=12740 vsize=1529720 CPUtime=0
/proc/12742/task/12747/stat : 12747 (java) S 12740 12742 12117 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 12 0 11596121 1566433280 45741 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 0 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12748] ppid=12740 vsize=1529720 CPUtime=0
/proc/12742/task/12748/stat : 12748 (java) S 12740 12742 12117 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 11596122 1566433280 45741 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12749] ppid=12740 vsize=1529720 CPUtime=0
/proc/12742/task/12749/stat : 12749 (java) S 12740 12742 12117 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 11596122 1566433280 45741 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12750] ppid=12740 vsize=1529720 CPUtime=0
/proc/12742/task/12750/stat : 12750 (java) S 12740 12742 12117 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11596126 1566433280 45741 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12751] ppid=12740 vsize=1529720 CPUtime=0.08
/proc/12742/task/12751/stat : 12751 (java) S 12740 12742 12117 0 -1 4202560 52 0 0 0 8 0 0 0 18 0 12 0 11596126 1566433280 45741 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12752] ppid=12740 vsize=1529720 CPUtime=0.6
/proc/12742/task/12752/stat : 12752 (java) S 12740 12742 12117 0 -1 4202560 1563 0 0 0 60 0 0 0 16 0 12 0 11596126 1566433280 45741 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12753] ppid=12740 vsize=1529720 CPUtime=0
/proc/12742/task/12753/stat : 12753 (java) S 12740 12742 12117 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11596126 1566433280 45741 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12754] ppid=12740 vsize=1529720 CPUtime=0
/proc/12742/task/12754/stat : 12754 (java) S 12740 12742 12117 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11596126 1566433280 45741 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 1529720

[startup+12.7021 s]
/proc/loadavg: 1.04 1.02 1.00 2/119 12755
/proc/meminfo: memFree=1617404/2059040 swapFree=4177492/4192956
[pid=12742] ppid=12740 vsize=1534268 CPUtime=15.72
/proc/12742/stat : 12742 (java) S 12740 12742 12117 0 -1 4202496 50422 0 1 0 1545 27 0 0 21 0 13 0 11596116 1571090432 49137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12742/statm: 383567 49137 1439 10 0 380869 0
[pid=12742/tid=12744] ppid=12740 vsize=1534268 CPUtime=11.95
/proc/12742/task/12744/stat : 12744 (java) R 12740 12742 12117 0 -1 4202560 32085 0 1 0 1179 16 0 0 25 0 13 0 11596118 1571090432 49137 1992294400 134512640 134550932 4294200176 18446744073709551615 4109894399 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12742/tid=12745] ppid=12740 vsize=1534268 CPUtime=0.65
/proc/12742/task/12745/stat : 12745 (java) S 12740 12742 12117 0 -1 4202560 7541 0 0 0 61 4 0 0 16 0 13 0 11596119 1571090432 49137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12746] ppid=12740 vsize=1534268 CPUtime=0.65
/proc/12742/task/12746/stat : 12746 (java) S 12740 12742 12117 0 -1 4202560 6724 0 0 0 62 3 0 0 16 0 13 0 11596119 1571090432 49137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12747] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12747/stat : 12747 (java) S 12740 12742 12117 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 13 0 11596121 1571090432 49137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 0 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12748] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12748/stat : 12748 (java) S 12740 12742 12117 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11596122 1571090432 49137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12749] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12749/stat : 12749 (java) S 12740 12742 12117 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11596122 1571090432 49137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12750] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12750/stat : 12750 (java) S 12740 12742 12117 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11596126 1571090432 49137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12751] ppid=12740 vsize=1534268 CPUtime=0.29
/proc/12742/task/12751/stat : 12751 (java) S 12740 12742 12117 0 -1 4202560 140 0 0 0 29 0 0 0 15 0 13 0 11596126 1571090432 49137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12752] ppid=12740 vsize=1534268 CPUtime=2.12
/proc/12742/task/12752/stat : 12752 (java) S 12740 12742 12117 0 -1 4202560 2838 0 0 0 211 1 0 0 15 0 13 0 11596126 1571090432 49137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12753] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12753/stat : 12753 (java) S 12740 12742 12117 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11596126 1571090432 49137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12754] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12754/stat : 12754 (java) S 12740 12742 12117 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11596126 1571090432 49137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12755] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12755/stat : 12755 (java) S 12740 12742 12117 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11596929 1571090432 49137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.72
Current children cumulated vsize (KiB) 1534268

[startup+25.5014 s]
/proc/loadavg: 1.03 1.02 1.00 2/119 12755
/proc/meminfo: memFree=1587768/2059040 swapFree=4177492/4192956
[pid=12742] ppid=12740 vsize=1534268 CPUtime=28.96
/proc/12742/stat : 12742 (java) S 12740 12742 12117 0 -1 4202496 58536 0 1 0 2864 32 0 0 21 0 13 0 11596116 1571090432 56626 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12742/statm: 383567 56626 1439 10 0 380869 0
[pid=12742/tid=12744] ppid=12740 vsize=1534268 CPUtime=24.49
/proc/12742/task/12744/stat : 12744 (java) R 12740 12742 12117 0 -1 4202560 32097 0 1 0 2432 17 0 0 25 0 13 0 11596118 1571090432 56626 1992294400 134512640 134550932 4294200176 18446744073709551615 4109894692 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12742/tid=12745] ppid=12740 vsize=1534268 CPUtime=0.85
/proc/12742/task/12745/stat : 12745 (java) S 12740 12742 12117 0 -1 4202560 11871 0 0 0 79 6 0 0 16 0 13 0 11596119 1571090432 56626 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12746] ppid=12740 vsize=1534268 CPUtime=0.84
/proc/12742/task/12746/stat : 12746 (java) S 12740 12742 12117 0 -1 4202560 10475 0 0 0 79 5 0 0 15 0 13 0 11596119 1571090432 56626 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12747] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12747/stat : 12747 (java) S 12740 12742 12117 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 13 0 11596121 1571090432 56626 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 0 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12748] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12748/stat : 12748 (java) S 12740 12742 12117 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11596122 1571090432 56626 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12749] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12749/stat : 12749 (java) S 12740 12742 12117 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11596122 1571090432 56626 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12750] ppid=12740 vsize=1534268 CPUtime=0

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

[pid=12742/tid=12748] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12748/stat : 12748 (java) S 12740 12742 12117 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11596122 1571090432 308678 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12749] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12749/stat : 12749 (java) S 12740 12742 12117 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11596122 1571090432 308678 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12750] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12750/stat : 12750 (java) S 12740 12742 12117 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11596126 1571090432 308678 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12751] ppid=12740 vsize=1534268 CPUtime=0.61
/proc/12742/task/12751/stat : 12751 (java) S 12740 12742 12117 0 -1 4202560 159 0 0 0 61 0 0 0 15 0 13 0 11596126 1571090432 308678 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12752] ppid=12740 vsize=1534268 CPUtime=2.37
/proc/12742/task/12752/stat : 12752 (java) S 12740 12742 12117 0 -1 4202560 2846 0 0 0 236 1 0 0 15 0 13 0 11596126 1571090432 308678 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12753] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12753/stat : 12753 (java) S 12740 12742 12117 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11596126 1571090432 308678 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12754] ppid=12740 vsize=1534268 CPUtime=0.01
/proc/12742/task/12754/stat : 12754 (java) S 12740 12742 12117 0 -1 4202560 99 0 0 0 0 1 0 0 15 0 13 0 11596126 1571090432 308678 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12755] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12755/stat : 12755 (java) S 12740 12742 12117 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11596929 1571090432 308678 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1671.29
Current children cumulated vsize (KiB) 1534268

[startup+1722.3 s]
/proc/loadavg: 1.00 1.05 1.04 3/119 12810
/proc/meminfo: memFree=538480/2059040 swapFree=4177492/4192956
[pid=12742] ppid=12740 vsize=1534268 CPUtime=1731.55
/proc/12742/stat : 12742 (java) S 12740 12742 12117 0 -1 4202496 339942 0 1 0 172930 225 0 0 21 0 13 0 11596116 1571090432 317955 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12742/statm: 383567 317955 1445 10 0 380869 0
[pid=12742/tid=12744] ppid=12740 vsize=1534268 CPUtime=1705.26
/proc/12742/task/12744/stat : 12744 (java) R 12740 12742 12117 0 -1 4202560 32611 0 1 0 170461 65 0 0 25 0 13 0 11596118 1571090432 317955 1992294400 134512640 134550932 4294200176 18446744073709551615 4109894451 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12742/tid=12745] ppid=12740 vsize=1534268 CPUtime=7.84
/proc/12742/task/12745/stat : 12745 (java) S 12740 12742 12117 0 -1 4202560 143009 0 0 0 709 75 0 0 16 0 13 0 11596119 1571090432 317955 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12746] ppid=12740 vsize=1534268 CPUtime=7.92
/proc/12742/task/12746/stat : 12746 (java) S 12740 12742 12117 0 -1 4202560 156670 0 0 0 715 77 0 0 16 0 13 0 11596119 1571090432 317955 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12747] ppid=12740 vsize=1534268 CPUtime=7.48
/proc/12742/task/12747/stat : 12747 (java) S 12740 12742 12117 0 -1 4202560 3478 0 0 0 744 4 0 0 15 0 13 0 11596121 1571090432 317955 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 0 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12748] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12748/stat : 12748 (java) S 12740 12742 12117 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11596122 1571090432 317955 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12749] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12749/stat : 12749 (java) S 12740 12742 12117 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11596122 1571090432 317955 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12750] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12750/stat : 12750 (java) S 12740 12742 12117 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11596126 1571090432 317955 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12751] ppid=12740 vsize=1534268 CPUtime=0.61
/proc/12742/task/12751/stat : 12751 (java) S 12740 12742 12117 0 -1 4202560 159 0 0 0 61 0 0 0 15 0 13 0 11596126 1571090432 317955 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12752] ppid=12740 vsize=1534268 CPUtime=2.37
/proc/12742/task/12752/stat : 12752 (java) S 12740 12742 12117 0 -1 4202560 2846 0 0 0 236 1 0 0 15 0 13 0 11596126 1571090432 317955 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12753] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12753/stat : 12753 (java) S 12740 12742 12117 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11596126 1571090432 317955 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12754] ppid=12740 vsize=1534268 CPUtime=0.01
/proc/12742/task/12754/stat : 12754 (java) S 12740 12742 12117 0 -1 4202560 101 0 0 0 0 1 0 0 15 0 13 0 11596126 1571090432 317955 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12755] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12755/stat : 12755 (java) S 12740 12742 12117 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11596929 1571090432 317955 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1731.55
Current children cumulated vsize (KiB) 1534268

[startup+1782.3 s]
/proc/loadavg: 1.00 1.04 1.03 2/119 12810
/proc/meminfo: memFree=529676/2059040 swapFree=4177492/4192956
[pid=12742] ppid=12740 vsize=1534268 CPUtime=1791.76
/proc/12742/stat : 12742 (java) S 12740 12742 12117 0 -1 4202496 342275 0 1 0 178949 227 0 0 21 0 13 0 11596116 1571090432 320119 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12742/statm: 383567 320119 1445 10 0 380869 0
[pid=12742/tid=12744] ppid=12740 vsize=1534268 CPUtime=1763.3
/proc/12742/task/12744/stat : 12744 (java) R 12740 12742 12117 0 -1 4202560 32624 0 1 0 176265 65 0 0 25 0 13 0 11596118 1571090432 320119 1992294400 134512640 134550932 4294200176 18446744073709551615 4109887209 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12742/tid=12745] ppid=12740 vsize=1534268 CPUtime=8.09
/proc/12742/task/12745/stat : 12745 (java) S 12740 12742 12117 0 -1 4202560 144029 0 0 0 734 75 0 0 16 0 13 0 11596119 1571090432 320119 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12746] ppid=12740 vsize=1534268 CPUtime=8.17
/proc/12742/task/12746/stat : 12746 (java) S 12740 12742 12117 0 -1 4202560 157962 0 0 0 739 78 0 0 16 0 13 0 11596119 1571090432 320119 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12747] ppid=12740 vsize=1534268 CPUtime=9.15
/proc/12742/task/12747/stat : 12747 (java) S 12740 12742 12117 0 -1 4202560 3482 0 0 0 911 4 0 0 15 0 13 0 11596121 1571090432 320119 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 0 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12748] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12748/stat : 12748 (java) S 12740 12742 12117 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11596122 1571090432 320119 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12749] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12749/stat : 12749 (java) S 12740 12742 12117 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11596122 1571090432 320119 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12750] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12750/stat : 12750 (java) S 12740 12742 12117 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11596126 1571090432 320119 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12751] ppid=12740 vsize=1534268 CPUtime=0.61
/proc/12742/task/12751/stat : 12751 (java) S 12740 12742 12117 0 -1 4202560 159 0 0 0 61 0 0 0 15 0 13 0 11596126 1571090432 320119 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12752] ppid=12740 vsize=1534268 CPUtime=2.37
/proc/12742/task/12752/stat : 12752 (java) S 12740 12742 12117 0 -1 4202560 2846 0 0 0 236 1 0 0 15 0 13 0 11596126 1571090432 320119 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12753] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12753/stat : 12753 (java) S 12740 12742 12117 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11596126 1571090432 320119 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12754] ppid=12740 vsize=1534268 CPUtime=0.01
/proc/12742/task/12754/stat : 12754 (java) S 12740 12742 12117 0 -1 4202560 105 0 0 0 0 1 0 0 15 0 13 0 11596126 1571090432 320119 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12755] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12755/stat : 12755 (java) S 12740 12742 12117 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11596929 1571090432 320119 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1791.76
Current children cumulated vsize (KiB) 1534268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.6 s]
/proc/loadavg: 1.00 1.03 1.03 2/119 12812
/proc/meminfo: memFree=525584/2059040 swapFree=4177492/4192956
[pid=12742] ppid=12740 vsize=1534268 CPUtime=1800.09
/proc/12742/stat : 12742 (java) S 12740 12742 12117 0 -1 4202496 343327 0 1 0 179782 227 0 0 21 0 13 0 11596116 1571090432 321137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12742/statm: 383567 321137 1445 10 0 380869 0
[pid=12742/tid=12744] ppid=12740 vsize=1534268 CPUtime=1771.57
/proc/12742/task/12744/stat : 12744 (java) R 12740 12742 12117 0 -1 4202560 32626 0 1 0 177092 65 0 0 25 0 13 0 11596118 1571090432 321137 1992294400 134512640 134550932 4294200176 18446744073709551615 4109929474 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12742/tid=12745] ppid=12740 vsize=1534268 CPUtime=8.12
/proc/12742/task/12745/stat : 12745 (java) S 12740 12742 12117 0 -1 4202560 144558 0 0 0 737 75 0 0 16 0 13 0 11596119 1571090432 321137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12746] ppid=12740 vsize=1534268 CPUtime=8.21
/proc/12742/task/12746/stat : 12746 (java) S 12740 12742 12117 0 -1 4202560 158483 0 0 0 743 78 0 0 16 0 13 0 11596119 1571090432 321137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12747] ppid=12740 vsize=1534268 CPUtime=9.15
/proc/12742/task/12747/stat : 12747 (java) S 12740 12742 12117 0 -1 4202560 3482 0 0 0 911 4 0 0 15 0 13 0 11596121 1571090432 321137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 0 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12748] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12748/stat : 12748 (java) S 12740 12742 12117 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11596122 1571090432 321137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12749] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12749/stat : 12749 (java) S 12740 12742 12117 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11596122 1571090432 321137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12750] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12750/stat : 12750 (java) S 12740 12742 12117 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11596126 1571090432 321137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12751] ppid=12740 vsize=1534268 CPUtime=0.61
/proc/12742/task/12751/stat : 12751 (java) S 12740 12742 12117 0 -1 4202560 159 0 0 0 61 0 0 0 15 0 13 0 11596126 1571090432 321137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12752] ppid=12740 vsize=1534268 CPUtime=2.37
/proc/12742/task/12752/stat : 12752 (java) S 12740 12742 12117 0 -1 4202560 2846 0 0 0 236 1 0 0 15 0 13 0 11596126 1571090432 321137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12753] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12753/stat : 12753 (java) S 12740 12742 12117 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11596126 1571090432 321137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12754] ppid=12740 vsize=1534268 CPUtime=0.01
/proc/12742/task/12754/stat : 12754 (java) S 12740 12742 12117 0 -1 4202560 105 0 0 0 0 1 0 0 15 0 13 0 11596126 1571090432 321137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12755] ppid=12740 vsize=1534268 CPUtime=0
/proc/12742/task/12755/stat : 12755 (java) S 12740 12742 12117 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11596929 1571090432 321137 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1534268

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

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

[startup+1790.72 s]
/proc/loadavg: 1.00 1.03 1.03 2/119 12812
/proc/meminfo: memFree=525584/2059040 swapFree=4177492/4192956
[pid=12742] ppid=12740 vsize=1534916 CPUtime=1800.3
/proc/12742/stat : 12742 (java) S 12740 12742 12117 0 -1 4202496 343875 0 1 0 179802 228 0 0 18 0 15 0 11596116 1571753984 321669 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12742/statm: 383729 321669 1447 10 0 381031 0
[pid=12742/tid=12744] ppid=12740 vsize=1534916 CPUtime=1771.62
/proc/12742/task/12744/stat : 12744 (java) R 12740 12742 12117 0 -1 4202560 32626 0 1 0 177097 65 0 0 25 0 15 0 11596118 1571753984 321669 1992294400 134512640 134550932 4294200176 18446744073709551615 4109894506 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12742/tid=12745] ppid=12740 vsize=1534916 CPUtime=8.14
/proc/12742/task/12745/stat : 12745 (java) S 12740 12742 12117 0 -1 4202560 144952 0 0 0 739 75 0 0 16 0 15 0 11596119 1571753984 321669 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12746] ppid=12740 vsize=1534916 CPUtime=8.22
/proc/12742/task/12746/stat : 12746 (java) S 12740 12742 12117 0 -1 4202560 158620 0 0 0 744 78 0 0 16 0 15 0 11596119 1571753984 321669 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12747] ppid=12740 vsize=1534916 CPUtime=9.15
/proc/12742/task/12747/stat : 12747 (java) S 12740 12742 12117 0 -1 4202560 3482 0 0 0 911 4 0 0 15 0 15 0 11596121 1571753984 321669 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 0 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12748] ppid=12740 vsize=1534916 CPUtime=0
/proc/12742/task/12748/stat : 12748 (java) S 12740 12742 12117 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 15 0 11596122 1571753984 321669 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12749] ppid=12740 vsize=1534916 CPUtime=0
/proc/12742/task/12749/stat : 12749 (java) S 12740 12742 12117 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 11596122 1571753984 321669 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12750] ppid=12740 vsize=1534916 CPUtime=0
/proc/12742/task/12750/stat : 12750 (java) S 12740 12742 12117 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 15 0 11596126 1571753984 321669 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12751] ppid=12740 vsize=1534916 CPUtime=0.64
/proc/12742/task/12751/stat : 12751 (java) S 12740 12742 12117 0 -1 4202560 161 0 0 0 64 0 0 0 15 0 15 0 11596126 1571753984 321669 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12752] ppid=12740 vsize=1534916 CPUtime=2.37
/proc/12742/task/12752/stat : 12752 (java) S 12740 12742 12117 0 -1 4202560 2846 0 0 0 236 1 0 0 16 0 15 0 11596126 1571753984 321669 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12753] ppid=12740 vsize=1534916 CPUtime=0
/proc/12742/task/12753/stat : 12753 (java) S 12740 12742 12117 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 11596126 1571753984 321669 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=12742/tid=12754] ppid=12740 vsize=1534916 CPUtime=0.01
/proc/12742/task/12754/stat : 12754 (java) S 12740 12742 12117 0 -1 4202560 105 0 0 0 0 1 0 0 15 0 15 0 11596126 1571753984 321669 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=12742/tid=12755] ppid=12740 vsize=1534916 CPUtime=0
/proc/12742/task/12755/stat : 12755 (java) S 12740 12742 12117 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 11596929 1571753984 321669 1992294400 134512640 134550932 4294200176 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 1534916

[startup+1790.8 s]
/proc/loadavg: 1.00 1.03 1.03 2/109 12815
/proc/meminfo: memFree=1039440/2059040 swapFree=4177492/4192956
[pid=12742] ppid=12740 vsize=0 CPUtime=1800.39
/proc/12742/stat : 12742 (java) Z 12740 12742 12117 0 -1 4203548 343880 0 1 0 179806 233 0 0 16 0 2 0 11596116 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12742/statm: 0 0 0 0 0 0 0
[pid=12742/tid=12755] ppid=12740 vsize=0 CPUtime=0.05
/proc/12742/task/12755/stat : 12755 (java) R 12740 12742 12117 0 -1 4203588 5 0 0 0 0 5 0 0 18 0 2 0 11596929 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.39
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1790.88
CPU time (s): 1800.47
CPU user time (s): 1798.07
CPU system time (s): 2.40463
CPU usage (%): 100.536
Max. virtual memory (cumulated for all children) (KiB): 1534916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.07
system time used= 2.40463
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 343880
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= 42220
involuntary context switches= 38262

runsolver used 3.78542 second user time and 9.68753 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-12 23:50:43
IDJOB=2660475
IDBENCH=1969
IDSOLVER=1165
FILE ID=node027/2660475-1276379442
PBS_JOBID= 11173229
Free space on /tmp= 62432 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_0.opb.PB06.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660475-1276379442/watcher-2660475-1276379442 -o /tmp/evaluation-result-2660475-1276379442/solver-2660475-1276379442 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660475-1276379442.opb

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

MD5SUM BENCH= 325852af8542a0f454599a2893f1b120
RANDOM SEED=1630518153

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:       1809732 kB
Buffers:         26008 kB
Cached:         111520 kB
SwapCached:         68 kB
Active:         125108 kB
Inactive:        56544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1809732 kB
SwapTotal:     4192956 kB
SwapFree:      4177492 kB
Dirty:           17136 kB
Writeback:           0 kB
AnonPages:       44068 kB
Mapped:          15416 kB
Slab:            45732 kB
PageTables:       3972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180960 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= 62432 MiB
End job on node027 at 2010-06-13 00:20:35