Trace number 1856390

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.39 1776.94

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-danoint.opb
MD5SUM72b327feddced7495a083616b5e4ecd7
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13898
Total number of constraints672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints656
Minimum length of a constraint7
Maximum length of a constraint1500
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 13421772800
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 53690300878
Number of bits of the biggest sum of numbers36
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.16	c version 2.1.1.v20090612
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1342000320
0.08/0.16	c Max memory 1344274432
0.08/0.16	c Total memory 1344274432
0.08/0.16	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@ecd7e
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-1856390-1244909886.opb
0.22/0.22	c reading problem ... 
2.29/1.44	c ... done. Wall clock time 1.226s.
2.29/1.44	c #vars     13898
2.29/1.44	c #constraints  6912
2.29/1.44	c constraints type 
2.29/1.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 32
2.29/1.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 784
1800.09/1776.71	c starts		: 12
1800.09/1776.71	c conflicts		: 19441
1800.09/1776.71	c decisions		: 27241
1800.09/1776.71	c propagations		: 261089
1800.09/1776.71	c inspects		: 118655585
1800.09/1776.71	c learnt literals	: 0
1800.09/1776.71	c learnt binary clauses	: 0
1800.09/1776.71	c learnt ternary clauses	: 0
1800.09/1776.71	c learnt clauses	: 19441
1800.09/1776.71	c ignored clauses	: 0
1800.09/1776.71	c root simplifications	: 0
1800.09/1776.71	c removed literals (reason simplification)	: 0
1800.09/1776.71	c reason swapping (by a shorter reason)	: 0
1800.09/1776.71	c Calls to reduceDB	: 0
1800.09/1776.71	c speed (assignments/second)	: 147.07002315140795
1800.09/1776.71	c non guided choices	937
1800.09/1776.77	c learnt constraints type 
1800.09/1776.77	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 20
1800.09/1776.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19421
1800.09/1776.77	c constraints type 
1800.09/1776.77	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 32
1800.09/1776.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 784
1800.09/1776.77	s UNKNOWN
1800.09/1776.77	c Total wall clock time (in seconds): 1776.555

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-1856390-1244909886/watcher-1856390-1244909886 -o /tmp/evaluation-result-1856390-1244909886/solver-1856390-1244909886 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856390-1244909886.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 12894
/proc/meminfo: memFree=1309040/2055920 swapFree=4192952/4192956
[pid=12894] ppid=12892 vsize=18576 CPUtime=0
/proc/12894/stat : 12894 (runsolver) D 12892 12894 12673 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 158588336 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 269028486439 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/12894/statm: 4644 284 249 26 0 2626 0

