Trace number 1855349

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 Resolution 2.1.1? (TO) 1800.64 1786.53

General information on the benchmark

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

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1855349-1244873511.opb
0.22/0.21	c reading problem ... 
36.12/29.49	c ... done. Wall clock time 29.273s.
36.12/29.49	c #vars     1041679
36.12/29.49	c #constraints  178401
36.12/29.49	c constraints type 
36.12/29.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 1643
36.12/29.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1378
36.12/29.49	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 1563
36.12/29.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 155612
1261.19/1248.04	c cleaning 551730 clauses out of 1103500
1800.02/1786.16	c starts		: 22
1800.02/1786.16	c conflicts		: 1301328
1800.02/1786.16	c decisions		: 1323018
1800.02/1786.16	c propagations		: 64729288
1800.02/1786.16	c inspects		: 2404169182
1800.02/1786.16	c learnt literals	: 0
1800.02/1786.16	c learnt binary clauses	: 15
1800.02/1786.16	c learnt ternary clauses	: 18
1800.02/1786.16	c learnt clauses	: 1301328
1800.02/1786.16	c ignored clauses	: 0
1800.02/1786.16	c root simplifications	: 0
1800.02/1786.16	c removed literals (reason simplification)	: 23328361
1800.02/1786.16	c reason swapping (by a shorter reason)	: 0
1800.02/1786.16	c Calls to reduceDB	: 1
1800.02/1786.16	c speed (assignments/second)	: 36847.99374721773
1800.02/1786.16	c non guided choices	2765
1800.39/1786.31	c learnt constraints type 
1800.39/1786.31	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 749693
1800.39/1786.31	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
1800.39/1786.31	c constraints type 
1800.39/1786.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 1643
1800.39/1786.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1378
1800.39/1786.31	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 1563
1800.39/1786.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 155612
1800.39/1786.31	s UNKNOWN
1800.39/1786.31	c Total wall clock time (in seconds): 1786.1

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-1855349-1244873511/watcher-1855349-1244873511 -o /tmp/evaluation-result-1855349-1244873511/solver-1855349-1244873511 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1855349-1244873511.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: 0.85 0.97 0.99 3/64 11528
/proc/meminfo: memFree=924584/2055920 swapFree=4182560/4192956
[pid=11528] ppid=11526 vsize=324 CPUtime=0
/proc/11528/stat : 11528 (java6) R 11526 11528 11491 0 -1 0 60 0 0 0 0 0 0 0 18 0 1 0 154951538 331776 44 1992294400 134512640 134550932 4294956176 18446744073709551615 7861028 0 0 4096 0 0 0 0 17 1 0 0
/proc/11528/statm: 81 44 33 9 0 6 0

