Trace number 1856109

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.25 1796.64

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ir98.opb
MD5SUM1de7e61bcf99a935d7a04a775cb5b14f
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 variables7287
Total number of constraints529
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)420
Number of constraints which are nor clauses,nor cardinality constraints109
Minimum length of a constraint3
Maximum length of a constraint6062
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 400587756783443
Number of bits of the biggest sum of numbers49
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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-1856109-1244902670.opb
0.23/0.21	c reading problem ... 
2.24/1.54	c ... done. Wall clock time 1.331s.
2.24/1.54	c #vars     7287
2.24/1.54	c #constraints  727
2.24/1.55	c constraints type 
2.24/1.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 420
2.24/1.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 175
1800.04/1796.51	c starts		: 15
1800.04/1796.51	c conflicts		: 61148
1800.04/1796.51	c decisions		: 1405221
1800.04/1796.51	c propagations		: 26931895
1800.04/1796.51	c inspects		: 482470471
1800.04/1796.51	c learnt literals	: 1
1800.04/1796.51	c learnt binary clauses	: 0
1800.04/1796.51	c learnt ternary clauses	: 0
1800.04/1796.51	c learnt clauses	: 61146
1800.04/1796.51	c ignored clauses	: 0
1800.04/1796.51	c root simplifications	: 0
1800.04/1796.51	c removed literals (reason simplification)	: 13496955
1800.04/1796.51	c reason swapping (by a shorter reason)	: 0
1800.04/1796.51	c Calls to reduceDB	: 0
1800.04/1796.51	c speed (assignments/second)	: 15004.10870834466
1800.04/1796.51	c non guided choices	1322
1800.04/1796.57	c learnt constraints type 
1800.04/1796.57	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 61147
1800.04/1796.57	c constraints type 
1800.04/1796.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 420
1800.04/1796.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 175
1800.04/1796.57	s UNKNOWN
1800.04/1796.57	c Total wall clock time (in seconds): 1796.359

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-1856109-1244902670/watcher-1856109-1244902670 -o /tmp/evaluation-result-1856109-1244902670/solver-1856109-1244902670 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856109-1244902670.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.92 0.98 0.99 3/64 20151
/proc/meminfo: memFree=1330744/2055920 swapFree=4192956/4192956
[pid=20151] ppid=20149 vsize=144 CPUtime=0
/proc/20151/stat : 20151 (java6) R 20149 20151 20114 0 -1 0 31 0 0 0 0 0 0 0 20 0 1 0 42969861 147456 16 1992294400 134512640 134550932 4294956176 18446744073709551615 7554764 0 0 4096 0 0 0 0 17 1 0 0
/proc/20151/statm: 37 20 14 9 0 3 0

