Trace number 1856091

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.27 1795.26

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-siena1.opb
MD5SUM6b1441ebcfc2678f5078c728b5f20e0c
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 16269067107200000
Optimality of the best value was proved NO
Number of variables70755
Total number of constraints2219
Number of constraints which are clauses310
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1909
Minimum length of a constraint15
Maximum length of a constraint70755
Number of terms in the objective function 70755
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 28224865138562971148229
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 28224967538562971148229
Number of bits of the biggest sum of numbers75
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.34	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.34	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.34	c See www.sat4j.org for details.
0.08/0.35	c version 2.1.1.v20090612
0.08/0.35	c sun.arch.data.model	32
0.08/0.35	c java.version	1.6.0_12
0.08/0.35	c os.name	Linux
0.08/0.35	c os.version	2.6.9-22.EL.rootsmp
0.08/0.35	c os.arch	i386
0.08/0.35	c Free memory 1342000320
0.08/0.35	c Max memory 1344274432
0.08/0.35	c Total memory 1344274432
0.08/0.35	c Number of processors 2
0.22/0.42	c Pseudo Boolean Optimization
0.22/0.42	c --- Begin Solver configuration ---
0.22/0.42	c Stops conflict analysis at the first Unique Implication Point
0.22/0.42	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.42	c Learn all clauses as in MiniSAT
0.22/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.42	c Expensive reason simplification
0.22/0.42	c MiniSAT restarts strategy
0.22/0.42	c Memory based learned constraints deletion strategy
0.22/0.42	c timeout=2147483s
0.22/0.42	c DB Simplification allowed=false
0.22/0.42	c --- End Solver configuration ---
0.22/0.42	c solving HOME/instance-1856091-1244901961.opb
0.22/0.42	c reading problem ... 
5.67/4.66	c ... done. Wall clock time 4.245s.
5.67/4.66	c #vars     70755
5.67/4.66	c #constraints  29384
5.67/4.66	c constraints type 
5.67/4.67	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 310
5.67/4.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3717
1800.05/1795.12	c starts		: 14
1800.05/1795.12	c conflicts		: 45574
1800.05/1795.12	c decisions		: 628277
1800.05/1795.12	c propagations		: 31446255
1800.05/1795.12	c inspects		: 401851673
1800.05/1795.12	c learnt literals	: 0
1800.05/1795.12	c learnt binary clauses	: 0
1800.05/1795.12	c learnt ternary clauses	: 0
1800.05/1795.12	c learnt clauses	: 45574
1800.05/1795.12	c ignored clauses	: 0
1800.05/1795.12	c root simplifications	: 0
1800.05/1795.12	c removed literals (reason simplification)	: 178045
1800.05/1795.12	c reason swapping (by a shorter reason)	: 0
1800.05/1795.12	c Calls to reduceDB	: 0
1800.05/1795.12	c speed (assignments/second)	: 17563.318648028544
1800.05/1795.12	c non guided choices	3154
1800.05/1795.17	c learnt constraints type 
1800.05/1795.17	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 45575
1800.05/1795.17	c constraints type 
1800.05/1795.17	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 310
1800.05/1795.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3717
1800.05/1795.17	s UNKNOWN
1800.05/1795.17	c Total wall clock time (in seconds): 1794.756

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-1856091-1244901961/watcher-1856091-1244901961 -o /tmp/evaluation-result-1856091-1244901961/solver-1856091-1244901961 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856091-1244901961.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.96 1.01 1.00 3/64 12147
/proc/meminfo: memFree=1333928/2055920 swapFree=4182536/4192956
[pid=12147] ppid=12145 vsize=152 CPUtime=0
/proc/12147/stat : 12147 (java6) D 12145 12147 11658 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 157792504 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 10519332 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/12147/statm: 38 26 19 9 0 4 0

[startup+0.053715 s]
/proc/loadavg: 0.96 1.01 1.00 3/64 12147
/proc/meminfo: memFree=1333928/2055920 swapFree=4182536/4192956
[pid=12147] ppid=12145 vsize=13296 CPUtime=0
/proc/12147/stat : 12147 (java) S 12145 12147 11658 0 -1 0 794 0 0 0 0 0 0 0 18 0 2 0 157792504 13615104 575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/12147/statm: 3324 575 258 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13296

