Trace number 1856215

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.19 1795.81

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-fit2d.opb
MD5SUM98a903315aa0fe9737bc6b622eafe352
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 -700
Optimality of the best value was proved NO
Number of variables118500
Total number of constraints10525
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10525
Minimum length of a constraint10
Maximum length of a constraint118500
Number of terms in the objective function 102000
Biggest coefficient in the objective function 166502400
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 44079267426
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 166502400
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 44079267426
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.22	c Pseudo Boolean Optimization
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c MiniSAT restarts strategy
0.23/0.22	c Memory based learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c solving HOME/instance-1856215-1244905502.opb
0.23/0.22	c reading problem ... 
16.94/14.10	c ... done. Wall clock time 13.88s.
16.94/14.10	c #vars     118500
16.94/14.10	c #constraints  10526
16.94/14.10	c constraints type 
16.94/14.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10526
1800.08/1795.71	c starts		: 8
1800.08/1795.71	c conflicts		: 4162
1800.08/1795.71	c decisions		: 99843
1800.08/1795.71	c propagations		: 7840443
1800.08/1795.71	c inspects		: 43943447
1800.08/1795.71	c learnt literals	: 0
1800.08/1795.71	c learnt binary clauses	: 0
1800.08/1795.71	c learnt ternary clauses	: 0
1800.08/1795.71	c learnt clauses	: 4161
1800.08/1795.71	c ignored clauses	: 0
1800.08/1795.71	c root simplifications	: 0
1800.08/1795.71	c removed literals (reason simplification)	: 191219
1800.08/1795.71	c reason swapping (by a shorter reason)	: 0
1800.08/1795.71	c Calls to reduceDB	: 0
1800.08/1795.71	c speed (assignments/second)	: 4400.7479726270985
1800.08/1795.71	c non guided choices	0
1800.08/1795.72	c learnt constraints type 
1800.08/1795.72	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 4161
1800.08/1795.72	c constraints type 
1800.08/1795.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10526
1800.08/1795.72	s UNKNOWN
1800.08/1795.72	c Total wall clock time (in seconds): 1795.504

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-1856215-1244905502/watcher-1856215-1244905502 -o /tmp/evaluation-result-1856215-1244905502/solver-1856215-1244905502 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856215-1244905502.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.93 0.98 0.99 3/64 18072
/proc/meminfo: memFree=1301200/2055924 swapFree=4191900/4192956
[pid=18072] ppid=18070 vsize=272 CPUtime=0
/proc/18072/stat : 18072 (java6) D 18070 18072 17943 0 -1 0 53 0 0 0 0 0 0 0 18 0 1 0 158151141 278528 37 1992294400 134512640 134550932 4294956176 18446744073709551615 2188068 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/18072/statm: 68 37 28 9 0 6 0

