Trace number 1856346

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 1782.97

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-set1cl.opb
MD5SUMa40ee9ebe136b2e02d234e98858506e9
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark107584995778
Best CPU time to get the best result obtained on this benchmark1801.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 26591232
Optimality of the best value was proved NO
Number of variables14400
Total number of constraints492
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 constraints492
Minimum length of a constraint31
Maximum length of a constraint630
Number of terms in the objective function 7200
Biggest coefficient in the objective function 10737418240
Number of bits for the biggest coefficient in the objective function 34
Sum of the numbers in the objective function 1616008034847
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 10737418240
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 1616008034847
Number of bits of the biggest sum of numbers41
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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-1856346-1244908513.opb
0.23/0.21	c reading problem ... 
1.89/1.19	c ... done. Wall clock time 0.984s.
1.89/1.19	c #vars     14400
1.89/1.19	c #constraints  3811
1.89/1.19	c constraints type 
1.89/1.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 732
1800.06/1782.81	c starts		: 12
1800.06/1782.81	c conflicts		: 25371
1800.06/1782.81	c decisions		: 136754
1800.06/1782.81	c propagations		: 406146
1800.06/1782.81	c inspects		: 338009262
1800.06/1782.81	c learnt literals	: 0
1800.06/1782.81	c learnt binary clauses	: 0
1800.06/1782.81	c learnt ternary clauses	: 0
1800.06/1782.81	c learnt clauses	: 25371
1800.06/1782.81	c ignored clauses	: 0
1800.06/1782.81	c root simplifications	: 0
1800.06/1782.81	c removed literals (reason simplification)	: 0
1800.06/1782.81	c reason swapping (by a shorter reason)	: 0
1800.06/1782.81	c Calls to reduceDB	: 0
1800.06/1782.81	c speed (assignments/second)	: 227.96469276803447
1800.06/1782.81	c non guided choices	0
1800.06/1782.87	c learnt constraints type 
1800.06/1782.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 25371
1800.06/1782.87	c constraints type 
1800.06/1782.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 732
1800.06/1782.87	s UNKNOWN
1800.06/1782.87	c Total wall clock time (in seconds): 1782.661

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-1856346-1244908513/watcher-1856346-1244908513 -o /tmp/evaluation-result-1856346-1244908513/solver-1856346-1244908513 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856346-1244908513.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 2/64 13665
/proc/meminfo: memFree=1349280/2055920 swapFree=4191900/4192956
[pid=13665] ppid=13663 vsize=152 CPUtime=0
/proc/13665/stat : 13665 (java6) D 13663 13665 13452 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 158451355 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 12591908 0 2147483391 4096 0 18446744072099937270 0 0 17 1 0 0
/proc/13665/statm: 38 26 19 9 0 4 0