[startup+0.101722 s]
/proc/loadavg: 0.96 1.01 1.00 3/64 12147
/proc/meminfo: memFree=1333928/2055920 swapFree=4182536/4192956
[pid=12147] ppid=12145 vsize=13296 CPUtime=0
/proc/12147/stat : 12147 (java) S 12145 12147 11658 0 -1 0 794 0 0 0 0 0 0 0 18 0 2 0 157792504 13615104 575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/12147/statm: 3324 575 258 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13296

[startup+0.301768 s]
/proc/loadavg: 0.96 1.01 1.00 3/64 12147
/proc/meminfo: memFree=1333928/2055920 swapFree=4182536/4192956
[pid=12147] ppid=12145 vsize=1472584 CPUtime=0.08
/proc/12147/stat : 12147 (java) S 12145 12147 11658 0 -1 0 3592 0 1 0 6 2 0 0 18 0 12 0 157792504 1507926016 3335 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12147/statm: 368146 3335 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.701844 s]
/proc/loadavg: 0.96 1.01 1.00 3/64 12147
/proc/meminfo: memFree=1333928/2055920 swapFree=4182536/4192956
[pid=12147] ppid=12145 vsize=1477772 CPUtime=0.68
/proc/12147/stat : 12147 (java) S 12145 12147 11658 0 -1 0 6783 0 1 0 65 3 0 0 18 0 12 0 157792504 1513238528 6361 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12147/statm: 369443 6361 1394 9 0 366786 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1477772

[startup+1.503 s]
/proc/loadavg: 0.96 1.01 1.00 2/76 12159
/proc/meminfo: memFree=1296072/2055920 swapFree=4182536/4192956
[pid=12147] ppid=12145 vsize=1484480 CPUtime=1.81
/proc/12147/stat : 12147 (java) S 12145 12147 11658 0 -1 0 18330 0 1 0 173 8 0 0 18 0 12 0 157792504 1520107520 17211 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12147/statm: 371120 17211 1400 9 0 368463 0
[pid=12147/tid=12149] ppid=12145 vsize=1484480 CPUtime=1.02
/proc/12147/task/12149/stat : 12149 (java) R 12145 12147 11658 0 -1 64 14042 0 1 0 96 6 0 0 23 0 12 0 157792505 1520107520 17211 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12150] ppid=12145 vsize=1484480 CPUtime=0
/proc/12147/task/12150/stat : 12150 (java) S 12145 12147 11658 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 157792527 1520107520 17211 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12151] ppid=12145 vsize=1484480 CPUtime=0
/proc/12147/task/12151/stat : 12151 (java) S 12145 12147 11658 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 157792527 1520107520 17211 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12152] ppid=12145 vsize=1484480 CPUtime=0
/proc/12147/task/12152/stat : 12152 (java) S 12145 12147 11658 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 157792528 1520107520 17211 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12153] ppid=12145 vsize=1484480 CPUtime=0
/proc/12147/task/12153/stat : 12153 (java) S 12145 12147 11658 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 157792529 1520107520 17211 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12154] ppid=12145 vsize=1484480 CPUtime=0
/proc/12147/task/12154/stat : 12154 (java) S 12145 12147 11658 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 157792529 1520107520 17211 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12155] ppid=12145 vsize=1484480 CPUtime=0
/proc/12147/task/12155/stat : 12155 (java) S 12145 12147 11658 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 157792533 1520107520 17211 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12156] ppid=12145 vsize=1484480 CPUtime=0.39
/proc/12147/task/12156/stat : 12156 (java) R 12145 12147 11658 0 -1 64 1069 0 0 0 39 0 0 0 16 0 12 0 157792533 1520107520 17211 1992294400 134512640 134550932 4294956016 18446744073709551615 103108673 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12157] ppid=12145 vsize=1484480 CPUtime=0.37
/proc/12147/task/12157/stat : 12157 (java) R 12145 12147 11658 0 -1 64 2480 0 0 0 37 0 0 0 17 0 12 0 157792533 1520107520 17212 1992294400 134512640 134550932 4294956016 18446744073709551615 106251659 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12158] ppid=12145 vsize=1484480 CPUtime=0
/proc/12147/task/12158/stat : 12158 (java) S 12145 12147 11658 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157792533 1520107520 17212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12159] ppid=12145 vsize=1484480 CPUtime=0
/proc/12147/task/12159/stat : 12159 (java) S 12145 12147 11658 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 157792533 1520107520 17212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 1484480