[startup+0.103954 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20151
/proc/meminfo: memFree=1330744/2055920 swapFree=4192956/4192956
[pid=20151] ppid=20149 vsize=1472584 CPUtime=0.09
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 3618 0 1 0 6 3 0 0 18 0 12 0 42969861 1507926016 3361 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 368146 3361 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.202966 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20151
/proc/meminfo: memFree=1330744/2055920 swapFree=4192956/4192956
[pid=20151] ppid=20149 vsize=1474996 CPUtime=0.23
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 4762 0 1 0 20 3 0 0 18 0 12 0 42969861 1510395904 4500 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 368749 4500 1340 9 0 366092 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1474996

[startup+0.302975 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20151
/proc/meminfo: memFree=1330744/2055920 swapFree=4192956/4192956
[pid=20151] ppid=20149 vsize=1474996 CPUtime=0.34
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 5045 0 1 0 30 4 0 0 18 0 12 0 42969861 1510395904 4783 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 368749 4784 1352 9 0 366092 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474996

[startup+0.703024 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20151
/proc/meminfo: memFree=1330744/2055920 swapFree=4192956/4192956
[pid=20151] ppid=20149 vsize=1485776 CPUtime=1.14
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 9490 0 1 0 109 5 0 0 18 0 12 0 42969861 1521434624 7985 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 371444 7986 1398 9 0 368787 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1485776

[startup+1.50212 s]
/proc/loadavg: 1.09 1.02 1.01 2/76 20163
/proc/meminfo: memFree=1284952/2055920 swapFree=4192956/4192956
[pid=20151] ppid=20149 vsize=1487408 CPUtime=2.24
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 26955 0 1 0 212 12 0 0 18 0 12 0 42969861 1523105792 23770 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 371852 23770 1400 9 0 369195 0
[pid=20151/tid=20153] ppid=20149 vsize=1487408 CPUtime=1.03
/proc/20151/task/20153/stat : 20153 (java) R 20149 20151 20114 0 -1 64 19495 0 1 0 94 9 0 0 22 0 12 0 42969863 1523105792 23770 1992294400 134512640 134550932 4294956016 18446744073709551615 4109143522 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20154] ppid=20149 vsize=1487408 CPUtime=0
/proc/20151/task/20154/stat : 20154 (java) S 20149 20151 20114 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 42969864 1523105792 23770 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20155] ppid=20149 vsize=1487408 CPUtime=0
/proc/20151/task/20155/stat : 20155 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 42969864 1523105792 23770 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20156] ppid=20149 vsize=1487408 CPUtime=0
/proc/20151/task/20156/stat : 20156 (java) S 20149 20151 20114 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 42969866 1523105792 23770 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20157] ppid=20149 vsize=1487408 CPUtime=0
/proc/20151/task/20157/stat : 20157 (java) S 20149 20151 20114 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 42969866 1523105792 23770 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20158] ppid=20149 vsize=1487408 CPUtime=0
/proc/20151/task/20158/stat : 20158 (java) S 20149 20151 20114 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 42969866 1523105792 23770 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20159] ppid=20149 vsize=1487408 CPUtime=0
/proc/20151/task/20159/stat : 20159 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 42969870 1523105792 23770 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20160] ppid=20149 vsize=1487408 CPUtime=0.7
/proc/20151/task/20160/stat : 20160 (java) S 20149 20151 20114 0 -1 64 4133 0 0 0 69 1 0 0 16 0 12 0 42969870 1523105792 23770 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20161] ppid=20149 vsize=1487408 CPUtime=0.47
/proc/20151/task/20161/stat : 20161 (java) S 20149 20151 20114 0 -1 64 2583 0 0 0 47 0 0 0 16 0 12 0 42969871 1523105792 23770 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20162] ppid=20149 vsize=1487408 CPUtime=0
/proc/20151/task/20162/stat : 20162 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 42969871 1523105792 23770 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20163] ppid=20149 vsize=1487408 CPUtime=0
/proc/20151/task/20163/stat : 20163 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 42969871 1523105792 23770 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1487408

[startup+3.10129 s]
/proc/loadavg: 1.09 1.02 1.01 3/77 20164
/proc/meminfo: memFree=1206608/2055920 swapFree=4192956/4192956
[pid=20151] ppid=20149 vsize=1487732 CPUtime=4.4
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 37276 0 1 0 424 16 0 0 18 0 13 0 42969861 1523437568 33913 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 371933 33913 1416 9 0 369276 0
[pid=20151/tid=20153] ppid=20149 vsize=1487732 CPUtime=2.51
/proc/20151/task/20153/stat : 20153 (java) R 20149 20151 20114 0 -1 64 29579 0 1 0 239 12 0 0 17 0 13 0 42969863 1523437568 33913 1992294400 134512640 134550932 4294956016 18446744073709551615 4109605618 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20154] ppid=20149 vsize=1487732 CPUtime=0
/proc/20151/task/20154/stat : 20154 (java) S 20149 20151 20114 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 42969864 1523437568 33913 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20155] ppid=20149 vsize=1487732 CPUtime=0
/proc/20151/task/20155/stat : 20155 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 42969864 1523437568 33913 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20156] ppid=20149 vsize=1487732 CPUtime=0
/proc/20151/task/20156/stat : 20156 (java) S 20149 20151 20114 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 42969866 1523437568 33913 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20157] ppid=20149 vsize=1487732 CPUtime=0
/proc/20151/task/20157/stat : 20157 (java) S 20149 20151 20114 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 42969866 1523437568 33913 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20158] ppid=20149 vsize=1487732 CPUtime=0
/proc/20151/task/20158/stat : 20158 (java) S 20149 20151 20114 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 42969866 1523437568 33913 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20159] ppid=20149 vsize=1487732 CPUtime=0
/proc/20151/task/20159/stat : 20159 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 42969870 1523437568 33914 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20160] ppid=20149 vsize=1487732 CPUtime=1.08
/proc/20151/task/20160/stat : 20160 (java) S 20149 20151 20114 0 -1 64 4346 0 0 0 107 1 0 0 16 0 13 0 42969870 1523437568 33914 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20161] ppid=20149 vsize=1487732 CPUtime=0.76
/proc/20151/task/20161/stat : 20161 (java) S 20149 20151 20114 0 -1 64 2603 0 0 0 76 0 0 0 16 0 13 0 42969871 1523437568 33914 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20162] ppid=20149 vsize=1487732 CPUtime=0
/proc/20151/task/20162/stat : 20162 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 42969871 1523437568 33914 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20163] ppid=20149 vsize=1487732 CPUtime=0
/proc/20151/task/20163/stat : 20163 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 42969871 1523437568 33914 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20164] ppid=20149 vsize=1487732 CPUtime=0
/proc/20151/task/20164/stat : 20164 (java) S 20149 20151 20114 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 42970023 1523437568 33914 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 1487732

