Trace number 2660236

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.22 1777.41

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-air04.opb
MD5SUM015f32a31b4a3d7bbfc82031e4222c83
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 57799
Optimality of the best value was proved NO
Number of variables8904
Total number of constraints823
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)823
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint368
Number of terms in the objective function 8904
Biggest coefficient in the objective function 2258
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 5135151
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 2258
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 5135151
Number of bits of the biggest sum of numbers23
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c No reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2660236-1276347970.opb
0.22/0.22	c reading problem ... 
1.80/1.17	c ... done. Wall clock time 0.956s.
1.80/1.17	c #vars     8904
1.80/1.17	c #constraints  1646
1.80/1.17	c constraints type 
1.80/1.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
1.80/1.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 821
1.80/1.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 821
1800.10/1777.31	c starts		: 14
1800.10/1777.31	c conflicts		: 4323
1800.10/1777.31	c decisions		: 182840
1800.10/1777.31	c propagations		: 2379740
1800.10/1777.31	c inspects		: 86794576
1800.10/1777.31	c learnt literals	: 2
1800.10/1777.31	c learnt binary clauses	: 4
1800.10/1777.31	c learnt ternary clauses	: 1
1800.10/1777.31	c learnt clauses	: 4320
1800.10/1777.31	c ignored clauses	: 0
1800.10/1777.31	c root simplifications	: 0
1800.10/1777.31	c removed literals (reason simplification)	: 0
1800.10/1777.31	c reason swapping (by a shorter reason)	: 0
1800.10/1777.31	c Calls to reduceDB	: 0
1800.10/1777.31	c number of reductions to clauses (during analyze)	: 0
1800.10/1777.31	c number of learned constraints concerned by reduction	: 0
1800.10/1777.31	c number of learning phase by resolution	: 0
1800.10/1777.31	c number of learning phase by cutting planes	: 0
1800.10/1777.32	c speed (assignments/second)	: 1339.83581276958
1800.10/1777.32	c non guided choices	0
1800.10/1777.32	c learnt constraints type 
1800.10/1777.32	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5
1800.10/1777.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 869
1800.10/1777.32	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 1
1800.10/1777.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3445
1800.10/1777.32	c constraints type 
1800.10/1777.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
1800.10/1777.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 821
1800.10/1777.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 821
1800.10/1777.32	s UNKNOWN
1800.10/1777.32	c Total wall clock time (in seconds): 1777.11

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-2660236-1276347970/watcher-2660236-1276347970 -o /tmp/evaluation-result-2660236-1276347970/solver-2660236-1276347970 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660236-1276347970.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.06 1.15 1.09 3/106 10981
/proc/meminfo: memFree=1752680/2059040 swapFree=4165036/4192956
[pid=10981] ppid=10979 vsize=1832 CPUtime=0
/proc/10981/stat : 10981 (java6) R 10979 10981 10400 0 -1 4194304 225 0 0 0 0 0 0 0 16 0 1 0 8453352 1875968 128 1992294400 134512640 134550932 4290011056 18446744073709551615 2420432 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10981/statm: 458 130 94 10 0 63 0

[startup+0.0563261 s]
/proc/loadavg: 1.06 1.15 1.09 3/106 10981
/proc/meminfo: memFree=1752680/2059040 swapFree=4165036/4192956
[pid=10981] ppid=10979 vsize=1521664 CPUtime=0.04
/proc/10981/stat : 10981 (java) S 10979 10981 10400 0 -1 4202496 3560 0 1 0 2 2 0 0 15 0 7 0 8453352 1558183936 3001 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10981/statm: 380416 3001 1011 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101333 s]
/proc/loadavg: 1.06 1.15 1.09 3/106 10981
/proc/meminfo: memFree=1752680/2059040 swapFree=4165036/4192956
[pid=10981] ppid=10979 vsize=1524184 CPUtime=0.08
/proc/10981/stat : 10981 (java) S 10979 10981 10400 0 -1 4202496 3954 0 1 0 6 2 0 0 15 0 12 0 8453352 1560764416 3393 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10981/statm: 381046 3393 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301373 s]
/proc/loadavg: 1.06 1.15 1.09 3/106 10981
/proc/meminfo: memFree=1752680/2059040 swapFree=4165036/4192956
[pid=10981] ppid=10979 vsize=1526572 CPUtime=0.36
/proc/10981/stat : 10981 (java) S 10979 10981 10400 0 -1 4202496 5378 0 1 0 33 3 0 0 15 0 12 0 8453352 1563209728 4815 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10981/statm: 381643 4816 1360 10 0 378945 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526572

