Trace number 1856076

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.3 1749.32

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos15.opb
MD5SUMd360a4da18a1223a5a3c77027ac256df
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 20742332700051198
Optimality of the best value was proved NO
Number of variables17600
Total number of constraints632
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints632
Minimum length of a constraint11
Maximum length of a constraint150
Number of terms in the objective function 10400
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 77389326876814400021856
Number of bits of the sum of numbers in the objective function 77
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 77389326876814400021856
Number of bits of the biggest sum of numbers77
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-2008 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.1.1.v20090612
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.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/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@1d520c4
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 MiniSAT restarts strategy
0.22/0.22	c Memory based 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-1856076-1244901299.opb
0.22/0.22	c reading problem ... 
2.14/1.35	c ... done. Wall clock time 1.13s.
2.14/1.35	c #vars     17600
2.14/1.35	c #constraints  3192
2.14/1.35	c constraints type 
2.14/1.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 872
1800.01/1749.11	c starts		: 13
1800.01/1749.11	c conflicts		: 29265
1800.01/1749.11	c decisions		: 383208
1800.01/1749.11	c propagations		: 1038086
1800.01/1749.11	c inspects		: 382785399
1800.01/1749.11	c learnt literals	: 0
1800.01/1749.11	c learnt binary clauses	: 0
1800.01/1749.11	c learnt ternary clauses	: 0
1800.01/1749.11	c learnt clauses	: 29265
1800.01/1749.11	c ignored clauses	: 0
1800.01/1749.11	c root simplifications	: 0
1800.01/1749.11	c removed literals (reason simplification)	: 0
1800.01/1749.11	c reason swapping (by a shorter reason)	: 0
1800.01/1749.11	c Calls to reduceDB	: 0
1800.01/1749.11	c speed (assignments/second)	: 593.9519190552942
1800.01/1749.11	c non guided choices	0
1800.01/1749.17	c learnt constraints type 
1800.01/1749.17	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 109
1800.01/1749.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 29156
1800.01/1749.17	c constraints type 
1800.01/1749.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 872
1800.01/1749.17	s UNKNOWN
1800.01/1749.17	c Total wall clock time (in seconds): 1748.952

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-1856076-1244901299/watcher-1856076-1244901299 -o /tmp/evaluation-result-1856076-1244901299/solver-1856076-1244901299 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856076-1244901299.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.00 1.00 1.00 3/64 17220
/proc/meminfo: memFree=1313928/2055920 swapFree=4191900/4192956
[pid=17220] ppid=17218 vsize=152 CPUtime=0
/proc/17220/stat : 17220 (java6) R 17218 17220 16858 0 -1 0 38 0 0 0 0 0 0 0 20 0 1 0 157730253 155648 23 1992294400 134512640 134550932 4294956160 18446744073709551615 2580506 0 0 4096 0 0 0 0 17 1 0 0
/proc/17220/statm: 38 26 19 9 0 4 0