[startup+6.30267 s]
/proc/loadavg: 1.08 1.02 1.00 2/77 20164
/proc/meminfo: memFree=1183184/2055920 swapFree=4192956/4192956
[pid=20151] ppid=20149 vsize=1487636 CPUtime=7.74
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 41441 0 1 0 756 18 0 0 18 0 13 0 42969861 1523339264 38040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 371909 38040 1425 9 0 369252 0
[pid=20151/tid=20153] ppid=20149 vsize=1487636 CPUtime=5.65
/proc/20151/task/20153/stat : 20153 (java) R 20149 20151 20114 0 -1 64 30919 0 1 0 552 13 0 0 25 0 13 0 42969863 1523339264 38040 1992294400 134512640 134550932 4294956016 18446744073709551615 4109588748 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20154] ppid=20149 vsize=1487636 CPUtime=0.04
/proc/20151/task/20154/stat : 20154 (java) S 20149 20151 20114 0 -1 64 1399 0 0 0 4 0 0 0 16 0 13 0 42969864 1523339264 38040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20155] ppid=20149 vsize=1487636 CPUtime=0.04
/proc/20151/task/20155/stat : 20155 (java) S 20149 20151 20114 0 -1 64 1413 0 0 0 4 0 0 0 16 0 13 0 42969864 1523339264 38040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20156] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20156/stat : 20156 (java) S 20149 20151 20114 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 42969866 1523339264 38040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20157] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20157/stat : 20157 (java) S 20149 20151 20114 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 42969866 1523339264 38040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20158] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20158/stat : 20158 (java) S 20149 20151 20114 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 42969866 1523339264 38040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20159] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20159/stat : 20159 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 42969870 1523339264 38040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20160] ppid=20149 vsize=1487636 CPUtime=1.15
/proc/20151/task/20160/stat : 20160 (java) S 20149 20151 20114 0 -1 64 4350 0 0 0 114 1 0 0 16 0 13 0 42969870 1523339264 38040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20161] ppid=20149 vsize=1487636 CPUtime=0.79
/proc/20151/task/20161/stat : 20161 (java) S 20149 20151 20114 0 -1 64 2605 0 0 0 79 0 0 0 15 0 13 0 42969871 1523339264 38040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20162] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20162/stat : 20162 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 42969871 1523339264 38040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20163] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20163/stat : 20163 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 42969871 1523339264 38040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20164] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20164/stat : 20164 (java) S 20149 20151 20114 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 42970023 1523339264 38040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 1487636

