Trace number 1856349

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.76 1794.26

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-dcmulti.opb
MD5SUM8db02a87a2ff672cda2bdb003f710a98
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 variables14265
Total number of constraints290
Number of constraints which are clauses27
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint2
Maximum length of a constraint420
Number of terms in the objective function 14235
Biggest coefficient in the objective function 714038312960
Number of bits for the biggest coefficient in the objective function 40
Sum of the numbers in the objective function 68224730472397
Number of bits of the sum of numbers in the objective function 46
Biggest number in a constraint 714038312960
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 68224730472397
Number of bits of the biggest sum of numbers46
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- 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.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
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 Expensive 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-1856349-1244908611.opb
0.22/0.22	c reading problem ... 
1.83/1.17	c ... done. Wall clock time 0.949s.
1.83/1.17	c #vars     14265
1.83/1.17	c #constraints  1502
1.83/1.17	c constraints type 
1.83/1.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
1.83/1.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17
1.83/1.17	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 10
1.83/1.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 330
1800.02/1793.81	c starts		: 21
1800.02/1793.81	c conflicts		: 971774
1800.02/1793.81	c decisions		: 1150236
1800.02/1793.81	c propagations		: 47446687
1800.02/1793.81	c inspects		: 1585978628
1800.02/1793.81	c learnt literals	: 43
1800.02/1793.81	c learnt binary clauses	: 96
1800.02/1793.81	c learnt ternary clauses	: 93
1800.02/1793.81	c learnt clauses	: 971731
1800.02/1793.81	c ignored clauses	: 0
1800.02/1793.81	c root simplifications	: 0
1800.02/1793.81	c removed literals (reason simplification)	: 55062029
1800.02/1793.81	c reason swapping (by a shorter reason)	: 0
1800.02/1793.81	c Calls to reduceDB	: 0
1800.02/1793.81	c speed (assignments/second)	: 26467.43469422819
1800.02/1793.81	c non guided choices	3240
1800.40/1794.10	c learnt constraints type 
1800.40/1794.10	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 971736
1800.40/1794.10	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 96
1800.40/1794.10	c constraints type 
1800.40/1794.10	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
1800.40/1794.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17
1800.40/1794.10	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 10
1800.40/1794.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 330
1800.40/1794.10	s UNKNOWN
1800.40/1794.10	c Total wall clock time (in seconds): 1793.879

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-1856349-1244908611/watcher-1856349-1244908611 -o /tmp/evaluation-result-1856349-1244908611/solver-1856349-1244908611 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856349-1244908611.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 10615
/proc/meminfo: memFree=1318936/2055920 swapFree=4191900/4192956
[pid=10615] ppid=10613 vsize=140 CPUtime=0
/proc/10615/stat : 10615 (java6) R 10613 10615 10442 0 -1 0 22 0 0 0 0 0 0 0 18 0 1 0 158461530 143360 7 1992294400 134512640 134550932 4294956176 18446744073709551615 7139641 0 0 4096 0 0 0 0 17 1 0 0
/proc/10615/statm: 36 18 13 9 0 2 0