[startup+0.04873 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 13665
/proc/meminfo: memFree=1349280/2055920 swapFree=4191900/4192956
[pid=13665] ppid=13663 vsize=1469440 CPUtime=0.02
/proc/13665/stat : 13665 (java) S 13663 13665 13452 0 -1 0 3112 0 1 0 1 1 0 0 18 0 5 0 158451355 1504706560 2859 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 367360 2859 978 9 0 364711 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1469440

[startup+0.102735 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 13665
/proc/meminfo: memFree=1349280/2055920 swapFree=4191900/4192956
[pid=13665] ppid=13663 vsize=1472584 CPUtime=0.08
/proc/13665/stat : 13665 (java) S 13663 13665 13452 0 -1 0 3599 0 1 0 6 2 0 0 18 0 12 0 158451355 1507926016 3342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 368146 3342 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301758 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 13665
/proc/meminfo: memFree=1349280/2055920 swapFree=4191900/4192956
[pid=13665] ppid=13663 vsize=1475168 CPUtime=0.38
/proc/13665/stat : 13665 (java) S 13663 13665 13452 0 -1 0 5132 0 1 0 35 3 0 0 18 0 12 0 158451355 1510572032 4852 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 368792 4852 1360 9 0 366135 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1475168

[startup+0.702809 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 13665
/proc/meminfo: memFree=1349280/2055920 swapFree=4191900/4192956
[pid=13665] ppid=13663 vsize=1482240 CPUtime=1.09
/proc/13665/stat : 13665 (java) S 13663 13665 13452 0 -1 0 8815 0 1 0 104 5 0 0 18 0 12 0 158451355 1517813760 7704 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 370560 7704 1400 9 0 367903 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1482240

[startup+1.5029 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 13677
/proc/meminfo: memFree=1305408/2055920 swapFree=4191900/4192956
[pid=13665] ppid=13663 vsize=1489404 CPUtime=2.58
/proc/13665/stat : 13665 (java) S 13663 13665 13452 0 -1 0 19983 0 1 0 248 10 0 0 18 0 12 0 158451355 1525149696 16317 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 372351 16317 1421 9 0 369694 0
[pid=13665/tid=13667] ppid=13663 vsize=1489404 CPUtime=1.05
/proc/13665/task/13667/stat : 13667 (java) R 13663 13665 13452 0 -1 64 11526 0 1 0 100 5 0 0 23 0 12 0 158451357 1525149696 16317 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13668] ppid=13663 vsize=1489404 CPUtime=0
/proc/13665/task/13668/stat : 13668 (java) S 13663 13665 13452 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 158451358 1525149696 16317 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13669] ppid=13663 vsize=1489404 CPUtime=0
/proc/13665/task/13669/stat : 13669 (java) S 13663 13665 13452 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 158451358 1525149696 16317 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13670] ppid=13663 vsize=1489404 CPUtime=0
/proc/13665/task/13670/stat : 13670 (java) S 13663 13665 13452 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158451360 1525149696 16317 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13671] ppid=13663 vsize=1489404 CPUtime=0
/proc/13665/task/13671/stat : 13671 (java) S 13663 13665 13452 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 158451360 1525149696 16317 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13672] ppid=13663 vsize=1489404 CPUtime=0
/proc/13665/task/13672/stat : 13672 (java) S 13663 13665 13452 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 158451360 1525149696 16317 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13673] ppid=13663 vsize=1489404 CPUtime=0
/proc/13665/task/13673/stat : 13673 (java) S 13663 13665 13452 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158451365 1525149696 16317 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13674] ppid=13663 vsize=1489404 CPUtime=0.89
/proc/13665/task/13674/stat : 13674 (java) R 13663 13665 13452 0 -1 64 5196 0 0 0 87 2 0 0 17 0 12 0 158451365 1525149696 16317 1992294400 134512640 134550932 4294956000 18446744073709551615 106117174 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13675] ppid=13663 vsize=1489404 CPUtime=0.6
/proc/13665/task/13675/stat : 13675 (java) R 13663 13665 13452 0 -1 64 2521 0 0 0 59 1 0 0 16 0 12 0 158451365 1525149696 16317 1992294400 134512640 134550932 4294956000 18446744073709551615 104143461 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13676] ppid=13663 vsize=1489404 CPUtime=0
/proc/13665/task/13676/stat : 13676 (java) S 13663 13665 13452 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158451365 1525149696 16317 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13677] ppid=13663 vsize=1489404 CPUtime=0
/proc/13665/task/13677/stat : 13677 (java) S 13663 13665 13452 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 158451365 1525149696 16317 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 1489404

