Trace number 2660467

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.35 1711.95

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos19.opb
MD5SUM1ef5c8e94b66b7ed63dffc6923ecd901
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3
Best CPU time to get the best result obtained on this benchmark1798.31
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -3
Optimality of the best value was proved NO
Number of variables1041679
Total number of constraints127860
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints127780
Minimum length of a constraint2
Maximum length of a constraint275
Number of terms in the objective function 1611
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1611
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24576
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 98256
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2660467-1276350124.opb
0.22/0.22	c reading problem ... 
26.69/19.75	c ... done. Wall clock time 19.525s.
26.69/19.75	c #vars     1041679
26.69/19.75	c #constraints  178401
26.69/19.75	c constraints type 
26.69/19.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1378
26.69/19.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1563
26.69/19.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1643
26.69/19.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 155612
105.45/91.82	c cleaning 0 clauses out of 5013 with flag 0/5013
226.17/207.76	c cleaning 0 clauses out of 11001 with flag 0/11001
370.12/345.99	c cleaning 0 clauses out of 18000 with flag 0/18000
571.23/537.82	c cleaning 0 clauses out of 26000 with flag 0/26000
963.82/917.28	c cleaning 0 clauses out of 35000 with flag 0/35000
1232.41/1169.41	c cleaning 0 clauses out of 45000 with flag 0/45000
1608.27/1526.89	c cleaning 0 clauses out of 56000 with flag 0/56000
1800.05/1711.72	c starts		: 66
1800.05/1711.72	c conflicts		: 59202
1800.05/1711.72	c decisions		: 634375
1800.05/1711.72	c propagations		: 16230430
1800.05/1711.72	c inspects		: 540318259
1800.05/1711.72	c learnt literals	: 0
1800.05/1711.72	c learnt binary clauses	: 0
1800.05/1711.72	c learnt ternary clauses	: 0
1800.05/1711.72	c learnt clauses	: 59201
1800.05/1711.72	c ignored clauses	: 0
1800.05/1711.73	c root simplifications	: 0
1800.05/1711.73	c removed literals (reason simplification)	: 0
1800.05/1711.73	c reason swapping (by a shorter reason)	: 0
1800.05/1711.73	c Calls to reduceDB	: 7
1800.05/1711.73	c number of reductions to clauses (during analyze)	: 0
1800.05/1711.73	c number of learned constraints concerned by reduction	: 0
1800.05/1711.73	c number of learning phase by resolution	: 0
1800.05/1711.73	c number of learning phase by cutting planes	: 0
1800.05/1711.73	c speed (assignments/second)	: 9592.673826406164
1800.05/1711.73	c non guided choices	489811
1800.05/1711.78	c learnt constraints type 
1800.05/1711.78	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5718
1800.05/1711.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 53485
1800.05/1711.78	c constraints type 
1800.05/1711.78	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1378
1800.05/1711.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1563
1800.05/1711.78	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1643
1800.05/1711.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 155612
1800.05/1711.78	s UNKNOWN
1800.05/1711.78	c Total wall clock time (in seconds): 1711.56

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-2660467-1276350124/watcher-2660467-1276350124 -o /tmp/evaluation-result-2660467-1276350124/solver-2660467-1276350124 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660467-1276350124.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.02 1.10 1.04 2/106 12834
/proc/meminfo: memFree=1807312/2059040 swapFree=4135796/4192956
[pid=12834] ppid=12832 vsize=1832 CPUtime=0
/proc/12834/stat : 12834 (java6) R 12832 12834 12716 0 -1 4194304 246 0 0 0 0 0 0 0 18 0 1 0 10613932 1875968 150 1992294400 134512640 134550932 4289218976 18446744073709551615 9585824 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12834/statm: 459 154 116 10 0 64 0

[startup+0.108551 s]
/proc/loadavg: 1.02 1.10 1.04 2/106 12834
/proc/meminfo: memFree=1807312/2059040 swapFree=4135796/4192956
[pid=12834] ppid=12832 vsize=1524184 CPUtime=0.09
/proc/12834/stat : 12834 (java) S 12832 12834 12716 0 -1 4202496 4002 0 1 0 6 3 0 0 18 0 12 0 10613932 1560764416 3442 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12834/statm: 381046 3442 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.201558 s]
/proc/loadavg: 1.02 1.10 1.04 2/106 12834
/proc/meminfo: memFree=1807312/2059040 swapFree=4135796/4192956
[pid=12834] ppid=12832 vsize=1526644 CPUtime=0.22
/proc/12834/stat : 12834 (java) S 12832 12834 12716 0 -1 4202496 5100 0 1 0 18 4 0 0 18 0 12 0 10613932 1563283456 4538 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12834/statm: 381661 4538 1347 10 0 378963 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1526644