[startup+0.0425381 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10615
/proc/meminfo: memFree=1318936/2055920 swapFree=4191900/4192956
[pid=10615] ppid=10613 vsize=1469776 CPUtime=0.02
/proc/10615/stat : 10615 (java) S 10613 10615 10442 0 -1 0 3010 0 1 0 1 1 0 0 18 0 4 0 158461530 1505050624 2757 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/10615/statm: 367444 2757 938 9 0 364795 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1469776

[startup+0.101521 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10615
/proc/meminfo: memFree=1318936/2055920 swapFree=4191900/4192956
[pid=10615] ppid=10613 vsize=1473608 CPUtime=0.08
/proc/10615/stat : 10615 (java) S 10613 10615 10442 0 -1 0 3603 0 1 0 6 2 0 0 18 0 12 0 158461530 1508974592 3346 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10615/statm: 368402 3346 1066 9 0 365750 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1473608

[startup+0.301465 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10615
/proc/meminfo: memFree=1318936/2055920 swapFree=4191900/4192956
[pid=10615] ppid=10613 vsize=1475420 CPUtime=0.36
/proc/10615/stat : 10615 (java) S 10613 10615 10442 0 -1 0 5137 0 1 0 33 3 0 0 18 0 12 0 158461530 1510830080 4870 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10615/statm: 368855 4870 1358 9 0 366198 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1475420

[startup+0.701352 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10615
/proc/meminfo: memFree=1318936/2055920 swapFree=4191900/4192956
[pid=10615] ppid=10613 vsize=1476728 CPUtime=1.03
/proc/10615/stat : 10615 (java) S 10613 10615 10442 0 -1 0 8211 0 1 0 98 5 0 0 18 0 12 0 158461530 1512169472 7670 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10615/statm: 369182 7670 1395 9 0 366525 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1476728

[startup+1.50112 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 10627
/proc/meminfo: memFree=1275896/2055920 swapFree=4191900/4192956
[pid=10615] ppid=10613 vsize=1490904 CPUtime=2.6
/proc/10615/stat : 10615 (java) S 10613 10615 10442 0 -1 0 22172 0 1 0 248 12 0 0 18 0 12 0 158461530 1526685696 17458 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10615/statm: 372726 17458 1420 9 0 370069 0
[pid=10615/tid=10617] ppid=10613 vsize=1490904 CPUtime=1.11
/proc/10615/task/10617/stat : 10617 (java) R 10613 10615 10442 0 -1 64 12342 0 1 0 105 6 0 0 18 0 12 0 158461531 1526685696 17458 1992294400 134512640 134550932 4294956016 18446744073709551615 4109560044 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10618] ppid=10613 vsize=1490904 CPUtime=0
/proc/10615/task/10618/stat : 10618 (java) S 10613 10615 10442 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 158461533 1526685696 17458 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10619] ppid=10613 vsize=1490904 CPUtime=0
/proc/10615/task/10619/stat : 10619 (java) S 10613 10615 10442 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 158461533 1526685696 17458 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10620] ppid=10613 vsize=1490904 CPUtime=0
/proc/10615/task/10620/stat : 10620 (java) S 10613 10615 10442 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158461535 1526685696 17458 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10621] ppid=10613 vsize=1490904 CPUtime=0
/proc/10615/task/10621/stat : 10621 (java) S 10613 10615 10442 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 158461535 1526685696 17458 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10622] ppid=10613 vsize=1490904 CPUtime=0
/proc/10615/task/10622/stat : 10622 (java) S 10613 10615 10442 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 158461535 1526685696 17458 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10623] ppid=10613 vsize=1490904 CPUtime=0
/proc/10615/task/10623/stat : 10623 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158461539 1526685696 17458 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10624] ppid=10613 vsize=1490904 CPUtime=0.81
/proc/10615/task/10624/stat : 10624 (java) S 10613 10615 10442 0 -1 64 5961 0 0 0 78 3 0 0 16 0 12 0 158461539 1526685696 17458 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10625] ppid=10613 vsize=1490904 CPUtime=0.65
/proc/10615/task/10625/stat : 10625 (java) S 10613 10615 10442 0 -1 64 3124 0 0 0 64 1 0 0 17 0 12 0 158461539 1526685696 17458 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10626] ppid=10613 vsize=1490904 CPUtime=0
/proc/10615/task/10626/stat : 10626 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158461539 1526685696 17458 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10627] ppid=10613 vsize=1490904 CPUtime=0
/proc/10615/task/10627/stat : 10627 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158461539 1526685696 17458 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 1490904