[startup+0.0741441 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 11528
/proc/meminfo: memFree=924584/2055920 swapFree=4182560/4192956
[pid=11528] ppid=11526 vsize=1470220 CPUtime=0.06
/proc/11528/stat : 11528 (java) S 11526 11528 11491 0 -1 0 3392 0 1 0 4 2 0 0 18 0 7 0 154951538 1505505280 3137 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11528/statm: 367555 3137 1032 9 0 364906 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470220

[startup+0.102146 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 11528
/proc/meminfo: memFree=924584/2055920 swapFree=4182560/4192956
[pid=11528] ppid=11526 vsize=1472584 CPUtime=0.09
/proc/11528/stat : 11528 (java) S 11526 11528 11491 0 -1 0 3609 0 1 0 6 3 0 0 18 0 12 0 154951538 1507926016 3352 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11528/statm: 368146 3352 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.30117 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 11528
/proc/meminfo: memFree=924584/2055920 swapFree=4182560/4192956
[pid=11528] ppid=11526 vsize=1475428 CPUtime=0.33
/proc/11528/stat : 11528 (java) S 11526 11528 11491 0 -1 0 10856 0 1 0 27 6 0 0 18 0 12 0 154951538 1510838272 10594 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11528/statm: 368857 10594 1352 9 0 366200 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1475428

[startup+0.701208 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 11528
/proc/meminfo: memFree=924584/2055920 swapFree=4182560/4192956
[pid=11528] ppid=11526 vsize=1480472 CPUtime=1.05
/proc/11528/stat : 11528 (java) S 11526 11528 11491 0 -1 0 14368 0 1 0 98 7 0 0 18 0 12 0 154951538 1516003328 13109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11528/statm: 370118 13109 1398 9 0 367461 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1480472

[startup+1.50128 s]
/proc/loadavg: 0.85 0.97 0.99 2/76 11540
/proc/meminfo: memFree=860744/2055920 swapFree=4182560/4192956
[pid=11528] ppid=11526 vsize=1479704 CPUtime=2.03
/proc/11528/stat : 11528 (java) S 11526 11528 11491 0 -1 0 31602 0 1 0 187 16 0 0 18 0 12 0 154951538 1515216896 29403 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11528/statm: 369926 29403 1401 9 0 367269 0
[pid=11528/tid=11530] ppid=11526 vsize=1479704 CPUtime=1.23
/proc/11528/task/11530/stat : 11530 (java) R 11526 11528 11491 0 -1 64 27137 0 1 0 109 14 0 0 20 0 12 0 154951539 1515216896 29403 1992294400 134512640 134550932 4294956016 18446744073709551615 4109161471 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11531] ppid=11526 vsize=1479704 CPUtime=0
/proc/11528/task/11531/stat : 11531 (java) S 11526 11528 11491 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 154951541 1515216896 29403 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11532] ppid=11526 vsize=1479704 CPUtime=0
/proc/11528/task/11532/stat : 11532 (java) S 11526 11528 11491 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 154951541 1515216896 29403 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11533] ppid=11526 vsize=1479704 CPUtime=0
/proc/11528/task/11533/stat : 11533 (java) S 11526 11528 11491 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 154951542 1515216896 29403 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11534] ppid=11526 vsize=1479704 CPUtime=0
/proc/11528/task/11534/stat : 11534 (java) S 11526 11528 11491 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 154951543 1515216896 29403 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11535] ppid=11526 vsize=1479704 CPUtime=0
/proc/11528/task/11535/stat : 11535 (java) S 11526 11528 11491 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 154951543 1515216896 29403 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11536] ppid=11526 vsize=1479704 CPUtime=0
/proc/11528/task/11536/stat : 11536 (java) S 11526 11528 11491 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 154951547 1515216896 29403 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11537] ppid=11526 vsize=1479704 CPUtime=0.38
/proc/11528/task/11537/stat : 11537 (java) S 11526 11528 11491 0 -1 64 735 0 0 0 38 0 0 0 16 0 12 0 154951547 1515216896 29403 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11538] ppid=11526 vsize=1479704 CPUtime=0.38
/proc/11528/task/11538/stat : 11538 (java) S 11526 11528 11491 0 -1 64 2989 0 0 0 38 0 0 0 18 0 12 0 154951547 1515216896 29403 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11539] ppid=11526 vsize=1479704 CPUtime=0
/proc/11528/task/11539/stat : 11539 (java) S 11526 11528 11491 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 154951547 1515216896 29403 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11540] ppid=11526 vsize=1479704 CPUtime=0
/proc/11528/task/11540/stat : 11540 (java) S 11526 11528 11491 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 154951547 1515216896 29403 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1479704