[startup+3.10109 s]
/proc/loadavg: 1.16 1.03 1.01 4/77 13678
/proc/meminfo: memFree=1272440/2055920 swapFree=4191900/4192956
[pid=13665] ppid=13663 vsize=1489576 CPUtime=4.92
/proc/13665/stat : 13665 (java) S 13663 13665 13452 0 -1 0 36966 0 1 0 476 16 0 0 18 0 13 0 158451355 1525325824 32290 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 372394 32290 1425 9 0 369737 0
[pid=13665/tid=13667] ppid=13663 vsize=1489576 CPUtime=2.25
/proc/13665/task/13667/stat : 13667 (java) R 13663 13665 13452 0 -1 64 27409 0 1 0 215 10 0 0 25 0 13 0 158451357 1525325824 32290 1992294400 134512640 134550932 4294956000 18446744073709551615 4109897446 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13668] ppid=13663 vsize=1489576 CPUtime=0
/proc/13665/task/13668/stat : 13668 (java) S 13663 13665 13452 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 158451358 1525325824 32290 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13669] ppid=13663 vsize=1489576 CPUtime=0
/proc/13665/task/13669/stat : 13669 (java) S 13663 13665 13452 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 158451358 1525325824 32290 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13670] ppid=13663 vsize=1489576 CPUtime=0
/proc/13665/task/13670/stat : 13670 (java) S 13663 13665 13452 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158451360 1525325824 32290 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13671] ppid=13663 vsize=1489576 CPUtime=0
/proc/13665/task/13671/stat : 13671 (java) S 13663 13665 13452 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 158451360 1525325824 32290 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13672] ppid=13663 vsize=1489576 CPUtime=0
/proc/13665/task/13672/stat : 13672 (java) S 13663 13665 13452 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 158451360 1525325824 32290 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13673] ppid=13663 vsize=1489576 CPUtime=0
/proc/13665/task/13673/stat : 13673 (java) S 13663 13665 13452 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158451365 1525325824 32290 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13674] ppid=13663 vsize=1489576 CPUtime=1.57
/proc/13665/task/13674/stat : 13674 (java) S 13663 13665 13452 0 -1 64 5660 0 0 0 155 2 0 0 17 0 13 0 158451365 1525325824 32290 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13675] ppid=13663 vsize=1489576 CPUtime=1.07
/proc/13665/task/13675/stat : 13675 (java) S 13663 13665 13452 0 -1 64 3152 0 0 0 105 2 0 0 16 0 13 0 158451365 1525325824 32290 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13676] ppid=13663 vsize=1489576 CPUtime=0
/proc/13665/task/13676/stat : 13676 (java) S 13663 13665 13452 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158451365 1525325824 32290 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13677] ppid=13663 vsize=1489576 CPUtime=0
/proc/13665/task/13677/stat : 13677 (java) S 13663 13665 13452 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158451365 1525325824 32290 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13678] ppid=13663 vsize=1489576 CPUtime=0
/proc/13665/task/13678/stat : 13678 (java) S 13663 13665 13452 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 158451515 1525325824 32290 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 1489576

[startup+6.30245 s]
/proc/loadavg: 1.16 1.03 1.01 2/77 13678
/proc/meminfo: memFree=1192632/2055920 swapFree=4191900/4192956
[pid=13665] ppid=13663 vsize=1489544 CPUtime=8.65
/proc/13665/stat : 13665 (java) S 13663 13665 13452 0 -1 0 51460 0 1 0 842 23 0 0 18 0 13 0 158451355 1525293056 45807 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 372386 45807 1434 9 0 369729 0
[pid=13665/tid=13667] ppid=13663 vsize=1489544 CPUtime=5.21
/proc/13665/task/13667/stat : 13667 (java) S 13663 13665 13452 0 -1 64 33407 0 1 0 508 13 0 0 20 0 13 0 158451357 1525293056 45807 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13668] ppid=13663 vsize=1489544 CPUtime=0.18
/proc/13665/task/13668/stat : 13668 (java) R 13663 13665 13452 0 -1 64 3828 0 0 0 17 1 0 0 16 0 13 0 158451358 1525293056 45808 1992294400 134512640 134550932 4294956000 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13669] ppid=13663 vsize=1489544 CPUtime=0.16
/proc/13665/task/13669/stat : 13669 (java) R 13663 13665 13452 0 -1 64 3834 0 0 0 15 1 0 0 16 0 13 0 158451358 1525293056 45810 1992294400 134512640 134550932 4294956000 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13670] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13670/stat : 13670 (java) S 13663 13665 13452 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 158451360 1525293056 45811 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13671] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13671/stat : 13671 (java) S 13663 13665 13452 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158451360 1525293056 45813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13672] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13672/stat : 13672 (java) S 13663 13665 13452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 158451360 1525293056 45814 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13673] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13673/stat : 13673 (java) S 13663 13665 13452 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158451365 1525293056 45815 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13674] ppid=13663 vsize=1489544 CPUtime=1.78
/proc/13665/task/13674/stat : 13674 (java) S 13663 13665 13452 0 -1 64 5748 0 0 0 175 3 0 0 16 0 13 0 158451365 1525293056 45817 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13675] ppid=13663 vsize=1489544 CPUtime=1.27
/proc/13665/task/13675/stat : 13675 (java) S 13663 13665 13452 0 -1 64 3871 0 0 0 125 2 0 0 16 0 13 0 158451365 1525293056 45818 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13676] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13676/stat : 13676 (java) S 13663 13665 13452 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158451365 1525293056 45819 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13677] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13677/stat : 13677 (java) S 13663 13665 13452 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158451365 1525293056 45821 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13678] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13678/stat : 13678 (java) S 13663 13665 13452 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 158451515 1525293056 45823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.65
Current children cumulated vsize (KiB) 1489544