[startup+3.10165 s]
/proc/loadavg: 1.08 1.02 1.01 3/77 10628
/proc/meminfo: memFree=1240624/2055920 swapFree=4191900/4192956
[pid=10615] ppid=10613 vsize=1491228 CPUtime=4.95
/proc/10615/stat : 10615 (java) S 10613 10615 10442 0 -1 0 29444 0 1 0 480 15 0 0 18 0 13 0 158461530 1527017472 21862 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10615/statm: 372807 21862 1423 9 0 370150 0
[pid=10615/tid=10617] ppid=10613 vsize=1491228 CPUtime=2.5
/proc/10615/task/10617/stat : 10617 (java) R 10613 10615 10442 0 -1 64 16606 0 1 0 242 8 0 0 24 0 13 0 158461531 1527017472 21862 1992294400 134512640 134550932 4294956016 18446744073709551615 4109900426 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10618] ppid=10613 vsize=1491228 CPUtime=0
/proc/10615/task/10618/stat : 10618 (java) S 10613 10615 10442 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 158461533 1527017472 21862 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10619] ppid=10613 vsize=1491228 CPUtime=0
/proc/10615/task/10619/stat : 10619 (java) S 10613 10615 10442 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 158461533 1527017472 21862 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10620] ppid=10613 vsize=1491228 CPUtime=0
/proc/10615/task/10620/stat : 10620 (java) S 10613 10615 10442 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158461535 1527017472 21862 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10621] ppid=10613 vsize=1491228 CPUtime=0
/proc/10615/task/10621/stat : 10621 (java) S 10613 10615 10442 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 158461535 1527017472 21862 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10622] ppid=10613 vsize=1491228 CPUtime=0
/proc/10615/task/10622/stat : 10622 (java) S 10613 10615 10442 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 158461535 1527017472 21862 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10623] ppid=10613 vsize=1491228 CPUtime=0
/proc/10615/task/10623/stat : 10623 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158461539 1527017472 21862 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10624] ppid=10613 vsize=1491228 CPUtime=1.34
/proc/10615/task/10624/stat : 10624 (java) S 10613 10615 10442 0 -1 64 7832 0 0 0 130 4 0 0 16 0 13 0 158461539 1527017472 21862 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10625] ppid=10613 vsize=1491228 CPUtime=1.09
/proc/10615/task/10625/stat : 10625 (java) S 10613 10615 10442 0 -1 64 4257 0 0 0 107 2 0 0 16 0 13 0 158461539 1527017472 21862 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10626] ppid=10613 vsize=1491228 CPUtime=0
/proc/10615/task/10626/stat : 10626 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158461539 1527017472 21862 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10627] ppid=10613 vsize=1491228 CPUtime=0
/proc/10615/task/10627/stat : 10627 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158461539 1527017472 21862 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10628] ppid=10613 vsize=1491228 CPUtime=0
/proc/10615/task/10628/stat : 10628 (java) S 10613 10615 10442 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 158461704 1527017472 21862 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 1491228