[startup+0.0683451 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 18072
/proc/meminfo: memFree=1301200/2055924 swapFree=4191900/4192956
[pid=18072] ppid=18070 vsize=1470220 CPUtime=0.05
/proc/18072/stat : 18072 (java) S 18070 18072 17943 0 -1 0 3345 0 1 0 3 2 0 0 18 0 7 0 158151141 1505505280 3090 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18072/statm: 367555 3090 1029 9 0 364906 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1470220

[startup+0.10135 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 18072
/proc/meminfo: memFree=1301200/2055924 swapFree=4191900/4192956
[pid=18072] ppid=18070 vsize=1472584 CPUtime=0.09
/proc/18072/stat : 18072 (java) S 18070 18072 17943 0 -1 0 3602 0 1 0 6 3 0 0 18 0 12 0 158151141 1507926016 3345 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18072/statm: 368146 3345 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301391 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 18072
/proc/meminfo: memFree=1301200/2055924 swapFree=4191900/4192956
[pid=18072] ppid=18070 vsize=1474732 CPUtime=0.35
/proc/18072/stat : 18072 (java) S 18070 18072 17943 0 -1 0 5649 0 1 0 31 4 0 0 18 0 12 0 158151141 1510125568 5383 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18072/statm: 368683 5383 1354 9 0 366026 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1474732

[startup+0.701465 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 18072
/proc/meminfo: memFree=1301200/2055924 swapFree=4191900/4192956
[pid=18072] ppid=18070 vsize=1477872 CPUtime=0.93
/proc/18072/stat : 18072 (java) S 18070 18072 17943 0 -1 0 9857 0 1 0 87 6 0 0 18 0 12 0 158151141 1513340928 9396 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18072/statm: 369468 9397 1390 9 0 366811 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1477872

[startup+1.50263 s]
/proc/loadavg: 0.93 0.98 0.99 2/76 18084
/proc/meminfo: memFree=1246320/2055924 swapFree=4191900/4192956
[pid=18072] ppid=18070 vsize=1479252 CPUtime=2
/proc/18072/stat : 18072 (java) S 18070 18072 17943 0 -1 0 24426 0 1 0 186 14 0 0 18 0 12 0 158151141 1514754048 22598 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18072/statm: 369813 22598 1400 9 0 367156 0
[pid=18072/tid=18074] ppid=18070 vsize=1479252 CPUtime=1.24
/proc/18072/task/18074/stat : 18074 (java) R 18070 18072 17943 0 -1 64 20338 0 1 0 112 12 0 0 25 0 12 0 158151143 1514754048 22598 1992294400 134512640 134550932 4294956016 18446744073709551615 4109437401 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18075] ppid=18070 vsize=1479252 CPUtime=0
/proc/18072/task/18075/stat : 18075 (java) S 18070 18072 17943 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158151144 1514754048 22598 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18076] ppid=18070 vsize=1479252 CPUtime=0
/proc/18072/task/18076/stat : 18076 (java) S 18070 18072 17943 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 158151144 1514754048 22598 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18077] ppid=18070 vsize=1479252 CPUtime=0
/proc/18072/task/18077/stat : 18077 (java) S 18070 18072 17943 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 158151146 1514754048 22598 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18078] ppid=18070 vsize=1479252 CPUtime=0
/proc/18072/task/18078/stat : 18078 (java) S 18070 18072 17943 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 158151146 1514754048 22598 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18079] ppid=18070 vsize=1479252 CPUtime=0
/proc/18072/task/18079/stat : 18079 (java) S 18070 18072 17943 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 158151146 1514754048 22598 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18080] ppid=18070 vsize=1479252 CPUtime=0
/proc/18072/task/18080/stat : 18080 (java) S 18070 18072 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158151151 1514754048 22598 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18081] ppid=18070 vsize=1479252 CPUtime=0.33
/proc/18072/task/18081/stat : 18081 (java) S 18070 18072 17943 0 -1 64 688 0 0 0 33 0 0 0 16 0 12 0 158151151 1514754048 22598 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18082] ppid=18070 vsize=1479252 CPUtime=0.41
/proc/18072/task/18082/stat : 18082 (java) S 18070 18072 17943 0 -1 64 2661 0 0 0 40 1 0 0 16 0 12 0 158151151 1514754048 22598 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18083] ppid=18070 vsize=1479252 CPUtime=0
/proc/18072/task/18083/stat : 18083 (java) S 18070 18072 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158151151 1514754048 22598 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18084] ppid=18070 vsize=1479252 CPUtime=0
/proc/18072/task/18084/stat : 18084 (java) S 18070 18072 17943 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 158151151 1514754048 22598 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1479252

