Trace number 1856272

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 CP 2.1.1? (TO) 1800.36 1778.3

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-cycle.opb
MD5SUMa4f456875ede4549ae03268180cd603c
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 0
Optimality of the best value was proved NO
Number of variables84737
Total number of constraints1802
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 constraints1802
Minimum length of a constraint11
Maximum length of a constraint1470
Number of terms in the objective function 9240
Biggest coefficient in the objective function 53687091200000
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 1737924154969464
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 48888431614361600
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 779202693141814557
Number of bits of the biggest sum of numbers60
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1856272-1244906829.opb
0.22/0.22	c reading problem ... 
5.94/4.80	c ... done. Wall clock time 4.579s.
5.94/4.80	c #vars     84737
5.94/4.80	c #constraints  36743
5.94/4.80	c constraints type 
6.04/4.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2997
1800.09/1778.11	c starts		: 11
1800.09/1778.11	c conflicts		: 16929
1800.09/1778.11	c decisions		: 52850
1800.09/1778.11	c propagations		: 820327
1800.09/1778.12	c inspects		: 280884760
1800.09/1778.12	c learnt literals	: 0
1800.09/1778.12	c learnt binary clauses	: 0
1800.09/1778.12	c learnt ternary clauses	: 0
1800.09/1778.12	c learnt clauses	: 16929
1800.09/1778.12	c ignored clauses	: 0
1800.09/1778.12	c root simplifications	: 0
1800.09/1778.12	c removed literals (reason simplification)	: 0
1800.09/1778.12	c reason swapping (by a shorter reason)	: 0
1800.09/1778.12	c Calls to reduceDB	: 0
1800.09/1778.12	c speed (assignments/second)	: 462.5946742742555
1800.09/1778.12	c non guided choices	0
1800.09/1778.18	c learnt constraints type 
1800.09/1778.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16929
1800.09/1778.18	c constraints type 
1800.09/1778.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2997
1800.09/1778.18	s UNKNOWN
1800.09/1778.18	c Total wall clock time (in seconds): 1777.96

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-1856272-1244906829/watcher-1856272-1244906829 -o /tmp/evaluation-result-1856272-1244906829/solver-1856272-1244906829 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856272-1244906829.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10571
/proc/meminfo: memFree=1311312/2055920 swapFree=4191900/4192956
[pid=10571] ppid=10569 vsize=152 CPUtime=0
/proc/10571/stat : 10571 (java6) R 10569 10571 10442 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 158283485 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 7205163 0 0 4096 0 0 0 0 17 1 0 0
/proc/10571/statm: 38 26 19 9 0 4 0