[startup+0.0936739 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17220
/proc/meminfo: memFree=1313928/2055920 swapFree=4191900/4192956
[pid=17220] ppid=17218 vsize=1471060 CPUtime=0.07
/proc/17220/stat : 17220 (java) S 17218 17220 16858 0 -1 0 3527 0 1 0 5 2 0 0 18 0 9 0 157730253 1506365440 3272 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17220/statm: 367765 3272 1049 9 0 365116 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1471060

[startup+0.101669 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17220
/proc/meminfo: memFree=1313928/2055920 swapFree=4191900/4192956
[pid=17220] ppid=17218 vsize=1473452 CPUtime=0.08
/proc/17220/stat : 17220 (java) S 17218 17220 16858 0 -1 0 3609 0 1 0 6 2 0 0 18 0 12 0 157730253 1508814848 3352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17220/statm: 368363 3353 1066 9 0 365711 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1473452

[startup+0.301698 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17220
/proc/meminfo: memFree=1313928/2055920 swapFree=4191900/4192956
[pid=17220] ppid=17218 vsize=1474788 CPUtime=0.35
/proc/17220/stat : 17220 (java) S 17218 17220 16858 0 -1 0 5041 0 1 0 32 3 0 0 18 0 12 0 157730253 1510182912 4778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17220/statm: 368697 4778 1353 9 0 366040 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1474788

[startup+0.701738 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17220
/proc/meminfo: memFree=1313928/2055920 swapFree=4191900/4192956
[pid=17220] ppid=17218 vsize=1476732 CPUtime=1
/proc/17220/stat : 17220 (java) S 17218 17220 16858 0 -1 0 7469 0 1 0 95 5 0 0 18 0 12 0 157730253 1512173568 7045 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17220/statm: 369183 7045 1400 9 0 366526 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1476732

[startup+1.50282 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 17232
/proc/meminfo: memFree=1275048/2055920 swapFree=4191900/4192956
[pid=17220] ppid=17218 vsize=1486448 CPUtime=2.49
/proc/17220/stat : 17220 (java) S 17218 17220 16858 0 -1 0 21538 0 1 0 237 12 0 0 18 0 12 0 157730253 1522122752 17795 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17220/statm: 371612 17795 1419 9 0 368955 0
[pid=17220/tid=17222] ppid=17218 vsize=1486448 CPUtime=1.15
/proc/17220/task/17222/stat : 17222 (java) R 17218 17220 16858 0 -1 64 13656 0 1 0 108 7 0 0 20 0 12 0 157730254 1522122752 17795 1992294400 134512640 134550932 4294956000 18446744073709551615 4109131646 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17223] ppid=17218 vsize=1486448 CPUtime=0
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16858 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 157730255 1522122752 17795 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17224] ppid=17218 vsize=1486448 CPUtime=0
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16858 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 157730256 1522122752 17795 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17225] ppid=17218 vsize=1486448 CPUtime=0
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16858 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 157730257 1522122752 17796 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17226] ppid=17218 vsize=1486448 CPUtime=0
/proc/17220/task/17226/stat : 17226 (java) S 17218 17220 16858 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 157730258 1522122752 17796 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17227] ppid=17218 vsize=1486448 CPUtime=0
/proc/17220/task/17227/stat : 17227 (java) S 17218 17220 16858 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 157730258 1522122752 17796 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17228] ppid=17218 vsize=1486448 CPUtime=0
/proc/17220/task/17228/stat : 17228 (java) S 17218 17220 16858 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 157730262 1522122752 17796 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17229] ppid=17218 vsize=1486448 CPUtime=0.46
/proc/17220/task/17229/stat : 17229 (java) R 17218 17220 16858 0 -1 64 2320 0 0 0 45 1 0 0 17 0 12 0 157730262 1522122752 17796 1992294400 134512640 134550932 4294956000 18446744073709551615 105873548 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17230] ppid=17218 vsize=1486448 CPUtime=0.84
/proc/17220/task/17230/stat : 17230 (java) R 17218 17220 16858 0 -1 64 4819 0 0 0 82 2 0 0 17 0 12 0 157730262 1522122752 17797 1992294400 134512640 134550932 4294956000 18446744073709551615 103371452 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17231] ppid=17218 vsize=1486448 CPUtime=0
/proc/17220/task/17231/stat : 17231 (java) S 17218 17220 16858 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157730262 1522122752 17797 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17232] ppid=17218 vsize=1486448 CPUtime=0
/proc/17220/task/17232/stat : 17232 (java) S 17218 17220 16858 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 157730262 1522122752 17797 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 1486448