[startup+12.7012 s]
/proc/loadavg: 1.13 1.03 1.01 2/77 13678
/proc/meminfo: memFree=1158648/2055920 swapFree=4191900/4192956
[pid=13665] ppid=13663 vsize=1489544 CPUtime=15.29
/proc/13665/stat : 13665 (java) S 13663 13665 13452 0 -1 0 55456 0 1 0 1504 25 0 0 18 0 13 0 158451355 1525293056 49203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 372386 49203 1438 9 0 369729 0
[pid=13665/tid=13667] ppid=13663 vsize=1489544 CPUtime=11.47
/proc/13665/task/13667/stat : 13667 (java) R 13663 13665 13452 0 -1 64 33417 0 1 0 1134 13 0 0 18 0 13 0 158451357 1525293056 49203 1992294400 134512640 134550932 4294956000 18446744073709551615 4109764085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13668] ppid=13663 vsize=1489544 CPUtime=0.28
/proc/13665/task/13668/stat : 13668 (java) S 13663 13665 13452 0 -1 64 6035 0 0 0 26 2 0 0 16 0 13 0 158451358 1525293056 49203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13669] ppid=13663 vsize=1489544 CPUtime=0.27
/proc/13665/task/13669/stat : 13669 (java) S 13663 13665 13452 0 -1 64 5595 0 0 0 25 2 0 0 16 0 13 0 158451358 1525293056 49203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13670] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13670/stat : 13670 (java) S 13663 13665 13452 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 158451360 1525293056 49203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13671] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13671/stat : 13671 (java) S 13663 13665 13452 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158451360 1525293056 49203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13672] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13672/stat : 13672 (java) S 13663 13665 13452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 158451360 1525293056 49203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13673] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13673/stat : 13673 (java) S 13663 13665 13452 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158451365 1525293056 49203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13674] ppid=13663 vsize=1489544 CPUtime=1.83
/proc/13665/task/13674/stat : 13674 (java) S 13663 13665 13452 0 -1 64 5753 0 0 0 180 3 0 0 17 0 13 0 158451365 1525293056 49203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13675] ppid=13663 vsize=1489544 CPUtime=1.39
/proc/13665/task/13675/stat : 13675 (java) S 13663 13665 13452 0 -1 64 3881 0 0 0 137 2 0 0 16 0 13 0 158451365 1525293056 49203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13676] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13676/stat : 13676 (java) S 13663 13665 13452 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158451365 1525293056 49203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13677] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13677/stat : 13677 (java) S 13663 13665 13452 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158451365 1525293056 49203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13678] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13678/stat : 13678 (java) S 13663 13665 13452 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 158451515 1525293056 49203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.29
Current children cumulated vsize (KiB) 1489544