[startup+0.301562 s]
/proc/loadavg: 1.02 1.10 1.04 2/106 12834
/proc/meminfo: memFree=1807312/2059040 swapFree=4135796/4192956
[pid=12834] ppid=12832 vsize=1526644 CPUtime=0.32
/proc/12834/stat : 12834 (java) S 12832 12834 12716 0 -1 4202496 11144 0 1 0 26 6 0 0 18 0 12 0 10613932 1563283456 10582 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12834/statm: 381661 10582 1350 10 0 378963 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1526644

[startup+0.701608 s]
/proc/loadavg: 1.02 1.10 1.04 2/106 12834
/proc/meminfo: memFree=1807312/2059040 swapFree=4135796/4192956
[pid=12834] ppid=12832 vsize=1530484 CPUtime=1.09
/proc/12834/stat : 12834 (java) S 12832 12834 12716 0 -1 4202496 14222 0 1 0 101 8 0 0 18 0 12 0 10613932 1567215616 13375 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12834/statm: 382621 13376 1404 10 0 379923 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1530484

[startup+1.50167 s]
/proc/loadavg: 1.02 1.10 1.04 2/118 12846
/proc/meminfo: memFree=1735484/2059040 swapFree=4135796/4192956
[pid=12834] ppid=12832 vsize=1530132 CPUtime=2.22
/proc/12834/stat : 12834 (java) S 12832 12834 12716 0 -1 4202496 30398 0 1 0 206 16 0 0 18 0 12 0 10613932 1566855168 29438 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12834/statm: 382533 29440 1407 10 0 379835 0
[pid=12834/tid=12836] ppid=12832 vsize=1530132 CPUtime=1.46
/proc/12834/task/12836/stat : 12836 (java) R 12832 12834 12716 0 -1 4202560 27351 0 1 0 133 13 0 0 25 0 12 0 10613933 1566855168 29441 1992294400 134512640 134550932 4293394752 18446744073709551615 4109491973 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12834/tid=12837] ppid=12832 vsize=1530132 CPUtime=0
/proc/12834/task/12837/stat : 12837 (java) S 12832 12834 12716 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 10613935 1566855168 29442 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12838] ppid=12832 vsize=1530132 CPUtime=0
/proc/12834/task/12838/stat : 12838 (java) S 12832 12834 12716 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 10613935 1566855168 29443 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12839] ppid=12832 vsize=1530132 CPUtime=0
/proc/12834/task/12839/stat : 12839 (java) S 12832 12834 12716 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 10613936 1566855168 29444 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 0 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12840] ppid=12832 vsize=1530132 CPUtime=0
/proc/12834/task/12840/stat : 12840 (java) S 12832 12834 12716 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 10613937 1566855168 29446 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12841] ppid=12832 vsize=1530132 CPUtime=0
/proc/12834/task/12841/stat : 12841 (java) S 12832 12834 12716 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 10613937 1566855168 29447 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12842] ppid=12832 vsize=1530132 CPUtime=0
/proc/12834/task/12842/stat : 12842 (java) S 12832 12834 12716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 10613941 1566855168 29448 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12843] ppid=12832 vsize=1530132 CPUtime=0.68
/proc/12834/task/12843/stat : 12843 (java) S 12832 12834 12716 0 -1 4202560 1554 0 0 0 67 1 0 0 17 0 12 0 10613941 1566855168 29449 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12844] ppid=12832 vsize=1530132 CPUtime=0.05
/proc/12834/task/12844/stat : 12844 (java) S 12832 12834 12716 0 -1 4202560 433 0 0 0 5 0 0 0 19 0 12 0 10613941 1566855168 29450 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12845] ppid=12832 vsize=1530132 CPUtime=0
/proc/12834/task/12845/stat : 12845 (java) S 12832 12834 12716 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10613941 1566855168 29452 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12846] ppid=12832 vsize=1530132 CPUtime=0
/proc/12834/task/12846/stat : 12846 (java) S 12832 12834 12716 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10613941 1566855168 29453 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 1530132