[startup+0.0498079 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12894
/proc/meminfo: memFree=1309040/2055920 swapFree=4192952/4192956
[pid=12894] ppid=12892 vsize=1469440 CPUtime=0.03
/proc/12894/stat : 12894 (java) S 12892 12894 12673 0 -1 0 3121 0 1 0 2 1 0 0 18 0 5 0 158588336 1504706560 2868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12894/statm: 367360 2868 978 9 0 364711 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1469440

[startup+0.101817 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12894
/proc/meminfo: memFree=1309040/2055920 swapFree=4192952/4192956
[pid=12894] ppid=12892 vsize=1472584 CPUtime=0.08
/proc/12894/stat : 12894 (java) S 12892 12894 12673 0 -1 0 3592 0 1 0 6 2 0 0 18 0 12 0 158588336 1507926016 3335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12894/statm: 368146 3335 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301848 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12894
/proc/meminfo: memFree=1309040/2055920 swapFree=4192952/4192956
[pid=12894] ppid=12892 vsize=1475176 CPUtime=0.34
/proc/12894/stat : 12894 (java) S 12892 12894 12673 0 -1 0 5202 0 1 0 31 3 0 0 18 0 12 0 158588336 1510580224 4939 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12894/statm: 368794 4939 1362 9 0 366137 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475176

[startup+0.701915 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12894
/proc/meminfo: memFree=1309040/2055920 swapFree=4192952/4192956
[pid=12894] ppid=12892 vsize=1486732 CPUtime=1.12
/proc/12894/stat : 12894 (java) S 12892 12894 12673 0 -1 0 9776 0 1 0 107 5 0 0 18 0 12 0 158588336 1522413568 8636 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12894/statm: 371683 8638 1401 9 0 369026 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1486732

[startup+1.50104 s]
/proc/loadavg: 1.00 1.00 1.00 4/76 12906
/proc/meminfo: memFree=1262992/2055920 swapFree=4192952/4192956
[pid=12894] ppid=12892 vsize=1489200 CPUtime=2.43
/proc/12894/stat : 12894 (java) S 12892 12894 12673 0 -1 0 25099 0 1 0 231 12 0 0 18 0 12 0 158588336 1524940800 21450 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12894/statm: 372300 21451 1416 9 0 369643 0
[pid=12894/tid=12896] ppid=12892 vsize=1489200 CPUtime=1.12
/proc/12894/task/12896/stat : 12896 (java) R 12892 12894 12673 0 -1 64 16686 0 1 0 105 7 0 0 20 0 12 0 158588338 1524940800 21451 1992294400 134512640 134550932 4294956000 18446744073709551615 4109572027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12897] ppid=12892 vsize=1489200 CPUtime=0
/proc/12894/task/12897/stat : 12897 (java) S 12892 12894 12673 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 158588339 1524940800 21452 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12898] ppid=12892 vsize=1489200 CPUtime=0
/proc/12894/task/12898/stat : 12898 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 158588339 1524940800 21452 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12899] ppid=12892 vsize=1489200 CPUtime=0
/proc/12894/task/12899/stat : 12899 (java) S 12892 12894 12673 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158588341 1524940800 21453 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12900] ppid=12892 vsize=1489200 CPUtime=0
/proc/12894/task/12900/stat : 12900 (java) S 12892 12894 12673 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 158588342 1524940800 21453 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12901] ppid=12892 vsize=1489200 CPUtime=0
/proc/12894/task/12901/stat : 12901 (java) S 12892 12894 12673 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 158588342 1524940800 21454 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12902] ppid=12892 vsize=1489200 CPUtime=0
/proc/12894/task/12902/stat : 12902 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158588346 1524940800 21454 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12903] ppid=12892 vsize=1489200 CPUtime=0.72
/proc/12894/task/12903/stat : 12903 (java) S 12892 12894 12673 0 -1 64 5029 0 0 0 70 2 0 0 16 0 12 0 158588346 1524940800 21454 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12904] ppid=12892 vsize=1489200 CPUtime=0.56
/proc/12894/task/12904/stat : 12904 (java) S 12892 12894 12673 0 -1 64 2641 0 0 0 55 1 0 0 16 0 12 0 158588346 1524940800 21454 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12905] ppid=12892 vsize=1489200 CPUtime=0
/proc/12894/task/12905/stat : 12905 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158588346 1524940800 21455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12906] ppid=12892 vsize=1489200 CPUtime=0
/proc/12894/task/12906/stat : 12906 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158588346 1524940800 21455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 1489200