[startup+0.093078 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10571
/proc/meminfo: memFree=1311312/2055920 swapFree=4191900/4192956
[pid=10571] ppid=10569 vsize=1471900 CPUtime=0.08
/proc/10571/stat : 10571 (java) S 10569 10571 10442 0 -1 0 3543 0 1 0 6 2 0 0 18 0 11 0 158283485 1507225600 3286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10571/statm: 367975 3286 1056 9 0 365326 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1471900

[startup+0.102076 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10571
/proc/meminfo: memFree=1311312/2055920 swapFree=4191900/4192956
[pid=10571] ppid=10569 vsize=1472584 CPUtime=0.08
/proc/10571/stat : 10571 (java) S 10569 10571 10442 0 -1 0 3610 0 1 0 6 2 0 0 18 0 12 0 158283485 1507926016 3353 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10571/statm: 368146 3353 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.302021 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10571
/proc/meminfo: memFree=1311312/2055920 swapFree=4191900/4192956
[pid=10571] ppid=10569 vsize=1475348 CPUtime=0.35
/proc/10571/stat : 10571 (java) S 10569 10571 10442 0 -1 0 5490 0 1 0 32 3 0 0 18 0 12 0 158283485 1510756352 5228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10571/statm: 368837 5228 1359 9 0 366180 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1475348

[startup+0.702905 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10571
/proc/meminfo: memFree=1311312/2055920 swapFree=4191900/4192956
[pid=10571] ppid=10569 vsize=1478992 CPUtime=1.07
/proc/10571/stat : 10571 (java) S 10569 10571 10442 0 -1 0 8590 0 1 0 102 5 0 0 18 0 12 0 158283485 1514487808 7881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10571/statm: 369748 7881 1400 9 0 367091 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1478992

[startup+1.50167 s]
/proc/loadavg: 0.92 0.98 0.99 3/76 10583
/proc/meminfo: memFree=1262896/2055920 swapFree=4191900/4192956
[pid=10571] ppid=10569 vsize=1486736 CPUtime=2.43
/proc/10571/stat : 10571 (java) S 10569 10571 10442 0 -1 0 25492 0 1 0 228 15 0 0 18 0 12 0 158283485 1522417664 22105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10571/statm: 371684 22106 1405 9 0 369027 0
[pid=10571/tid=10573] ppid=10569 vsize=1486736 CPUtime=1.22
/proc/10571/task/10573/stat : 10573 (java) R 10569 10571 10442 0 -1 64 17859 0 1 0 112 10 0 0 21 0 12 0 158283486 1522417664 22106 1992294400 134512640 134550932 4294956000 18446744073709551615 4109493497 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10574] ppid=10569 vsize=1486736 CPUtime=0
/proc/10571/task/10574/stat : 10574 (java) S 10569 10571 10442 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 158283487 1522417664 22107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10575] ppid=10569 vsize=1486736 CPUtime=0
/proc/10571/task/10575/stat : 10575 (java) S 10569 10571 10442 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 158283487 1522417664 22108 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10576] ppid=10569 vsize=1486736 CPUtime=0
/proc/10571/task/10576/stat : 10576 (java) S 10569 10571 10442 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 158283489 1522417664 22109 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10577] ppid=10569 vsize=1486736 CPUtime=0
/proc/10571/task/10577/stat : 10577 (java) S 10569 10571 10442 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 158283490 1522417664 22109 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10578] ppid=10569 vsize=1486736 CPUtime=0
/proc/10571/task/10578/stat : 10578 (java) S 10569 10571 10442 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 158283490 1522417664 22110 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10579] ppid=10569 vsize=1486736 CPUtime=0
/proc/10571/task/10579/stat : 10579 (java) S 10569 10571 10442 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158283494 1522417664 22111 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10580] ppid=10569 vsize=1486736 CPUtime=0.76
/proc/10571/task/10580/stat : 10580 (java) S 10569 10571 10442 0 -1 64 5099 0 0 0 73 3 0 0 17 0 12 0 158283494 1522417664 22112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10581] ppid=10569 vsize=1486736 CPUtime=0.42
/proc/10571/task/10581/stat : 10581 (java) S 10569 10571 10442 0 -1 64 1796 0 0 0 42 0 0 0 17 0 12 0 158283494 1522417664 22112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10582] ppid=10569 vsize=1486736 CPUtime=0
/proc/10571/task/10582/stat : 10582 (java) S 10569 10571 10442 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158283494 1522417664 22113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10583] ppid=10569 vsize=1486736 CPUtime=0
/proc/10571/task/10583/stat : 10583 (java) S 10569 10571 10442 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 158283494 1522417664 22114 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 1486736