[startup+3.10299 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17233
/proc/meminfo: memFree=1235488/2055920 swapFree=4191900/4192956
[pid=17220] ppid=17218 vsize=1487796 CPUtime=5.14
/proc/17220/stat : 17220 (java) S 17218 17220 16858 0 -1 0 40380 0 1 0 495 19 0 0 18 0 13 0 157730253 1523503104 32027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17220/statm: 371949 32027 1425 9 0 369292 0
[pid=17220/tid=17222] ppid=17218 vsize=1487796 CPUtime=2.45
/proc/17220/task/17222/stat : 17222 (java) R 17218 17220 16858 0 -1 64 27465 0 1 0 232 13 0 0 17 0 13 0 157730254 1523503104 32027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17223] ppid=17218 vsize=1487796 CPUtime=0
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16858 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 157730255 1523503104 32027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17224] ppid=17218 vsize=1487796 CPUtime=0
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16858 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 157730256 1523503104 32027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17225] ppid=17218 vsize=1487796 CPUtime=0
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16858 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 157730257 1523503104 32027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17226] ppid=17218 vsize=1487796 CPUtime=0
/proc/17220/task/17226/stat : 17226 (java) S 17218 17220 16858 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 157730258 1523503104 32027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17227] ppid=17218 vsize=1487796 CPUtime=0
/proc/17220/task/17227/stat : 17227 (java) S 17218 17220 16858 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 157730258 1523503104 32027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17228] ppid=17218 vsize=1487796 CPUtime=0
/proc/17220/task/17228/stat : 17228 (java) S 17218 17220 16858 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 157730262 1523503104 32027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17229] ppid=17218 vsize=1487796 CPUtime=1.08
/proc/17220/task/17229/stat : 17229 (java) R 17218 17220 16858 0 -1 64 3542 0 0 0 107 1 0 0 16 0 13 0 157730262 1523503104 32027 1992294400 134512640 134550932 4294956000 18446744073709551615 3071649 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17230] ppid=17218 vsize=1487796 CPUtime=1.59
/proc/17220/task/17230/stat : 17230 (java) R 17218 17220 16858 0 -1 64 8626 0 0 0 155 4 0 0 17 0 13 0 157730262 1523503104 32027 1992294400 134512640 134550932 4294956000 18446744073709551615 102551543 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17231] ppid=17218 vsize=1487796 CPUtime=0
/proc/17220/task/17231/stat : 17231 (java) S 17218 17220 16858 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157730262 1523503104 32027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17232] ppid=17218 vsize=1487796 CPUtime=0
/proc/17220/task/17232/stat : 17232 (java) S 17218 17220 16858 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157730262 1523503104 32027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17233] ppid=17218 vsize=1487796 CPUtime=0
/proc/17220/task/17233/stat : 17233 (java) S 17218 17220 16858 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 157730455 1523503104 32027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.14
Current children cumulated vsize (KiB) 1487796