[startup+0.70145 s]
/proc/loadavg: 1.06 1.15 1.09 3/106 10981
/proc/meminfo: memFree=1752680/2059040 swapFree=4165036/4192956
[pid=10981] ppid=10979 vsize=1528588 CPUtime=1.13
/proc/10981/stat : 10981 (java) S 10979 10981 10400 0 -1 4202496 7933 0 1 0 108 5 0 0 15 0 12 0 8453352 1565274112 7370 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10981/statm: 382147 7371 1394 10 0 379449 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1528588

[startup+1.5016 s]
/proc/loadavg: 1.13 1.16 1.09 2/118 10993
/proc/meminfo: memFree=1709248/2059040 swapFree=4165036/4192956
[pid=10981] ppid=10979 vsize=1530132 CPUtime=2.47
/proc/10981/stat : 10981 (java) S 10979 10981 10400 0 -1 4202496 20138 0 1 0 235 12 0 0 15 0 12 0 8453352 1566855168 19264 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10981/statm: 382533 19264 1428 10 0 379835 0
[pid=10981/tid=10983] ppid=10979 vsize=1530132 CPUtime=1.47
/proc/10981/task/10983/stat : 10983 (java) R 10979 10981 10400 0 -1 4202560 17176 0 1 0 137 10 0 0 25 0 12 0 8453353 1566855168 19265 1992294400 134512640 134550932 4293830208 18446744073709551615 4109607861 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10981/tid=10984] ppid=10979 vsize=1530132 CPUtime=0
/proc/10981/task/10984/stat : 10984 (java) S 10979 10981 10400 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 8453355 1566855168 19265 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10985] ppid=10979 vsize=1530132 CPUtime=0
/proc/10981/task/10985/stat : 10985 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8453355 1566855168 19266 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10986] ppid=10979 vsize=1530132 CPUtime=0
/proc/10981/task/10986/stat : 10986 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8453356 1566855168 19266 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10987] ppid=10979 vsize=1530132 CPUtime=0
/proc/10981/task/10987/stat : 10987 (java) S 10979 10981 10400 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8453357 1566855168 19266 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10988] ppid=10979 vsize=1530132 CPUtime=0
/proc/10981/task/10988/stat : 10988 (java) S 10979 10981 10400 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8453357 1566855168 19267 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10989] ppid=10979 vsize=1530132 CPUtime=0
/proc/10981/task/10989/stat : 10989 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8453361 1566855168 19267 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10990] ppid=10979 vsize=1530132 CPUtime=0.13
/proc/10981/task/10990/stat : 10990 (java) R 10979 10981 10400 0 -1 4202560 41 0 0 0 13 0 0 0 19 0 12 0 8453361 1566855168 19267 1992294400 134512640 134550932 4293830208 18446744073709551615 104143351 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10981/tid=10991] ppid=10979 vsize=1530132 CPUtime=0.84
/proc/10981/task/10991/stat : 10991 (java) R 10979 10981 10400 0 -1 4202560 1857 0 0 0 84 0 0 0 16 0 12 0 8453361 1566855168 19268 1992294400 134512640 134550932 4293830208 18446744073709551615 105578079 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10981/tid=10992] ppid=10979 vsize=1530132 CPUtime=0
/proc/10981/task/10992/stat : 10992 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8453361 1566855168 19268 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10993] ppid=10979 vsize=1530132 CPUtime=0
/proc/10981/task/10993/stat : 10993 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8453361 1566855168 19269 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 1530132