[startup+3.10243 s]
/proc/loadavg: 0.85 0.97 0.99 2/76 11540
/proc/meminfo: memFree=747720/2055920 swapFree=4182560/4192956
[pid=11528] ppid=11526 vsize=1480348 CPUtime=4.18
/proc/11528/stat : 11528 (java) S 11526 11528 11491 0 -1 0 64365 0 1 0 387 31 0 0 18 0 12 0 154951538 1515876352 58251 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11528/statm: 370087 58251 1414 9 0 367430 0
[pid=11528/tid=11530] ppid=11526 vsize=1480348 CPUtime=2.26
/proc/11528/task/11530/stat : 11530 (java) R 11526 11528 11491 0 -1 64 30924 0 1 0 211 15 0 0 17 0 12 0 154951539 1515876352 58251 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11531] ppid=11526 vsize=1480348 CPUtime=0.43
/proc/11528/task/11531/stat : 11531 (java) S 11526 11528 11491 0 -1 64 12619 0 0 0 38 5 0 0 18 0 12 0 154951541 1515876352 58251 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11532] ppid=11526 vsize=1480348 CPUtime=0.43
/proc/11528/task/11532/stat : 11532 (java) S 11526 11528 11491 0 -1 64 16317 0 0 0 35 8 0 0 16 0 12 0 154951541 1515876352 58251 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11533] ppid=11526 vsize=1480348 CPUtime=0
/proc/11528/task/11533/stat : 11533 (java) S 11526 11528 11491 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 154951542 1515876352 58251 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11534] ppid=11526 vsize=1480348 CPUtime=0
/proc/11528/task/11534/stat : 11534 (java) S 11526 11528 11491 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 154951543 1515876352 58251 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11535] ppid=11526 vsize=1480348 CPUtime=0
/proc/11528/task/11535/stat : 11535 (java) S 11526 11528 11491 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 154951543 1515876352 58251 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11536] ppid=11526 vsize=1480348 CPUtime=0
/proc/11528/task/11536/stat : 11536 (java) S 11526 11528 11491 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 154951547 1515876352 58251 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11537] ppid=11526 vsize=1480348 CPUtime=0.51
/proc/11528/task/11537/stat : 11537 (java) S 11526 11528 11491 0 -1 64 756 0 0 0 51 0 0 0 16 0 12 0 154951547 1515876352 58251 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11538] ppid=11526 vsize=1480348 CPUtime=0.49
/proc/11528/task/11538/stat : 11538 (java) S 11526 11528 11491 0 -1 64 3000 0 0 0 49 0 0 0 16 0 12 0 154951547 1515876352 58251 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11539] ppid=11526 vsize=1480348 CPUtime=0
/proc/11528/task/11539/stat : 11539 (java) S 11526 11528 11491 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 154951547 1515876352 58251 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11540] ppid=11526 vsize=1480348 CPUtime=0
/proc/11528/task/11540/stat : 11540 (java) S 11526 11528 11491 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 154951547 1515876352 58251 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 1480348

[startup+6.30273 s]
/proc/loadavg: 0.86 0.97 0.99 2/76 11540
/proc/meminfo: memFree=631304/2055920 swapFree=4182560/4192956
[pid=11528] ppid=11526 vsize=1480892 CPUtime=8.26
/proc/11528/stat : 11528 (java) S 11526 11528 11491 0 -1 0 96599 0 1 0 780 46 0 0 18 0 12 0 154951538 1516433408 82624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11528/statm: 370223 82624 1414 9 0 367566 0
[pid=11528/tid=11530] ppid=11526 vsize=1480892 CPUtime=4.55
/proc/11528/task/11530/stat : 11530 (java) R 11526 11528 11491 0 -1 64 30928 0 1 0 439 16 0 0 19 0 12 0 154951539 1516433408 82624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11531] ppid=11526 vsize=1480892 CPUtime=1.31
/proc/11528/task/11531/stat : 11531 (java) S 11526 11528 11491 0 -1 64 26598 0 0 0 120 11 0 0 16 0 12 0 154951541 1516433408 82624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11532] ppid=11526 vsize=1480892 CPUtime=1.33
/proc/11528/task/11532/stat : 11532 (java) S 11526 11528 11491 0 -1 64 34568 0 0 0 118 15 0 0 18 0 12 0 154951541 1516433408 82624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11533] ppid=11526 vsize=1480892 CPUtime=0
/proc/11528/task/11533/stat : 11533 (java) S 11526 11528 11491 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 154951542 1516433408 82624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11534] ppid=11526 vsize=1480892 CPUtime=0
/proc/11528/task/11534/stat : 11534 (java) S 11526 11528 11491 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 154951543 1516433408 82624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11535] ppid=11526 vsize=1480892 CPUtime=0
/proc/11528/task/11535/stat : 11535 (java) S 11526 11528 11491 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 154951543 1516433408 82624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11536] ppid=11526 vsize=1480892 CPUtime=0
/proc/11528/task/11536/stat : 11536 (java) S 11526 11528 11491 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 154951547 1516433408 82624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11537] ppid=11526 vsize=1480892 CPUtime=0.51
/proc/11528/task/11537/stat : 11537 (java) S 11526 11528 11491 0 -1 64 756 0 0 0 51 0 0 0 17 0 12 0 154951547 1516433408 82624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11538] ppid=11526 vsize=1480892 CPUtime=0.49
/proc/11528/task/11538/stat : 11538 (java) S 11526 11528 11491 0 -1 64 3000 0 0 0 49 0 0 0 16 0 12 0 154951547 1516433408 82624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11539] ppid=11526 vsize=1480892 CPUtime=0
/proc/11528/task/11539/stat : 11539 (java) S 11526 11528 11491 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 154951547 1516433408 82624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11540] ppid=11526 vsize=1480892 CPUtime=0
/proc/11528/task/11540/stat : 11540 (java) S 11526 11528 11491 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 154951547 1516433408 82624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 1480892