[startup+6.30273 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 10628
/proc/meminfo: memFree=1173232/2055920 swapFree=4191900/4192956
[pid=10615] ppid=10613 vsize=1488876 CPUtime=8.29
/proc/10615/stat : 10615 (java) S 10613 10615 10442 0 -1 0 45752 0 1 0 807 22 0 0 18 0 13 0 158461530 1524609024 37573 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10615/statm: 372219 37573 1432 9 0 369562 0
[pid=10615/tid=10617] ppid=10613 vsize=1488876 CPUtime=5.66
/proc/10615/task/10617/stat : 10617 (java) R 10613 10615 10442 0 -1 64 30974 0 1 0 553 13 0 0 25 0 13 0 158461531 1524609024 37573 1992294400 134512640 134550932 4294956016 18446744073709551615 4109939065 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10618] ppid=10613 vsize=1488876 CPUtime=0.02
/proc/10615/task/10618/stat : 10618 (java) S 10613 10615 10442 0 -1 64 881 0 0 0 2 0 0 0 17 0 13 0 158461533 1524609024 37573 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10619] ppid=10613 vsize=1488876 CPUtime=0.02
/proc/10615/task/10619/stat : 10619 (java) S 10613 10615 10442 0 -1 64 1047 0 0 0 2 0 0 0 16 0 13 0 158461533 1524609024 37573 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10620] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10620/stat : 10620 (java) S 10613 10615 10442 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 158461535 1524609024 37573 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10621] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10621/stat : 10621 (java) S 10613 10615 10442 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158461535 1524609024 37573 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10622] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10622/stat : 10622 (java) S 10613 10615 10442 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158461535 1524609024 37573 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10623] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10623/stat : 10623 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158461539 1524609024 37573 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10624] ppid=10613 vsize=1488876 CPUtime=1.4
/proc/10615/task/10624/stat : 10624 (java) S 10613 10615 10442 0 -1 64 7837 0 0 0 136 4 0 0 16 0 13 0 158461539 1524609024 37573 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10625] ppid=10613 vsize=1488876 CPUtime=1.14
/proc/10615/task/10625/stat : 10625 (java) S 10613 10615 10442 0 -1 64 4259 0 0 0 112 2 0 0 15 0 13 0 158461539 1524609024 37573 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10626] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10626/stat : 10626 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158461539 1524609024 37573 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10627] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10627/stat : 10627 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158461539 1524609024 37573 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10628] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10628/stat : 10628 (java) S 10613 10615 10442 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 158461704 1524609024 37573 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.29
Current children cumulated vsize (KiB) 1488876

[startup+12.7029 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 10628
/proc/meminfo: memFree=1173104/2055920 swapFree=4191900/4192956
[pid=10615] ppid=10613 vsize=1488876 CPUtime=14.76
/proc/10615/stat : 10615 (java) S 10613 10615 10442 0 -1 0 45764 0 1 0 1454 22 0 0 18 0 13 0 158461530 1524609024 37583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10615/statm: 372219 37583 1432 9 0 369562 0
[pid=10615/tid=10617] ppid=10613 vsize=1488876 CPUtime=12.06
/proc/10615/task/10617/stat : 10617 (java) R 10613 10615 10442 0 -1 64 30982 0 1 0 1193 13 0 0 25 0 13 0 158461531 1524609024 37583 1992294400 134512640 134550932 4294956016 18446744073709551615 4109901729 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10618] ppid=10613 vsize=1488876 CPUtime=0.02
/proc/10615/task/10618/stat : 10618 (java) S 10613 10615 10442 0 -1 64 881 0 0 0 2 0 0 0 17 0 13 0 158461533 1524609024 37583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10619] ppid=10613 vsize=1488876 CPUtime=0.02
/proc/10615/task/10619/stat : 10619 (java) S 10613 10615 10442 0 -1 64 1047 0 0 0 2 0 0 0 16 0 13 0 158461533 1524609024 37583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10620] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10620/stat : 10620 (java) S 10613 10615 10442 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 158461535 1524609024 37583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10621] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10621/stat : 10621 (java) S 10613 10615 10442 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158461535 1524609024 37583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10622] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10622/stat : 10622 (java) S 10613 10615 10442 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158461535 1524609024 37583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10623] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10623/stat : 10623 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158461539 1524609024 37583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10624] ppid=10613 vsize=1488876 CPUtime=1.43
/proc/10615/task/10624/stat : 10624 (java) S 10613 10615 10442 0 -1 64 7838 0 0 0 139 4 0 0 16 0 13 0 158461539 1524609024 37583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10625] ppid=10613 vsize=1488876 CPUtime=1.17
/proc/10615/task/10625/stat : 10625 (java) S 10613 10615 10442 0 -1 64 4262 0 0 0 115 2 0 0 16 0 13 0 158461539 1524609024 37583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10626] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10626/stat : 10626 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158461539 1524609024 37583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10627] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10627/stat : 10627 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158461539 1524609024 37583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10628] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10628/stat : 10628 (java) S 10613 10615 10442 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 158461704 1524609024 37583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.76
Current children cumulated vsize (KiB) 1488876