[startup+3.10121 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 10583
/proc/meminfo: memFree=1175536/2055920 swapFree=4191900/4192956
[pid=10571] ppid=10569 vsize=1486736 CPUtime=4.16
/proc/10571/stat : 10571 (java) S 10569 10571 10442 0 -1 0 45713 0 1 0 391 25 0 0 18 0 12 0 158283485 1522417664 41931 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10571/statm: 371684 41931 1416 9 0 369027 0
[pid=10571/tid=10573] ppid=10569 vsize=1486736 CPUtime=2.67
/proc/10571/task/10573/stat : 10573 (java) R 10569 10571 10442 0 -1 64 30925 0 1 0 250 17 0 0 24 0 12 0 158283486 1522417664 41931 1992294400 134512640 134550932 4294956000 18446744073709551615 4109436618 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10574] ppid=10569 vsize=1486736 CPUtime=0.12
/proc/10571/task/10574/stat : 10574 (java) S 10569 10571 10442 0 -1 64 3368 0 0 0 12 0 0 0 17 0 12 0 158283487 1522417664 41931 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10575] ppid=10569 vsize=1486736 CPUtime=0.11
/proc/10571/task/10575/stat : 10575 (java) S 10569 10571 10442 0 -1 64 3777 0 0 0 10 1 0 0 16 0 12 0 158283487 1522417664 41931 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10576] ppid=10569 vsize=1486736 CPUtime=0
/proc/10571/task/10576/stat : 10576 (java) S 10569 10571 10442 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 158283489 1522417664 41931 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10577] ppid=10569 vsize=1486736 CPUtime=0
/proc/10571/task/10577/stat : 10577 (java) S 10569 10571 10442 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158283490 1522417664 41931 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10578] ppid=10569 vsize=1486736 CPUtime=0
/proc/10571/task/10578/stat : 10578 (java) S 10569 10571 10442 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158283490 1522417664 41931 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10579] ppid=10569 vsize=1486736 CPUtime=0
/proc/10571/task/10579/stat : 10579 (java) S 10569 10571 10442 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158283494 1522417664 41931 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10580] ppid=10569 vsize=1486736 CPUtime=0.77
/proc/10571/task/10580/stat : 10580 (java) S 10569 10571 10442 0 -1 64 5099 0 0 0 74 3 0 0 17 0 12 0 158283494 1522417664 41931 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10581] ppid=10569 vsize=1486736 CPUtime=0.42
/proc/10571/task/10581/stat : 10581 (java) S 10569 10571 10442 0 -1 64 1796 0 0 0 42 0 0 0 17 0 12 0 158283494 1522417664 41931 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10582] ppid=10569 vsize=1486736 CPUtime=0
/proc/10571/task/10582/stat : 10582 (java) S 10569 10571 10442 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158283494 1522417664 41931 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10583] ppid=10569 vsize=1486736 CPUtime=0
/proc/10571/task/10583/stat : 10583 (java) S 10569 10571 10442 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 158283494 1522417664 41931 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 1486736