[startup+12.7026 s]
/proc/loadavg: 0.87 0.97 0.99 2/76 11540
/proc/meminfo: memFree=508688/2055920 swapFree=4182560/4192956
[pid=11528] ppid=11526 vsize=1483456 CPUtime=16.4
/proc/11528/stat : 11528 (java) S 11526 11528 11491 0 -1 0 123674 0 1 0 1577 63 0 0 18 0 12 0 154951538 1519058944 105222 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11528/statm: 370864 105222 1420 9 0 368207 0
[pid=11528/tid=11530] ppid=11526 vsize=1483456 CPUtime=8.5
/proc/11528/task/11530/stat : 11530 (java) R 11526 11528 11491 0 -1 64 31004 0 1 0 833 17 0 0 17 0 12 0 154951539 1519058944 105222 1992294400 134512640 134550932 4294956016 18446744073709551615 103398787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11531] ppid=11526 vsize=1483456 CPUtime=3.4
/proc/11528/task/11531/stat : 11531 (java) S 11526 11528 11491 0 -1 64 44695 0 0 0 319 21 0 0 16 0 12 0 154951541 1519058944 105222 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11532] ppid=11526 vsize=1483456 CPUtime=3.41
/proc/11528/task/11532/stat : 11532 (java) S 11526 11528 11491 0 -1 64 43469 0 0 0 319 22 0 0 16 0 12 0 154951541 1519058944 105222 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11533] ppid=11526 vsize=1483456 CPUtime=0
/proc/11528/task/11533/stat : 11533 (java) S 11526 11528 11491 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 154951542 1519058944 105222 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11534] ppid=11526 vsize=1483456 CPUtime=0
/proc/11528/task/11534/stat : 11534 (java) S 11526 11528 11491 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 154951543 1519058944 105222 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11535] ppid=11526 vsize=1483456 CPUtime=0
/proc/11528/task/11535/stat : 11535 (java) S 11526 11528 11491 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 154951543 1519058944 105222 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11536] ppid=11526 vsize=1483456 CPUtime=0
/proc/11528/task/11536/stat : 11536 (java) S 11526 11528 11491 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 154951547 1519058944 105222 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11537] ppid=11526 vsize=1483456 CPUtime=0.54
/proc/11528/task/11537/stat : 11537 (java) S 11526 11528 11491 0 -1 64 757 0 0 0 54 0 0 0 16 0 12 0 154951547 1519058944 105222 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11538] ppid=11526 vsize=1483456 CPUtime=0.49
/proc/11528/task/11538/stat : 11538 (java) S 11526 11528 11491 0 -1 64 3000 0 0 0 49 0 0 0 16 0 12 0 154951547 1519058944 105222 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11539] ppid=11526 vsize=1483456 CPUtime=0
/proc/11528/task/11539/stat : 11539 (java) S 11526 11528 11491 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 154951547 1519058944 105222 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11540] ppid=11526 vsize=1483456 CPUtime=0
/proc/11528/task/11540/stat : 11540 (java) S 11526 11528 11491 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 154951547 1519058944 105222 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.4
Current children cumulated vsize (KiB) 1483456