[startup+3.10184 s]
/proc/loadavg: 1.02 1.10 1.04 2/118 12846
/proc/meminfo: memFree=1627480/2059040 swapFree=4135796/4192956
[pid=12834] ppid=12832 vsize=1530776 CPUtime=4.55
/proc/12834/stat : 12834 (java) S 12832 12834 12716 0 -1 4202496 62524 0 1 0 427 28 0 0 18 0 12 0 10613932 1567514624 58255 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12834/statm: 382694 58258 1421 10 0 379996 0
[pid=12834/tid=12836] ppid=12832 vsize=1530776 CPUtime=2.43
/proc/12834/task/12836/stat : 12836 (java) S 12832 12834 12716 0 -1 4202560 32011 0 1 0 229 14 0 0 25 0 12 0 10613933 1567514624 58259 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12837] ppid=12832 vsize=1530776 CPUtime=0.4
/proc/12834/task/12837/stat : 12837 (java) R 12832 12834 12716 0 -1 4202560 15047 0 0 0 34 6 0 0 18 0 12 0 10613935 1567514624 58260 1992294400 134512640 134550932 4293394752 18446744073709551615 106194234 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12834/tid=12838] ppid=12832 vsize=1530776 CPUtime=0.39
/proc/12834/task/12838/stat : 12838 (java) R 12832 12834 12716 0 -1 4202560 12153 0 0 0 36 3 0 0 18 0 12 0 10613935 1567514624 58262 1992294400 134512640 134550932 4293394752 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12834/tid=12839] ppid=12832 vsize=1530776 CPUtime=0
/proc/12834/task/12839/stat : 12839 (java) S 12832 12834 12716 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10613936 1567514624 58264 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 0 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12840] ppid=12832 vsize=1530776 CPUtime=0
/proc/12834/task/12840/stat : 12840 (java) S 12832 12834 12716 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 10613937 1567514624 58265 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12841] ppid=12832 vsize=1530776 CPUtime=0
/proc/12834/task/12841/stat : 12841 (java) S 12832 12834 12716 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10613937 1567514624 58267 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12842] ppid=12832 vsize=1530776 CPUtime=0
/proc/12834/task/12842/stat : 12842 (java) S 12832 12834 12716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 10613941 1567514624 58268 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12843] ppid=12832 vsize=1530776 CPUtime=1.01
/proc/12834/task/12843/stat : 12843 (java) S 12832 12834 12716 0 -1 4202560 1693 0 0 0 99 2 0 0 15 0 12 0 10613941 1567514624 58270 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12844] ppid=12832 vsize=1530776 CPUtime=0.26
/proc/12834/task/12844/stat : 12844 (java) S 12832 12834 12716 0 -1 4202560 557 0 0 0 26 0 0 0 17 0 12 0 10613941 1567514624 58271 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12845] ppid=12832 vsize=1530776 CPUtime=0
/proc/12834/task/12845/stat : 12845 (java) S 12832 12834 12716 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10613941 1567514624 58273 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12846] ppid=12832 vsize=1530776 CPUtime=0
/proc/12834/task/12846/stat : 12846 (java) S 12832 12834 12716 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10613941 1567514624 58275 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 1530776