[startup+6.3023 s]
/proc/loadavg: 0.93 0.98 0.99 3/76 10583
/proc/meminfo: memFree=1091504/2055920 swapFree=4191900/4192956
[pid=10571] ppid=10569 vsize=1486740 CPUtime=8.4
/proc/10571/stat : 10571 (java) S 10569 10571 10442 0 -1 0 62947 0 1 0 806 34 0 0 18 0 13 0 158283485 1522421760 56145 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10571/statm: 371685 56147 1433 9 0 369028 0
[pid=10571/tid=10573] ppid=10569 vsize=1486740 CPUtime=5.27
/proc/10571/task/10573/stat : 10573 (java) S 10569 10571 10442 0 -1 64 30978 0 1 0 509 18 0 0 25 0 13 0 158283486 1522421760 56149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10574] ppid=10569 vsize=1486740 CPUtime=0.51
/proc/10571/task/10574/stat : 10574 (java) R 10569 10571 10442 0 -1 64 10737 0 0 0 47 4 0 0 17 0 13 0 158283487 1522421760 56150 1992294400 134512640 134550932 4294956000 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10575] ppid=10569 vsize=1486740 CPUtime=0.5
/proc/10571/task/10575/stat : 10575 (java) R 10569 10571 10442 0 -1 64 12502 0 0 0 45 5 0 0 17 0 13 0 158283487 1522421760 56152 1992294400 134512640 134550932 4294956000 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10576] ppid=10569 vsize=1486740 CPUtime=0
/proc/10571/task/10576/stat : 10576 (java) S 10569 10571 10442 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 158283489 1522421760 56153 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10577] ppid=10569 vsize=1486740 CPUtime=0
/proc/10571/task/10577/stat : 10577 (java) S 10569 10571 10442 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158283490 1522421760 56154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10578] ppid=10569 vsize=1486740 CPUtime=0
/proc/10571/task/10578/stat : 10578 (java) S 10569 10571 10442 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158283490 1522421760 56155 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10579] ppid=10569 vsize=1486740 CPUtime=0
/proc/10571/task/10579/stat : 10579 (java) S 10569 10571 10442 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158283494 1522421760 56157 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10580] ppid=10569 vsize=1486740 CPUtime=1.16
/proc/10571/task/10580/stat : 10580 (java) S 10569 10571 10442 0 -1 64 5412 0 0 0 113 3 0 0 16 0 13 0 158283494 1522421760 56158 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10581] ppid=10569 vsize=1486740 CPUtime=0.91
/proc/10571/task/10581/stat : 10581 (java) S 10569 10571 10442 0 -1 64 2571 0 0 0 90 1 0 0 15 0 13 0 158283494 1522421760 56160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10582] ppid=10569 vsize=1486740 CPUtime=0
/proc/10571/task/10582/stat : 10582 (java) S 10569 10571 10442 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158283494 1522421760 56161 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10583] ppid=10569 vsize=1486740 CPUtime=0
/proc/10571/task/10583/stat : 10583 (java) S 10569 10571 10442 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158283494 1522421760 56163 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.4
Current children cumulated vsize (KiB) 1486740

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 10584
/proc/meminfo: memFree=1084912/2055920 swapFree=4191900/4192956
[pid=10571] ppid=10569 vsize=1487732 CPUtime=15.61
/proc/10571/stat : 10571 (java) S 10569 10571 10442 0 -1 0 68393 0 1 0 1524 37 0 0 18 0 13 0 158283485 1523437568 60364 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10571/statm: 371933 60364 1433 9 0 369276 0
[pid=10571/tid=10573] ppid=10569 vsize=1487732 CPUtime=11.28
/proc/10571/task/10573/stat : 10573 (java) R 10569 10571 10442 0 -1 64 30986 0 1 0 1110 18 0 0 25 0 13 0 158283486 1523437568 60364 1992294400 134512640 134550932 4294956000 18446744073709551615 4109803300 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10574] ppid=10569 vsize=1487732 CPUtime=0.75
/proc/10571/task/10574/stat : 10574 (java) S 10569 10571 10442 0 -1 64 12810 0 0 0 70 5 0 0 17 0 13 0 158283487 1523437568 60364 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10575] ppid=10569 vsize=1487732 CPUtime=0.75
/proc/10571/task/10575/stat : 10575 (java) S 10569 10571 10442 0 -1 64 14804 0 0 0 69 6 0 0 16 0 13 0 158283487 1523437568 60364 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10576] ppid=10569 vsize=1487732 CPUtime=0
/proc/10571/task/10576/stat : 10576 (java) S 10569 10571 10442 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 158283489 1523437568 60364 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10577] ppid=10569 vsize=1487732 CPUtime=0
/proc/10571/task/10577/stat : 10577 (java) S 10569 10571 10442 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158283490 1523437568 60364 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10578] ppid=10569 vsize=1487732 CPUtime=0
/proc/10571/task/10578/stat : 10578 (java) S 10569 10571 10442 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158283490 1523437568 60364 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10579] ppid=10569 vsize=1487732 CPUtime=0
/proc/10571/task/10579/stat : 10579 (java) S 10569 10571 10442 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158283494 1523437568 60364 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10580] ppid=10569 vsize=1487732 CPUtime=1.56
/proc/10571/task/10580/stat : 10580 (java) S 10569 10571 10442 0 -1 64 5446 0 0 0 153 3 0 0 17 0 13 0 158283494 1523437568 60364 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10581] ppid=10569 vsize=1487732 CPUtime=1.21
/proc/10571/task/10581/stat : 10581 (java) S 10569 10571 10442 0 -1 64 3593 0 0 0 120 1 0 0 16 0 13 0 158283494 1523437568 60364 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10582] ppid=10569 vsize=1487732 CPUtime=0
/proc/10571/task/10582/stat : 10582 (java) S 10569 10571 10442 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158283494 1523437568 60364 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10583] ppid=10569 vsize=1487732 CPUtime=0
/proc/10571/task/10583/stat : 10583 (java) S 10569 10571 10442 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158283494 1523437568 60364 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10584] ppid=10569 vsize=1487732 CPUtime=0
/proc/10571/task/10584/stat : 10584 (java) S 10569 10571 10442 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 158284055 1523437568 60364 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.61
Current children cumulated vsize (KiB) 1487732