[startup+25.5012 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 10628
/proc/meminfo: memFree=1138288/2055920 swapFree=4191900/4192956
[pid=10615] ppid=10613 vsize=1488876 CPUtime=27.68
/proc/10615/stat : 10615 (java) S 10613 10615 10442 0 -1 0 54895 0 1 0 2742 26 0 0 18 0 13 0 158461530 1524609024 46310 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10615/statm: 372219 46310 1432 9 0 369562 0
[pid=10615/tid=10617] ppid=10613 vsize=1488876 CPUtime=24.73
/proc/10615/task/10617/stat : 10617 (java) R 10613 10615 10442 0 -1 64 30986 0 1 0 2460 13 0 0 17 0 13 0 158461531 1524609024 46310 1992294400 134512640 134550932 4294956016 18446744073709551615 4109787402 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10618] ppid=10613 vsize=1488876 CPUtime=0.14
/proc/10615/task/10618/stat : 10618 (java) S 10613 10615 10442 0 -1 64 5532 0 0 0 12 2 0 0 16 0 13 0 158461533 1524609024 46310 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10619] ppid=10613 vsize=1488876 CPUtime=0.15
/proc/10615/task/10619/stat : 10619 (java) S 10613 10615 10442 0 -1 64 5516 0 0 0 13 2 0 0 16 0 13 0 158461533 1524609024 46310 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10620] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10620/stat : 10620 (java) S 10613 10615 10442 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 158461535 1524609024 46310 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10621] ppid=10613 vsize=1488876 CPUtime=0

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