[startup+12.7014 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 20164
/proc/meminfo: memFree=1171048/2055920 swapFree=4192956/4192956
[pid=20151] ppid=20149 vsize=1487636 CPUtime=14.27
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 44559 0 1 0 1408 19 0 0 18 0 13 0 42969861 1523339264 41105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 371909 41105 1425 9 0 369252 0
[pid=20151/tid=20153] ppid=20149 vsize=1487636 CPUtime=11.95
/proc/20151/task/20153/stat : 20153 (java) R 20149 20151 20114 0 -1 64 30978 0 1 0 1182 13 0 0 25 0 13 0 42969863 1523339264 41105 1992294400 134512640 134550932 4294956016 18446744073709551615 4109777149 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20154] ppid=20149 vsize=1487636 CPUtime=0.11
/proc/20151/task/20154/stat : 20154 (java) S 20149 20151 20114 0 -1 64 2938 0 0 0 11 0 0 0 17 0 13 0 42969864 1523339264 41105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20155] ppid=20149 vsize=1487636 CPUtime=0.11
/proc/20151/task/20155/stat : 20155 (java) S 20149 20151 20114 0 -1 64 2920 0 0 0 10 1 0 0 16 0 13 0 42969864 1523339264 41105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20156] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20156/stat : 20156 (java) S 20149 20151 20114 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 42969866 1523339264 41105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20157] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20157/stat : 20157 (java) S 20149 20151 20114 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 42969866 1523339264 41105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20158] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20158/stat : 20158 (java) S 20149 20151 20114 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 42969866 1523339264 41105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20159] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20159/stat : 20159 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 42969870 1523339264 41105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20160] ppid=20149 vsize=1487636 CPUtime=1.23
/proc/20151/task/20160/stat : 20160 (java) S 20149 20151 20114 0 -1 64 4355 0 0 0 122 1 0 0 17 0 13 0 42969870 1523339264 41105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20161] ppid=20149 vsize=1487636 CPUtime=0.8
/proc/20151/task/20161/stat : 20161 (java) S 20149 20151 20114 0 -1 64 2606 0 0 0 80 0 0 0 16 0 13 0 42969871 1523339264 41105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20162] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20162/stat : 20162 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 42969871 1523339264 41105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20163] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20163/stat : 20163 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 42969871 1523339264 41105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20164] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20164/stat : 20164 (java) S 20149 20151 20114 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 42970023 1523339264 41105 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.27
Current children cumulated vsize (KiB) 1487636

[startup+25.5029 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 20164
/proc/meminfo: memFree=1152104/2055920 swapFree=4192956/4192956
[pid=20151] ppid=20149 vsize=1487636 CPUtime=27.2
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 49951 0 1 0 2698 22 0 0 18 0 13 0 42969861 1523339264 45827 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 371909 45827 1425 9 0 369252 0
[pid=20151/tid=20153] ppid=20149 vsize=1487636 CPUtime=24.6
/proc/20151/task/20153/stat : 20153 (java) R 20149 20151 20114 0 -1 64 30982 0 1 0 2447 13 0 0 25 0 13 0 42969863 1523339264 45827 1992294400 134512640 134550932 4294956016 18446744073709551615 4109857964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20154] ppid=20149 vsize=1487636 CPUtime=0.25
/proc/20151/task/20154/stat : 20154 (java) S 20149 20151 20114 0 -1 64 5734 0 0 0 23 2 0 0 17 0 13 0 42969864 1523339264 45827 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20155] ppid=20149 vsize=1487636 CPUtime=0.25
/proc/20151/task/20155/stat : 20155 (java) S 20149 20151 20114 0 -1 64 5501 0 0 0 23 2 0 0 16 0 13 0 42969864 1523339264 45827 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20156] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20156/stat : 20156 (java) S 20149 20151 20114 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 42969866 1523339264 45827 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20157] ppid=20149 vsize=1487636 CPUtime=0

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