[startup+25.501 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 10584
/proc/meminfo: memFree=1053552/2055920 swapFree=4191900/4192956
[pid=10571] ppid=10569 vsize=1488756 CPUtime=29
/proc/10571/stat : 10571 (java) S 10569 10571 10442 0 -1 0 75331 0 1 0 2859 41 0 0 18 0 13 0 158283485 1524486144 65761 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10571/statm: 372189 65761 1437 9 0 369532 0
[pid=10571/tid=10573] ppid=10569 vsize=1488756 CPUtime=23.75
/proc/10571/task/10573/stat : 10573 (java) R 10569 10571 10442 0 -1 64 31013 0 1 0 2357 18 0 0 25 0 13 0 158283486 1524486144 65761 1992294400 134512640 134550932 4294956000 18446744073709551615 4109858662 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10574] ppid=10569 vsize=1488756 CPUtime=0.96
/proc/10571/task/10574/stat : 10574 (java) S 10569 10571 10442 0 -1 64 15613 0 0 0 89 7 0 0 16 0 13 0 158283487 1524486144 65761 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10575] ppid=10569 vsize=1488756 CPUtime=0.97
/proc/10571/task/10575/stat : 10575 (java) S 10569 10571 10442 0 -1 64 17596 0 0 0 89 8 0 0 16 0 13 0 158283487 1524486144 65761 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10576] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10576/stat : 10576 (java) S 10569 10571 10442 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 158283489 1524486144 65761 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10577] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10577/stat : 10577 (java) S 10569 10571 10442 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158283490 1524486144 65761 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10578] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10578/stat : 10578 (java) S 10569 10571 10442 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158283490 1524486144 65761 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10579] ppid=10569 vsize=1488756 CPUtime=0

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

[pid=10571/tid=10576] ppid=10569 vsize=1488756 CPUtime=0.15
/proc/10571/task/10576/stat : 10576 (java) S 10569 10571 10442 0 -1 64 10 0 0 0 9 6 0 0 16 0 13 0 158283489 1524486144 130540 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10577] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10577/stat : 10577 (java) S 10569 10571 10442 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158283490 1524486144 130540 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10578] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10578/stat : 10578 (java) S 10569 10571 10442 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158283490 1524486144 130540 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10579] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10579/stat : 10579 (java) S 10569 10571 10442 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158283494 1524486144 130540 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10580] ppid=10569 vsize=1488756 CPUtime=1.74
/proc/10571/task/10580/stat : 10580 (java) S 10569 10571 10442 0 -1 64 5452 0 0 0 171 3 0 0 17 0 13 0 158283494 1524486144 130540 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10581] ppid=10569 vsize=1488756 CPUtime=1.57
/proc/10571/task/10581/stat : 10581 (java) S 10569 10571 10442 0 -1 64 4905 0 0 0 155 2 0 0 17 0 13 0 158283494 1524486144 130540 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10582] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10582/stat : 10582 (java) S 10569 10571 10442 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158283494 1524486144 130540 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10583] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10583/stat : 10583 (java) S 10569 10571 10442 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158283494 1524486144 130540 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10584] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10584/stat : 10584 (java) S 10569 10571 10442 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 158284055 1524486144 130540 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1622.03
Current children cumulated vsize (KiB) 1488756