[startup+3.10229 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 12907
/proc/meminfo: memFree=1217928/2055920 swapFree=4192952/4192956
[pid=12894] ppid=12892 vsize=1489524 CPUtime=4.38
/proc/12894/stat : 12894 (java) S 12892 12894 12673 0 -1 0 45026 0 1 0 417 21 0 0 18 0 13 0 158588336 1525272576 41310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12894/statm: 372381 41310 1427 9 0 369724 0
[pid=12894/tid=12896] ppid=12892 vsize=1489524 CPUtime=2.57
/proc/12894/task/12896/stat : 12896 (java) R 12892 12894 12673 0 -1 64 31013 0 1 0 244 13 0 0 21 0 13 0 158588338 1525272576 41310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12897] ppid=12892 vsize=1489524 CPUtime=0.08
/proc/12894/task/12897/stat : 12897 (java) S 12892 12894 12673 0 -1 64 2725 0 0 0 7 1 0 0 16 0 13 0 158588339 1525272576 41310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12898] ppid=12892 vsize=1489524 CPUtime=0.08
/proc/12894/task/12898/stat : 12898 (java) S 12892 12894 12673 0 -1 64 2838 0 0 0 7 1 0 0 16 0 13 0 158588339 1525272576 41310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12899] ppid=12892 vsize=1489524 CPUtime=0
/proc/12894/task/12899/stat : 12899 (java) S 12892 12894 12673 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 158588341 1525272576 41310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12900] ppid=12892 vsize=1489524 CPUtime=0
/proc/12894/task/12900/stat : 12900 (java) S 12892 12894 12673 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158588342 1525272576 41310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12901] ppid=12892 vsize=1489524 CPUtime=0
/proc/12894/task/12901/stat : 12901 (java) S 12892 12894 12673 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158588342 1525272576 41310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12902] ppid=12892 vsize=1489524 CPUtime=0
/proc/12894/task/12902/stat : 12902 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158588346 1525272576 41310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12903] ppid=12892 vsize=1489524 CPUtime=0.92
/proc/12894/task/12903/stat : 12903 (java) R 12892 12894 12673 0 -1 64 5039 0 0 0 90 2 0 0 16 0 13 0 158588346 1525272576 41310 1992294400 134512640 134550932 4294956000 18446744073709551615 105876064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12904] ppid=12892 vsize=1489524 CPUtime=0.68
/proc/12894/task/12904/stat : 12904 (java) S 12892 12894 12673 0 -1 64 2649 0 0 0 67 1 0 0 17 0 13 0 158588346 1525272576 41310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12905] ppid=12892 vsize=1489524 CPUtime=0
/proc/12894/task/12905/stat : 12905 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158588346 1525272576 41310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12906] ppid=12892 vsize=1489524 CPUtime=0
/proc/12894/task/12906/stat : 12906 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158588346 1525272576 41310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12907] ppid=12892 vsize=1489524 CPUtime=0
/proc/12894/task/12907/stat : 12907 (java) S 12892 12894 12673 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 158588489 1525272576 41310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 1489524

[startup+6.3028 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12907
/proc/meminfo: memFree=1126792/2055920 swapFree=4192952/4192956
[pid=12894] ppid=12892 vsize=1493460 CPUtime=8.66
/proc/12894/stat : 12894 (java) S 12892 12894 12673 0 -1 0 56236 0 1 0 840 26 0 0 18 0 13 0 158588336 1529303040 47770 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12894/statm: 373365 47770 1432 9 0 370708 0
[pid=12894/tid=12896] ppid=12892 vsize=1493460 CPUtime=5.24
/proc/12894/task/12896/stat : 12896 (java) R 12892 12894 12673 0 -1 64 31109 0 1 0 511 13 0 0 25 0 13 0 158588338 1529303040 47770 1992294400 134512640 134550932 4294956000 18446744073709551615 4109754067 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12897] ppid=12892 vsize=1493460 CPUtime=0.27
/proc/12894/task/12897/stat : 12897 (java) S 12892 12894 12673 0 -1 64 5244 0 0 0 24 3 0 0 16 0 13 0 158588339 1529303040 47770 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12898] ppid=12892 vsize=1493460 CPUtime=0.27
/proc/12894/task/12898/stat : 12898 (java) S 12892 12894 12673 0 -1 64 6118 0 0 0 25 2 0 0 16 0 13 0 158588339 1529303040 47770 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12899] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12899/stat : 12899 (java) S 12892 12894 12673 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 158588341 1529303040 47770 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12900] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12900/stat : 12900 (java) S 12892 12894 12673 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158588342 1529303040 47770 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12901] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12901/stat : 12901 (java) S 12892 12894 12673 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158588342 1529303040 47770 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12902] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12902/stat : 12902 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158588346 1529303040 47770 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12903] ppid=12892 vsize=1493460 CPUtime=1.46
/proc/12894/task/12903/stat : 12903 (java) S 12892 12894 12673 0 -1 64 6955 0 0 0 144 2 0 0 16 0 13 0 158588346 1529303040 47770 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12904] ppid=12892 vsize=1493460 CPUtime=1.36
/proc/12894/task/12904/stat : 12904 (java) S 12892 12894 12673 0 -1 64 6029 0 0 0 133 3 0 0 17 0 13 0 158588346 1529303040 47770 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12905] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12905/stat : 12905 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158588346 1529303040 47770 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12906] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12906/stat : 12906 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158588346 1529303040 47770 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12907] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12907/stat : 12907 (java) S 12892 12894 12673 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 158588489 1529303040 47770 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.66
Current children cumulated vsize (KiB) 1493460