[startup+3.10229 s]
/proc/loadavg: 0.96 1.01 1.00 2/76 12159
/proc/meminfo: memFree=1225608/2055920 swapFree=4182536/4192956
[pid=12147] ppid=12145 vsize=1490704 CPUtime=4
/proc/12147/stat : 12147 (java) S 12145 12147 11658 0 -1 0 46095 0 1 0 379 21 0 0 18 0 12 0 157792504 1526480896 42025 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12147/statm: 372676 42025 1415 9 0 370019 0
[pid=12147/tid=12149] ppid=12145 vsize=1490704 CPUtime=2.35
/proc/12147/task/12149/stat : 12149 (java) R 12145 12147 11658 0 -1 64 30922 0 1 0 221 14 0 0 25 0 12 0 157792505 1526480896 42025 1992294400 134512640 134550932 4294956016 18446744073709551615 4109436414 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=1490704 CPUtime=0.1
/proc/12147/task/12150/stat : 12150 (java) S 12145 12147 11658 0 -1 64 3009 0 0 0 9 1 0 0 16 0 12 0 157792527 1526480896 42025 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12151] ppid=12145 vsize=1490704 CPUtime=0.1
/proc/12147/task/12151/stat : 12151 (java) S 12145 12147 11658 0 -1 64 3150 0 0 0 9 1 0 0 16 0 12 0 157792527 1526480896 42025 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12152] ppid=12145 vsize=1490704 CPUtime=0
/proc/12147/task/12152/stat : 12152 (java) S 12145 12147 11658 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 157792528 1526480896 42025 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12153] ppid=12145 vsize=1490704 CPUtime=0
/proc/12147/task/12153/stat : 12153 (java) S 12145 12147 11658 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 157792529 1526480896 42025 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12154] ppid=12145 vsize=1490704 CPUtime=0
/proc/12147/task/12154/stat : 12154 (java) S 12145 12147 11658 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157792529 1526480896 42025 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12155] ppid=12145 vsize=1490704 CPUtime=0
/proc/12147/task/12155/stat : 12155 (java) S 12145 12147 11658 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 157792533 1526480896 42025 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12156] ppid=12145 vsize=1490704 CPUtime=0.62
/proc/12147/task/12156/stat : 12156 (java) S 12145 12147 11658 0 -1 64 2215 0 0 0 62 0 0 0 16 0 12 0 157792533 1526480896 42025 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12157] ppid=12145 vsize=1490704 CPUtime=0.77
/proc/12147/task/12157/stat : 12157 (java) S 12145 12147 11658 0 -1 64 6050 0 0 0 75 2 0 0 16 0 12 0 157792533 1526480896 42025 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12158] ppid=12145 vsize=1490704 CPUtime=0
/proc/12147/task/12158/stat : 12158 (java) S 12145 12147 11658 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157792533 1526480896 42025 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12159] ppid=12145 vsize=1490704 CPUtime=0
/proc/12147/task/12159/stat : 12159 (java) S 12145 12147 11658 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 157792533 1526480896 42025 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 1490704