[startup+1662.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/77 10586
/proc/meminfo: memFree=785200/2055920 swapFree=4191900/4192956
[pid=10571] ppid=10569 vsize=1488756 CPUtime=1682.78
/proc/10571/stat : 10571 (java) S 10569 10571 10442 0 -1 0 151347 0 1 0 168164 114 0 0 18 0 13 0 158283485 1524486144 132474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10571/statm: 372189 132474 1437 9 0 369532 0
[pid=10571/tid=10573] ppid=10569 vsize=1488756 CPUtime=1643.14
/proc/10571/task/10573/stat : 10573 (java) R 10569 10571 10442 0 -1 64 31671 0 1 0 164293 21 0 0 25 0 13 0 158283486 1524486144 132474 1992294400 134512640 134550932 4294956000 18446744073709551615 4109765333 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10574] ppid=10569 vsize=1488756 CPUtime=18.04
/proc/10571/task/10574/stat : 10574 (java) S 10569 10571 10442 0 -1 64 56403 0 0 0 1760 44 0 0 16 0 13 0 158283487 1524486144 132474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10575] ppid=10569 vsize=1488756 CPUtime=18.06
/proc/10571/task/10575/stat : 10575 (java) S 10569 10571 10442 0 -1 64 52162 0 0 0 1771 35 0 0 17 0 13 0 158283487 1524486144 132474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10576] ppid=10569 vsize=1488756 CPUtime=0.16
/proc/10571/task/10576/stat : 10576 (java) S 10569 10571 10442 0 -1 64 10 0 0 0 10 6 0 0 16 0 13 0 158283489 1524486144 132474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10577] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10577/stat : 10577 (java) S 10569 10571 10442 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158283490 1524486144 132474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10578] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10578/stat : 10578 (java) S 10569 10571 10442 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158283490 1524486144 132474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10579] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10579/stat : 10579 (java) S 10569 10571 10442 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158283494 1524486144 132474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10580] ppid=10569 vsize=1488756 CPUtime=1.74
/proc/10571/task/10580/stat : 10580 (java) S 10569 10571 10442 0 -1 64 5452 0 0 0 171 3 0 0 17 0 13 0 158283494 1524486144 132474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10581] ppid=10569 vsize=1488756 CPUtime=1.57
/proc/10571/task/10581/stat : 10581 (java) S 10569 10571 10442 0 -1 64 4905 0 0 0 155 2 0 0 17 0 13 0 158283494 1524486144 132474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10582] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10582/stat : 10582 (java) S 10569 10571 10442 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158283494 1524486144 132474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10583] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10583/stat : 10583 (java) S 10569 10571 10442 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158283494 1524486144 132474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10584] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10584/stat : 10584 (java) S 10569 10571 10442 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 158284055 1524486144 132474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1682.78
Current children cumulated vsize (KiB) 1488756

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 10586
/proc/meminfo: memFree=778864/2055920 swapFree=4191900/4192956
[pid=10571] ppid=10569 vsize=1488756 CPUtime=1743.54
/proc/10571/stat : 10571 (java) S 10569 10571 10442 0 -1 0 152994 0 1 0 174238 116 0 0 18 0 13 0 158283485 1524486144 134051 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10571/statm: 372189 134051 1437 9 0 369532 0
[pid=10571/tid=10573] ppid=10569 vsize=1488756 CPUtime=1702.37
/proc/10571/task/10573/stat : 10573 (java) R 10569 10571 10442 0 -1 64 31691 0 1 0 170216 21 0 0 25 0 13 0 158283486 1524486144 134051 1992294400 134512640 134550932 4294956000 18446744073709551615 4109803432 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10574] ppid=10569 vsize=1488756 CPUtime=18.8
/proc/10571/task/10574/stat : 10574 (java) S 10569 10571 10442 0 -1 64 57874 0 0 0 1835 45 0 0 16 0 13 0 158283487 1524486144 134051 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10575] ppid=10569 vsize=1488756 CPUtime=18.82
/proc/10571/task/10575/stat : 10575 (java) S 10569 10571 10442 0 -1 64 52318 0 0 0 1847 35 0 0 16 0 13 0 158283487 1524486144 134051 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10576] ppid=10569 vsize=1488756 CPUtime=0.16
/proc/10571/task/10576/stat : 10576 (java) S 10569 10571 10442 0 -1 64 10 0 0 0 10 6 0 0 16 0 13 0 158283489 1524486144 134051 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10577] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10577/stat : 10577 (java) S 10569 10571 10442 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158283490 1524486144 134051 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10578] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10578/stat : 10578 (java) S 10569 10571 10442 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158283490 1524486144 134051 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10579] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10579/stat : 10579 (java) S 10569 10571 10442 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158283494 1524486144 134051 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10580] ppid=10569 vsize=1488756 CPUtime=1.74
/proc/10571/task/10580/stat : 10580 (java) S 10569 10571 10442 0 -1 64 5452 0 0 0 171 3 0 0 17 0 13 0 158283494 1524486144 134051 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10581] ppid=10569 vsize=1488756 CPUtime=1.57
/proc/10571/task/10581/stat : 10581 (java) S 10569 10571 10442 0 -1 64 4905 0 0 0 155 2 0 0 17 0 13 0 158283494 1524486144 134051 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10582] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10582/stat : 10582 (java) S 10569 10571 10442 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158283494 1524486144 134051 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10583] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10583/stat : 10583 (java) S 10569 10571 10442 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158283494 1524486144 134051 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10584] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10584/stat : 10584 (java) S 10569 10571 10442 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 158284055 1524486144 134051 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1743.54
Current children cumulated vsize (KiB) 1488756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10586
/proc/meminfo: memFree=772016/2055920 swapFree=4191900/4192956
[pid=10571] ppid=10569 vsize=1488756 CPUtime=1800.09
/proc/10571/stat : 10571 (java) S 10569 10571 10442 0 -1 0 154732 0 1 0 179890 119 0 0 18 0 13 0 158283485 1524486144 135753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10571/statm: 372189 135753 1437 9 0 369532 0
[pid=10571/tid=10573] ppid=10569 vsize=1488756 CPUtime=1757.43
/proc/10571/task/10573/stat : 10573 (java) R 10569 10571 10442 0 -1 64 31710 0 1 0 175722 21 0 0 17 0 13 0 158283486 1524486144 135753 1992294400 134512640 134550932 4294956000 18446744073709551615 4109765026 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10574] ppid=10569 vsize=1488756 CPUtime=19.55
/proc/10571/task/10574/stat : 10574 (java) S 10569 10571 10442 0 -1 64 59399 0 0 0 1908 47 0 0 16 0 13 0 158283487 1524486144 135753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10575] ppid=10569 vsize=1488756 CPUtime=19.56
/proc/10571/task/10575/stat : 10575 (java) S 10569 10571 10442 0 -1 64 52512 0 0 0 1921 35 0 0 17 0 13 0 158283487 1524486144 135753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10576] ppid=10569 vsize=1488756 CPUtime=0.16
/proc/10571/task/10576/stat : 10576 (java) S 10569 10571 10442 0 -1 64 10 0 0 0 10 6 0 0 16 0 13 0 158283489 1524486144 135753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10577] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10577/stat : 10577 (java) S 10569 10571 10442 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158283490 1524486144 135753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10578] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10578/stat : 10578 (java) S 10569 10571 10442 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158283490 1524486144 135753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10579] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10579/stat : 10579 (java) S 10569 10571 10442 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158283494 1524486144 135753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10580] ppid=10569 vsize=1488756 CPUtime=1.74
/proc/10571/task/10580/stat : 10580 (java) S 10569 10571 10442 0 -1 64 5452 0 0 0 171 3 0 0 17 0 13 0 158283494 1524486144 135753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10581] ppid=10569 vsize=1488756 CPUtime=1.57
/proc/10571/task/10581/stat : 10581 (java) S 10569 10571 10442 0 -1 64 4905 0 0 0 155 2 0 0 17 0 13 0 158283494 1524486144 135753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10582] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10582/stat : 10582 (java) S 10569 10571 10442 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158283494 1524486144 135753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10583] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10583/stat : 10583 (java) S 10569 10571 10442 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158283494 1524486144 135753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10584] ppid=10569 vsize=1488756 CPUtime=0
/proc/10571/task/10584/stat : 10584 (java) S 10569 10571 10442 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 158284055 1524486144 135753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1488756

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

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