[startup+25.5018 s]
/proc/loadavg: 0.98 0.99 0.99 2/76 11540
/proc/meminfo: memFree=402512/2055920 swapFree=4182560/4192956
[pid=11528] ppid=11526 vsize=1486656 CPUtime=31.26
/proc/11528/stat : 11528 (java) S 11526 11528 11491 0 -1 0 166153 0 1 0 3034 92 0 0 18 0 12 0 154951538 1522335744 134996 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11528/statm: 371664 134996 1420 9 0 369007 0
[pid=11528/tid=11530] ppid=11526 vsize=1486656 CPUtime=19.15
/proc/11528/task/11530/stat : 11530 (java) S 11526 11528 11491 0 -1 64 31071 0 1 0 1897 18 0 0 25 0 12 0 154951539 1522335744 134996 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11531] ppid=11526 vsize=1486656 CPUtime=5.12
/proc/11528/task/11531/stat : 11531 (java) R 11526 11528 11491 0 -1 64 65387 0 0 0 477 35 0 0 16 0 12 0 154951541 1522335744 134996 1992294400 134512640 134550932 4294956016 18446744073709551615 104188422 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11532] ppid=11526 vsize=1486656 CPUtime=5.12
/proc/11528/task/11532/stat : 11532 (java) R 11526 11528 11491 0 -1 64 60290 0 0 0 480 32 0 0 17 0 12 0 154951541 1522335744 134996 1992294400 134512640 134550932 4294956016 18446744073709551615 106195367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11533] ppid=11526 vsize=1486656 CPUtime=0.01
/proc/11528/task/11533/stat : 11533 (java) S 11526 11528 11491 0 -1 64 9 0 0 0 1 0 0 0 15 0 12 0 154951542 1522335744 134996 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11534] ppid=11526 vsize=1486656 CPUtime=0
/proc/11528/task/11534/stat : 11534 (java) S 11526 11528 11491 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 154951543 1522335744 134996 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11535] ppid=11526 vsize=1486656 CPUtime=0
/proc/11528/task/11535/stat : 11535 (java) S 11526 11528 11491 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 154951543 1522335744 134996 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11536] ppid=11526 vsize=1486656 CPUtime=0
/proc/11528/task/11536/stat : 11536 (java) S 11526 11528 11491 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 154951547 1522335744 134996 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11537] ppid=11526 vsize=1486656 CPUtime=1.24

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