[startup+6.3029 s]
/proc/loadavg: 0.97 1.01 1.00 3/76 12159
/proc/meminfo: memFree=1130832/2055920 swapFree=4182536/4192956
[pid=12147] ppid=12145 vsize=1491028 CPUtime=8.5
/proc/12147/stat : 12147 (java) S 12145 12147 11658 0 -1 0 61196 0 1 0 821 29 0 0 18 0 13 0 157792504 1526812672 54980 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12147/statm: 372757 54980 1436 9 0 370100 0
[pid=12147/tid=12149] ppid=12145 vsize=1491028 CPUtime=4.96
/proc/12147/task/12149/stat : 12149 (java) R 12145 12147 11658 0 -1 64 30968 0 1 0 481 15 0 0 18 0 13 0 157792505 1526812672 54980 1992294400 134512640 134550932 4294956016 18446744073709551615 4109862629 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=1491028 CPUtime=0.45
/proc/12147/task/12150/stat : 12150 (java) S 12145 12147 11658 0 -1 64 10703 0 0 0 41 4 0 0 18 0 13 0 157792527 1526812672 54980 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12151] ppid=12145 vsize=1491028 CPUtime=0.39
/proc/12147/task/12151/stat : 12151 (java) S 12145 12147 11658 0 -1 64 9378 0 0 0 35 4 0 0 17 0 13 0 157792527 1526812672 54980 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12152] ppid=12145 vsize=1491028 CPUtime=0
/proc/12147/task/12152/stat : 12152 (java) S 12145 12147 11658 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157792528 1526812672 54980 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12153] ppid=12145 vsize=1491028 CPUtime=0
/proc/12147/task/12153/stat : 12153 (java) S 12145 12147 11658 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157792529 1526812672 54980 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12154] ppid=12145 vsize=1491028 CPUtime=0
/proc/12147/task/12154/stat : 12154 (java) S 12145 12147 11658 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157792529 1526812672 54980 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12155] ppid=12145 vsize=1491028 CPUtime=0
/proc/12147/task/12155/stat : 12155 (java) S 12145 12147 11658 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157792533 1526812672 54980 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12156] ppid=12145 vsize=1491028 CPUtime=1.41
/proc/12147/task/12156/stat : 12156 (java) S 12145 12147 11658 0 -1 64 3270 0 0 0 140 1 0 0 18 0 13 0 157792533 1526812672 54980 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12157] ppid=12145 vsize=1491028 CPUtime=1.24
/proc/12147/task/12157/stat : 12157 (java) S 12145 12147 11658 0 -1 64 6123 0 0 0 121 3 0 0 16 0 13 0 157792533 1526812672 54980 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12158] ppid=12145 vsize=1491028 CPUtime=0
/proc/12147/task/12158/stat : 12158 (java) S 12145 12147 11658 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157792533 1526812672 54980 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12159] ppid=12145 vsize=1491028 CPUtime=0
/proc/12147/task/12159/stat : 12159 (java) S 12145 12147 11658 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157792533 1526812672 54980 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.5
Current children cumulated vsize (KiB) 1491028

[startup+12.7021 s]
/proc/loadavg: 0.97 1.01 1.00 2/77 12160
/proc/meminfo: memFree=1116808/2055920 swapFree=4182536/4192956
[pid=12147] ppid=12145 vsize=1490612 CPUtime=15.22
/proc/12147/stat : 12147 (java) S 12145 12147 11658 0 -1 0 61715 0 1 0 1493 29 0 0 18 0 13 0 157792504 1526386688 55353 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12147/statm: 372653 55353 1436 9 0 369996 0
[pid=12147/tid=12149] ppid=12145 vsize=1490612 CPUtime=11.16
/proc/12147/task/12149/stat : 12149 (java) R 12145 12147 11658 0 -1 64 30973 0 1 0 1101 15 0 0 25 0 13 0 157792505 1526386688 55353 1992294400 134512640 134550932 4294956016 18446744073709551615 4109967944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12150] ppid=12145 vsize=1490612 CPUtime=0.61
/proc/12147/task/12150/stat : 12150 (java) S 12145 12147 11658 0 -1 64 10863 0 0 0 56 5 0 0 17 0 13 0 157792527 1526386688 55353 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12151] ppid=12145 vsize=1490612 CPUtime=0.54
/proc/12147/task/12151/stat : 12151 (java) S 12145 12147 11658 0 -1 64 9719 0 0 0 50 4 0 0 16 0 13 0 157792527 1526386688 55353 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12152] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12152/stat : 12152 (java) S 12145 12147 11658 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157792528 1526386688 55353 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12153] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12153/stat : 12153 (java) S 12145 12147 11658 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157792529 1526386688 55353 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12154] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12154/stat : 12154 (java) S 12145 12147 11658 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157792529 1526386688 55353 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12155] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12155/stat : 12155 (java) S 12145 12147 11658 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157792533 1526386688 55353 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12156] ppid=12145 vsize=1490612 CPUtime=1.59
/proc/12147/task/12156/stat : 12156 (java) S 12145 12147 11658 0 -1 64 3283 0 0 0 158 1 0 0 16 0 13 0 157792533 1526386688 55353 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12157] ppid=12145 vsize=1490612 CPUtime=1.28
/proc/12147/task/12157/stat : 12157 (java) S 12145 12147 11658 0 -1 64 6123 0 0 0 125 3 0 0 16 0 13 0 157792533 1526386688 55353 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12158] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12158/stat : 12158 (java) S 12145 12147 11658 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157792533 1526386688 55353 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12159] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12159/stat : 12159 (java) S 12145 12147 11658 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157792533 1526386688 55353 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12160] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12160/stat : 12160 (java) S 12145 12147 11658 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157793077 1526386688 55353 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.22
Current children cumulated vsize (KiB) 1490612