[startup+12.7028 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12907
/proc/meminfo: memFree=1120200/2055920 swapFree=4192952/4192956
[pid=12894] ppid=12892 vsize=1493460 CPUtime=15.18
/proc/12894/stat : 12894 (java) S 12892 12894 12673 0 -1 0 57509 0 1 0 1491 27 0 0 18 0 13 0 158588336 1529303040 48849 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12894/statm: 373365 48849 1432 9 0 370708 0
[pid=12894/tid=12896] ppid=12892 vsize=1493460 CPUtime=11.58
/proc/12894/task/12896/stat : 12896 (java) R 12892 12894 12673 0 -1 64 31360 0 1 0 1145 13 0 0 18 0 13 0 158588338 1529303040 48849 1992294400 134512640 134550932 4294956000 18446744073709551615 4109754128 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12897] ppid=12892 vsize=1493460 CPUtime=0.3
/proc/12894/task/12897/stat : 12897 (java) S 12892 12894 12673 0 -1 64 5703 0 0 0 27 3 0 0 16 0 13 0 158588339 1529303040 48849 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12898] ppid=12892 vsize=1493460 CPUtime=0.3
/proc/12894/task/12898/stat : 12898 (java) S 12892 12894 12673 0 -1 64 6584 0 0 0 28 2 0 0 16 0 13 0 158588339 1529303040 48849 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12899] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12899/stat : 12899 (java) S 12892 12894 12673 0 -1 64 34 0 0 0 0 0 0 0 15 0 13 0 158588341 1529303040 48849 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12900] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12900/stat : 12900 (java) S 12892 12894 12673 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158588342 1529303040 48849 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12901] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12901/stat : 12901 (java) S 12892 12894 12673 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158588342 1529303040 48849 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12902] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12902/stat : 12902 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158588346 1529303040 48849 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12903] ppid=12892 vsize=1493460 CPUtime=1.46
/proc/12894/task/12903/stat : 12903 (java) S 12892 12894 12673 0 -1 64 6955 0 0 0 144 2 0 0 16 0 13 0 158588346 1529303040 48849 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12904] ppid=12892 vsize=1493460 CPUtime=1.46
/proc/12894/task/12904/stat : 12904 (java) S 12892 12894 12673 0 -1 64 6126 0 0 0 143 3 0 0 16 0 13 0 158588346 1529303040 48849 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12905] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12905/stat : 12905 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158588346 1529303040 48849 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12906] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12906/stat : 12906 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158588346 1529303040 48849 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12907] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12907/stat : 12907 (java) S 12892 12894 12673 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 158588489 1529303040 48849 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.18
Current children cumulated vsize (KiB) 1493460

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12907
/proc/meminfo: memFree=1112904/2055920 swapFree=4192952/4192956
[pid=12894] ppid=12892 vsize=1493460 CPUtime=28.04
/proc/12894/stat : 12894 (java) S 12892 12894 12673 0 -1 0 59071 0 1 0 2776 28 0 0 18 0 13 0 158588336 1529303040 50336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12894/statm: 373365 50336 1432 9 0 370708 0
[pid=12894/tid=12896] ppid=12892 vsize=1493460 CPUtime=24.32
/proc/12894/task/12896/stat : 12896 (java) R 12892 12894 12673 0 -1 64 32158 0 1 0 2418 14 0 0 17 0 13 0 158588338 1529303040 50336 1992294400 134512640 134550932 4294956000 18446744073709551615 4109757214 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12897] ppid=12892 vsize=1493460 CPUtime=0.33
/proc/12894/task/12897/stat : 12897 (java) S 12892 12894 12673 0 -1 64 6039 0 0 0 30 3 0 0 16 0 13 0 158588339 1529303040 50336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12898] ppid=12892 vsize=1493460 CPUtime=0.34
/proc/12894/task/12898/stat : 12898 (java) S 12892 12894 12673 0 -1 64 7004 0 0 0 32 2 0 0 16 0 13 0 158588339 1529303040 50336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12899] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12899/stat : 12899 (java) S 12892 12894 12673 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 158588341 1529303040 50336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12900] ppid=12892 vsize=1493460 CPUtime=0

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