[startup+1778.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10586
/proc/meminfo: memFree=772016/2055920 swapFree=4191900/4192956
[pid=10571] ppid=10569 vsize=1489404 CPUtime=1800.26
/proc/10571/stat : 10571 (java) S 10569 10571 10442 0 -1 0 154757 0 1 0 179907 119 0 0 16 0 14 0 158283485 1525149696 135778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10571/statm: 372351 135778 1440 9 0 369694 0
[pid=10571/tid=10573] ppid=10569 vsize=1489404 CPUtime=1757.54
/proc/10571/task/10573/stat : 10573 (java) R 10569 10571 10442 0 -1 64 31710 0 1 0 175733 21 0 0 18 0 14 0 158283486 1525149696 135778 1992294400 134512640 134550932 4294956000 18446744073709551615 4109764880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10574] ppid=10569 vsize=1489404 CPUtime=19.55
/proc/10571/task/10574/stat : 10574 (java) S 10569 10571 10442 0 -1 64 59399 0 0 0 1908 47 0 0 16 0 14 0 158283487 1525149696 135778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10575] ppid=10569 vsize=1489404 CPUtime=19.56
/proc/10571/task/10575/stat : 10575 (java) S 10569 10571 10442 0 -1 64 52512 0 0 0 1921 35 0 0 17 0 14 0 158283487 1525149696 135778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10576] ppid=10569 vsize=1489404 CPUtime=0.16
/proc/10571/task/10576/stat : 10576 (java) S 10569 10571 10442 0 -1 64 10 0 0 0 10 6 0 0 16 0 14 0 158283489 1525149696 135778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10577] ppid=10569 vsize=1489404 CPUtime=0
/proc/10571/task/10577/stat : 10577 (java) S 10569 10571 10442 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 158283490 1525149696 135778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10578] ppid=10569 vsize=1489404 CPUtime=0
/proc/10571/task/10578/stat : 10578 (java) S 10569 10571 10442 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 158283490 1525149696 135778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10579] ppid=10569 vsize=1489404 CPUtime=0
/proc/10571/task/10579/stat : 10579 (java) S 10569 10571 10442 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 158283494 1525149696 135778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10580] ppid=10569 vsize=1489404 CPUtime=1.77
/proc/10571/task/10580/stat : 10580 (java) S 10569 10571 10442 0 -1 64 5456 0 0 0 174 3 0 0 17 0 14 0 158283494 1525149696 135778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10581] ppid=10569 vsize=1489404 CPUtime=1.57
/proc/10571/task/10581/stat : 10581 (java) S 10569 10571 10442 0 -1 64 4905 0 0 0 155 2 0 0 17 0 14 0 158283494 1525149696 135778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10571/tid=10582] ppid=10569 vsize=1489404 CPUtime=0
/proc/10571/task/10582/stat : 10582 (java) S 10569 10571 10442 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 158283494 1525149696 135778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10583] ppid=10569 vsize=1489404 CPUtime=0
/proc/10571/task/10583/stat : 10583 (java) S 10569 10571 10442 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 158283494 1525149696 135778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10571/tid=10584] ppid=10569 vsize=1489404 CPUtime=0
/proc/10571/task/10584/stat : 10584 (java) S 10569 10571 10442 0 -1 64 6 0 0 0 0 0 0 0 22 0 14 0 158284055 1525149696 135778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 1489404