[startup+3.10292 s]
/proc/loadavg: 1.13 1.16 1.09 5/119 10994
/proc/meminfo: memFree=1670056/2059040 swapFree=4165036/4192956
[pid=10981] ppid=10979 vsize=1549104 CPUtime=5.66
/proc/10981/stat : 10981 (java) S 10979 10981 10400 0 -1 4202496 34697 0 1 0 548 18 0 0 15 0 13 0 8453352 1586282496 30388 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10981/statm: 387276 30395 1431 10 0 384578 0
[pid=10981/tid=10983] ppid=10979 vsize=1549104 CPUtime=2.73
/proc/10981/task/10983/stat : 10983 (java) R 10979 10981 10400 0 -1 4202560 23752 0 1 0 260 13 0 0 25 0 13 0 8453353 1586282496 30398 1992294400 134512640 134550932 4293830208 18446744073709551615 4109693736 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10981/tid=10984] ppid=10979 vsize=1549104 CPUtime=0
/proc/10981/task/10984/stat : 10984 (java) S 10979 10981 10400 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 8453355 1586282496 30403 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10985] ppid=10979 vsize=1549104 CPUtime=0
/proc/10981/task/10985/stat : 10985 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 8453355 1586282496 30407 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10986] ppid=10979 vsize=1549104 CPUtime=0
/proc/10981/task/10986/stat : 10986 (java) R 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 8453356 1586282496 30411 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=10981/tid=10987] ppid=10979 vsize=1549104 CPUtime=0
/proc/10981/task/10987/stat : 10987 (java) S 10979 10981 10400 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 8453357 1586282496 30416 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10988] ppid=10979 vsize=1549104 CPUtime=0
/proc/10981/task/10988/stat : 10988 (java) S 10979 10981 10400 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 8453357 1586282496 30420 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10989] ppid=10979 vsize=1549104 CPUtime=0
/proc/10981/task/10989/stat : 10989 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8453361 1586282496 30424 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10990] ppid=10979 vsize=1549104 CPUtime=0.48
/proc/10981/task/10990/stat : 10990 (java) R 10979 10981 10400 0 -1 4202560 1435 0 0 0 48 0 0 0 20 0 13 0 8453361 1586282496 30428 1992294400 134512640 134550932 4293830208 18446744073709551615 103152289 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10981/tid=10991] ppid=10979 vsize=1549104 CPUtime=2.4
/proc/10981/task/10991/stat : 10991 (java) R 10979 10981 10400 0 -1 4202560 8485 0 0 0 238 2 0 0 17 0 13 0 8453361 1586282496 30432 1992294400 134512640 134550932 4293830208 18446744073709551615 104163101 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10981/tid=10992] ppid=10979 vsize=1549104 CPUtime=0
/proc/10981/task/10992/stat : 10992 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8453361 1586282496 30436 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10993] ppid=10979 vsize=1549104 CPUtime=0
/proc/10981/task/10993/stat : 10993 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8453361 1586282496 30440 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10994] ppid=10979 vsize=1549104 CPUtime=0
/proc/10981/task/10994/stat : 10994 (java) S 10979 10981 10400 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8453507 1586282496 30445 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 1549104