[startup+25.5066 s]
/proc/loadavg: 1.11 1.03 1.01 2/77 13678
/proc/meminfo: memFree=1148152/2055920 swapFree=4191900/4192956
[pid=13665] ppid=13663 vsize=1489544 CPUtime=28.16
/proc/13665/stat : 13665 (java) S 13663 13665 13452 0 -1 0 58120 0 1 0 2790 26 0 0 18 0 13 0 158451355 1525293056 51417 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 372386 51417 1438 9 0 369729 0
[pid=13665/tid=13667] ppid=13663 vsize=1489544 CPUtime=24.17
/proc/13665/task/13667/stat : 13667 (java) R 13663 13665 13452 0 -1 64 33425 0 1 0 2404 13 0 0 25 0 13 0 158451357 1525293056 51417 1992294400 134512640 134550932 4294956000 18446744073709551615 4109827562 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13668] ppid=13663 vsize=1489544 CPUtime=0.36
/proc/13665/task/13668/stat : 13668 (java) S 13663 13665 13452 0 -1 64 7480 0 0 0 33 3 0 0 16 0 13 0 158451358 1525293056 51417 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13669] ppid=13663 vsize=1489544 CPUtime=0.35
/proc/13665/task/13669/stat : 13669 (java) S 13663 13665 13452 0 -1 64 6806 0 0 0 32 3 0 0 16 0 13 0 158451358 1525293056 51417 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13670] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13670/stat : 13670 (java) S 13663 13665 13452 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 158451360 1525293056 51417 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13671] ppid=13663 vsize=1489544 CPUtime=0

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