[startup+3.10294 s]
/proc/loadavg: 0.93 0.98 0.99 2/76 18084
/proc/meminfo: memFree=1143792/2055924 swapFree=4191900/4192956
[pid=18072] ppid=18070 vsize=1479468 CPUtime=3.96
/proc/18072/stat : 18072 (java) S 18070 18072 17943 0 -1 0 43152 0 1 0 374 22 0 0 18 0 12 0 158151141 1514975232 40705 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18072/statm: 369867 40705 1420 9 0 367210 0
[pid=18072/tid=18074] ppid=18070 vsize=1479468 CPUtime=2.56
/proc/18072/task/18074/stat : 18074 (java) R 18070 18072 17943 0 -1 64 30917 0 1 0 239 17 0 0 25 0 12 0 158151143 1514975232 40705 1992294400 134512640 134550932 4294956016 18446744073709551615 4109098596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18075] ppid=18070 vsize=1479468 CPUtime=0.13
/proc/18072/task/18075/stat : 18075 (java) S 18070 18072 17943 0 -1 64 3518 0 0 0 12 1 0 0 16 0 12 0 158151144 1514975232 40705 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18076] ppid=18070 vsize=1479468 CPUtime=0.13
/proc/18072/task/18076/stat : 18076 (java) S 18070 18072 17943 0 -1 64 4297 0 0 0 12 1 0 0 18 0 12 0 158151144 1514975232 40705 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18077] ppid=18070 vsize=1479468 CPUtime=0
/proc/18072/task/18077/stat : 18077 (java) S 18070 18072 17943 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158151146 1514975232 40705 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18078] ppid=18070 vsize=1479468 CPUtime=0
/proc/18072/task/18078/stat : 18078 (java) S 18070 18072 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158151146 1514975232 40705 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18079] ppid=18070 vsize=1479468 CPUtime=0
/proc/18072/task/18079/stat : 18079 (java) S 18070 18072 17943 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158151146 1514975232 40705 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18080] ppid=18070 vsize=1479468 CPUtime=0
/proc/18072/task/18080/stat : 18080 (java) S 18070 18072 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158151151 1514975232 40705 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18081] ppid=18070 vsize=1479468 CPUtime=0.56
/proc/18072/task/18081/stat : 18081 (java) R 18070 18072 17943 0 -1 64 989 0 0 0 56 0 0 0 16 0 12 0 158151151 1514975232 40705 1992294400 134512640 134550932 4294956016 18446744073709551615 106251702 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18082] ppid=18070 vsize=1479468 CPUtime=0.54
/proc/18072/task/18082/stat : 18082 (java) S 18070 18072 17943 0 -1 64 2682 0 0 0 53 1 0 0 17 0 12 0 158151151 1514975232 40705 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18083] ppid=18070 vsize=1479468 CPUtime=0
/proc/18072/task/18083/stat : 18083 (java) S 18070 18072 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158151151 1514975232 40705 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18084] ppid=18070 vsize=1479468 CPUtime=0
/proc/18072/task/18084/stat : 18084 (java) S 18070 18072 17943 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 158151151 1514975232 40705 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 1479468

[startup+6.30256 s]
/proc/loadavg: 0.93 0.98 0.99 2/76 18084
/proc/meminfo: memFree=1099832/2055924 swapFree=4191900/4192956
[pid=18072] ppid=18070 vsize=1482400 CPUtime=8.22
/proc/18072/stat : 18072 (java) S 18070 18072 17943 0 -1 0 64418 0 1 0 789 33 0 0 18 0 12 0 158151141 1517977600 55218 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18072/statm: 370600 55218 1420 9 0 367943 0
[pid=18072/tid=18074] ppid=18070 vsize=1482400 CPUtime=5.35
/proc/18072/task/18074/stat : 18074 (java) R 18070 18072 17943 0 -1 64 30920 0 1 0 518 17 0 0 25 0 12 0 158151143 1517977600 55218 1992294400 134512640 134550932 4294956016 18446744073709551615 4109437226 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18075] ppid=18070 vsize=1482400 CPUtime=0.52
/proc/18072/task/18075/stat : 18075 (java) S 18070 18072 17943 0 -1 64 11614 0 0 0 47 5 0 0 16 0 12 0 158151144 1517977600 55218 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18076] ppid=18070 vsize=1482400 CPUtime=0.5
/proc/18072/task/18076/stat : 18076 (java) S 18070 18072 17943 0 -1 64 11620 0 0 0 46 4 0 0 16 0 12 0 158151144 1517977600 55218 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18077] ppid=18070 vsize=1482400 CPUtime=0
/proc/18072/task/18077/stat : 18077 (java) S 18070 18072 17943 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158151146 1517977600 55218 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18078] ppid=18070 vsize=1482400 CPUtime=0
/proc/18072/task/18078/stat : 18078 (java) S 18070 18072 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158151146 1517977600 55218 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18079] ppid=18070 vsize=1482400 CPUtime=0
/proc/18072/task/18079/stat : 18079 (java) S 18070 18072 17943 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158151146 1517977600 55218 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18080] ppid=18070 vsize=1482400 CPUtime=0
/proc/18072/task/18080/stat : 18080 (java) S 18070 18072 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158151151 1517977600 55218 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18081] ppid=18070 vsize=1482400 CPUtime=1.25
/proc/18072/task/18081/stat : 18081 (java) S 18070 18072 17943 0 -1 64 6833 0 0 0 122 3 0 0 23 0 12 0 158151151 1517977600 55218 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18082] ppid=18070 vsize=1482400 CPUtime=0.54
/proc/18072/task/18082/stat : 18082 (java) S 18070 18072 17943 0 -1 64 2682 0 0 0 53 1 0 0 17 0 12 0 158151151 1517977600 55218 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18083] ppid=18070 vsize=1482400 CPUtime=0
/proc/18072/task/18083/stat : 18083 (java) S 18070 18072 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158151151 1517977600 55218 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18084] ppid=18070 vsize=1482400 CPUtime=0
/proc/18072/task/18084/stat : 18084 (java) S 18070 18072 17943 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 158151151 1517977600 55218 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.22
Current children cumulated vsize (KiB) 1482400