[startup+6.30231 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 17233
/proc/meminfo: memFree=1155808/2055920 swapFree=4191900/4192956
[pid=17220] ppid=17218 vsize=1487924 CPUtime=9.46
/proc/17220/stat : 17220 (java) S 17218 17220 16858 0 -1 0 53683 0 1 0 921 25 0 0 18 0 13 0 157730253 1523634176 41046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17220/statm: 371981 41046 1434 9 0 369324 0
[pid=17220/tid=17222] ppid=17218 vsize=1487924 CPUtime=5.38
/proc/17220/task/17222/stat : 17222 (java) R 17218 17220 16858 0 -1 64 30983 0 1 0 524 14 0 0 25 0 13 0 157730254 1523634176 41046 1992294400 134512640 134550932 4294956000 18446744073709551615 4110019742 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17223] ppid=17218 vsize=1487924 CPUtime=0.13
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16858 0 -1 64 2663 0 0 0 13 0 0 0 16 0 13 0 157730255 1523634176 41046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17224] ppid=17218 vsize=1487924 CPUtime=0.14
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16858 0 -1 64 2960 0 0 0 13 1 0 0 16 0 13 0 157730256 1523634176 41046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17225] ppid=17218 vsize=1487924 CPUtime=0
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16858 0 -1 64 23 0 0 0 0 0 0 0 17 0 13 0 157730257 1523634176 41046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17226] ppid=17218 vsize=1487924 CPUtime=0
/proc/17220/task/17226/stat : 17226 (java) S 17218 17220 16858 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157730258 1523634176 41046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17227] ppid=17218 vsize=1487924 CPUtime=0
/proc/17220/task/17227/stat : 17227 (java) S 17218 17220 16858 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157730258 1523634176 41046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17228] ppid=17218 vsize=1487924 CPUtime=0
/proc/17220/task/17228/stat : 17228 (java) S 17218 17220 16858 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 157730262 1523634176 41046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17229] ppid=17218 vsize=1487924 CPUtime=2.04
/proc/17220/task/17229/stat : 17229 (java) S 17218 17220 16858 0 -1 64 7441 0 0 0 201 3 0 0 16 0 13 0 157730262 1523634176 41046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17230] ppid=17218 vsize=1487924 CPUtime=1.71
/proc/17220/task/17230/stat : 17230 (java) S 17218 17220 16858 0 -1 64 8867 0 0 0 167 4 0 0 17 0 13 0 157730262 1523634176 41046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17231] ppid=17218 vsize=1487924 CPUtime=0
/proc/17220/task/17231/stat : 17231 (java) S 17218 17220 16858 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157730262 1523634176 41046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17232] ppid=17218 vsize=1487924 CPUtime=0
/proc/17220/task/17232/stat : 17232 (java) S 17218 17220 16858 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157730262 1523634176 41046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17233] ppid=17218 vsize=1487924 CPUtime=0
/proc/17220/task/17233/stat : 17233 (java) S 17218 17220 16858 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 157730455 1523634176 41046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.46
Current children cumulated vsize (KiB) 1487924

[startup+12.702 s]
/proc/loadavg: 1.15 1.03 1.01 2/77 17233
/proc/meminfo: memFree=1128032/2055920 swapFree=4191900/4192956
[pid=17220] ppid=17218 vsize=1487092 CPUtime=16.13
/proc/17220/stat : 17220 (java) S 17218 17220 16858 0 -1 0 61558 0 1 0 1584 29 0 0 18 0 13 0 157730253 1522782208 47937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17220/statm: 371773 47937 1434 9 0 369116 0
[pid=17220/tid=17222] ppid=17218 vsize=1487092 CPUtime=11.52
/proc/17220/task/17222/stat : 17222 (java) R 17218 17220 16858 0 -1 64 30995 0 1 0 1138 14 0 0 20 0 13 0 157730254 1522782208 47937 1992294400 134512640 134550932 4294956000 18446744073709551615 4110019711 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17223] ppid=17218 vsize=1487092 CPUtime=0.35
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16858 0 -1 64 6706 0 0 0 33 2 0 0 16 0 13 0 157730255 1522782208 47937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17224] ppid=17218 vsize=1487092 CPUtime=0.36
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16858 0 -1 64 6765 0 0 0 33 3 0 0 16 0 13 0 157730256 1522782208 47937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17225] ppid=17218 vsize=1487092 CPUtime=0
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16858 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 157730257 1522782208 47937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17226] ppid=17218 vsize=1487092 CPUtime=0
/proc/17220/task/17226/stat : 17226 (java) S 17218 17220 16858 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157730258 1522782208 47937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17227] ppid=17218 vsize=1487092 CPUtime=0
/proc/17220/task/17227/stat : 17227 (java) S 17218 17220 16858 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157730258 1522782208 47937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17228] ppid=17218 vsize=1487092 CPUtime=0
/proc/17220/task/17228/stat : 17228 (java) S 17218 17220 16858 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 157730262 1522782208 47937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17229] ppid=17218 vsize=1487092 CPUtime=2.13
/proc/17220/task/17229/stat : 17229 (java) S 17218 17220 16858 0 -1 64 7446 0 0 0 210 3 0 0 17 0 13 0 157730262 1522782208 47937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17230] ppid=17218 vsize=1487092 CPUtime=1.71
/proc/17220/task/17230/stat : 17230 (java) S 17218 17220 16858 0 -1 64 8867 0 0 0 167 4 0 0 17 0 13 0 157730262 1522782208 47937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17231] ppid=17218 vsize=1487092 CPUtime=0
/proc/17220/task/17231/stat : 17231 (java) S 17218 17220 16858 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157730262 1522782208 47937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17232] ppid=17218 vsize=1487092 CPUtime=0
/proc/17220/task/17232/stat : 17232 (java) S 17218 17220 16858 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157730262 1522782208 47937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17233] ppid=17218 vsize=1487092 CPUtime=0
/proc/17220/task/17233/stat : 17233 (java) S 17218 17220 16858 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 157730455 1522782208 47937 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.13
Current children cumulated vsize (KiB) 1487092