/proc/11528/task/11537/stat : 11537 (java) S 11526 11528 11491 0 -1 64 5689 0 0 0 183 2 0 0 16 0 13 0 154951547 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11538] ppid=11526 vsize=1483780 CPUtime=1.25
/proc/11528/task/11538/stat : 11538 (java) S 11526 11528 11491 0 -1 64 3039 0 0 0 125 0 0 0 16 0 13 0 154951547 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11539] ppid=11526 vsize=1483780 CPUtime=0
/proc/11528/task/11539/stat : 11539 (java) S 11526 11528 11491 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154951547 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11540] ppid=11526 vsize=1483780 CPUtime=0
/proc/11528/task/11540/stat : 11540 (java) S 11526 11528 11491 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154951547 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11541] ppid=11526 vsize=1483780 CPUtime=0
/proc/11528/task/11541/stat : 11541 (java) S 11526 11528 11491 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 154954538 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1676.06
Current children cumulated vsize (KiB) 1483780

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11541
/proc/meminfo: memFree=44552/2055920 swapFree=4182560/4192956
[pid=11528] ppid=11526 vsize=1483780 CPUtime=1736.12
/proc/11528/stat : 11528 (java) S 11526 11528 11491 0 -1 0 372344 0 1 0 173422 190 0 0 18 0 13 0 154951538 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11528/statm: 370945 309151 1437 9 0 368288 0
[pid=11528/tid=11530] ppid=11526 vsize=1483780 CPUtime=1703.21
/proc/11528/task/11530/stat : 11530 (java) R 11526 11528 11491 0 -1 64 31274 0 1 0 170299 22 0 0 25 0 13 0 154951539 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4109958632 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11531] ppid=11526 vsize=1483780 CPUtime=13.32
/proc/11528/task/11531/stat : 11531 (java) S 11526 11528 11491 0 -1 64 161861 0 0 0 1254 78 0 0 17 0 13 0 154951541 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11532] ppid=11526 vsize=1483780 CPUtime=13.21
/proc/11528/task/11532/stat : 11532 (java) S 11526 11528 11491 0 -1 64 157734 0 0 0 1245 76 0 0 16 0 13 0 154951541 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11533] ppid=11526 vsize=1483780 CPUtime=3.22
/proc/11528/task/11533/stat : 11533 (java) S 11526 11528 11491 0 -1 64 12002 0 0 0 315 7 0 0 16 0 13 0 154951542 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11534] ppid=11526 vsize=1483780 CPUtime=0
/proc/11528/task/11534/stat : 11534 (java) S 11526 11528 11491 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154951543 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11535] ppid=11526 vsize=1483780 CPUtime=0
/proc/11528/task/11535/stat : 11535 (java) S 11526 11528 11491 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154951543 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11536] ppid=11526 vsize=1483780 CPUtime=0
/proc/11528/task/11536/stat : 11536 (java) S 11526 11528 11491 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154951547 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11537] ppid=11526 vsize=1483780 CPUtime=1.85
/proc/11528/task/11537/stat : 11537 (java) S 11526 11528 11491 0 -1 64 5689 0 0 0 183 2 0 0 16 0 13 0 154951547 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11538] ppid=11526 vsize=1483780 CPUtime=1.25
/proc/11528/task/11538/stat : 11538 (java) S 11526 11528 11491 0 -1 64 3039 0 0 0 125 0 0 0 16 0 13 0 154951547 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11539] ppid=11526 vsize=1483780 CPUtime=0
/proc/11528/task/11539/stat : 11539 (java) S 11526 11528 11491 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154951547 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11540] ppid=11526 vsize=1483780 CPUtime=0
/proc/11528/task/11540/stat : 11540 (java) S 11526 11528 11491 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154951547 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11541] ppid=11526 vsize=1483780 CPUtime=0
/proc/11528/task/11541/stat : 11541 (java) S 11526 11528 11491 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 154954538 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1736.12
Current children cumulated vsize (KiB) 1483780

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11541
/proc/meminfo: memFree=44552/2055920 swapFree=4182560/4192956
[pid=11528] ppid=11526 vsize=1483780 CPUtime=1796.21
/proc/11528/stat : 11528 (java) S 11526 11528 11491 0 -1 0 372347 0 1 0 179431 190 0 0 18 0 13 0 154951538 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11528/statm: 370945 309151 1437 9 0 368288 0
[pid=11528/tid=11530] ppid=11526 vsize=1483780 CPUtime=1763.04
/proc/11528/task/11530/stat : 11530 (java) R 11526 11528 11491 0 -1 64 31277 0 1 0 176282 22 0 0 25 0 13 0 154951539 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4109900460 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11531] ppid=11526 vsize=1483780 CPUtime=13.47
/proc/11528/task/11531/stat : 11531 (java) S 11526 11528 11491 0 -1 64 161861 0 0 0 1269 78 0 0 17 0 13 0 154951541 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11532] ppid=11526 vsize=1483780 CPUtime=13.33
/proc/11528/task/11532/stat : 11532 (java) S 11526 11528 11491 0 -1 64 157734 0 0 0 1256 77 0 0 16 0 13 0 154951541 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11533] ppid=11526 vsize=1483780 CPUtime=3.22
/proc/11528/task/11533/stat : 11533 (java) S 11526 11528 11491 0 -1 64 12002 0 0 0 315 7 0 0 16 0 13 0 154951542 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11534] ppid=11526 vsize=1483780 CPUtime=0
/proc/11528/task/11534/stat : 11534 (java) S 11526 11528 11491 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154951543 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11535] ppid=11526 vsize=1483780 CPUtime=0
/proc/11528/task/11535/stat : 11535 (java) S 11526 11528 11491 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154951543 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11536] ppid=11526 vsize=1483780 CPUtime=0
/proc/11528/task/11536/stat : 11536 (java) S 11526 11528 11491 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154951547 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11537] ppid=11526 vsize=1483780 CPUtime=1.85
/proc/11528/task/11537/stat : 11537 (java) S 11526 11528 11491 0 -1 64 5689 0 0 0 183 2 0 0 16 0 13 0 154951547 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11538] ppid=11526 vsize=1483780 CPUtime=1.25
/proc/11528/task/11538/stat : 11538 (java) S 11526 11528 11491 0 -1 64 3039 0 0 0 125 0 0 0 16 0 13 0 154951547 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11539] ppid=11526 vsize=1483780 CPUtime=0
/proc/11528/task/11539/stat : 11539 (java) S 11526 11528 11491 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154951547 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11540] ppid=11526 vsize=1483780 CPUtime=0
/proc/11528/task/11540/stat : 11540 (java) S 11526 11528 11491 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154951547 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11541] ppid=11526 vsize=1483780 CPUtime=0
/proc/11528/task/11541/stat : 11541 (java) S 11526 11528 11491 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 154954538 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.21
Current children cumulated vsize (KiB) 1483780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11541
/proc/meminfo: memFree=44552/2055920 swapFree=4182560/4192956
[pid=11528] ppid=11526 vsize=1483780 CPUtime=1800.02
/proc/11528/stat : 11528 (java) S 11526 11528 11491 0 -1 0 372347 0 1 0 179812 190 0 0 18 0 13 0 154951538 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11528/statm: 370945 309151 1437 9 0 368288 0
[pid=11528/tid=11530] ppid=11526 vsize=1483780 CPUtime=1766.84
/proc/11528/task/11530/stat : 11530 (java) R 11526 11528 11491 0 -1 64 31277 0 1 0 176662 22 0 0 25 0 13 0 154951539 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4109900454 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11531] ppid=11526 vsize=1483780 CPUtime=13.47
/proc/11528/task/11531/stat : 11531 (java) S 11526 11528 11491 0 -1 64 161861 0 0 0 1269 78 0 0 17 0 13 0 154951541 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11532] ppid=11526 vsize=1483780 CPUtime=13.33
/proc/11528/task/11532/stat : 11532 (java) S 11526 11528 11491 0 -1 64 157734 0 0 0 1256 77 0 0 16 0 13 0 154951541 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11533] ppid=11526 vsize=1483780 CPUtime=3.22
/proc/11528/task/11533/stat : 11533 (java) S 11526 11528 11491 0 -1 64 12002 0 0 0 315 7 0 0 16 0 13 0 154951542 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11534] ppid=11526 vsize=1483780 CPUtime=0
/proc/11528/task/11534/stat : 11534 (java) S 11526 11528 11491 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154951543 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11535] ppid=11526 vsize=1483780 CPUtime=0
/proc/11528/task/11535/stat : 11535 (java) S 11526 11528 11491 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154951543 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11536] ppid=11526 vsize=1483780 CPUtime=0
/proc/11528/task/11536/stat : 11536 (java) S 11526 11528 11491 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154951547 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11537] ppid=11526 vsize=1483780 CPUtime=1.85
/proc/11528/task/11537/stat : 11537 (java) S 11526 11528 11491 0 -1 64 5689 0 0 0 183 2 0 0 16 0 13 0 154951547 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11538] ppid=11526 vsize=1483780 CPUtime=1.25
/proc/11528/task/11538/stat : 11538 (java) S 11526 11528 11491 0 -1 64 3039 0 0 0 125 0 0 0 16 0 13 0 154951547 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11539] ppid=11526 vsize=1483780 CPUtime=0
/proc/11528/task/11539/stat : 11539 (java) S 11526 11528 11491 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154951547 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11540] ppid=11526 vsize=1483780 CPUtime=0
/proc/11528/task/11540/stat : 11540 (java) S 11526 11528 11491 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154951547 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11541] ppid=11526 vsize=1483780 CPUtime=0
/proc/11528/task/11541/stat : 11541 (java) S 11526 11528 11491 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 154954538 1519390720 309151 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1483780

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

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