[startup+6.30113 s]
/proc/loadavg: 1.02 1.09 1.04 2/118 12846
/proc/meminfo: memFree=1510052/2059040 swapFree=4135796/4192956
[pid=12834] ppid=12832 vsize=1530688 CPUtime=8.65
/proc/12834/stat : 12834 (java) S 12832 12834 12716 0 -1 4202496 96812 0 1 0 822 43 0 0 18 0 12 0 10613932 1567424512 83820 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12834/statm: 382672 83820 1421 10 0 379974 0
[pid=12834/tid=12836] ppid=12832 vsize=1530688 CPUtime=4.72
/proc/12834/task/12836/stat : 12836 (java) R 12832 12834 12716 0 -1 4202560 32015 0 1 0 457 15 0 0 24 0 12 0 10613933 1567424512 83820 1992294400 134512640 134550932 4293394752 18446744073709551615 4109385485 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12834/tid=12837] ppid=12832 vsize=1530688 CPUtime=1.31
/proc/12834/task/12837/stat : 12837 (java) S 12832 12834 12716 0 -1 4202560 30813 0 0 0 118 13 0 0 16 0 12 0 10613935 1567424512 83820 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12838] ppid=12832 vsize=1530688 CPUtime=1.29
/proc/12834/task/12838/stat : 12838 (java) S 12832 12834 12716 0 -1 4202560 30664 0 0 0 119 10 0 0 16 0 12 0 10613935 1567424512 83820 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12839] ppid=12832 vsize=1530688 CPUtime=0
/proc/12834/task/12839/stat : 12839 (java) S 12832 12834 12716 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10613936 1567424512 83820 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 0 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12840] ppid=12832 vsize=1530688 CPUtime=0
/proc/12834/task/12840/stat : 12840 (java) S 12832 12834 12716 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 10613937 1567424512 83820 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12841] ppid=12832 vsize=1530688 CPUtime=0
/proc/12834/task/12841/stat : 12841 (java) S 12832 12834 12716 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10613937 1567424512 83820 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12842] ppid=12832 vsize=1530688 CPUtime=0
/proc/12834/task/12842/stat : 12842 (java) S 12832 12834 12716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 10613941 1567424512 83820 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12843] ppid=12832 vsize=1530688 CPUtime=1.01
/proc/12834/task/12843/stat : 12843 (java) S 12832 12834 12716 0 -1 4202560 1693 0 0 0 99 2 0 0 15 0 12 0 10613941 1567424512 83820 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12844] ppid=12832 vsize=1530688 CPUtime=0.26
/proc/12834/task/12844/stat : 12844 (java) S 12832 12834 12716 0 -1 4202560 557 0 0 0 26 0 0 0 17 0 12 0 10613941 1567424512 83820 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12845] ppid=12832 vsize=1530688 CPUtime=0
/proc/12834/task/12845/stat : 12845 (java) S 12832 12834 12716 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10613941 1567424512 83820 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12846] ppid=12832 vsize=1530688 CPUtime=0
/proc/12834/task/12846/stat : 12846 (java) S 12832 12834 12716 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10613941 1567424512 83820 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.65
Current children cumulated vsize (KiB) 1530688

[startup+12.7019 s]
/proc/loadavg: 1.02 1.09 1.04 2/118 12846
/proc/meminfo: memFree=1336452/2059040 swapFree=4135796/4192956
[pid=12834] ppid=12832 vsize=1537380 CPUtime=18.15
/proc/12834/stat : 12834 (java) S 12832 12834 12716 0 -1 4202496 149286 0 1 0 1749 66 0 0 18 0 12 0 10613932 1574277120 123326 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12834/statm: 384345 123326 1427 10 0 381647 0
[pid=12834/tid=12836] ppid=12832 vsize=1537380 CPUtime=8.4
/proc/12834/task/12836/stat : 12836 (java) R 12832 12834 12716 0 -1 4202560 32043 0 1 0 824 16 0 0 16 0 12 0 10613933 1574277120 123326 1992294400 134512640 134550932 4293394752 18446744073709551615 4109418170 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12834/tid=12837] ppid=12832 vsize=1537380 CPUtime=3.79
/proc/12834/task/12837/stat : 12837 (java) S 12832 12834 12716 0 -1 4202560 55852 0 0 0 355 24 0 0 16 0 12 0 10613935 1574277120 123326 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12838] ppid=12832 vsize=1537380 CPUtime=3.86
/proc/12834/task/12838/stat : 12838 (java) S 12832 12834 12716 0 -1 4202560 53118 0 0 0 366 20 0 0 16 0 12 0 10613935 1574277120 123326 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12839] ppid=12832 vsize=1537380 CPUtime=0
/proc/12834/task/12839/stat : 12839 (java) S 12832 12834 12716 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 10613936 1574277120 123326 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 0 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12840] ppid=12832 vsize=1537380 CPUtime=0
/proc/12834/task/12840/stat : 12840 (java) S 12832 12834 12716 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 10613937 1574277120 123326 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12841] ppid=12832 vsize=1537380 CPUtime=0
/proc/12834/task/12841/stat : 12841 (java) S 12832 12834 12716 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10613937 1574277120 123326 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12842] ppid=12832 vsize=1537380 CPUtime=0
/proc/12834/task/12842/stat : 12842 (java) S 12832 12834 12716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 10613941 1574277120 123326 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12843] ppid=12832 vsize=1537380 CPUtime=1.1
/proc/12834/task/12843/stat : 12843 (java) S 12832 12834 12716 0 -1 4202560 1750 0 0 0 108 2 0 0 15 0 12 0 10613941 1574277120 123326 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12844] ppid=12832 vsize=1537380 CPUtime=0.94
/proc/12834/task/12844/stat : 12844 (java) S 12832 12834 12716 0 -1 4202560 5451 0 0 0 93 1 0 0 15 0 12 0 10613941 1574277120 123326 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12845] ppid=12832 vsize=1537380 CPUtime=0
/proc/12834/task/12845/stat : 12845 (java) S 12832 12834 12716 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10613941 1574277120 123326 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12846] ppid=12832 vsize=1537380 CPUtime=0
/proc/12834/task/12846/stat : 12846 (java) S 12832 12834 12716 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10613941 1574277120 123326 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.15
Current children cumulated vsize (KiB) 1537380