[startup+25.5023 s]
/proc/loadavg: 1.12 1.03 1.01 2/77 17233
/proc/meminfo: memFree=1114080/2055920 swapFree=4191900/4192956
[pid=17220] ppid=17218 vsize=1487092 CPUtime=29.26
/proc/17220/stat : 17220 (java) S 17218 17220 16858 0 -1 0 65004 0 1 0 2895 31 0 0 18 0 13 0 157730253 1522782208 51152 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17220/statm: 371773 51152 1438 9 0 369116 0
[pid=17220/tid=17222] ppid=17218 vsize=1487092 CPUtime=24.18
/proc/17220/task/17222/stat : 17222 (java) R 17218 17220 16858 0 -1 64 31892 0 1 0 2403 15 0 0 25 0 13 0 157730254 1522782208 51152 1992294400 134512640 134550932 4294956000 18446744073709551615 4109538776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17223] ppid=17218 vsize=1487092 CPUtime=0.46
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16858 0 -1 64 7945 0 0 0 43 3 0 0 15 0 13 0 157730255 1522782208 51152 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17224] ppid=17218 vsize=1487092 CPUtime=0.47
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16858 0 -1 64 8071 0 0 0 44 3 0 0 16 0 13 0 157730256 1522782208 51152 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17225] ppid=17218 vsize=1487092 CPUtime=0.01
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16858 0 -1 64 33 0 0 0 1 0 0 0 15 0 13 0 157730257 1522782208 51152 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17226] ppid=17218 vsize=1487092 CPUtime=0

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

/proc/17220/task/17229/stat : 17229 (java) S 17218 17220 16858 0 -1 64 7452 0 0 0 257 3 0 0 17 0 13 0 157730262 1525927936 206292 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17230] ppid=17218 vsize=1490164 CPUtime=1.97
/proc/17220/task/17230/stat : 17230 (java) S 17218 17220 16858 0 -1 64 11250 0 0 0 192 5 0 0 17 0 13 0 157730262 1525927936 206292 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17231] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17231/stat : 17231 (java) S 17218 17220 16858 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157730262 1525927936 206292 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17232] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17232/stat : 17232 (java) S 17218 17220 16858 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157730262 1525927936 206292 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17233] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17233/stat : 17233 (java) S 17218 17220 16858 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 157730455 1525927936 206292 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1584.2
Current children cumulated vsize (KiB) 1490164