/proc/12894/task/12903/stat : 12903 (java) S 12892 12894 12673 0 -1 64 6996 0 0 0 247 2 0 0 16 0 13 0 158588346 1529303040 214030 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12904] ppid=12892 vsize=1493460 CPUtime=1.59
/proc/12894/task/12904/stat : 12904 (java) S 12892 12894 12673 0 -1 64 6136 0 0 0 156 3 0 0 16 0 13 0 158588346 1529303040 214030 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12905] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12905/stat : 12905 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158588346 1529303040 214030 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12906] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12906/stat : 12906 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158588346 1529303040 214030 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12907] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12907/stat : 12907 (java) S 12892 12894 12673 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 158588489 1529303040 214030 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1562.36
Current children cumulated vsize (KiB) 1493460

[startup+1602.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/77 12907
/proc/meminfo: memFree=443720/2055920 swapFree=4192952/4192956
[pid=12894] ppid=12892 vsize=1493460 CPUtime=1623.23
/proc/12894/stat : 12894 (java) S 12892 12894 12673 0 -1 0 252549 0 1 0 162184 139 0 0 18 0 13 0 158588336 1529303040 217224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12894/statm: 373365 217224 1436 9 0 370708 0
[pid=12894/tid=12896] ppid=12892 vsize=1493460 CPUtime=1581.97
/proc/12894/task/12896/stat : 12896 (java) R 12892 12894 12673 0 -1 64 32880 0 1 0 158179 18 0 0 19 0 13 0 158588338 1529303040 217224 1992294400 134512640 134550932 4294956000 18446744073709551615 4109422717 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12897] ppid=12892 vsize=1493460 CPUtime=18.46
/proc/12894/task/12897/stat : 12897 (java) S 12892 12894 12673 0 -1 64 95731 0 0 0 1801 45 0 0 17 0 13 0 158588339 1529303040 217224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12898] ppid=12892 vsize=1493460 CPUtime=18.46
/proc/12894/task/12898/stat : 12898 (java) S 12892 12894 12673 0 -1 64 110024 0 0 0 1785 61 0 0 16 0 13 0 158588339 1529303040 217224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12899] ppid=12892 vsize=1493460 CPUtime=0.19
/proc/12894/task/12899/stat : 12899 (java) S 12892 12894 12673 0 -1 64 35 0 0 0 13 6 0 0 15 0 13 0 158588341 1529303040 217224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12900] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12900/stat : 12900 (java) S 12892 12894 12673 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158588342 1529303040 217224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12901] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12901/stat : 12901 (java) S 12892 12894 12673 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158588342 1529303040 217224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12902] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12902/stat : 12902 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158588346 1529303040 217224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12903] ppid=12892 vsize=1493460 CPUtime=2.49
/proc/12894/task/12903/stat : 12903 (java) S 12892 12894 12673 0 -1 64 6996 0 0 0 247 2 0 0 16 0 13 0 158588346 1529303040 217224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12904] ppid=12892 vsize=1493460 CPUtime=1.59
/proc/12894/task/12904/stat : 12904 (java) S 12892 12894 12673 0 -1 64 6136 0 0 0 156 3 0 0 16 0 13 0 158588346 1529303040 217224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12905] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12905/stat : 12905 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158588346 1529303040 217224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12906] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12906/stat : 12906 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158588346 1529303040 217224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12907] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12907/stat : 12907 (java) S 12892 12894 12673 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 158588489 1529303040 217224 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1623.23
Current children cumulated vsize (KiB) 1493460