[pid=10615/tid=10620] ppid=10613 vsize=1488876 CPUtime=0.03
/proc/10615/task/10620/stat : 10620 (java) S 10613 10615 10442 0 -1 64 15 0 0 0 2 1 0 0 16 0 13 0 158461535 1524609024 215285 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10621] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10621/stat : 10621 (java) S 10613 10615 10442 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158461535 1524609024 215285 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10622] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10622/stat : 10622 (java) S 10613 10615 10442 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158461535 1524609024 215285 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10623] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10623/stat : 10623 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158461539 1524609024 215285 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10624] ppid=10613 vsize=1488876 CPUtime=1.46
/proc/10615/task/10624/stat : 10624 (java) S 10613 10615 10442 0 -1 64 7839 0 0 0 142 4 0 0 16 0 13 0 158461539 1524609024 215285 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10625] ppid=10613 vsize=1488876 CPUtime=1.18
/proc/10615/task/10625/stat : 10625 (java) S 10613 10615 10442 0 -1 64 4264 0 0 0 116 2 0 0 16 0 13 0 158461539 1524609024 215285 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10626] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10626/stat : 10626 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158461539 1524609024 215285 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10627] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10627/stat : 10627 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158461539 1524609024 215285 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10628] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10628/stat : 10628 (java) S 10613 10615 10442 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 158461704 1524609024 215285 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1608.15
Current children cumulated vsize (KiB) 1488876

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10634
/proc/meminfo: memFree=440048/2055920 swapFree=4191900/4192956
[pid=10615] ppid=10613 vsize=1488876 CPUtime=1668.24
/proc/10615/stat : 10615 (java) S 10613 10615 10442 0 -1 0 260723 0 1 0 166689 135 0 0 18 0 13 0 158461530 1524609024 220426 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10615/statm: 372219 220426 1432 9 0 369562 0
[pid=10615/tid=10617] ppid=10613 vsize=1488876 CPUtime=1657.63
/proc/10615/task/10617/stat : 10617 (java) R 10613 10615 10442 0 -1 64 31122 0 1 0 165744 19 0 0 25 0 13 0 158461531 1524609024 220426 1992294400 134512640 134550932 4294956016 18446744073709551615 4109835679 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10618] ppid=10613 vsize=1488876 CPUtime=3.94
/proc/10615/task/10618/stat : 10618 (java) S 10613 10615 10442 0 -1 64 108586 0 0 0 340 54 0 0 16 0 13 0 158461533 1524609024 220426 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10619] ppid=10613 vsize=1488876 CPUtime=3.96
/proc/10615/task/10619/stat : 10619 (java) S 10613 10615 10442 0 -1 64 108151 0 0 0 343 53 0 0 16 0 13 0 158461533 1524609024 220426 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10620] ppid=10613 vsize=1488876 CPUtime=0.03
/proc/10615/task/10620/stat : 10620 (java) S 10613 10615 10442 0 -1 64 15 0 0 0 2 1 0 0 16 0 13 0 158461535 1524609024 220426 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10621] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10621/stat : 10621 (java) S 10613 10615 10442 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158461535 1524609024 220426 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10622] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10622/stat : 10622 (java) S 10613 10615 10442 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158461535 1524609024 220426 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10623] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10623/stat : 10623 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158461539 1524609024 220426 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10624] ppid=10613 vsize=1488876 CPUtime=1.46
/proc/10615/task/10624/stat : 10624 (java) S 10613 10615 10442 0 -1 64 7839 0 0 0 142 4 0 0 16 0 13 0 158461539 1524609024 220426 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10625] ppid=10613 vsize=1488876 CPUtime=1.18
/proc/10615/task/10625/stat : 10625 (java) S 10613 10615 10442 0 -1 64 4264 0 0 0 116 2 0 0 16 0 13 0 158461539 1524609024 220426 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10626] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10626/stat : 10626 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158461539 1524609024 220426 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10627] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10627/stat : 10627 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158461539 1524609024 220426 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10628] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10628/stat : 10628 (java) S 10613 10615 10442 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 158461704 1524609024 220426 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1668.24
Current children cumulated vsize (KiB) 1488876

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10634
/proc/meminfo: memFree=429488/2055920 swapFree=4191900/4192956
[pid=10615] ppid=10613 vsize=1488876 CPUtime=1728.31
/proc/10615/stat : 10615 (java) S 10613 10615 10442 0 -1 0 263649 0 1 0 172694 137 0 0 18 0 13 0 158461530 1524609024 223051 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10615/statm: 372219 223051 1432 9 0 369562 0
[pid=10615/tid=10617] ppid=10613 vsize=1488876 CPUtime=1717.59
/proc/10615/task/10617/stat : 10617 (java) R 10613 10615 10442 0 -1 64 31123 0 1 0 171740 19 0 0 25 0 13 0 158461531 1524609024 223051 1992294400 134512640 134550932 4294956016 18446744073709551615 4109835817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10618] ppid=10613 vsize=1488876 CPUtime=4
/proc/10615/task/10618/stat : 10618 (java) S 10613 10615 10442 0 -1 64 109405 0 0 0 345 55 0 0 16 0 13 0 158461533 1524609024 223051 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10619] ppid=10613 vsize=1488876 CPUtime=4
/proc/10615/task/10619/stat : 10619 (java) S 10613 10615 10442 0 -1 64 110257 0 0 0 347 53 0 0 17 0 13 0 158461533 1524609024 223051 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10620] ppid=10613 vsize=1488876 CPUtime=0.03
/proc/10615/task/10620/stat : 10620 (java) S 10613 10615 10442 0 -1 64 15 0 0 0 2 1 0 0 16 0 13 0 158461535 1524609024 223051 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10621] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10621/stat : 10621 (java) S 10613 10615 10442 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158461535 1524609024 223051 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10622] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10622/stat : 10622 (java) S 10613 10615 10442 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158461535 1524609024 223051 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10623] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10623/stat : 10623 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158461539 1524609024 223051 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10624] ppid=10613 vsize=1488876 CPUtime=1.46
/proc/10615/task/10624/stat : 10624 (java) S 10613 10615 10442 0 -1 64 7839 0 0 0 142 4 0 0 16 0 13 0 158461539 1524609024 223051 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10625] ppid=10613 vsize=1488876 CPUtime=1.18
/proc/10615/task/10625/stat : 10625 (java) S 10613 10615 10442 0 -1 64 4264 0 0 0 116 2 0 0 16 0 13 0 158461539 1524609024 223051 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10626] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10626/stat : 10626 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158461539 1524609024 223051 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10627] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10627/stat : 10627 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158461539 1524609024 223051 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10628] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10628/stat : 10628 (java) S 10613 10615 10442 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 158461704 1524609024 223051 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1728.31
Current children cumulated vsize (KiB) 1488876

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10634
/proc/meminfo: memFree=397616/2055920 swapFree=4191900/4192956
[pid=10615] ppid=10613 vsize=1488876 CPUtime=1788.46
/proc/10615/stat : 10615 (java) S 10613 10615 10442 0 -1 0 272834 0 1 0 178705 141 0 0 18 0 13 0 158461530 1524609024 230985 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10615/statm: 372219 230985 1432 9 0 369562 0
[pid=10615/tid=10617] ppid=10613 vsize=1488876 CPUtime=1777.43
/proc/10615/task/10617/stat : 10617 (java) R 10613 10615 10442 0 -1 64 31126 0 1 0 177724 19 0 0 25 0 13 0 158461531 1524609024 230985 1992294400 134512640 134550932 4294956016 18446744073709551615 4109787395 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10618] ppid=10613 vsize=1488876 CPUtime=4.14
/proc/10615/task/10618/stat : 10618 (java) S 10613 10615 10442 0 -1 64 114150 0 0 0 357 57 0 0 16 0 13 0 158461533 1524609024 230985 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10619] ppid=10613 vsize=1488876 CPUtime=4.17
/proc/10615/task/10619/stat : 10619 (java) S 10613 10615 10442 0 -1 64 114694 0 0 0 362 55 0 0 17 0 13 0 158461533 1524609024 230985 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10620] ppid=10613 vsize=1488876 CPUtime=0.03
/proc/10615/task/10620/stat : 10620 (java) S 10613 10615 10442 0 -1 64 15 0 0 0 2 1 0 0 16 0 13 0 158461535 1524609024 230985 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10621] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10621/stat : 10621 (java) S 10613 10615 10442 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158461535 1524609024 230985 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10622] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10622/stat : 10622 (java) S 10613 10615 10442 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158461535 1524609024 230985 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10623] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10623/stat : 10623 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158461539 1524609024 230985 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10624] ppid=10613 vsize=1488876 CPUtime=1.46
/proc/10615/task/10624/stat : 10624 (java) S 10613 10615 10442 0 -1 64 7839 0 0 0 142 4 0 0 16 0 13 0 158461539 1524609024 230985 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10625] ppid=10613 vsize=1488876 CPUtime=1.18
/proc/10615/task/10625/stat : 10625 (java) S 10613 10615 10442 0 -1 64 4264 0 0 0 116 2 0 0 16 0 13 0 158461539 1524609024 230985 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10626] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10626/stat : 10626 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158461539 1524609024 230985 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10627] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10627/stat : 10627 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158461539 1524609024 230985 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10628] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10628/stat : 10628 (java) S 10613 10615 10442 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 158461704 1524609024 230985 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1788.46
Current children cumulated vsize (KiB) 1488876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10634
/proc/meminfo: memFree=387632/2055920 swapFree=4191900/4192956
[pid=10615] ppid=10613 vsize=1488876 CPUtime=1800.02
/proc/10615/stat : 10615 (java) S 10613 10615 10442 0 -1 0 276102 0 1 0 179859 143 0 0 18 0 13 0 158461530 1524609024 233497 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10615/statm: 372219 233497 1432 9 0 369562 0
[pid=10615/tid=10617] ppid=10613 vsize=1488876 CPUtime=1788.88
/proc/10615/task/10617/stat : 10617 (java) R 10613 10615 10442 0 -1 64 31127 0 1 0 178869 19 0 0 25 0 13 0 158461531 1524609024 233497 1992294400 134512640 134550932 4294956016 18446744073709551615 4109900593 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10618] ppid=10613 vsize=1488876 CPUtime=4.19
/proc/10615/task/10618/stat : 10618 (java) S 10613 10615 10442 0 -1 64 115627 0 0 0 361 58 0 0 16 0 13 0 158461533 1524609024 233497 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10619] ppid=10613 vsize=1488876 CPUtime=4.22
/proc/10615/task/10619/stat : 10619 (java) S 10613 10615 10442 0 -1 64 116484 0 0 0 366 56 0 0 17 0 13 0 158461533 1524609024 233497 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10620] ppid=10613 vsize=1488876 CPUtime=0.03
/proc/10615/task/10620/stat : 10620 (java) S 10613 10615 10442 0 -1 64 15 0 0 0 2 1 0 0 16 0 13 0 158461535 1524609024 233497 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10621] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10621/stat : 10621 (java) S 10613 10615 10442 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158461535 1524609024 233497 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10622] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10622/stat : 10622 (java) S 10613 10615 10442 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158461535 1524609024 233497 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10623] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10623/stat : 10623 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158461539 1524609024 233497 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10624] ppid=10613 vsize=1488876 CPUtime=1.46
/proc/10615/task/10624/stat : 10624 (java) S 10613 10615 10442 0 -1 64 7839 0 0 0 142 4 0 0 16 0 13 0 158461539 1524609024 233497 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10615/tid=10625] ppid=10613 vsize=1488876 CPUtime=1.18
/proc/10615/task/10625/stat : 10625 (java) S 10613 10615 10442 0 -1 64 4264 0 0 0 116 2 0 0 16 0 13 0 158461539 1524609024 233497 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10626] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10626/stat : 10626 (java) S 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158461539 1524609024 233497 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10627] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10627/stat : 10627 (java) R 10613 10615 10442 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158461539 1524609024 233497 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10615/tid=10628] ppid=10613 vsize=1488876 CPUtime=0
/proc/10615/task/10628/stat : 10628 (java) S 10613 10615 10442 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 158461704 1524609024 233497 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) 1488876

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

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