[startup+25.502 s]
/proc/loadavg: 1.09 1.10 1.04 2/119 12847
/proc/meminfo: memFree=1112376/2059040 swapFree=4135796/4192956
[pid=12834] ppid=12832 vsize=1538316 CPUtime=34.41
/proc/12834/stat : 12834 (java) S 12832 12834 12716 0 -1 4202496 211389 0 1 0 3341 100 0 0 18 0 13 0 10613932 1575235584 175193 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12834/statm: 384579 175193 1444 10 0 381881 0
[pid=12834/tid=12836] ppid=12832 vsize=1538316 CPUtime=18.79
/proc/12834/task/12836/stat : 12836 (java) R 12832 12834 12716 0 -1 4202560 32135 0 1 0 1861 18 0 0 18 0 13 0 10613933 1575235584 175193 1992294400 134512640 134550932 4293394752 18446744073709551615 4109654910 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12834/tid=12837] ppid=12832 vsize=1538316 CPUtime=5.9
/proc/12834/task/12837/stat : 12837 (java) S 12832 12834 12716 0 -1 4202560 87402 0 0 0 549 41 0 0 16 0 13 0 10613935 1575235584 175193 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12838] ppid=12832 vsize=1538316 CPUtime=5.97
/proc/12834/task/12838/stat : 12838 (java) S 12832 12834 12716 0 -1 4202560 81610 0 0 0 562 35 0 0 15 0 13 0 10613935 1575235584 175193 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12839] ppid=12832 vsize=1538316 CPUtime=0.01
/proc/12834/task/12839/stat : 12839 (java) S 12832 12834 12716 0 -1 4202560 11 0 0 0 1 0 0 0 16 0 13 0 10613936 1575235584 175193 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 0 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12840] ppid=12832 vsize=1538316 CPUtime=0
/proc/12834/task/12840/stat : 12840 (java) S 12832 12834 12716 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10613937 1575235584 175193 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12841] ppid=12832 vsize=1538316 CPUtime=0
/proc/12834/task/12841/stat : 12841 (java) S 12832 12834 12716 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10613937 1575235584 175193 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12842] ppid=12832 vsize=1538316 CPUtime=0
/proc/12834/task/12842/stat : 12842 (java) S 12832 12834 12716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10613941 1575235584 175193 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12843] ppid=12832 vsize=1538316 CPUtime=1.6

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

[pid=12834/tid=12840] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12840/stat : 12840 (java) S 12832 12834 12716 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10613937 1576742912 317315 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12841] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12841/stat : 12841 (java) S 12832 12834 12716 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10613937 1576742912 317315 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12842] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12842/stat : 12842 (java) S 12832 12834 12716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10613941 1576742912 317315 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12843] ppid=12832 vsize=1539788 CPUtime=1.82
/proc/12834/task/12843/stat : 12843 (java) S 12832 12834 12716 0 -1 4202560 1929 0 0 0 180 2 0 0 15 0 13 0 10613941 1576742912 317315 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12844] ppid=12832 vsize=1539788 CPUtime=3.33
/proc/12834/task/12844/stat : 12844 (java) S 12832 12834 12716 0 -1 4202560 10474 0 0 0 330 3 0 0 15 0 13 0 10613941 1576742912 317315 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12845] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12845/stat : 12845 (java) S 12832 12834 12716 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10613941 1576742912 317315 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12846] ppid=12832 vsize=1539788 CPUtime=0.02
/proc/12834/task/12846/stat : 12846 (java) S 12832 12834 12716 0 -1 4202560 84 0 0 0 1 1 0 0 15 0 13 0 10613941 1576742912 317315 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12847] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12847/stat : 12847 (java) S 12832 12834 12716 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 10615956 1576742912 317315 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1561.4
Current children cumulated vsize (KiB) 1539788