[startup+1662.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/77 12907
/proc/meminfo: memFree=430024/2055920 swapFree=4192952/4192956
[pid=12894] ppid=12892 vsize=1493460 CPUtime=1684.04
/proc/12894/stat : 12894 (java) S 12892 12894 12673 0 -1 0 256214 0 1 0 168262 142 0 0 18 0 13 0 158588336 1529303040 220480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12894/statm: 373365 220480 1436 9 0 370708 0
[pid=12894/tid=12896] ppid=12892 vsize=1493460 CPUtime=1641.07
/proc/12894/task/12896/stat : 12896 (java) R 12892 12894 12673 0 -1 64 32898 0 1 0 164089 18 0 0 25 0 13 0 158588338 1529303040 220480 1992294400 134512640 134550932 4294956000 18446744073709551615 4109503333 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12897] ppid=12892 vsize=1493460 CPUtime=19.32
/proc/12894/task/12897/stat : 12897 (java) S 12892 12894 12673 0 -1 64 97132 0 0 0 1887 45 0 0 17 0 13 0 158588339 1529303040 220480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12898] ppid=12892 vsize=1493460 CPUtime=19.3
/proc/12894/task/12898/stat : 12898 (java) S 12892 12894 12673 0 -1 64 112270 0 0 0 1867 63 0 0 16 0 13 0 158588339 1529303040 220480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12899] ppid=12892 vsize=1493460 CPUtime=0.19
/proc/12894/task/12899/stat : 12899 (java) S 12892 12894 12673 0 -1 64 35 0 0 0 13 6 0 0 16 0 13 0 158588341 1529303040 220480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12900] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12900/stat : 12900 (java) S 12892 12894 12673 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158588342 1529303040 220480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12901] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12901/stat : 12901 (java) S 12892 12894 12673 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158588342 1529303040 220480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12902] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12902/stat : 12902 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158588346 1529303040 220480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12903] ppid=12892 vsize=1493460 CPUtime=2.49
/proc/12894/task/12903/stat : 12903 (java) S 12892 12894 12673 0 -1 64 6996 0 0 0 247 2 0 0 16 0 13 0 158588346 1529303040 220480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12904] ppid=12892 vsize=1493460 CPUtime=1.59
/proc/12894/task/12904/stat : 12904 (java) S 12892 12894 12673 0 -1 64 6136 0 0 0 156 3 0 0 16 0 13 0 158588346 1529303040 220480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12905] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12905/stat : 12905 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158588346 1529303040 220480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12906] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12906/stat : 12906 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158588346 1529303040 220480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12907] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12907/stat : 12907 (java) S 12892 12894 12673 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 158588489 1529303040 220480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1684.04
Current children cumulated vsize (KiB) 1493460