[startup+1794.2 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 10637
/proc/meminfo: memFree=387544/2055920 swapFree=4191900/4192956
[pid=10615] ppid=10613 vsize=0 CPUtime=1800.69
/proc/10615/stat : 10615 (java) Z 10613 10615 10442 0 -1 1036 276132 0 1 0 179918 151 0 0 15 0 2 0 158461530 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10615/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.69
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.26
CPU time (s): 1800.76
CPU user time (s): 1799.19
CPU system time (s): 1.57076
CPU usage (%): 100.362
Max. virtual memory (cumulated for all children) (KiB): 1494968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 1.57076
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276132
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= 38389
involuntary context switches= 11838

runsolver used 2.46162 second user time and 4.08238 second system time

The end

Launcher Data

Begin job on node16 at 2009-06-13 17:56:51
IDJOB=1856349
IDBENCH=2472
IDSOLVER=682
FILE ID=node16/1856349-1244908611
PBS_JOBID= 9354524
Free space on /tmp= 66360 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-dcmulti.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856349-1244908611/watcher-1856349-1244908611 -o /tmp/evaluation-result-1856349-1244908611/solver-1856349-1244908611 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856349-1244908611.opb

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

MD5SUM BENCH= 8db02a87a2ff672cda2bdb003f710a98
RANDOM SEED=396759506

node16.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.214
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.214
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:       1319352 kB
Buffers:         71076 kB
Cached:         584740 kB
SwapCached:        384 kB
Active:          38216 kB
Inactive:       630456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1319352 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             916 kB
Writeback:           0 kB
Mapped:          21272 kB
Slab:            53776 kB
Committed_AS:   129056 kB
PageTables:       1452 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= 66360 MiB
End job on node16 at 2009-06-13 18:26:47