[startup+12.7028 s]
/proc/loadavg: 1.10 1.02 1.01 2/76 18084
/proc/meminfo: memFree=1032440/2055924 swapFree=4191900/4192956
[pid=18072] ppid=18070 vsize=1482208 CPUtime=15.45
/proc/18072/stat : 18072 (java) S 18070 18072 17943 0 -1 0 82866 0 1 0 1500 45 0 0 18 0 12 0 158151141 1517780992 71286 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18072/statm: 370552 71286 1420 9 0 367895 0
[pid=18072/tid=18074] ppid=18070 vsize=1482208 CPUtime=10.88
/proc/18072/task/18074/stat : 18074 (java) S 18070 18072 17943 0 -1 64 30926 0 1 0 1070 18 0 0 25 0 12 0 158151143 1517780992 71286 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18075] ppid=18070 vsize=1482208 CPUtime=1.37
/proc/18072/task/18075/stat : 18075 (java) R 18070 18072 17943 0 -1 64 20478 0 0 0 126 11 0 0 17 0 12 0 158151144 1517780992 71286 1992294400 134512640 134550932 4294956016 18446744073709551615 106193762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18076] ppid=18070 vsize=1482208 CPUtime=1.36
/proc/18072/task/18076/stat : 18076 (java) R 18070 18072 17943 0 -1 64 21198 0 0 0 126 10 0 0 17 0 12 0 158151144 1517780992 71286 1992294400 134512640 134550932 4294956016 18446744073709551615 106206121 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18077] ppid=18070 vsize=1482208 CPUtime=0
/proc/18072/task/18077/stat : 18077 (java) S 18070 18072 17943 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158151146 1517780992 71286 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18078] ppid=18070 vsize=1482208 CPUtime=0
/proc/18072/task/18078/stat : 18078 (java) S 18070 18072 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158151146 1517780992 71286 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18079] ppid=18070 vsize=1482208 CPUtime=0
/proc/18072/task/18079/stat : 18079 (java) S 18070 18072 17943 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158151146 1517780992 71286 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18080] ppid=18070 vsize=1482208 CPUtime=0
/proc/18072/task/18080/stat : 18080 (java) S 18070 18072 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158151151 1517780992 71286 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18081] ppid=18070 vsize=1482208 CPUtime=1.25
/proc/18072/task/18081/stat : 18081 (java) S 18070 18072 17943 0 -1 64 6833 0 0 0 122 3 0 0 16 0 12 0 158151151 1517780992 71286 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18082] ppid=18070 vsize=1482208 CPUtime=0.54
/proc/18072/task/18082/stat : 18082 (java) S 18070 18072 17943 0 -1 64 2682 0 0 0 53 1 0 0 17 0 12 0 158151151 1517780992 71286 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18083] ppid=18070 vsize=1482208 CPUtime=0
/proc/18072/task/18083/stat : 18083 (java) S 18070 18072 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158151151 1517780992 71286 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18084] ppid=18070 vsize=1482208 CPUtime=0
/proc/18072/task/18084/stat : 18084 (java) S 18070 18072 17943 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 158151151 1517780992 71286 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.45
Current children cumulated vsize (KiB) 1482208