[startup+25.5015 s]
/proc/loadavg: 0.98 1.01 1.00 2/77 12160
/proc/meminfo: memFree=1098120/2055920 swapFree=4182536/4192956
[pid=12147] ppid=12145 vsize=1490612 CPUtime=28.34
/proc/12147/stat : 12147 (java) S 12145 12147 11658 0 -1 0 67442 0 1 0 2802 32 0 0 18 0 13 0 157792504 1526386688 60069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12147/statm: 372653 60069 1436 9 0 369996 0
[pid=12147/tid=12149] ppid=12145 vsize=1490612 CPUtime=23.7
/proc/12147/task/12149/stat : 12149 (java) R 12145 12147 11658 0 -1 64 30980 0 1 0 2355 15 0 0 25 0 13 0 157792505 1526386688 60069 1992294400 134512640 134550932 4294956016 18446744073709551615 4109958593 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12150] ppid=12145 vsize=1490612 CPUtime=0.84
/proc/12147/task/12150/stat : 12150 (java) S 12145 12147 11658 0 -1 64 12920 0 0 0 78 6 0 0 16 0 13 0 157792527 1526386688 60069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12151] ppid=12145 vsize=1490612 CPUtime=0.77
/proc/12147/task/12151/stat : 12151 (java) S 12145 12147 11658 0 -1 64 13378 0 0 0 72 5 0 0 16 0 13 0 157792527 1526386688 60069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12152] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12152/stat : 12152 (java) S 12145 12147 11658 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157792528 1526386688 60069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12153] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12153/stat : 12153 (java) S 12145 12147 11658 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157792529 1526386688 60069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12154] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12154/stat : 12154 (java) S 12145 12147 11658 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157792529 1526386688 60069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12155] ppid=12145 vsize=1490612 CPUtime=0

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