[startup+1542.31 s]
/proc/loadavg: 1.18 1.13 1.05 2/119 12896
/proc/meminfo: memFree=504032/2059040 swapFree=4135796/4192956
[pid=12834] ppid=12832 vsize=1539788 CPUtime=1624.22
/proc/12834/stat : 12834 (java) S 12832 12834 12716 0 -1 4202496 488655 0 1 0 161895 527 0 0 18 0 13 0 10613932 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12834/statm: 384947 326486 1450 10 0 382249 0
[pid=12834/tid=12836] ppid=12832 vsize=1539788 CPUtime=1438.83
/proc/12834/task/12836/stat : 12836 (java) R 12832 12834 12716 0 -1 4202560 35846 0 1 0 143839 44 0 0 25 0 13 0 10613933 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4109603799 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12834/tid=12837] ppid=12832 vsize=1539788 CPUtime=80.29
/proc/12834/task/12837/stat : 12837 (java) S 12832 12834 12716 0 -1 4202560 167927 0 0 0 7828 201 0 0 16 0 13 0 10613935 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12838] ppid=12832 vsize=1539788 CPUtime=80.24
/proc/12834/task/12838/stat : 12838 (java) S 12832 12834 12716 0 -1 4202560 152402 0 0 0 7825 199 0 0 15 0 13 0 10613935 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12839] ppid=12832 vsize=1539788 CPUtime=19.61
/proc/12834/task/12839/stat : 12839 (java) S 12832 12834 12716 0 -1 4202560 118925 0 0 0 1889 72 0 0 15 0 13 0 10613936 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 0 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12840] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12840/stat : 12840 (java) S 12832 12834 12716 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10613937 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12841] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12841/stat : 12841 (java) S 12832 12834 12716 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10613937 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12842] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12842/stat : 12842 (java) S 12832 12834 12716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10613941 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12843] ppid=12832 vsize=1539788 CPUtime=1.82
/proc/12834/task/12843/stat : 12843 (java) S 12832 12834 12716 0 -1 4202560 1929 0 0 0 180 2 0 0 15 0 13 0 10613941 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12844] ppid=12832 vsize=1539788 CPUtime=3.33
/proc/12834/task/12844/stat : 12844 (java) S 12832 12834 12716 0 -1 4202560 10474 0 0 0 330 3 0 0 15 0 13 0 10613941 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12845] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12845/stat : 12845 (java) S 12832 12834 12716 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10613941 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12846] ppid=12832 vsize=1539788 CPUtime=0.02
/proc/12834/task/12846/stat : 12846 (java) S 12832 12834 12716 0 -1 4202560 88 0 0 0 1 1 0 0 15 0 13 0 10613941 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12847] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12847/stat : 12847 (java) S 12832 12834 12716 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 10615956 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1624.22
Current children cumulated vsize (KiB) 1539788

[startup+1602.3 s]
/proc/loadavg: 1.26 1.18 1.08 2/119 12898
/proc/meminfo: memFree=504032/2059040 swapFree=4135796/4192956
[pid=12834] ppid=12832 vsize=1539788 CPUtime=1686.23
/proc/12834/stat : 12834 (java) S 12832 12834 12716 0 -1 4202496 488755 0 1 0 168084 539 0 0 18 0 13 0 10613932 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12834/statm: 384947 326486 1450 10 0 382249 0
[pid=12834/tid=12836] ppid=12832 vsize=1539788 CPUtime=1496.66
/proc/12834/task/12836/stat : 12836 (java) R 12832 12834 12716 0 -1 4202560 35938 0 1 0 149619 47 0 0 25 0 13 0 10613933 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4109603726 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12834/tid=12837] ppid=12832 vsize=1539788 CPUtime=82.39
/proc/12834/task/12837/stat : 12837 (java) S 12832 12834 12716 0 -1 4202560 167927 0 0 0 8032 207 0 0 15 0 13 0 10613935 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12838] ppid=12832 vsize=1539788 CPUtime=82.33
/proc/12834/task/12838/stat : 12838 (java) S 12832 12834 12716 0 -1 4202560 152402 0 0 0 8030 203 0 0 16 0 13 0 10613935 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12839] ppid=12832 vsize=1539788 CPUtime=19.62
/proc/12834/task/12839/stat : 12839 (java) S 12832 12834 12716 0 -1 4202560 118929 0 0 0 1890 72 0 0 16 0 13 0 10613936 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 0 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12840] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12840/stat : 12840 (java) S 12832 12834 12716 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10613937 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12841] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12841/stat : 12841 (java) S 12832 12834 12716 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10613937 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12842] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12842/stat : 12842 (java) S 12832 12834 12716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10613941 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12843] ppid=12832 vsize=1539788 CPUtime=1.82
/proc/12834/task/12843/stat : 12843 (java) S 12832 12834 12716 0 -1 4202560 1929 0 0 0 180 2 0 0 15 0 13 0 10613941 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12844] ppid=12832 vsize=1539788 CPUtime=3.33
/proc/12834/task/12844/stat : 12844 (java) S 12832 12834 12716 0 -1 4202560 10474 0 0 0 330 3 0 0 15 0 13 0 10613941 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12845] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12845/stat : 12845 (java) S 12832 12834 12716 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10613941 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12846] ppid=12832 vsize=1539788 CPUtime=0.03
/proc/12834/task/12846/stat : 12846 (java) S 12832 12834 12716 0 -1 4202560 92 0 0 0 2 1 0 0 15 0 13 0 10613941 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12847] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12847/stat : 12847 (java) S 12832 12834 12716 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 10615956 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1686.23
Current children cumulated vsize (KiB) 1539788