[pid=20151/tid=20156] ppid=20149 vsize=1487636 CPUtime=0.09
/proc/20151/task/20156/stat : 20156 (java) S 20149 20151 20114 0 -1 64 28 0 0 0 7 2 0 0 16 0 13 0 42969866 1523339264 74716 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20157] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20157/stat : 20157 (java) S 20149 20151 20114 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 42969866 1523339264 74716 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20158] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20158/stat : 20158 (java) S 20149 20151 20114 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 42969866 1523339264 74716 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20159] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20159/stat : 20159 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 42969870 1523339264 74716 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20160] ppid=20149 vsize=1487636 CPUtime=1.29
/proc/20151/task/20160/stat : 20160 (java) S 20149 20151 20114 0 -1 64 4357 0 0 0 128 1 0 0 16 0 13 0 42969870 1523339264 74716 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20161] ppid=20149 vsize=1487636 CPUtime=1
/proc/20151/task/20161/stat : 20161 (java) S 20149 20151 20114 0 -1 64 2614 0 0 0 100 0 0 0 16 0 13 0 42969871 1523339264 74716 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20162] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20162/stat : 20162 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 42969871 1523339264 74716 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20163] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20163/stat : 20163 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 42969871 1523339264 74716 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20164] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20164/stat : 20164 (java) S 20149 20151 20114 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 42970023 1523339264 74716 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1605.48
Current children cumulated vsize (KiB) 1487636

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20164
/proc/meminfo: memFree=1033448/2055920 swapFree=4192956/4192956
[pid=20151] ppid=20149 vsize=1487636 CPUtime=1665.59
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 83493 0 1 0 166511 48 0 0 18 0 13 0 42969861 1523339264 75377 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 371909 75377 1429 9 0 369252 0
[pid=20151/tid=20153] ppid=20149 vsize=1487636 CPUtime=1658.54
/proc/20151/task/20153/stat : 20153 (java) R 20149 20151 20114 0 -1 64 32635 0 1 0 165837 17 0 0 25 0 13 0 42969863 1523339264 75377 1992294400 134512640 134550932 4294956016 18446744073709551615 4109589163 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20154] ppid=20149 vsize=1487636 CPUtime=2.3
/proc/20151/task/20154/stat : 20154 (java) S 20149 20151 20114 0 -1 64 22643 0 0 0 217 13 0 0 16 0 13 0 42969864 1523339264 75377 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20155] ppid=20149 vsize=1487636 CPUtime=2.3
/proc/20151/task/20155/stat : 20155 (java) S 20149 20151 20114 0 -1 64 20470 0 0 0 219 11 0 0 16 0 13 0 42969864 1523339264 75377 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20156] ppid=20149 vsize=1487636 CPUtime=0.09
/proc/20151/task/20156/stat : 20156 (java) S 20149 20151 20114 0 -1 64 28 0 0 0 7 2 0 0 16 0 13 0 42969866 1523339264 75377 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20157] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20157/stat : 20157 (java) S 20149 20151 20114 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 42969866 1523339264 75377 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20158] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20158/stat : 20158 (java) S 20149 20151 20114 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 42969866 1523339264 75377 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20159] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20159/stat : 20159 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 42969870 1523339264 75377 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20160] ppid=20149 vsize=1487636 CPUtime=1.29
/proc/20151/task/20160/stat : 20160 (java) S 20149 20151 20114 0 -1 64 4357 0 0 0 128 1 0 0 16 0 13 0 42969870 1523339264 75377 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20161] ppid=20149 vsize=1487636 CPUtime=1
/proc/20151/task/20161/stat : 20161 (java) S 20149 20151 20114 0 -1 64 2614 0 0 0 100 0 0 0 16 0 13 0 42969871 1523339264 75377 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20162] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20162/stat : 20162 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 42969871 1523339264 75377 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20163] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20163/stat : 20163 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 42969871 1523339264 75377 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20164] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20164/stat : 20164 (java) S 20149 20151 20114 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 42970023 1523339264 75377 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1665.59
Current children cumulated vsize (KiB) 1487636

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20164
/proc/meminfo: memFree=1031144/2055920 swapFree=4192956/4192956
[pid=20151] ppid=20149 vsize=1487636 CPUtime=1725.7
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 84095 0 1 0 172521 49 0 0 18 0 13 0 42969861 1523339264 75943 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 371909 75943 1429 9 0 369252 0
[pid=20151/tid=20153] ppid=20149 vsize=1487636 CPUtime=1718.36
/proc/20151/task/20153/stat : 20153 (java) R 20149 20151 20114 0 -1 64 32650 0 1 0 171819 17 0 0 25 0 13 0 42969863 1523339264 75943 1992294400 134512640 134550932 4294956016 18446744073709551615 4109588953 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20154] ppid=20149 vsize=1487636 CPUtime=2.45
/proc/20151/task/20154/stat : 20154 (java) S 20149 20151 20114 0 -1 64 22888 0 0 0 231 14 0 0 16 0 13 0 42969864 1523339264 75943 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20155] ppid=20149 vsize=1487636 CPUtime=2.45
/proc/20151/task/20155/stat : 20155 (java) S 20149 20151 20114 0 -1 64 20812 0 0 0 234 11 0 0 17 0 13 0 42969864 1523339264 75943 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20156] ppid=20149 vsize=1487636 CPUtime=0.09
/proc/20151/task/20156/stat : 20156 (java) S 20149 20151 20114 0 -1 64 28 0 0 0 7 2 0 0 16 0 13 0 42969866 1523339264 75943 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20157] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20157/stat : 20157 (java) S 20149 20151 20114 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 42969866 1523339264 75943 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20158] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20158/stat : 20158 (java) S 20149 20151 20114 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 42969866 1523339264 75943 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20159] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20159/stat : 20159 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 42969870 1523339264 75943 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20160] ppid=20149 vsize=1487636 CPUtime=1.29
/proc/20151/task/20160/stat : 20160 (java) S 20149 20151 20114 0 -1 64 4357 0 0 0 128 1 0 0 16 0 13 0 42969870 1523339264 75943 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20161] ppid=20149 vsize=1487636 CPUtime=1
/proc/20151/task/20161/stat : 20161 (java) S 20149 20151 20114 0 -1 64 2614 0 0 0 100 0 0 0 16 0 13 0 42969871 1523339264 75943 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20162] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20162/stat : 20162 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 42969871 1523339264 75943 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20163] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20163/stat : 20163 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 42969871 1523339264 75943 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20164] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20164/stat : 20164 (java) S 20149 20151 20114 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 42970023 1523339264 75943 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1725.7
Current children cumulated vsize (KiB) 1487636

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20164
/proc/meminfo: memFree=1027240/2055920 swapFree=4192956/4192956
[pid=20151] ppid=20149 vsize=1487636 CPUtime=1785.8
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 85144 0 1 0 178530 50 0 0 18 0 13 0 42969861 1523339264 76889 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 371909 76889 1429 9 0 369252 0
[pid=20151/tid=20153] ppid=20149 vsize=1487636 CPUtime=1778.21
/proc/20151/task/20153/stat : 20153 (java) R 20149 20151 20114 0 -1 64 32661 0 1 0 177804 17 0 0 25 0 13 0 42969863 1523339264 76889 1992294400 134512640 134550932 4294956016 18446744073709551615 4109588793 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20154] ppid=20149 vsize=1487636 CPUtime=2.57
/proc/20151/task/20154/stat : 20154 (java) S 20149 20151 20114 0 -1 64 23497 0 0 0 242 15 0 0 16 0 13 0 42969864 1523339264 76889 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20155] ppid=20149 vsize=1487636 CPUtime=2.56
/proc/20151/task/20155/stat : 20155 (java) S 20149 20151 20114 0 -1 64 21241 0 0 0 245 11 0 0 16 0 13 0 42969864 1523339264 76889 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20156] ppid=20149 vsize=1487636 CPUtime=0.09
/proc/20151/task/20156/stat : 20156 (java) S 20149 20151 20114 0 -1 64 28 0 0 0 7 2 0 0 16 0 13 0 42969866 1523339264 76889 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20157] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20157/stat : 20157 (java) S 20149 20151 20114 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 42969866 1523339264 76889 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20158] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20158/stat : 20158 (java) S 20149 20151 20114 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 42969866 1523339264 76889 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20159] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20159/stat : 20159 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 42969870 1523339264 76889 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20160] ppid=20149 vsize=1487636 CPUtime=1.29
/proc/20151/task/20160/stat : 20160 (java) S 20149 20151 20114 0 -1 64 4357 0 0 0 128 1 0 0 16 0 13 0 42969870 1523339264 76889 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20161] ppid=20149 vsize=1487636 CPUtime=1
/proc/20151/task/20161/stat : 20161 (java) S 20149 20151 20114 0 -1 64 2614 0 0 0 100 0 0 0 16 0 13 0 42969871 1523339264 76889 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20162] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20162/stat : 20162 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 42969871 1523339264 76889 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20163] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20163/stat : 20163 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 42969871 1523339264 76889 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20164] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20164/stat : 20164 (java) S 20149 20151 20114 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 42970023 1523339264 76889 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1785.8
Current children cumulated vsize (KiB) 1487636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 20164
/proc/meminfo: memFree=1026536/2055920 swapFree=4192956/4192956
[pid=20151] ppid=20149 vsize=1487636 CPUtime=1800.04
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 85381 0 1 0 179954 50 0 0 18 0 13 0 42969861 1523339264 77115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 371909 77115 1429 9 0 369252 0
[pid=20151/tid=20153] ppid=20149 vsize=1487636 CPUtime=1792.37
/proc/20151/task/20153/stat : 20153 (java) R 20149 20151 20114 0 -1 64 32665 0 1 0 179220 17 0 0 25 0 13 0 42969863 1523339264 77115 1992294400 134512640 134550932 4294956016 18446744073709551615 4109841025 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20154] ppid=20149 vsize=1487636 CPUtime=2.61
/proc/20151/task/20154/stat : 20154 (java) S 20149 20151 20114 0 -1 64 23584 0 0 0 246 15 0 0 16 0 13 0 42969864 1523339264 77115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20155] ppid=20149 vsize=1487636 CPUtime=2.6
/proc/20151/task/20155/stat : 20155 (java) S 20149 20151 20114 0 -1 64 21387 0 0 0 249 11 0 0 16 0 13 0 42969864 1523339264 77115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20156] ppid=20149 vsize=1487636 CPUtime=0.09
/proc/20151/task/20156/stat : 20156 (java) S 20149 20151 20114 0 -1 64 28 0 0 0 7 2 0 0 16 0 13 0 42969866 1523339264 77115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20157] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20157/stat : 20157 (java) S 20149 20151 20114 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 42969866 1523339264 77115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20158] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20158/stat : 20158 (java) S 20149 20151 20114 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 42969866 1523339264 77115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20159] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20159/stat : 20159 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 42969870 1523339264 77115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20160] ppid=20149 vsize=1487636 CPUtime=1.29
/proc/20151/task/20160/stat : 20160 (java) S 20149 20151 20114 0 -1 64 4357 0 0 0 128 1 0 0 16 0 13 0 42969870 1523339264 77115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20161] ppid=20149 vsize=1487636 CPUtime=1
/proc/20151/task/20161/stat : 20161 (java) S 20149 20151 20114 0 -1 64 2614 0 0 0 100 0 0 0 16 0 13 0 42969871 1523339264 77115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20162] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20162/stat : 20162 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 42969871 1523339264 77115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20163] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20163/stat : 20163 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 42969871 1523339264 77115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20151/tid=20164] ppid=20149 vsize=1487636 CPUtime=0
/proc/20151/task/20164/stat : 20164 (java) S 20149 20151 20114 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 42970023 1523339264 77115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1487636

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

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