[pid=12147] ppid=12145 vsize=1490612 CPUtime=1667.02
/proc/12147/stat : 12147 (java) S 12145 12147 11658 0 -1 0 78925 0 1 0 166638 64 0 0 18 0 13 0 157792504 1526386688 70212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12147/statm: 372653 70212 1436 9 0 369996 0
[pid=12147/tid=12149] ppid=12145 vsize=1490612 CPUtime=1656.83
/proc/12147/task/12149/stat : 12149 (java) R 12145 12147 11658 0 -1 64 31397 0 1 0 165662 21 0 0 25 0 13 0 157792505 1526386688 70212 1992294400 134512640 134550932 4294956016 18446744073709551615 4109862619 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12150] ppid=12145 vsize=1490612 CPUtime=3.52
/proc/12147/task/12150/stat : 12150 (java) S 12145 12147 11658 0 -1 64 18818 0 0 0 335 17 0 0 16 0 13 0 157792527 1526386688 70212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12151] ppid=12145 vsize=1490612 CPUtime=3.47
/proc/12147/task/12151/stat : 12151 (java) S 12145 12147 11658 0 -1 64 18546 0 0 0 330 17 0 0 16 0 13 0 157792527 1526386688 70212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12152] ppid=12145 vsize=1490612 CPUtime=0.08
/proc/12147/task/12152/stat : 12152 (java) S 12145 12147 11658 0 -1 64 10 0 0 0 6 2 0 0 16 0 13 0 157792528 1526386688 70212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12153] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12153/stat : 12153 (java) S 12145 12147 11658 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157792529 1526386688 70212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12154] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12154/stat : 12154 (java) S 12145 12147 11658 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157792529 1526386688 70212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12155] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12155/stat : 12155 (java) S 12145 12147 11658 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157792533 1526386688 70212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12156] ppid=12145 vsize=1490612 CPUtime=1.75
/proc/12147/task/12156/stat : 12156 (java) S 12145 12147 11658 0 -1 64 3287 0 0 0 174 1 0 0 16 0 13 0 157792533 1526386688 70212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12157] ppid=12145 vsize=1490612 CPUtime=1.31
/proc/12147/task/12157/stat : 12157 (java) S 12145 12147 11658 0 -1 64 6123 0 0 0 128 3 0 0 16 0 13 0 157792533 1526386688 70212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12158] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12158/stat : 12158 (java) S 12145 12147 11658 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157792533 1526386688 70212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12159] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12159/stat : 12159 (java) S 12145 12147 11658 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157792533 1526386688 70212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12160] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12160/stat : 12160 (java) S 12145 12147 11658 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157793077 1526386688 70212 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1667.02
Current children cumulated vsize (KiB) 1490612

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.01 2/77 12160
/proc/meminfo: memFree=1056200/2055920 swapFree=4182536/4192956
[pid=12147] ppid=12145 vsize=1490612 CPUtime=1727.12
/proc/12147/stat : 12147 (java) S 12145 12147 11658 0 -1 0 79090 0 1 0 172647 65 0 0 18 0 13 0 157792504 1526386688 70359 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12147/statm: 372653 70359 1436 9 0 369996 0
[pid=12147/tid=12149] ppid=12145 vsize=1490612 CPUtime=1716.67
/proc/12147/task/12149/stat : 12149 (java) R 12145 12147 11658 0 -1 64 31415 0 1 0 171646 21 0 0 25 0 13 0 157792505 1526386688 70359 1992294400 134512640 134550932 4294956016 18446744073709551615 4109862072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12150] ppid=12145 vsize=1490612 CPUtime=3.65
/proc/12147/task/12150/stat : 12150 (java) S 12145 12147 11658 0 -1 64 18884 0 0 0 347 18 0 0 16 0 13 0 157792527 1526386688 70359 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12151] ppid=12145 vsize=1490612 CPUtime=3.6
/proc/12147/task/12151/stat : 12151 (java) S 12145 12147 11658 0 -1 64 18627 0 0 0 343 17 0 0 16 0 13 0 157792527 1526386688 70359 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12152] ppid=12145 vsize=1490612 CPUtime=0.08
/proc/12147/task/12152/stat : 12152 (java) S 12145 12147 11658 0 -1 64 10 0 0 0 6 2 0 0 16 0 13 0 157792528 1526386688 70359 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12153] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12153/stat : 12153 (java) S 12145 12147 11658 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157792529 1526386688 70359 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12154] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12154/stat : 12154 (java) S 12145 12147 11658 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157792529 1526386688 70359 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12155] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12155/stat : 12155 (java) S 12145 12147 11658 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157792533 1526386688 70359 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12156] ppid=12145 vsize=1490612 CPUtime=1.75
/proc/12147/task/12156/stat : 12156 (java) S 12145 12147 11658 0 -1 64 3287 0 0 0 174 1 0 0 16 0 13 0 157792533 1526386688 70359 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12157] ppid=12145 vsize=1490612 CPUtime=1.31
/proc/12147/task/12157/stat : 12157 (java) S 12145 12147 11658 0 -1 64 6123 0 0 0 128 3 0 0 16 0 13 0 157792533 1526386688 70359 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12158] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12158/stat : 12158 (java) S 12145 12147 11658 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157792533 1526386688 70359 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12159] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12159/stat : 12159 (java) S 12145 12147 11658 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157792533 1526386688 70359 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12160] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12160/stat : 12160 (java) S 12145 12147 11658 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157793077 1526386688 70359 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1727.12
Current children cumulated vsize (KiB) 1490612

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12160
/proc/meminfo: memFree=1055496/2055920 swapFree=4182536/4192956
[pid=12147] ppid=12145 vsize=1490612 CPUtime=1787.21
/proc/12147/stat : 12147 (java) S 12145 12147 11658 0 -1 0 79263 0 1 0 178655 66 0 0 18 0 13 0 157792504 1526386688 70513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12147/statm: 372653 70513 1436 9 0 369996 0
[pid=12147/tid=12149] ppid=12145 vsize=1490612 CPUtime=1776.5
/proc/12147/task/12149/stat : 12149 (java) R 12145 12147 11658 0 -1 64 31433 0 1 0 177629 21 0 0 25 0 13 0 157792505 1526386688 70513 1992294400 134512640 134550932 4294956016 18446744073709551615 4109968200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12150] ppid=12145 vsize=1490612 CPUtime=3.77
/proc/12147/task/12150/stat : 12150 (java) S 12145 12147 11658 0 -1 64 18970 0 0 0 359 18 0 0 16 0 13 0 157792527 1526386688 70513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12151] ppid=12145 vsize=1490612 CPUtime=3.73
/proc/12147/task/12151/stat : 12151 (java) S 12145 12147 11658 0 -1 64 18696 0 0 0 355 18 0 0 16 0 13 0 157792527 1526386688 70513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12152] ppid=12145 vsize=1490612 CPUtime=0.09
/proc/12147/task/12152/stat : 12152 (java) S 12145 12147 11658 0 -1 64 10 0 0 0 7 2 0 0 16 0 13 0 157792528 1526386688 70513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12153] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12153/stat : 12153 (java) S 12145 12147 11658 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157792529 1526386688 70513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12154] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12154/stat : 12154 (java) S 12145 12147 11658 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157792529 1526386688 70513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12155] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12155/stat : 12155 (java) S 12145 12147 11658 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157792533 1526386688 70513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12156] ppid=12145 vsize=1490612 CPUtime=1.75
/proc/12147/task/12156/stat : 12156 (java) S 12145 12147 11658 0 -1 64 3287 0 0 0 174 1 0 0 16 0 13 0 157792533 1526386688 70513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12157] ppid=12145 vsize=1490612 CPUtime=1.31
/proc/12147/task/12157/stat : 12157 (java) S 12145 12147 11658 0 -1 64 6123 0 0 0 128 3 0 0 16 0 13 0 157792533 1526386688 70513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12158] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12158/stat : 12158 (java) S 12145 12147 11658 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157792533 1526386688 70513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12159] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12159/stat : 12159 (java) S 12145 12147 11658 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157792533 1526386688 70513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12160] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12160/stat : 12160 (java) S 12145 12147 11658 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157793077 1526386688 70513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1787.21
Current children cumulated vsize (KiB) 1490612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12160
/proc/meminfo: memFree=1055432/2055920 swapFree=4182536/4192956
[pid=12147] ppid=12145 vsize=1490612 CPUtime=1800.05
/proc/12147/stat : 12147 (java) S 12145 12147 11658 0 -1 0 79290 0 1 0 179938 67 0 0 18 0 13 0 157792504 1526386688 70536 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12147/statm: 372653 70536 1436 9 0 369996 0
[pid=12147/tid=12149] ppid=12145 vsize=1490612 CPUtime=1789.29
/proc/12147/task/12149/stat : 12149 (java) R 12145 12147 11658 0 -1 64 31437 0 1 0 178907 22 0 0 25 0 13 0 157792505 1526386688 70536 1992294400 134512640 134550932 4294956016 18446744073709551615 4109861975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12150] ppid=12145 vsize=1490612 CPUtime=3.8
/proc/12147/task/12150/stat : 12150 (java) S 12145 12147 11658 0 -1 64 18983 0 0 0 362 18 0 0 16 0 13 0 157792527 1526386688 70536 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12151] ppid=12145 vsize=1490612 CPUtime=3.75
/proc/12147/task/12151/stat : 12151 (java) S 12145 12147 11658 0 -1 64 18706 0 0 0 357 18 0 0 16 0 13 0 157792527 1526386688 70536 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12152] ppid=12145 vsize=1490612 CPUtime=0.09
/proc/12147/task/12152/stat : 12152 (java) S 12145 12147 11658 0 -1 64 10 0 0 0 7 2 0 0 16 0 13 0 157792528 1526386688 70536 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12153] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12153/stat : 12153 (java) S 12145 12147 11658 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157792529 1526386688 70536 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12154] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12154/stat : 12154 (java) S 12145 12147 11658 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157792529 1526386688 70536 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12155] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12155/stat : 12155 (java) S 12145 12147 11658 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157792533 1526386688 70536 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12156] ppid=12145 vsize=1490612 CPUtime=1.75
/proc/12147/task/12156/stat : 12156 (java) S 12145 12147 11658 0 -1 64 3287 0 0 0 174 1 0 0 16 0 13 0 157792533 1526386688 70536 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12157] ppid=12145 vsize=1490612 CPUtime=1.31
/proc/12147/task/12157/stat : 12157 (java) S 12145 12147 11658 0 -1 64 6123 0 0 0 128 3 0 0 16 0 13 0 157792533 1526386688 70536 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12158] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12158/stat : 12158 (java) S 12145 12147 11658 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157792533 1526386688 70536 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12159] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12159/stat : 12159 (java) S 12145 12147 11658 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157792533 1526386688 70536 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12160] ppid=12145 vsize=1490612 CPUtime=0
/proc/12147/task/12160/stat : 12160 (java) S 12145 12147 11658 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157793077 1526386688 70536 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1490612

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

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