[startup+1722.3 s]
/proc/loadavg: 1.05 1.04 1.00 2/77 12907
/proc/meminfo: memFree=420680/2055920 swapFree=4192952/4192956
[pid=12894] ppid=12892 vsize=1493460 CPUtime=1744.88
/proc/12894/stat : 12894 (java) S 12892 12894 12673 0 -1 0 258836 0 1 0 174343 145 0 0 18 0 13 0 158588336 1529303040 222796 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12894/statm: 373365 222796 1436 9 0 370708 0
[pid=12894/tid=12896] ppid=12892 vsize=1493460 CPUtime=1700.18
/proc/12894/task/12896/stat : 12896 (java) R 12892 12894 12673 0 -1 64 32916 0 1 0 170000 18 0 0 25 0 13 0 158588338 1529303040 222796 1992294400 134512640 134550932 4294956000 18446744073709551615 4109754819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12897] ppid=12892 vsize=1493460 CPUtime=20.18
/proc/12894/task/12897/stat : 12897 (java) S 12892 12894 12673 0 -1 64 98508 0 0 0 1970 48 0 0 16 0 13 0 158588339 1529303040 222796 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12898] ppid=12892 vsize=1493460 CPUtime=20.16
/proc/12894/task/12898/stat : 12898 (java) S 12892 12894 12673 0 -1 64 113498 0 0 0 1953 63 0 0 17 0 13 0 158588339 1529303040 222796 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12899] ppid=12892 vsize=1493460 CPUtime=0.2
/proc/12894/task/12899/stat : 12899 (java) S 12892 12894 12673 0 -1 64 35 0 0 0 13 7 0 0 16 0 13 0 158588341 1529303040 222796 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12900] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12900/stat : 12900 (java) S 12892 12894 12673 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158588342 1529303040 222796 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12901] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12901/stat : 12901 (java) S 12892 12894 12673 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158588342 1529303040 222796 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12902] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12902/stat : 12902 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158588346 1529303040 222796 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12903] ppid=12892 vsize=1493460 CPUtime=2.49
/proc/12894/task/12903/stat : 12903 (java) S 12892 12894 12673 0 -1 64 6996 0 0 0 247 2 0 0 16 0 13 0 158588346 1529303040 222796 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12904] ppid=12892 vsize=1493460 CPUtime=1.59
/proc/12894/task/12904/stat : 12904 (java) S 12892 12894 12673 0 -1 64 6136 0 0 0 156 3 0 0 16 0 13 0 158588346 1529303040 222796 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12905] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12905/stat : 12905 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158588346 1529303040 222796 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12906] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12906/stat : 12906 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158588346 1529303040 222796 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12907] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12907/stat : 12907 (java) S 12892 12894 12673 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 158588489 1529303040 222796 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1744.88
Current children cumulated vsize (KiB) 1493460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776.7 s]
/proc/loadavg: 1.02 1.03 1.00 2/77 12907
/proc/meminfo: memFree=411080/2055920 swapFree=4192952/4192956
[pid=12894] ppid=12892 vsize=1493460 CPUtime=1800.09
/proc/12894/stat : 12894 (java) S 12892 12894 12673 0 -1 0 261413 0 1 0 179861 148 0 0 18 0 13 0 158588336 1529303040 225194 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12894/statm: 373365 225194 1436 9 0 370708 0
[pid=12894/tid=12896] ppid=12892 vsize=1493460 CPUtime=1753.73
/proc/12894/task/12896/stat : 12896 (java) R 12892 12894 12673 0 -1 64 32933 0 1 0 175355 18 0 0 25 0 13 0 158588338 1529303040 225194 1992294400 134512640 134550932 4294956000 18446744073709551615 4109572185 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12897] ppid=12892 vsize=1493460 CPUtime=21.02
/proc/12894/task/12897/stat : 12897 (java) S 12892 12894 12673 0 -1 64 99935 0 0 0 2052 50 0 0 16 0 13 0 158588339 1529303040 225194 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12898] ppid=12892 vsize=1493460 CPUtime=21
/proc/12894/task/12898/stat : 12898 (java) S 12892 12894 12673 0 -1 64 114631 0 0 0 2036 64 0 0 17 0 13 0 158588339 1529303040 225194 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12899] ppid=12892 vsize=1493460 CPUtime=0.2
/proc/12894/task/12899/stat : 12899 (java) S 12892 12894 12673 0 -1 64 35 0 0 0 13 7 0 0 16 0 13 0 158588341 1529303040 225194 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12900] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12900/stat : 12900 (java) S 12892 12894 12673 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158588342 1529303040 225194 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12901] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12901/stat : 12901 (java) S 12892 12894 12673 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158588342 1529303040 225194 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12902] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12902/stat : 12902 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158588346 1529303040 225194 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12903] ppid=12892 vsize=1493460 CPUtime=2.49
/proc/12894/task/12903/stat : 12903 (java) S 12892 12894 12673 0 -1 64 6996 0 0 0 247 2 0 0 16 0 13 0 158588346 1529303040 225194 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12904] ppid=12892 vsize=1493460 CPUtime=1.59
/proc/12894/task/12904/stat : 12904 (java) S 12892 12894 12673 0 -1 64 6136 0 0 0 156 3 0 0 16 0 13 0 158588346 1529303040 225194 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12905] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12905/stat : 12905 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158588346 1529303040 225194 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12894/tid=12906] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12906/stat : 12906 (java) S 12892 12894 12673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158588346 1529303040 225194 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12894/tid=12907] ppid=12892 vsize=1493460 CPUtime=0
/proc/12894/task/12907/stat : 12907 (java) S 12892 12894 12673 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 158588489 1529303040 225194 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1493460

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

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