[startup+25.5013 s]
/proc/loadavg: 1.31 1.06 1.02 2/77 18085
/proc/meminfo: memFree=978992/2055924 swapFree=4191900/4192956
[pid=18072] ppid=18070 vsize=1478164 CPUtime=29.32
/proc/18072/stat : 18072 (java) S 18070 18072 17943 0 -1 0 96467 0 1 0 2878 54 0 0 18 0 13 0 158151141 1513639936 81694 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18072/statm: 369541 81694 1434 9 0 366884 0
[pid=18072/tid=18074] ppid=18070 vsize=1478164 CPUtime=23.11
/proc/18072/task/18074/stat : 18074 (java) R 18070 18072 17943 0 -1 64 30964 0 1 0 2292 19 0 0 25 0 13 0 158151143 1513639936 81694 1992294400 134512640 134550932 4294956016 18446744073709551615 4109923295 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18075] ppid=18070 vsize=1478164 CPUtime=1.87
/proc/18072/task/18075/stat : 18075 (java) S 18070 18072 17943 0 -1 64 25971 0 0 0 173 14 0 0 16 0 13 0 158151144 1513639936 81694 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18076] ppid=18070 vsize=1478164 CPUtime=1.85
/proc/18072/task/18076/stat : 18076 (java) S 18070 18072 17943 0 -1 64 29027 0 0 0 170 15 0 0 16 0 13 0 158151144 1513639936 81694 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18077] ppid=18070 vsize=1478164 CPUtime=0
/proc/18072/task/18077/stat : 18077 (java) S 18070 18072 17943 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158151146 1513639936 81694 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18078] ppid=18070 vsize=1478164 CPUtime=0
/proc/18072/task/18078/stat : 18078 (java) S 18070 18072 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158151146 1513639936 81694 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18079] ppid=18070 vsize=1478164 CPUtime=0
/proc/18072/task/18079/stat : 18079 (java) S 18070 18072 17943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158151146 1513639936 81694 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18080] ppid=18070 vsize=1478164 CPUtime=0
/proc/18072/task/18080/stat : 18080 (java) S 18070 18072 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158151151 1513639936 81694 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18081] ppid=18070 vsize=1478164 CPUtime=1.67

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