/proc/loadavg: 1.00 1.00 1.00 2/77 13684
/proc/meminfo: memFree=973560/2055920 swapFree=4191900/4192956
[pid=13665] ppid=13663 vsize=1489544 CPUtime=1678.11
/proc/13665/stat : 13665 (java) S 13663 13665 13452 0 -1 0 107090 0 1 0 167745 66 0 0 18 0 13 0 158451355 1525293056 94865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 372386 94865 1438 9 0 369729 0
[pid=13665/tid=13667] ppid=13663 vsize=1489544 CPUtime=1646.19
/proc/13665/task/13667/stat : 13667 (java) S 13663 13665 13452 0 -1 64 33944 0 1 0 164603 16 0 0 25 0 13 0 158451357 1525293056 94865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13668] ppid=13663 vsize=1489544 CPUtime=14.24
/proc/13665/task/13668/stat : 13668 (java) R 13663 13665 13452 0 -1 64 32550 0 0 0 1404 20 0 0 17 0 13 0 158451358 1525293056 94865 1992294400 134512640 134550932 4294956000 18446744073709551615 105886426 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13669] ppid=13663 vsize=1489544 CPUtime=14.26
/proc/13665/task/13669/stat : 13669 (java) R 13663 13665 13452 0 -1 64 30183 0 0 0 1408 18 0 0 17 0 13 0 158451358 1525293056 94865 1992294400 134512640 134550932 4294956000 18446744073709551615 105886445 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13670] ppid=13663 vsize=1489544 CPUtime=0.11
/proc/13665/task/13670/stat : 13670 (java) S 13663 13665 13452 0 -1 64 35 0 0 0 8 3 0 0 15 0 13 0 158451360 1525293056 94865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13671] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13671/stat : 13671 (java) S 13663 13665 13452 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158451360 1525293056 94865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13672] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13672/stat : 13672 (java) S 13663 13665 13452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 158451360 1525293056 94865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13673] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13673/stat : 13673 (java) S 13663 13665 13452 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158451365 1525293056 94865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13674] ppid=13663 vsize=1489544 CPUtime=1.85
/proc/13665/task/13674/stat : 13674 (java) S 13663 13665 13452 0 -1 64 5753 0 0 0 182 3 0 0 16 0 13 0 158451365 1525293056 94865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13675] ppid=13663 vsize=1489544 CPUtime=1.39
/proc/13665/task/13675/stat : 13675 (java) S 13663 13665 13452 0 -1 64 3881 0 0 0 137 2 0 0 16 0 13 0 158451365 1525293056 94865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13676] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13676/stat : 13676 (java) S 13663 13665 13452 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158451365 1525293056 94865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13677] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13677/stat : 13677 (java) S 13663 13665 13452 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158451365 1525293056 94865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13678] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13678/stat : 13678 (java) S 13663 13665 13452 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 158451515 1525293056 94865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1678.11
Current children cumulated vsize (KiB) 1489544

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13684
/proc/meminfo: memFree=970360/2055920 swapFree=4191900/4192956
[pid=13665] ppid=13663 vsize=1489544 CPUtime=1738.81
/proc/13665/stat : 13665 (java) S 13663 13665 13452 0 -1 0 107887 0 1 0 173814 67 0 0 18 0 13 0 158451355 1525293056 95616 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 372386 95616 1438 9 0 369729 0
[pid=13665/tid=13667] ppid=13663 vsize=1489544 CPUtime=1705.42
/proc/13665/task/13667/stat : 13667 (java) R 13663 13665 13452 0 -1 64 33961 0 1 0 170526 16 0 0 25 0 13 0 158451357 1525293056 95616 1992294400 134512640 134550932 4294956000 18446744073709551615 4109762120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13668] ppid=13663 vsize=1489544 CPUtime=14.97
/proc/13665/task/13668/stat : 13668 (java) S 13663 13665 13452 0 -1 64 33066 0 0 0 1477 20 0 0 17 0 13 0 158451358 1525293056 95616 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13669] ppid=13663 vsize=1489544 CPUtime=15
/proc/13665/task/13669/stat : 13669 (java) S 13663 13665 13452 0 -1 64 30447 0 0 0 1481 19 0 0 16 0 13 0 158451358 1525293056 95616 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13670] ppid=13663 vsize=1489544 CPUtime=0.12
/proc/13665/task/13670/stat : 13670 (java) S 13663 13665 13452 0 -1 64 35 0 0 0 8 4 0 0 16 0 13 0 158451360 1525293056 95616 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13671] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13671/stat : 13671 (java) S 13663 13665 13452 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158451360 1525293056 95616 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13672] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13672/stat : 13672 (java) S 13663 13665 13452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 158451360 1525293056 95616 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13673] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13673/stat : 13673 (java) S 13663 13665 13452 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158451365 1525293056 95616 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13674] ppid=13663 vsize=1489544 CPUtime=1.85
/proc/13665/task/13674/stat : 13674 (java) S 13663 13665 13452 0 -1 64 5753 0 0 0 182 3 0 0 16 0 13 0 158451365 1525293056 95616 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13675] ppid=13663 vsize=1489544 CPUtime=1.39
/proc/13665/task/13675/stat : 13675 (java) S 13663 13665 13452 0 -1 64 3881 0 0 0 137 2 0 0 16 0 13 0 158451365 1525293056 95616 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13676] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13676/stat : 13676 (java) S 13663 13665 13452 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158451365 1525293056 95616 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13677] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13677/stat : 13677 (java) S 13663 13665 13452 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158451365 1525293056 95616 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13678] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13678/stat : 13678 (java) S 13663 13665 13452 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 158451515 1525293056 95616 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1738.81
Current children cumulated vsize (KiB) 1489544

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13684
/proc/meminfo: memFree=966904/2055920 swapFree=4191900/4192956
[pid=13665] ppid=13663 vsize=1489544 CPUtime=1799.56
/proc/13665/stat : 13665 (java) S 13663 13665 13452 0 -1 0 108798 0 1 0 179888 68 0 0 18 0 13 0 158451355 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 372386 96458 1438 9 0 369729 0
[pid=13665/tid=13667] ppid=13663 vsize=1489544 CPUtime=1764.61
/proc/13665/task/13667/stat : 13667 (java) R 13663 13665 13452 0 -1 64 33979 0 1 0 176445 16 0 0 25 0 13 0 158451357 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4109827296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13668] ppid=13663 vsize=1489544 CPUtime=15.75
/proc/13665/task/13668/stat : 13668 (java) S 13663 13665 13452 0 -1 64 33302 0 0 0 1554 21 0 0 16 0 13 0 158451358 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13669] ppid=13663 vsize=1489544 CPUtime=15.77
/proc/13665/task/13669/stat : 13669 (java) S 13663 13665 13452 0 -1 64 31104 0 0 0 1558 19 0 0 17 0 13 0 158451358 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13670] ppid=13663 vsize=1489544 CPUtime=0.12
/proc/13665/task/13670/stat : 13670 (java) S 13663 13665 13452 0 -1 64 35 0 0 0 8 4 0 0 16 0 13 0 158451360 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13671] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13671/stat : 13671 (java) S 13663 13665 13452 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158451360 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13672] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13672/stat : 13672 (java) S 13663 13665 13452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 158451360 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13673] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13673/stat : 13673 (java) S 13663 13665 13452 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158451365 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13674] ppid=13663 vsize=1489544 CPUtime=1.85
/proc/13665/task/13674/stat : 13674 (java) S 13663 13665 13452 0 -1 64 5753 0 0 0 182 3 0 0 16 0 13 0 158451365 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13675] ppid=13663 vsize=1489544 CPUtime=1.39
/proc/13665/task/13675/stat : 13675 (java) S 13663 13665 13452 0 -1 64 3881 0 0 0 137 2 0 0 16 0 13 0 158451365 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13676] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13676/stat : 13676 (java) S 13663 13665 13452 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158451365 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13677] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13677/stat : 13677 (java) S 13663 13665 13452 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158451365 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13678] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13678/stat : 13678 (java) S 13663 13665 13452 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 158451515 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (KiB) 1489544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13684
/proc/meminfo: memFree=966904/2055920 swapFree=4191900/4192956
[pid=13665] ppid=13663 vsize=1489544 CPUtime=1800.06
/proc/13665/stat : 13665 (java) S 13663 13665 13452 0 -1 0 108798 0 1 0 179938 68 0 0 18 0 13 0 158451355 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 372386 96458 1438 9 0 369729 0
[pid=13665/tid=13667] ppid=13663 vsize=1489544 CPUtime=1765.12
/proc/13665/task/13667/stat : 13667 (java) R 13663 13665 13452 0 -1 64 33979 0 1 0 176496 16 0 0 25 0 13 0 158451357 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4109764085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13668] ppid=13663 vsize=1489544 CPUtime=15.75
/proc/13665/task/13668/stat : 13668 (java) S 13663 13665 13452 0 -1 64 33302 0 0 0 1554 21 0 0 16 0 13 0 158451358 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13669] ppid=13663 vsize=1489544 CPUtime=15.77
/proc/13665/task/13669/stat : 13669 (java) S 13663 13665 13452 0 -1 64 31104 0 0 0 1558 19 0 0 17 0 13 0 158451358 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13670] ppid=13663 vsize=1489544 CPUtime=0.12
/proc/13665/task/13670/stat : 13670 (java) S 13663 13665 13452 0 -1 64 35 0 0 0 8 4 0 0 16 0 13 0 158451360 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13671] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13671/stat : 13671 (java) S 13663 13665 13452 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158451360 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13672] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13672/stat : 13672 (java) S 13663 13665 13452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 158451360 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13673] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13673/stat : 13673 (java) S 13663 13665 13452 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158451365 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13674] ppid=13663 vsize=1489544 CPUtime=1.85
/proc/13665/task/13674/stat : 13674 (java) S 13663 13665 13452 0 -1 64 5753 0 0 0 182 3 0 0 16 0 13 0 158451365 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13675] ppid=13663 vsize=1489544 CPUtime=1.39
/proc/13665/task/13675/stat : 13675 (java) S 13663 13665 13452 0 -1 64 3881 0 0 0 137 2 0 0 16 0 13 0 158451365 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13676] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13676/stat : 13676 (java) S 13663 13665 13452 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158451365 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13677] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13677/stat : 13677 (java) S 13663 13665 13452 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158451365 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13678] ppid=13663 vsize=1489544 CPUtime=0
/proc/13665/task/13678/stat : 13678 (java) S 13663 13665 13452 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 158451515 1525293056 96458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1489544

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

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