[startup+1795.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12160
/proc/meminfo: memFree=1055432/2055920 swapFree=4182536/4192956
[pid=12147] ppid=12145 vsize=1491260 CPUtime=1800.21
/proc/12147/stat : 12147 (java) S 12145 12147 11658 0 -1 0 79312 0 1 0 179954 67 0 0 16 0 14 0 157792504 1527050240 70558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12147/statm: 372815 70558 1438 9 0 370158 0
[pid=12147/tid=12149] ppid=12145 vsize=1491260 CPUtime=1789.4
/proc/12147/task/12149/stat : 12149 (java) R 12145 12147 11658 0 -1 64 31437 0 1 0 178918 22 0 0 25 0 14 0 157792505 1527050240 70558 1992294400 134512640 134550932 4294956016 18446744073709551615 4109862653 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12150] ppid=12145 vsize=1491260 CPUtime=3.8
/proc/12147/task/12150/stat : 12150 (java) S 12145 12147 11658 0 -1 64 18983 0 0 0 362 18 0 0 16 0 14 0 157792527 1527050240 70558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12151] ppid=12145 vsize=1491260 CPUtime=3.75
/proc/12147/task/12151/stat : 12151 (java) S 12145 12147 11658 0 -1 64 18706 0 0 0 357 18 0 0 16 0 14 0 157792527 1527050240 70558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12152] ppid=12145 vsize=1491260 CPUtime=0.09
/proc/12147/task/12152/stat : 12152 (java) S 12145 12147 11658 0 -1 64 10 0 0 0 7 2 0 0 16 0 14 0 157792528 1527050240 70558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12153] ppid=12145 vsize=1491260 CPUtime=0
/proc/12147/task/12153/stat : 12153 (java) S 12145 12147 11658 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 157792529 1527050240 70558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12154] ppid=12145 vsize=1491260 CPUtime=0
/proc/12147/task/12154/stat : 12154 (java) S 12145 12147 11658 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 157792529 1527050240 70558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12155] ppid=12145 vsize=1491260 CPUtime=0
/proc/12147/task/12155/stat : 12155 (java) S 12145 12147 11658 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 157792533 1527050240 70558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12156] ppid=12145 vsize=1491260 CPUtime=1.75
/proc/12147/task/12156/stat : 12156 (java) S 12145 12147 11658 0 -1 64 3287 0 0 0 174 1 0 0 16 0 14 0 157792533 1527050240 70558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12157] ppid=12145 vsize=1491260 CPUtime=1.34
/proc/12147/task/12157/stat : 12157 (java) S 12145 12147 11658 0 -1 64 6124 0 0 0 131 3 0 0 17 0 14 0 157792533 1527050240 70558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12158] ppid=12145 vsize=1491260 CPUtime=0
/proc/12147/task/12158/stat : 12158 (java) S 12145 12147 11658 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 157792533 1527050240 70558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12147/tid=12159] ppid=12145 vsize=1491260 CPUtime=0
/proc/12147/task/12159/stat : 12159 (java) S 12145 12147 11658 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 157792533 1527050240 70558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12147/tid=12160] ppid=12145 vsize=1491260 CPUtime=0
/proc/12147/task/12160/stat : 12160 (java) S 12145 12147 11658 0 -1 64 5 0 0 0 0 0 0 0 16 0 14 0 157793077 1527050240 70558 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1491260