[pid=18072] ppid=18070 vsize=1479876 CPUtime=1666.68
/proc/18072/stat : 18072 (java) S 18070 18072 17943 0 -1 0 113339 0 1 0 166602 66 0 0 18 0 13 0 158151141 1515393024 97307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18072/statm: 369969 97307 1434 9 0 367312 0
[pid=18072/tid=18074] ppid=18070 vsize=1479876 CPUtime=1658.52
/proc/18072/task/18074/stat : 18074 (java) R 18070 18072 17943 0 -1 64 31039 0 1 0 165831 21 0 0 25 0 13 0 158151143 1515393024 97307 1992294400 134512640 134550932 4294956016 18446744073709551615 4109950505 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18075] ppid=18070 vsize=1479876 CPUtime=2.51
/proc/18072/task/18075/stat : 18075 (java) S 18070 18072 17943 0 -1 64 32751 0 0 0 233 18 0 0 16 0 13 0 158151144 1515393024 97307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18076] ppid=18070 vsize=1479876 CPUtime=2.5
/proc/18072/task/18076/stat : 18076 (java) S 18070 18072 17943 0 -1 64 37624 0 0 0 231 19 0 0 16 0 13 0 158151144 1515393024 97307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18077] ppid=18070 vsize=1479876 CPUtime=0.01
/proc/18072/task/18077/stat : 18077 (java) S 18070 18072 17943 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 158151146 1515393024 97307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18078] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18078/stat : 18078 (java) S 18070 18072 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158151146 1515393024 97307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18079] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18079/stat : 18079 (java) S 18070 18072 17943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158151146 1515393024 97307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18080] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18080/stat : 18080 (java) S 18070 18072 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158151151 1515393024 97307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18081] ppid=18070 vsize=1479876 CPUtime=2.02
/proc/18072/task/18081/stat : 18081 (java) S 18070 18072 17943 0 -1 64 8220 0 0 0 199 3 0 0 16 0 13 0 158151151 1515393024 97307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18082] ppid=18070 vsize=1479876 CPUtime=1.05
/proc/18072/task/18082/stat : 18082 (java) S 18070 18072 17943 0 -1 64 2950 0 0 0 104 1 0 0 16 0 13 0 158151151 1515393024 97307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18083] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18083/stat : 18083 (java) S 18070 18072 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158151151 1515393024 97307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18084] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18084/stat : 18084 (java) S 18070 18072 17943 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158151151 1515393024 97307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18085] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18085/stat : 18085 (java) S 18070 18072 17943 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 158152635 1515393024 97307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1666.68
Current children cumulated vsize (KiB) 1479876

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 18085
/proc/meminfo: memFree=913328/2055924 swapFree=4191900/4192956
[pid=18072] ppid=18070 vsize=1479876 CPUtime=1726.67
/proc/18072/stat : 18072 (java) S 18070 18072 17943 0 -1 0 114061 0 1 0 172601 66 0 0 18 0 13 0 158151141 1515393024 98027 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18072/statm: 369969 98027 1434 9 0 367312 0
[pid=18072/tid=18074] ppid=18070 vsize=1479876 CPUtime=1718.48
/proc/18072/task/18074/stat : 18074 (java) R 18070 18072 17943 0 -1 64 31041 0 1 0 171827 21 0 0 25 0 13 0 158151143 1515393024 98027 1992294400 134512640 134550932 4294956016 18446744073709551615 4109922768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18075] ppid=18070 vsize=1479876 CPUtime=2.53
/proc/18072/task/18075/stat : 18075 (java) S 18070 18072 17943 0 -1 64 33182 0 0 0 235 18 0 0 16 0 13 0 158151144 1515393024 98027 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18076] ppid=18070 vsize=1479876 CPUtime=2.53
/proc/18072/task/18076/stat : 18076 (java) S 18070 18072 17943 0 -1 64 37913 0 0 0 233 20 0 0 16 0 13 0 158151144 1515393024 98027 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18077] ppid=18070 vsize=1479876 CPUtime=0.01
/proc/18072/task/18077/stat : 18077 (java) S 18070 18072 17943 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 158151146 1515393024 98027 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18078] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18078/stat : 18078 (java) S 18070 18072 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158151146 1515393024 98027 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18079] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18079/stat : 18079 (java) S 18070 18072 17943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158151146 1515393024 98027 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18080] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18080/stat : 18080 (java) S 18070 18072 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158151151 1515393024 98027 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18081] ppid=18070 vsize=1479876 CPUtime=2.02
/proc/18072/task/18081/stat : 18081 (java) S 18070 18072 17943 0 -1 64 8220 0 0 0 199 3 0 0 16 0 13 0 158151151 1515393024 98027 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18082] ppid=18070 vsize=1479876 CPUtime=1.05
/proc/18072/task/18082/stat : 18082 (java) S 18070 18072 17943 0 -1 64 2950 0 0 0 104 1 0 0 16 0 13 0 158151151 1515393024 98027 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18083] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18083/stat : 18083 (java) S 18070 18072 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158151151 1515393024 98027 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18084] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18084/stat : 18084 (java) S 18070 18072 17943 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158151151 1515393024 98027 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18085] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18085/stat : 18085 (java) S 18070 18072 17943 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 158152635 1515393024 98027 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1726.67
Current children cumulated vsize (KiB) 1479876

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18085
/proc/meminfo: memFree=910256/2055924 swapFree=4191900/4192956
[pid=18072] ppid=18070 vsize=1479876 CPUtime=1786.68
/proc/18072/stat : 18072 (java) S 18070 18072 17943 0 -1 0 114806 0 1 0 178601 67 0 0 18 0 13 0 158151141 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18072/statm: 369969 98769 1434 9 0 367312 0
[pid=18072/tid=18074] ppid=18070 vsize=1479876 CPUtime=1778.44
/proc/18072/task/18074/stat : 18074 (java) R 18070 18072 17943 0 -1 64 31043 0 1 0 177823 21 0 0 25 0 13 0 158151143 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4110125934 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18075] ppid=18070 vsize=1479876 CPUtime=2.55
/proc/18072/task/18075/stat : 18075 (java) S 18070 18072 17943 0 -1 64 33504 0 0 0 236 19 0 0 16 0 13 0 158151144 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18076] ppid=18070 vsize=1479876 CPUtime=2.55
/proc/18072/task/18076/stat : 18076 (java) S 18070 18072 17943 0 -1 64 38334 0 0 0 235 20 0 0 16 0 13 0 158151144 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18077] ppid=18070 vsize=1479876 CPUtime=0.01
/proc/18072/task/18077/stat : 18077 (java) S 18070 18072 17943 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 158151146 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18078] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18078/stat : 18078 (java) S 18070 18072 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158151146 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18079] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18079/stat : 18079 (java) S 18070 18072 17943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158151146 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18080] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18080/stat : 18080 (java) S 18070 18072 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158151151 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18081] ppid=18070 vsize=1479876 CPUtime=2.02
/proc/18072/task/18081/stat : 18081 (java) S 18070 18072 17943 0 -1 64 8220 0 0 0 199 3 0 0 16 0 13 0 158151151 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18082] ppid=18070 vsize=1479876 CPUtime=1.05
/proc/18072/task/18082/stat : 18082 (java) S 18070 18072 17943 0 -1 64 2950 0 0 0 104 1 0 0 16 0 13 0 158151151 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18083] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18083/stat : 18083 (java) S 18070 18072 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158151151 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18084] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18084/stat : 18084 (java) S 18070 18072 17943 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158151151 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18085] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18085/stat : 18085 (java) S 18070 18072 17943 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 158152635 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1786.68
Current children cumulated vsize (KiB) 1479876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18085
/proc/meminfo: memFree=910256/2055924 swapFree=4191900/4192956
[pid=18072] ppid=18070 vsize=1479876 CPUtime=1800.08
/proc/18072/stat : 18072 (java) S 18070 18072 17943 0 -1 0 114806 0 1 0 179941 67 0 0 18 0 13 0 158151141 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18072/statm: 369969 98769 1434 9 0 367312 0
[pid=18072/tid=18074] ppid=18070 vsize=1479876 CPUtime=1791.84
/proc/18072/task/18074/stat : 18074 (java) R 18070 18072 17943 0 -1 64 31043 0 1 0 179163 21 0 0 25 0 13 0 158151143 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4109950715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18075] ppid=18070 vsize=1479876 CPUtime=2.55
/proc/18072/task/18075/stat : 18075 (java) S 18070 18072 17943 0 -1 64 33504 0 0 0 236 19 0 0 16 0 13 0 158151144 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18076] ppid=18070 vsize=1479876 CPUtime=2.55
/proc/18072/task/18076/stat : 18076 (java) S 18070 18072 17943 0 -1 64 38334 0 0 0 235 20 0 0 16 0 13 0 158151144 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18077] ppid=18070 vsize=1479876 CPUtime=0.01
/proc/18072/task/18077/stat : 18077 (java) S 18070 18072 17943 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 158151146 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18078] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18078/stat : 18078 (java) S 18070 18072 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158151146 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18079] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18079/stat : 18079 (java) S 18070 18072 17943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158151146 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18080] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18080/stat : 18080 (java) S 18070 18072 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158151151 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18081] ppid=18070 vsize=1479876 CPUtime=2.02
/proc/18072/task/18081/stat : 18081 (java) S 18070 18072 17943 0 -1 64 8220 0 0 0 199 3 0 0 16 0 13 0 158151151 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18082] ppid=18070 vsize=1479876 CPUtime=1.05
/proc/18072/task/18082/stat : 18082 (java) S 18070 18072 17943 0 -1 64 2950 0 0 0 104 1 0 0 16 0 13 0 158151151 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18083] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18083/stat : 18083 (java) S 18070 18072 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158151151 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18084] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18084/stat : 18084 (java) S 18070 18072 17943 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158151151 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18085] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18085/stat : 18085 (java) S 18070 18072 17943 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 158152635 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1479876

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

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