[startup+1602.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/77 17239
/proc/meminfo: memFree=466208/2055920 swapFree=4191900/4192956
[pid=17220] ppid=17218 vsize=1490164 CPUtime=1646.7
/proc/17220/stat : 17220 (java) S 17218 17220 16858 0 -1 0 250133 0 1 0 164476 194 0 0 18 0 13 0 157730253 1525927936 212668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17220/statm: 372541 212668 1438 9 0 369884 0
[pid=17220/tid=17222] ppid=17218 vsize=1490164 CPUtime=1558.86
/proc/17220/task/17222/stat : 17222 (java) R 17218 17220 16858 0 -1 64 32757 0 1 0 155863 23 0 0 25 0 13 0 157730254 1525927936 212668 1992294400 134512640 134550932 4294956000 18446744073709551615 4109803147 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17223] ppid=17218 vsize=1490164 CPUtime=41.54
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16858 0 -1 64 96132 0 0 0 4086 68 0 0 17 0 13 0 157730255 1525927936 212668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17224] ppid=17218 vsize=1490164 CPUtime=41.45
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16858 0 -1 64 101761 0 0 0 4061 84 0 0 16 0 13 0 157730256 1525927936 212668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17225] ppid=17218 vsize=1490164 CPUtime=0.22
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16858 0 -1 64 35 0 0 0 14 8 0 0 16 0 13 0 157730257 1525927936 212668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17226] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17226/stat : 17226 (java) S 17218 17220 16858 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157730258 1525927936 212668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17227] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17227/stat : 17227 (java) S 17218 17220 16858 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157730258 1525927936 212668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17228] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17228/stat : 17228 (java) S 17218 17220 16858 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 157730262 1525927936 212668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17229] ppid=17218 vsize=1490164 CPUtime=2.6
/proc/17220/task/17229/stat : 17229 (java) S 17218 17220 16858 0 -1 64 7452 0 0 0 257 3 0 0 17 0 13 0 157730262 1525927936 212668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17230] ppid=17218 vsize=1490164 CPUtime=1.97
/proc/17220/task/17230/stat : 17230 (java) S 17218 17220 16858 0 -1 64 11250 0 0 0 192 5 0 0 17 0 13 0 157730262 1525927936 212668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17231] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17231/stat : 17231 (java) S 17218 17220 16858 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157730262 1525927936 212668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17232] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17232/stat : 17232 (java) S 17218 17220 16858 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157730262 1525927936 212668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17233] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17233/stat : 17233 (java) S 17218 17220 16858 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 157730455 1525927936 212668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.7
Current children cumulated vsize (KiB) 1490164

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 17239
/proc/meminfo: memFree=450080/2055920 swapFree=4191900/4192956
[pid=17220] ppid=17218 vsize=1490164 CPUtime=1709.33
/proc/17220/stat : 17220 (java) S 17218 17220 16858 0 -1 0 254569 0 1 0 170731 202 0 0 18 0 13 0 157730253 1525927936 216695 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17220/statm: 372541 216695 1438 9 0 369884 0
[pid=17220/tid=17222] ppid=17218 vsize=1490164 CPUtime=1616.08
/proc/17220/task/17222/stat : 17222 (java) R 17218 17220 16858 0 -1 64 32789 0 1 0 161585 23 0 0 25 0 13 0 157730254 1525927936 216695 1992294400 134512640 134550932 4294956000 18446744073709551615 4109803113 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17223] ppid=17218 vsize=1490164 CPUtime=44.2
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16858 0 -1 64 98791 0 0 0 4348 72 0 0 16 0 13 0 157730255 1525927936 216695 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17224] ppid=17218 vsize=1490164 CPUtime=44.19
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16858 0 -1 64 103506 0 0 0 4333 86 0 0 17 0 13 0 157730256 1525927936 216695 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17225] ppid=17218 vsize=1490164 CPUtime=0.24
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16858 0 -1 64 35 0 0 0 15 9 0 0 15 0 13 0 157730257 1525927936 216695 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17226] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17226/stat : 17226 (java) S 17218 17220 16858 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157730258 1525927936 216695 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17227] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17227/stat : 17227 (java) S 17218 17220 16858 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157730258 1525927936 216695 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17228] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17228/stat : 17228 (java) S 17218 17220 16858 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 157730262 1525927936 216695 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17229] ppid=17218 vsize=1490164 CPUtime=2.6
/proc/17220/task/17229/stat : 17229 (java) S 17218 17220 16858 0 -1 64 7452 0 0 0 257 3 0 0 17 0 13 0 157730262 1525927936 216695 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17230] ppid=17218 vsize=1490164 CPUtime=1.97
/proc/17220/task/17230/stat : 17230 (java) S 17218 17220 16858 0 -1 64 11250 0 0 0 192 5 0 0 17 0 13 0 157730262 1525927936 216695 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17231] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17231/stat : 17231 (java) S 17218 17220 16858 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157730262 1525927936 216695 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17232] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17232/stat : 17232 (java) S 17218 17220 16858 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157730262 1525927936 216695 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17233] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17233/stat : 17233 (java) S 17218 17220 16858 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 157730455 1525927936 216695 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.33
Current children cumulated vsize (KiB) 1490164

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 17239
/proc/meminfo: memFree=432736/2055920 swapFree=4191900/4192956
[pid=17220] ppid=17218 vsize=1490164 CPUtime=1771.99
/proc/17220/stat : 17220 (java) S 17218 17220 16858 0 -1 0 259017 0 1 0 176988 211 0 0 18 0 13 0 157730253 1525927936 221029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17220/statm: 372541 221029 1438 9 0 369884 0
[pid=17220/tid=17222] ppid=17218 vsize=1490164 CPUtime=1673.29
/proc/17220/task/17222/stat : 17222 (java) R 17218 17220 16858 0 -1 64 32820 0 1 0 167306 23 0 0 25 0 13 0 157730254 1525927936 221029 1992294400 134512640 134550932 4294956000 18446744073709551615 4109803147 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17223] ppid=17218 vsize=1490164 CPUtime=46.91
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16858 0 -1 64 101143 0 0 0 4614 77 0 0 17 0 13 0 157730255 1525927936 221029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17224] ppid=17218 vsize=1490164 CPUtime=46.91
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16858 0 -1 64 105571 0 0 0 4601 90 0 0 16 0 13 0 157730256 1525927936 221029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17225] ppid=17218 vsize=1490164 CPUtime=0.24
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16858 0 -1 64 35 0 0 0 15 9 0 0 16 0 13 0 157730257 1525927936 221029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17226] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17226/stat : 17226 (java) S 17218 17220 16858 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157730258 1525927936 221029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17227] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17227/stat : 17227 (java) S 17218 17220 16858 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157730258 1525927936 221029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17228] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17228/stat : 17228 (java) S 17218 17220 16858 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 157730262 1525927936 221029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17229] ppid=17218 vsize=1490164 CPUtime=2.6
/proc/17220/task/17229/stat : 17229 (java) S 17218 17220 16858 0 -1 64 7452 0 0 0 257 3 0 0 17 0 13 0 157730262 1525927936 221029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17230] ppid=17218 vsize=1490164 CPUtime=1.97
/proc/17220/task/17230/stat : 17230 (java) S 17218 17220 16858 0 -1 64 11250 0 0 0 192 5 0 0 17 0 13 0 157730262 1525927936 221029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17231] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17231/stat : 17231 (java) S 17218 17220 16858 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157730262 1525927936 221029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17232] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17232/stat : 17232 (java) S 17218 17220 16858 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157730262 1525927936 221029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17233] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17233/stat : 17233 (java) S 17218 17220 16858 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 157730455 1525927936 221029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.99
Current children cumulated vsize (KiB) 1490164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1749.1 s]
/proc/loadavg: 1.11 1.05 1.01 2/77 17239
/proc/meminfo: memFree=426848/2055920 swapFree=4191900/4192956
[pid=17220] ppid=17218 vsize=1490164 CPUtime=1800.01
/proc/17220/stat : 17220 (java) S 17218 17220 16858 0 -1 0 260530 0 1 0 179786 215 0 0 18 0 13 0 157730253 1525927936 222502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17220/statm: 372541 222502 1438 9 0 369884 0
[pid=17220/tid=17222] ppid=17218 vsize=1490164 CPUtime=1698.83
/proc/17220/task/17222/stat : 17222 (java) R 17218 17220 16858 0 -1 64 32834 0 1 0 169859 24 0 0 25 0 13 0 157730254 1525927936 222502 1992294400 134512640 134550932 4294956000 18446744073709551615 4109803208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17223] ppid=17218 vsize=1490164 CPUtime=48.15
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16858 0 -1 64 101899 0 0 0 4735 80 0 0 17 0 13 0 157730255 1525927936 222502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17224] ppid=17218 vsize=1490164 CPUtime=48.16
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16858 0 -1 64 106314 0 0 0 4725 91 0 0 16 0 13 0 157730256 1525927936 222502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17225] ppid=17218 vsize=1490164 CPUtime=0.25
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16858 0 -1 64 35 0 0 0 16 9 0 0 16 0 13 0 157730257 1525927936 222502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17226] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17226/stat : 17226 (java) S 17218 17220 16858 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157730258 1525927936 222502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17227] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17227/stat : 17227 (java) S 17218 17220 16858 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157730258 1525927936 222502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17228] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17228/stat : 17228 (java) S 17218 17220 16858 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 157730262 1525927936 222502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17229] ppid=17218 vsize=1490164 CPUtime=2.6
/proc/17220/task/17229/stat : 17229 (java) S 17218 17220 16858 0 -1 64 7452 0 0 0 257 3 0 0 17 0 13 0 157730262 1525927936 222502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17220/tid=17230] ppid=17218 vsize=1490164 CPUtime=1.97
/proc/17220/task/17230/stat : 17230 (java) S 17218 17220 16858 0 -1 64 11250 0 0 0 192 5 0 0 17 0 13 0 157730262 1525927936 222502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17231] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17231/stat : 17231 (java) S 17218 17220 16858 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157730262 1525927936 222502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17232] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17232/stat : 17232 (java) S 17218 17220 16858 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157730262 1525927936 222502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17220/tid=17233] ppid=17218 vsize=1490164 CPUtime=0
/proc/17220/task/17233/stat : 17233 (java) S 17218 17220 16858 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 157730455 1525927936 222502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1490164

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

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