Child status: 143
Real time (s): 1795.26
CPU time (s): 1800.27
CPU user time (s): 1799.55
CPU system time (s): 0.716891
CPU usage (%): 100.279
Max. virtual memory (cumulated for all children) (KiB): 1493212

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

runsolver used 2.24266 second user time and 4.31134 second system time

The end

Launcher Data

Begin job on node47 at 2009-06-13 16:06:01
IDJOB=1856091
IDBENCH=2341
IDSOLVER=682
FILE ID=node47/1856091-1244901961
PBS_JOBID= 9354486
Free space on /tmp= 66088 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-siena1.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856091-1244901961/watcher-1856091-1244901961 -o /tmp/evaluation-result-1856091-1244901961/solver-1856091-1244901961 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856091-1244901961.opb

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

MD5SUM BENCH= 6b1441ebcfc2678f5078c728b5f20e0c
RANDOM SEED=1783632931

node47.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.261
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.261
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:       1334344 kB
Buffers:         51696 kB
Cached:         606872 kB
SwapCached:       4160 kB
Active:          42700 kB
Inactive:       623672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1334344 kB
SwapTotal:     4192956 kB
SwapFree:      4182536 kB
Dirty:            6892 kB
Writeback:           0 kB
Mapped:          13632 kB
Slab:            41196 kB
Committed_AS:   137484 kB
PageTables:       1448 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= 66088 MiB
End job on node47 at 2009-06-13 16:35:58