[startup+1795.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18085
/proc/meminfo: memFree=910256/2055924 swapFree=4191900/4192956
[pid=18072] ppid=18070 vsize=1479876 CPUtime=1800.08
/proc/18072/stat : 18072 (java) S 18070 18072 17943 0 -1 0 114806 0 1 0 179941 67 0 0 18 0 13 0 158151141 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18072/statm: 369969 98769 1434 9 0 367312 0
[pid=18072/tid=18074] ppid=18070 vsize=1479876 CPUtime=1791.84
/proc/18072/task/18074/stat : 18074 (java) R 18070 18072 17943 0 -1 64 31043 0 1 0 179163 21 0 0 25 0 13 0 158151143 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4109950715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18075] ppid=18070 vsize=1479876 CPUtime=2.55
/proc/18072/task/18075/stat : 18075 (java) S 18070 18072 17943 0 -1 64 33504 0 0 0 236 19 0 0 16 0 13 0 158151144 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18076] ppid=18070 vsize=1479876 CPUtime=2.55
/proc/18072/task/18076/stat : 18076 (java) S 18070 18072 17943 0 -1 64 38334 0 0 0 235 20 0 0 16 0 13 0 158151144 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18077] ppid=18070 vsize=1479876 CPUtime=0.01
/proc/18072/task/18077/stat : 18077 (java) S 18070 18072 17943 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 158151146 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18078] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18078/stat : 18078 (java) S 18070 18072 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158151146 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18079] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18079/stat : 18079 (java) S 18070 18072 17943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158151146 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18080] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18080/stat : 18080 (java) S 18070 18072 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158151151 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18081] ppid=18070 vsize=1479876 CPUtime=2.02
/proc/18072/task/18081/stat : 18081 (java) S 18070 18072 17943 0 -1 64 8220 0 0 0 199 3 0 0 16 0 13 0 158151151 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18082] ppid=18070 vsize=1479876 CPUtime=1.05
/proc/18072/task/18082/stat : 18082 (java) S 18070 18072 17943 0 -1 64 2950 0 0 0 104 1 0 0 16 0 13 0 158151151 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18083] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18083/stat : 18083 (java) S 18070 18072 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158151151 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18072/tid=18084] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18084/stat : 18084 (java) S 18070 18072 17943 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158151151 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18072/tid=18085] ppid=18070 vsize=1479876 CPUtime=0
/proc/18072/task/18085/stat : 18085 (java) S 18070 18072 17943 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 158152635 1515393024 98769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1479876

Child status: 143
Real time (s): 1795.81
CPU time (s): 1800.19
CPU user time (s): 1799.46
CPU system time (s): 0.732888
CPU usage (%): 100.244
Max. virtual memory (cumulated for all children) (KiB): 1490540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.46
system time used= 0.732888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114829
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= 37904
involuntary context switches= 38728

runsolver used 2.12868 second user time and 4.41833 second system time

The end

Launcher Data

Begin job on node6 at 2009-06-13 17:05:03
IDJOB=1856215
IDBENCH=2404
IDSOLVER=682
FILE ID=node6/1856215-1244905502
PBS_JOBID= 9354495
Free space on /tmp= 66332 MiB

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

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

MD5SUM BENCH= 98a903315aa0fe9737bc6b622eafe352
RANDOM SEED=1091602896

node6.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.265
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.265
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:      2055924 kB
MemFree:       1301680 kB
Buffers:         70132 kB
Cached:         598328 kB
SwapCached:        524 kB
Active:          64240 kB
Inactive:       617840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1301680 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           20604 kB
Writeback:           0 kB
Mapped:          21808 kB
Slab:            58068 kB
Committed_AS:   127332 kB
PageTables:       1460 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= 66332 MiB
End job on node6 at 2009-06-13 17:35:01