[startup+1662.3 s]
/proc/loadavg: 1.16 1.16 1.07 2/119 12900
/proc/meminfo: memFree=503908/2059040 swapFree=4135796/4192956
[pid=12834] ppid=12832 vsize=1539788 CPUtime=1748.38
/proc/12834/stat : 12834 (java) S 12832 12834 12716 0 -1 4202496 488850 0 1 0 174286 552 0 0 18 0 13 0 10613932 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12834/statm: 384947 326486 1450 10 0 382249 0
[pid=12834/tid=12836] ppid=12832 vsize=1539788 CPUtime=1554.32
/proc/12834/task/12836/stat : 12836 (java) R 12832 12834 12716 0 -1 4202560 36025 0 1 0 155383 49 0 0 25 0 13 0 10613933 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4109571662 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12834/tid=12837] ppid=12832 vsize=1539788 CPUtime=84.62
/proc/12834/task/12837/stat : 12837 (java) S 12832 12834 12716 0 -1 4202560 167927 0 0 0 8249 213 0 0 15 0 13 0 10613935 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12838] ppid=12832 vsize=1539788 CPUtime=84.56
/proc/12834/task/12838/stat : 12838 (java) S 12832 12834 12716 0 -1 4202560 152402 0 0 0 8249 207 0 0 16 0 13 0 10613935 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12839] ppid=12832 vsize=1539788 CPUtime=19.63
/proc/12834/task/12839/stat : 12839 (java) S 12832 12834 12716 0 -1 4202560 118933 0 0 0 1891 72 0 0 15 0 13 0 10613936 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 0 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12840] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12840/stat : 12840 (java) S 12832 12834 12716 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10613937 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12841] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12841/stat : 12841 (java) S 12832 12834 12716 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10613937 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12842] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12842/stat : 12842 (java) S 12832 12834 12716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10613941 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12843] ppid=12832 vsize=1539788 CPUtime=1.82
/proc/12834/task/12843/stat : 12843 (java) S 12832 12834 12716 0 -1 4202560 1929 0 0 0 180 2 0 0 15 0 13 0 10613941 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12844] ppid=12832 vsize=1539788 CPUtime=3.33
/proc/12834/task/12844/stat : 12844 (java) S 12832 12834 12716 0 -1 4202560 10474 0 0 0 330 3 0 0 15 0 13 0 10613941 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12845] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12845/stat : 12845 (java) S 12832 12834 12716 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10613941 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12846] ppid=12832 vsize=1539788 CPUtime=0.03
/proc/12834/task/12846/stat : 12846 (java) S 12832 12834 12716 0 -1 4202560 96 0 0 0 2 1 0 0 15 0 13 0 10613941 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12847] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12847/stat : 12847 (java) S 12832 12834 12716 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 10615956 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1748.38
Current children cumulated vsize (KiB) 1539788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1711.71 s]
/proc/loadavg: 1.07 1.13 1.07 2/119 12900
/proc/meminfo: memFree=503908/2059040 swapFree=4135796/4192956
[pid=12834] ppid=12832 vsize=1539788 CPUtime=1800.05
/proc/12834/stat : 12834 (java) S 12832 12834 12716 0 -1 4202496 488933 0 1 0 179440 565 0 0 18 0 13 0 10613932 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12834/statm: 384947 326486 1450 10 0 382249 0
[pid=12834/tid=12836] ppid=12832 vsize=1539788 CPUtime=1601.36
/proc/12834/task/12836/stat : 12836 (java) R 12832 12834 12716 0 -1 4202560 36104 0 1 0 160085 51 0 0 25 0 13 0 10613933 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4109486269 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12834/tid=12837] ppid=12832 vsize=1539788 CPUtime=86.92
/proc/12834/task/12837/stat : 12837 (java) S 12832 12834 12716 0 -1 4202560 167927 0 0 0 8472 220 0 0 16 0 13 0 10613935 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12838] ppid=12832 vsize=1539788 CPUtime=86.86
/proc/12834/task/12838/stat : 12838 (java) S 12832 12834 12716 0 -1 4202560 152402 0 0 0 8477 209 0 0 15 0 13 0 10613935 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12839] ppid=12832 vsize=1539788 CPUtime=19.66
/proc/12834/task/12839/stat : 12839 (java) S 12832 12834 12716 0 -1 4202560 118935 0 0 0 1892 74 0 0 15 0 13 0 10613936 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 0 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12840] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12840/stat : 12840 (java) S 12832 12834 12716 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10613937 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12841] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12841/stat : 12841 (java) S 12832 12834 12716 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10613937 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12842] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12842/stat : 12842 (java) S 12832 12834 12716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10613941 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12843] ppid=12832 vsize=1539788 CPUtime=1.82
/proc/12834/task/12843/stat : 12843 (java) S 12832 12834 12716 0 -1 4202560 1929 0 0 0 180 2 0 0 15 0 13 0 10613941 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12844] ppid=12832 vsize=1539788 CPUtime=3.33
/proc/12834/task/12844/stat : 12844 (java) S 12832 12834 12716 0 -1 4202560 10474 0 0 0 330 3 0 0 15 0 13 0 10613941 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 1 0 0 0
[pid=12834/tid=12845] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12845/stat : 12845 (java) S 12832 12834 12716 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10613941 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12846] ppid=12832 vsize=1539788 CPUtime=0.03
/proc/12834/task/12846/stat : 12846 (java) S 12832 12834 12716 0 -1 4202560 98 0 0 0 2 1 0 0 15 0 13 0 10613941 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
[pid=12834/tid=12847] ppid=12832 vsize=1539788 CPUtime=0
/proc/12834/task/12847/stat : 12847 (java) S 12832 12834 12716 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 10615956 1576742912 326486 1992294400 134512640 134550932 4293394752 18446744073709551615 4294960144 0 4 0 16800975 18446604437833419584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1539788

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

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