[startup+1782.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13684
/proc/meminfo: memFree=966904/2055920 swapFree=4191900/4192956
[pid=13665] ppid=13663 vsize=1490192 CPUtime=1800.23
/proc/13665/stat : 13665 (java) S 13663 13665 13452 0 -1 0 108824 0 1 0 179955 68 0 0 16 0 14 0 158451355 1525956608 96484 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13665/statm: 372548 96484 1441 9 0 369891 0
[pid=13665/tid=13667] ppid=13663 vsize=1490192 CPUtime=1765.23
/proc/13665/task/13667/stat : 13667 (java) R 13663 13665 13452 0 -1 64 33979 0 1 0 176507 16 0 0 25 0 14 0 158451357 1525956608 96484 1992294400 134512640 134550932 4294956000 18446744073709551615 4109764542 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13668] ppid=13663 vsize=1490192 CPUtime=15.75
/proc/13665/task/13668/stat : 13668 (java) S 13663 13665 13452 0 -1 64 33302 0 0 0 1554 21 0 0 16 0 14 0 158451358 1525956608 96484 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13669] ppid=13663 vsize=1490192 CPUtime=15.77
/proc/13665/task/13669/stat : 13669 (java) S 13663 13665 13452 0 -1 64 31104 0 0 0 1558 19 0 0 17 0 13 0 158451358 1525956608 96484 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13670] ppid=13663 vsize=1490192 CPUtime=0.12
/proc/13665/task/13670/stat : 13670 (java) S 13663 13665 13452 0 -1 64 35 0 0 0 8 4 0 0 16 0 13 0 158451360 1525956608 96484 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13671] ppid=13663 vsize=1490192 CPUtime=0
/proc/13665/task/13671/stat : 13671 (java) S 13663 13665 13452 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158451360 1525956608 96484 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13672] ppid=13663 vsize=1490192 CPUtime=0
/proc/13665/task/13672/stat : 13672 (java) S 13663 13665 13452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 158451360 1525956608 96484 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13673] ppid=13663 vsize=1490192 CPUtime=0
/proc/13665/task/13673/stat : 13673 (java) S 13663 13665 13452 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 158451365 1525956608 96484 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13674] ppid=13663 vsize=1490192 CPUtime=1.88
/proc/13665/task/13674/stat : 13674 (java) S 13663 13665 13452 0 -1 64 5757 0 0 0 185 3 0 0 17 0 13 0 158451365 1525956608 96484 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13665/tid=13675] ppid=13663 vsize=1490192 CPUtime=1.39
/proc/13665/task/13675/stat : 13675 (java) S 13663 13665 13452 0 -1 64 3881 0 0 0 137 2 0 0 16 0 13 0 158451365 1525956608 96484 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13676] ppid=13663 vsize=1490192 CPUtime=0
/proc/13665/task/13676/stat : 13676 (java) S 13663 13665 13452 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158451365 1525956608 96484 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13665/tid=13678] ppid=13663 vsize=1490192 CPUtime=0
/proc/13665/task/13678/stat : 13678 (java) S 13663 13665 13452 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 158451515 1525956608 96484 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 1490192