[startup+1796.61 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 20164
/proc/meminfo: memFree=1026536/2055920 swapFree=4192956/4192956
[pid=20151] ppid=20149 vsize=0 CPUtime=1800.21
/proc/20151/stat : 20151 (java) Z 20149 20151 20114 0 -1 1036 85412 0 1 0 179969 52 0 0 15 0 2 0 42969861 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20151/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.64
CPU time (s): 1800.25
CPU user time (s): 1799.69
CPU system time (s): 0.556915
CPU usage (%): 100.201
Max. virtual memory (cumulated for all children) (KiB): 1489156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.556915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85412
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= 41510
involuntary context switches= 14704

runsolver used 2.19167 second user time and 4.36134 second system time

The end

Launcher Data

Begin job on node20 at 2009-06-13 16:17:50
IDJOB=1856109
IDBENCH=2350
IDSOLVER=682
FILE ID=node20/1856109-1244902670
PBS_JOBID= 9354509
Free space on /tmp= 66356 MiB

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

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

MD5SUM BENCH= 1de7e61bcf99a935d7a04a775cb5b14f
RANDOM SEED=602841135

node20.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.234
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.234
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:       1331224 kB
Buffers:         72056 kB
Cached:         587952 kB
SwapCached:          0 kB
Active:          79080 kB
Inactive:       594212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1331224 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1400 kB
Writeback:           0 kB
Mapped:          23088 kB
Slab:            37476 kB
Committed_AS:   104124 kB
PageTables:       1400 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= 66356 MiB
End job on node20 at 2009-06-13 16:47:49