[startup+6.30249 s]
/proc/loadavg: 1.13 1.16 1.09 2/119 10994
/proc/meminfo: memFree=1590572/2059040 swapFree=4165036/4192956
[pid=10981] ppid=10979 vsize=1546396 CPUtime=9.56
/proc/10981/stat : 10981 (java) S 10979 10981 10400 0 -1 4202496 46851 0 1 0 932 24 0 0 15 0 13 0 8453352 1583509504 41708 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10981/statm: 386599 41708 1440 10 0 383901 0
[pid=10981/tid=10983] ppid=10979 vsize=1546396 CPUtime=5.57
/proc/10981/task/10983/stat : 10983 (java) R 10979 10981 10400 0 -1 4202560 32082 0 1 0 540 17 0 0 18 0 13 0 8453353 1583509504 41708 1992294400 134512640 134550932 4293830208 18446744073709551615 4109531022 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10981/tid=10984] ppid=10979 vsize=1546396 CPUtime=0.08
/proc/10981/task/10984/stat : 10984 (java) S 10979 10981 10400 0 -1 4202560 1675 0 0 0 8 0 0 0 15 0 13 0 8453355 1583509504 41708 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10985] ppid=10979 vsize=1546396 CPUtime=0.08
/proc/10981/task/10985/stat : 10985 (java) S 10979 10981 10400 0 -1 4202560 1813 0 0 0 8 0 0 0 16 0 13 0 8453355 1583509504 41708 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10986] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10986/stat : 10986 (java) S 10979 10981 10400 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 13 0 8453356 1583509504 41708 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10987] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10987/stat : 10987 (java) S 10979 10981 10400 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8453357 1583509504 41708 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10988] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10988/stat : 10988 (java) S 10979 10981 10400 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8453357 1583509504 41708 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10989] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10989/stat : 10989 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8453361 1583509504 41708 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10990] ppid=10979 vsize=1546396 CPUtime=0.71
/proc/10981/task/10990/stat : 10990 (java) S 10979 10981 10400 0 -1 4202560 1562 0 0 0 71 0 0 0 15 0 13 0 8453361 1583509504 41708 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10991] ppid=10979 vsize=1546396 CPUtime=3.04
/proc/10981/task/10991/stat : 10991 (java) S 10979 10981 10400 0 -1 4202560 8629 0 0 0 302 2 0 0 16 0 13 0 8453361 1583509504 41708 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10992] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10992/stat : 10992 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8453361 1583509504 41708 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10993] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10993/stat : 10993 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8453361 1583509504 41708 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10994] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10994/stat : 10994 (java) S 10979 10981 10400 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8453507 1583509504 41708 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.56
Current children cumulated vsize (KiB) 1546396

[startup+12.7017 s]
/proc/loadavg: 1.11 1.15 1.09 2/119 10994
/proc/meminfo: memFree=1561060/2059040 swapFree=4165036/4192956
[pid=10981] ppid=10979 vsize=1546396 CPUtime=16.02
/proc/10981/stat : 10981 (java) S 10979 10981 10400 0 -1 4202496 54572 0 1 0 1575 27 0 0 15 0 13 0 8453352 1583509504 49004 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10981/statm: 386599 49004 1440 10 0 383901 0
[pid=10981/tid=10983] ppid=10979 vsize=1546396 CPUtime=11.87
/proc/10981/task/10983/stat : 10983 (java) R 10979 10981 10400 0 -1 4202560 35136 0 1 0 1169 18 0 0 18 0 13 0 8453353 1583509504 49004 1992294400 134512640 134550932 4293830208 18446744073709551615 4109942917 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10981/tid=10984] ppid=10979 vsize=1546396 CPUtime=0.16
/proc/10981/task/10984/stat : 10984 (java) S 10979 10981 10400 0 -1 4202560 4081 0 0 0 15 1 0 0 15 0 13 0 8453355 1583509504 49004 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10985] ppid=10979 vsize=1546396 CPUtime=0.16
/proc/10981/task/10985/stat : 10985 (java) S 10979 10981 10400 0 -1 4202560 4070 0 0 0 14 2 0 0 15 0 13 0 8453355 1583509504 49004 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10986] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10986/stat : 10986 (java) S 10979 10981 10400 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 8453356 1583509504 49004 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10987] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10987/stat : 10987 (java) S 10979 10981 10400 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8453357 1583509504 49004 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10988] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10988/stat : 10988 (java) S 10979 10981 10400 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8453357 1583509504 49004 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10989] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10989/stat : 10989 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8453361 1583509504 49004 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10990] ppid=10979 vsize=1546396 CPUtime=0.71
/proc/10981/task/10990/stat : 10990 (java) S 10979 10981 10400 0 -1 4202560 1562 0 0 0 71 0 0 0 15 0 13 0 8453361 1583509504 49004 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10991] ppid=10979 vsize=1546396 CPUtime=3.05
/proc/10981/task/10991/stat : 10991 (java) S 10979 10981 10400 0 -1 4202560 8629 0 0 0 303 2 0 0 15 0 13 0 8453361 1583509504 49004 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10992] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10992/stat : 10992 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8453361 1583509504 49004 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10993] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10993/stat : 10993 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8453361 1583509504 49004 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10994] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10994/stat : 10994 (java) S 10979 10981 10400 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8453507 1583509504 49004 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.02
Current children cumulated vsize (KiB) 1546396