[startup+1749.21 s]
/proc/loadavg: 1.11 1.05 1.01 2/77 17239
/proc/meminfo: memFree=426848/2055920 swapFree=4191900/4192956
[pid=17220] ppid=17218 vsize=0 CPUtime=1800.18
/proc/17220/stat : 17220 (java) Z 17218 17220 16858 0 -1 1036 260557 0 1 0 179801 217 0 0 15 0 2 0 157730253 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17220/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

[startup+1749.3 s]
/proc/loadavg: 1.11 1.05 1.01 2/77 17239
/proc/meminfo: memFree=426848/2055920 swapFree=4191900/4192956
[pid=17220] ppid=17218 vsize=0 CPUtime=1800.27
/proc/17220/stat : 17220 (java) Z 17218 17220 16858 0 -1 1036 260557 0 1 0 179801 226 0 0 15 0 2 0 157730253 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17220/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1749.32
CPU time (s): 1800.3
CPU user time (s): 1798.01
CPU system time (s): 2.28765
CPU usage (%): 102.914
Max. virtual memory (cumulated for all children) (KiB): 1492816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.01
system time used= 2.28765
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260557
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= 46003
involuntary context switches= 40456

runsolver used 1.9447 second user time and 4.45232 second system time

The end

Launcher Data

Begin job on node24 at 2009-06-13 15:54:59
IDJOB=1856076
IDBENCH=2334
IDSOLVER=681
FILE ID=node24/1856076-1244901299
PBS_JOBID= 9354477
Free space on /tmp= 66416 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos15.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856076-1244901299/watcher-1856076-1244901299 -o /tmp/evaluation-result-1856076-1244901299/solver-1856076-1244901299 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856076-1244901299.opb

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

MD5SUM BENCH= d360a4da18a1223a5a3c77027ac256df
RANDOM SEED=1039798698

node24.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.231
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.231
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1314408 kB
Buffers:         63356 kB
Cached:         611080 kB
SwapCached:        260 kB
Active:          47084 kB
Inactive:       640160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1314408 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1256 kB
Writeback:           0 kB
Mapped:          21304 kB
Slab:            40184 kB
Committed_AS:   146340 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66416 MiB
End job on node24 at 2009-06-13 16:24:10