[startup+1711.9 s]
/proc/loadavg: 1.07 1.13 1.07 2/119 12900
/proc/meminfo: memFree=503908/2059040 swapFree=4135796/4192956
[pid=12834] ppid=12832 vsize=0 CPUtime=1800.29
/proc/12834/stat : 12834 (java) Z 12832 12834 12716 0 -1 4203548 488954 0 1 0 179458 571 0 0 16 0 2 0 10613932 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12834/statm: 0 0 0 0 0 0 0
[pid=12834/tid=12845] ppid=12832 vsize=0 CPUtime=0.06
/proc/12834/task/12845/stat : 12845 (java) R 12832 12834 12716 0 -1 4203588 0 0 0 0 0 6 0 0 18 0 2 0 10613941 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.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1711.95
CPU time (s): 1800.35
CPU user time (s): 1794.58
CPU system time (s): 5.76812
CPU usage (%): 105.163
Max. virtual memory (cumulated for all children) (KiB): 1576280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.58
system time used= 5.76812
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 488954
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= 72228
involuntary context switches= 54291

runsolver used 4.28635 second user time and 9.65953 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-12 15:42:06
IDJOB=2660467
IDBENCH=1845
IDSOLVER=1165
FILE ID=node015/2660467-1276350124
PBS_JOBID= 11173196
Free space on /tmp= 62512 MiB

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

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

MD5SUM BENCH= 1ef5c8e94b66b7ed63dffc6923ecd901
RANDOM SEED=923381629

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
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.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1807832 kB
Buffers:         28424 kB
Cached:         150660 kB
SwapCached:      13992 kB
Active:         140364 kB
Inactive:        55364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1807832 kB
SwapTotal:     4192956 kB
SwapFree:      4135796 kB
Dirty:           35964 kB
Writeback:           0 kB
AnonPages:       11448 kB
Mapped:           9144 kB
Slab:            33768 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181820 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62512 MiB
End job on node015 at 2010-06-12 16:10:40