[startup+25.5021 s]
/proc/loadavg: 1.09 1.15 1.09 2/119 10996
/proc/meminfo: memFree=1548660/2059040 swapFree=4165036/4192956
[pid=10981] ppid=10979 vsize=1546396 CPUtime=28.98
/proc/10981/stat : 10981 (java) S 10979 10981 10400 0 -1 4202496 58006 0 1 0 2869 29 0 0 15 0 13 0 8453352 1583509504 52074 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10981/statm: 386599 52074 1440 10 0 383901 0
[pid=10981/tid=10983] ppid=10979 vsize=1546396 CPUtime=24.54
/proc/10981/task/10983/stat : 10983 (java) R 10979 10981 10400 0 -1 4202560 35384 0 1 0 2436 18 0 0 25 0 13 0 8453353 1583509504 52074 1992294400 134512640 134550932 4293830208 18446744073709551615 4110176010 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10981/tid=10984] ppid=10979 vsize=1546396 CPUtime=0.27
/proc/10981/task/10984/stat : 10984 (java) S 10979 10981 10400 0 -1 4202560 5878 0 0 0 25 2 0 0 15 0 13 0 8453355 1583509504 52074 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10985] ppid=10979 vsize=1546396 CPUtime=0.27
/proc/10981/task/10985/stat : 10985 (java) S 10979 10981 10400 0 -1 4202560 5458 0 0 0 24 3 0 0 15 0 13 0 8453355 1583509504 52074 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10986] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10986/stat : 10986 (java) S 10979 10981 10400 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 8453356 1583509504 52074 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10987] ppid=10979 vsize=1546396 CPUtime=0

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

[pid=10981] ppid=10979 vsize=1546396 CPUtime=1622.21
/proc/10981/stat : 10981 (java) S 10979 10981 10400 0 -1 4202496 154243 0 1 0 162110 111 0 0 15 0 13 0 8453352 1583509504 137417 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10981/statm: 386599 137417 1444 10 0 383901 0
[pid=10981/tid=10983] ppid=10979 vsize=1546396 CPUtime=1582.82
/proc/10981/task/10983/stat : 10983 (java) R 10979 10981 10400 0 -1 4202560 37591 0 1 0 158257 25 0 0 25 0 13 0 8453353 1583509504 137417 1992294400 134512640 134550932 4293830208 18446744073709551615 4109942580 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10981/tid=10984] ppid=10979 vsize=1546396 CPUtime=17.29
/proc/10981/task/10984/stat : 10984 (java) S 10979 10981 10400 0 -1 4202560 53764 0 0 0 1693 36 0 0 16 0 13 0 8453355 1583509504 137417 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10985] ppid=10979 vsize=1546396 CPUtime=17.31
/proc/10981/task/10985/stat : 10985 (java) S 10979 10981 10400 0 -1 4202560 50549 0 0 0 1702 29 0 0 16 0 13 0 8453355 1583509504 137417 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10986] ppid=10979 vsize=1546396 CPUtime=0.46
/proc/10981/task/10986/stat : 10986 (java) S 10979 10981 10400 0 -1 4202560 126 0 0 0 32 14 0 0 15 0 13 0 8453356 1583509504 137417 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10987] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10987/stat : 10987 (java) S 10979 10981 10400 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8453357 1583509504 137417 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10988] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10988/stat : 10988 (java) S 10979 10981 10400 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8453357 1583509504 137417 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10989] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10989/stat : 10989 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8453361 1583509504 137417 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10990] ppid=10979 vsize=1546396 CPUtime=1.17
/proc/10981/task/10990/stat : 10990 (java) S 10979 10981 10400 0 -1 4202560 2425 0 0 0 116 1 0 0 15 0 13 0 8453361 1583509504 137417 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10991] ppid=10979 vsize=1546396 CPUtime=3.1
/proc/10981/task/10991/stat : 10991 (java) S 10979 10981 10400 0 -1 4202560 8630 0 0 0 308 2 0 0 15 0 13 0 8453361 1583509504 137417 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10992] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10992/stat : 10992 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8453361 1583509504 137417 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10993] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10993/stat : 10993 (java) S 10979 10981 10400 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 8453361 1583509504 137417 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10994] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10994/stat : 10994 (java) S 10979 10981 10400 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8453507 1583509504 137417 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1622.21
Current children cumulated vsize (KiB) 1546396