[startup+1778.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10586
/proc/meminfo: memFree=772016/2055920 swapFree=4191900/4192956
[pid=10571] ppid=10569 vsize=0 CPUtime=1800.35
/proc/10571/stat : 10571 (java) Z 10569 10571 10442 0 -1 1036 154758 0 1 0 179908 127 0 0 15 0 2 0 158283485 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10571/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1778.3
CPU time (s): 1800.36
CPU user time (s): 1799.08
CPU system time (s): 1.27681
CPU usage (%): 101.24
Max. virtual memory (cumulated for all children) (KiB): 1489728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.2768
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154758
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= 45057
involuntary context switches= 47596

runsolver used 2.19667 second user time and 5.06723 second system time

The end

Launcher Data

Begin job on node16 at 2009-06-13 17:27:10
IDJOB=1856272
IDBENCH=2433
IDSOLVER=681
FILE ID=node16/1856272-1244906829
PBS_JOBID= 9354524
Free space on /tmp= 66352 MiB

SOLVER NAME= SAT4J Pseudo CP 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-cycle.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856272-1244906829/watcher-1856272-1244906829 -o /tmp/evaluation-result-1856272-1244906829/solver-1856272-1244906829 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856272-1244906829.opb

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

MD5SUM BENCH= a4f456875ede4549ae03268180cd603c
RANDOM SEED=774531696

node16.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1311792 kB
Buffers:         70956 kB
Cached:         592272 kB
SwapCached:        384 kB
Active:          45380 kB
Inactive:       630744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1311792 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            8636 kB
Writeback:           0 kB
Mapped:          21272 kB
Slab:            53964 kB
Committed_AS:   129000 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66352 MiB
End job on node16 at 2009-06-13 17:56:51