Child status: 143
Real time (s): 1782.97
CPU time (s): 1800.3
CPU user time (s): 1799.55
CPU system time (s): 0.743886
CPU usage (%): 100.972
Max. virtual memory (cumulated for all children) (KiB): 1491328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.55
system time used= 0.743886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108824
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= 41735
involuntary context switches= 39688

runsolver used 1.9527 second user time and 4.66829 second system time

The end

Launcher Data

Begin job on node28 at 2009-06-13 17:55:13
IDJOB=1856346
IDBENCH=2471
IDSOLVER=681
FILE ID=node28/1856346-1244908513
PBS_JOBID= 9354504
Free space on /tmp= 66344 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-set1cl.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-1856346-1244908513/watcher-1856346-1244908513 -o /tmp/evaluation-result-1856346-1244908513/solver-1856346-1244908513 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856346-1244908513.opb

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

MD5SUM BENCH= a40ee9ebe136b2e02d234e98858506e9
RANDOM SEED=1445821567

node28.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:       1349760 kB
Buffers:         56400 kB
Cached:         572692 kB
SwapCached:        384 kB
Active:          40460 kB
Inactive:       602868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1349760 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             852 kB
Writeback:           0 kB
Mapped:          22624 kB
Slab:            48644 kB
Committed_AS:   127400 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66344 MiB
End job on node28 at 2009-06-13 18:24:58