[startup+1786.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11541
/proc/meminfo: memFree=44552/2055920 swapFree=4182560/4192956
[pid=11528] ppid=11526 vsize=1484428 CPUtime=1800.21
/proc/11528/stat : 11528 (java) S 11526 11528 11491 0 -1 0 372367 0 1 0 179831 190 0 0 16 0 15 0 154951538 1520054272 309170 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11528/statm: 371107 309170 1437 9 0 368450 0
[pid=11528/tid=11530] ppid=11526 vsize=1484428 CPUtime=1766.9
/proc/11528/task/11530/stat : 11530 (java) R 11526 11528 11491 0 -1 64 31277 0 1 0 176668 22 0 0 24 0 15 0 154951539 1520054272 309170 1992294400 134512640 134550932 4294956016 18446744073709551615 4109544216 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11531] ppid=11526 vsize=1484428 CPUtime=13.51
/proc/11528/task/11531/stat : 11531 (java) S 11526 11528 11491 0 -1 64 161861 0 0 0 1273 78 0 0 17 0 15 0 154951541 1520054272 309170 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11532] ppid=11526 vsize=1484428 CPUtime=13.37
/proc/11528/task/11532/stat : 11532 (java) S 11526 11528 11491 0 -1 64 157734 0 0 0 1260 77 0 0 16 0 15 0 154951541 1520054272 309170 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11533] ppid=11526 vsize=1484428 CPUtime=3.22
/proc/11528/task/11533/stat : 11533 (java) S 11526 11528 11491 0 -1 64 12002 0 0 0 315 7 0 0 16 0 15 0 154951542 1520054272 309170 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11534] ppid=11526 vsize=1484428 CPUtime=0
/proc/11528/task/11534/stat : 11534 (java) S 11526 11528 11491 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 154951543 1520054272 309170 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11535] ppid=11526 vsize=1484428 CPUtime=0
/proc/11528/task/11535/stat : 11535 (java) S 11526 11528 11491 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 154951543 1520054272 309170 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11536] ppid=11526 vsize=1484428 CPUtime=0
/proc/11528/task/11536/stat : 11536 (java) S 11526 11528 11491 0 -1 64 6 0 0 0 0 0 0 0 17 0 15 0 154951547 1520054272 309170 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11537] ppid=11526 vsize=1484428 CPUtime=1.85
/proc/11528/task/11537/stat : 11537 (java) S 11526 11528 11491 0 -1 64 5689 0 0 0 183 2 0 0 16 0 15 0 154951547 1520054272 309170 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11538] ppid=11526 vsize=1484428 CPUtime=1.28
/proc/11528/task/11538/stat : 11538 (java) R 11526 11528 11491 0 -1 64 3039 0 0 0 128 0 0 0 17 0 15 0 154951547 1520054272 309170 1992294400 134512640 134550932 4294956016 18446744073709551615 106130260 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11539] ppid=11526 vsize=1484428 CPUtime=0
/proc/11528/task/11539/stat : 11539 (java) S 11526 11528 11491 0 -1 64 0 0 0 0 0 0 0 0 25 0 15 0 154951547 1520054272 309170 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11528/tid=11540] ppid=11526 vsize=1484428 CPUtime=0
/proc/11528/task/11540/stat : 11540 (java) S 11526 11528 11491 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 154951547 1520054272 309170 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11528/tid=11541] ppid=11526 vsize=1484428 CPUtime=0
/proc/11528/task/11541/stat : 11541 (java) S 11526 11528 11491 0 -1 64 5 0 0 0 0 0 0 0 16 0 15 0 154954538 1520054272 309170 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1484428