[startup+1662.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/119 11038
/proc/meminfo: memFree=1190548/2059040 swapFree=4165036/4192956
[pid=10981] ppid=10979 vsize=1546396 CPUtime=1683.29
/proc/10981/stat : 10981 (java) S 10979 10981 10400 0 -1 4202496 158154 0 1 0 168213 116 0 0 15 0 13 0 8453352 1583509504 141060 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10981/statm: 386599 141060 1444 10 0 383901 0
[pid=10981/tid=10983] ppid=10979 vsize=1546396 CPUtime=1641.61
/proc/10981/task/10983/stat : 10983 (java) R 10979 10981 10400 0 -1 4202560 37676 0 1 0 164136 25 0 0 25 0 13 0 8453353 1583509504 141060 1992294400 134512640 134550932 4293830208 18446744073709551615 4110175738 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10981/tid=10984] ppid=10979 vsize=1546396 CPUtime=18.4
/proc/10981/task/10984/stat : 10984 (java) S 10979 10981 10400 0 -1 4202560 55317 0 0 0 1803 37 0 0 15 0 13 0 8453355 1583509504 141060 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10985] ppid=10979 vsize=1546396 CPUtime=18.42
/proc/10981/task/10985/stat : 10985 (java) S 10979 10981 10400 0 -1 4202560 52814 0 0 0 1810 32 0 0 16 0 13 0 8453355 1583509504 141060 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10986] ppid=10979 vsize=1546396 CPUtime=0.49
/proc/10981/task/10986/stat : 10986 (java) S 10979 10981 10400 0 -1 4202560 130 0 0 0 34 15 0 0 16 0 13 0 8453356 1583509504 141060 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10987] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10987/stat : 10987 (java) S 10979 10981 10400 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8453357 1583509504 141060 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10988] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10988/stat : 10988 (java) S 10979 10981 10400 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8453357 1583509504 141060 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10989] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10989/stat : 10989 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8453361 1583509504 141060 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10990] ppid=10979 vsize=1546396 CPUtime=1.19
/proc/10981/task/10990/stat : 10990 (java) S 10979 10981 10400 0 -1 4202560 2425 0 0 0 118 1 0 0 15 0 13 0 8453361 1583509504 141060 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10991] ppid=10979 vsize=1546396 CPUtime=3.11
/proc/10981/task/10991/stat : 10991 (java) S 10979 10981 10400 0 -1 4202560 8630 0 0 0 309 2 0 0 15 0 13 0 8453361 1583509504 141060 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10992] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10992/stat : 10992 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8453361 1583509504 141060 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10993] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10993/stat : 10993 (java) S 10979 10981 10400 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 8453361 1583509504 141060 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10994] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10994/stat : 10994 (java) S 10979 10981 10400 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8453507 1583509504 141060 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1683.29
Current children cumulated vsize (KiB) 1546396

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/119 11040
/proc/meminfo: memFree=1175792/2059040 swapFree=4165036/4192956
[pid=10981] ppid=10979 vsize=1546396 CPUtime=1744.31
/proc/10981/stat : 10981 (java) S 10979 10981 10400 0 -1 4202496 162409 0 1 0 174310 121 0 0 15 0 13 0 8453352 1583509504 144916 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10981/statm: 386599 144916 1444 10 0 383901 0
[pid=10981/tid=10983] ppid=10979 vsize=1546396 CPUtime=1700.5
/proc/10981/task/10983/stat : 10983 (java) R 10979 10981 10400 0 -1 4202560 37742 0 1 0 170025 25 0 0 25 0 13 0 8453353 1583509504 144916 1992294400 134512640 134550932 4293830208 18446744073709551615 4109755904 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10981/tid=10984] ppid=10979 vsize=1546396 CPUtime=19.45
/proc/10981/task/10984/stat : 10984 (java) S 10979 10981 10400 0 -1 4202560 57683 0 0 0 1905 40 0 0 16 0 13 0 8453355 1583509504 144916 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10985] ppid=10979 vsize=1546396 CPUtime=19.47
/proc/10981/task/10985/stat : 10985 (java) S 10979 10981 10400 0 -1 4202560 54629 0 0 0 1914 33 0 0 15 0 13 0 8453355 1583509504 144916 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10986] ppid=10979 vsize=1546396 CPUtime=0.5
/proc/10981/task/10986/stat : 10986 (java) S 10979 10981 10400 0 -1 4202560 134 0 0 0 35 15 0 0 16 0 13 0 8453356 1583509504 144916 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10987] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10987/stat : 10987 (java) S 10979 10981 10400 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8453357 1583509504 144916 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10988] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10988/stat : 10988 (java) S 10979 10981 10400 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8453357 1583509504 144916 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10989] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10989/stat : 10989 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8453361 1583509504 144916 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10990] ppid=10979 vsize=1546396 CPUtime=1.19
/proc/10981/task/10990/stat : 10990 (java) S 10979 10981 10400 0 -1 4202560 2425 0 0 0 118 1 0 0 15 0 13 0 8453361 1583509504 144916 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10991] ppid=10979 vsize=1546396 CPUtime=3.11
/proc/10981/task/10991/stat : 10991 (java) S 10979 10981 10400 0 -1 4202560 8630 0 0 0 309 2 0 0 15 0 13 0 8453361 1583509504 144916 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10992] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10992/stat : 10992 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8453361 1583509504 144916 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10993] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10993/stat : 10993 (java) S 10979 10981 10400 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 8453361 1583509504 144916 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10994] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10994/stat : 10994 (java) S 10979 10981 10400 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8453507 1583509504 144916 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1744.31
Current children cumulated vsize (KiB) 1546396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/119 11042
/proc/meminfo: memFree=1162524/2059040 swapFree=4165036/4192956
[pid=10981] ppid=10979 vsize=1546396 CPUtime=1800.1
/proc/10981/stat : 10981 (java) S 10979 10981 10400 0 -1 4202496 165828 0 1 0 179886 124 0 0 15 0 13 0 8453352 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10981/statm: 386599 148012 1444 10 0 383901 0
[pid=10981/tid=10983] ppid=10979 vsize=1546396 CPUtime=1754.63
/proc/10981/task/10983/stat : 10983 (java) R 10979 10981 10400 0 -1 4202560 37796 0 1 0 175438 25 0 0 25 0 13 0 8453353 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4109942917 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10981/tid=10984] ppid=10979 vsize=1546396 CPUtime=20.28
/proc/10981/task/10984/stat : 10984 (java) S 10979 10981 10400 0 -1 4202560 59535 0 0 0 1987 41 0 0 16 0 13 0 8453355 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10985] ppid=10979 vsize=1546396 CPUtime=20.29
/proc/10981/task/10985/stat : 10985 (java) S 10979 10981 10400 0 -1 4202560 56138 0 0 0 1995 34 0 0 16 0 13 0 8453355 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10986] ppid=10979 vsize=1546396 CPUtime=0.52
/proc/10981/task/10986/stat : 10986 (java) S 10979 10981 10400 0 -1 4202560 136 0 0 0 36 16 0 0 15 0 13 0 8453356 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10987] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10987/stat : 10987 (java) S 10979 10981 10400 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8453357 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10988] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10988/stat : 10988 (java) S 10979 10981 10400 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8453357 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10989] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10989/stat : 10989 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8453361 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10990] ppid=10979 vsize=1546396 CPUtime=1.19
/proc/10981/task/10990/stat : 10990 (java) S 10979 10981 10400 0 -1 4202560 2425 0 0 0 118 1 0 0 15 0 13 0 8453361 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10991] ppid=10979 vsize=1546396 CPUtime=3.11
/proc/10981/task/10991/stat : 10991 (java) S 10979 10981 10400 0 -1 4202560 8630 0 0 0 309 2 0 0 15 0 13 0 8453361 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10992] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10992/stat : 10992 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8453361 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10993] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10993/stat : 10993 (java) S 10979 10981 10400 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 8453361 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10994] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10994/stat : 10994 (java) S 10979 10981 10400 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8453507 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1546396

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

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