[startup+1776.81 s]
/proc/loadavg: 1.02 1.03 1.00 2/77 12907
/proc/meminfo: memFree=411080/2055920 swapFree=4192952/4192956
[pid=12894] ppid=12892 vsize=0 CPUtime=1800.26
/proc/12894/stat : 12894 (java) Z 12892 12894 12673 0 -1 1036 261437 0 1 0 179877 149 0 0 15 0 2 0 158588336 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12894/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

[startup+1776.9 s]
/proc/loadavg: 1.02 1.03 1.00 2/77 12907
/proc/meminfo: memFree=411080/2055920 swapFree=4192952/4192956
[pid=12894] ppid=12892 vsize=0 CPUtime=1800.35
/proc/12894/stat : 12894 (java) Z 12892 12894 12673 0 -1 1036 261437 0 1 0 179877 158 0 0 15 0 2 0 158588336 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12894/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1776.94
CPU time (s): 1800.39
CPU user time (s): 1798.78
CPU system time (s): 1.61775
CPU usage (%): 101.32
Max. virtual memory (cumulated for all children) (KiB): 1495208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.78
system time used= 1.61775
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261437
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= 43967
involuntary context switches= 40356

runsolver used 1.9967 second user time and 4.52331 second system time

The end

Launcher Data

Begin job on node26 at 2009-06-13 18:18:06
IDJOB=1856390
IDBENCH=2498
IDSOLVER=681
FILE ID=node26/1856390-1244909886
PBS_JOBID= 9354515
Free space on /tmp= 66432 MiB

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

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

MD5SUM BENCH= 72b327feddced7495a083616b5e4ecd7
RANDOM SEED=260881871

node26.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.263
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	: 5931.00
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.263
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:       1309520 kB
Buffers:         67408 kB
Cached:         594296 kB
SwapCached:          4 kB
Active:          51900 kB
Inactive:       623796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1309520 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1288 kB
Writeback:           0 kB
Mapped:          23756 kB
Slab:            56736 kB
Committed_AS:   123680 kB
PageTables:       1372 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= 66432 MiB
End job on node26 at 2009-06-13 18:47:45