[startup+1786.41 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 11544
/proc/meminfo: memFree=44400/2055920 swapFree=4182560/4192956
[pid=11528] ppid=11526 vsize=0 CPUtime=1800.5
/proc/11528/stat : 11528 (java) Z 11526 11528 11491 0 -1 1036 372372 0 1 0 179853 197 0 0 15 0 2 0 154951538 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11528/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.5
Current children cumulated vsize (KiB) 0

[startup+1786.5 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 11544
/proc/meminfo: memFree=44400/2055920 swapFree=4182560/4192956
[pid=11528] ppid=11526 vsize=0 CPUtime=1800.6
/proc/11528/stat : 11528 (java) Z 11526 11528 11491 0 -1 1036 372372 0 1 0 179853 207 0 0 15 0 2 0 154951538 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11528/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.6
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1786.53
CPU time (s): 1800.64
CPU user time (s): 1798.54
CPU system time (s): 2.10068
CPU usage (%): 100.79
Max. virtual memory (cumulated for all children) (KiB): 1510032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.54
system time used= 2.10068
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 372372
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= 40732
involuntary context switches= 30131

runsolver used 1.9827 second user time and 4.81627 second system time

The end

Launcher Data

Begin job on node18 at 2009-06-13 08:11:54
IDJOB=1855349
IDBENCH=1845
IDSOLVER=682
FILE ID=node18/1855349-1244873511
PBS_JOBID= 9354378
Free space on /tmp= 66164 MiB

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

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

MD5SUM BENCH= 1ef5c8e94b66b7ed63dffc6923ecd901
RANDOM SEED=1683785266

node18.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.236
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.236
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:        925000 kB
Buffers:         59324 kB
Cached:         992500 kB
SwapCached:       4148 kB
Active:         117772 kB
Inactive:       941232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        925000 kB
SwapTotal:     4192956 kB
SwapFree:      4182560 kB
Dirty:           36168 kB
Writeback:           0 kB
Mapped:          12916 kB
Slab:            57924 kB
Committed_AS:   116896 kB
PageTables:       1376 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= 66164 MiB
End job on node18 at 2009-06-13 08:41:42