[startup+1777.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/119 11042
/proc/meminfo: memFree=1162524/2059040 swapFree=4165036/4192956
[pid=10981] ppid=10979 vsize=1546396 CPUtime=1800.1
/proc/10981/stat : 10981 (java) S 10979 10981 10400 0 -1 4202496 165828 0 1 0 179886 124 0 0 15 0 13 0 8453352 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10981/statm: 386599 148012 1444 10 0 383901 0
[pid=10981/tid=10983] ppid=10979 vsize=1546396 CPUtime=1754.63
/proc/10981/task/10983/stat : 10983 (java) R 10979 10981 10400 0 -1 4202560 37796 0 1 0 175438 25 0 0 25 0 13 0 8453353 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4109942917 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10981/tid=10984] ppid=10979 vsize=1546396 CPUtime=20.28
/proc/10981/task/10984/stat : 10984 (java) S 10979 10981 10400 0 -1 4202560 59535 0 0 0 1987 41 0 0 16 0 13 0 8453355 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10985] ppid=10979 vsize=1546396 CPUtime=20.29
/proc/10981/task/10985/stat : 10985 (java) S 10979 10981 10400 0 -1 4202560 56138 0 0 0 1995 34 0 0 16 0 13 0 8453355 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10986] ppid=10979 vsize=1546396 CPUtime=0.52
/proc/10981/task/10986/stat : 10986 (java) S 10979 10981 10400 0 -1 4202560 136 0 0 0 36 16 0 0 15 0 13 0 8453356 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 0 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10987] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10987/stat : 10987 (java) S 10979 10981 10400 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8453357 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10988] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10988/stat : 10988 (java) S 10979 10981 10400 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8453357 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10989] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10989/stat : 10989 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8453361 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10990] ppid=10979 vsize=1546396 CPUtime=1.19
/proc/10981/task/10990/stat : 10990 (java) S 10979 10981 10400 0 -1 4202560 2425 0 0 0 118 1 0 0 15 0 13 0 8453361 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10991] ppid=10979 vsize=1546396 CPUtime=3.11
/proc/10981/task/10991/stat : 10991 (java) S 10979 10981 10400 0 -1 4202560 8630 0 0 0 309 2 0 0 15 0 13 0 8453361 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10992] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10992/stat : 10992 (java) S 10979 10981 10400 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8453361 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 0 0 0 0
[pid=10981/tid=10993] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10993/stat : 10993 (java) S 10979 10981 10400 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 8453361 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
[pid=10981/tid=10994] ppid=10979 vsize=1546396 CPUtime=0
/proc/10981/task/10994/stat : 10994 (java) S 10979 10981 10400 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8453507 1583509504 148012 1992294400 134512640 134550932 4293830208 18446744073709551615 4294960144 0 4 0 16800975 18446604437836340096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1546396

Child status: 143
Real time (s): 1777.41
CPU time (s): 1800.22
CPU user time (s): 1798.92
CPU system time (s): 1.3018
CPU usage (%): 101.283
Max. virtual memory (cumulated for all children) (KiB): 1549104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 1.3018
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165850
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= 54921
involuntary context switches= 40793

runsolver used 3.67444 second user time and 9.42357 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-12 15:06:10
IDJOB=2660236
IDBENCH=1523
IDSOLVER=1165
FILE ID=node019/2660236-1276347970
PBS_JOBID= 11173190
Free space on /tmp= 62356 MiB

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

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

MD5SUM BENCH= 015f32a31b4a3d7bbfc82031e4222c83
RANDOM SEED=1691823394

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1752952 kB
Buffers:         82912 kB
Cached:         122600 kB
SwapCached:       1408 kB
Active:          96760 kB
Inactive:       141500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1752952 kB
SwapTotal:     4192956 kB
SwapFree:      4165036 kB
Dirty:            1064 kB
Writeback:           0 kB
AnonPages:       31336 kB
Mapped:          15456 kB
Slab:            45912 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181344 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= 62356 MiB
End job on node019 at 2010-06-12 15:35:50