Trace number 1856334

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.23 1780.47

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-degen3.opb
MD5SUM180182351d074e1d8188f1fe7258cbed
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables54540
Total number of constraints1503
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 constraints1503
Minimum length of a constraint60
Maximum length of a constraint6090
Number of terms in the objective function 47190
Biggest coefficient in the objective function 1001264250880
Number of bits for the biggest coefficient in the objective function 40
Sum of the numbers in the objective function 339379725479256
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 1001264250880
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 339379725479256
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c MiniSAT restarts strategy
0.21/0.22	c Memory based learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-1856334-1244908118.opb
0.21/0.22	c reading problem ... 
6.65/5.78	c ... done. Wall clock time 5.561s.
6.65/5.78	c #vars     54540
6.65/5.78	c #constraints  32354
6.65/5.78	c constraints type 
6.65/5.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2220
1800.04/1780.31	c starts		: 8
1800.04/1780.31	c conflicts		: 3676
1800.04/1780.31	c decisions		: 37012
1800.04/1780.31	c propagations		: 435925
1800.04/1780.31	c inspects		: 20300621
1800.04/1780.31	c learnt literals	: 0
1800.04/1780.31	c learnt binary clauses	: 0
1800.04/1780.31	c learnt ternary clauses	: 0
1800.04/1780.31	c learnt clauses	: 3676
1800.04/1780.31	c ignored clauses	: 0
1800.04/1780.31	c root simplifications	: 0
1800.04/1780.31	c removed literals (reason simplification)	: 0
1800.04/1780.31	c reason swapping (by a shorter reason)	: 0
1800.04/1780.31	c Calls to reduceDB	: 0
1800.04/1780.31	c speed (assignments/second)	: 245.65673482935472
1800.04/1780.31	c non guided choices	0
1800.04/1780.32	c learnt constraints type 
1800.04/1780.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3676
1800.04/1780.32	c constraints type 
1800.04/1780.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2220
1800.04/1780.32	s UNKNOWN
1800.04/1780.32	c Total wall clock time (in seconds): 1780.1

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9103
/proc/meminfo: memFree=1299640/2055920 swapFree=4192952/4192956
[pid=9103] ppid=9101 vsize=152 CPUtime=0
/proc/9103/stat : 9103 (java6) D 9101 9103 8932 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 158411221 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 1463076 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/9103/statm: 38 26 19 9 0 4 0

[startup+0.0406129 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9103
/proc/meminfo: memFree=1299640/2055920 swapFree=4192952/4192956
[pid=9103] ppid=9101 vsize=1468752 CPUtime=0.02
/proc/9103/stat : 9103 (java) S 9101 9103 8932 0 -1 0 2987 0 1 0 1 1 0 0 18 0 4 0 158411221 1504002048 2734 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/9103/statm: 367188 2734 938 9 0 364539 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1468752

[startup+0.10162 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9103
/proc/meminfo: memFree=1299640/2055920 swapFree=4192952/4192956
[pid=9103] ppid=9101 vsize=1472584 CPUtime=0.08
/proc/9103/stat : 9103 (java) S 9101 9103 8932 0 -1 0 3602 0 1 0 5 3 0 0 18 0 12 0 158411221 1507926016 3345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9103/statm: 368146 3345 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301641 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9103
/proc/meminfo: memFree=1299640/2055920 swapFree=4192952/4192956
[pid=9103] ppid=9101 vsize=1475092 CPUtime=0.35
/proc/9103/stat : 9103 (java) S 9101 9103 8932 0 -1 0 5281 0 1 0 31 4 0 0 18 0 12 0 158411221 1510494208 5018 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9103/statm: 368773 5018 1355 9 0 366116 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1475092

[startup+0.701682 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9103
/proc/meminfo: memFree=1299640/2055920 swapFree=4192952/4192956
[pid=9103] ppid=9101 vsize=1476400 CPUtime=0.93
/proc/9103/stat : 9103 (java) S 9101 9103 8932 0 -1 0 9079 0 1 0 87 6 0 0 18 0 12 0 158411221 1511833600 8587 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9103/statm: 369100 8588 1395 9 0 366443 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1476400

[startup+1.50178 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 9115
/proc/meminfo: memFree=1256984/2055920 swapFree=4192952/4192956
[pid=9103] ppid=9101 vsize=1476400 CPUtime=1.92
/proc/9103/stat : 9103 (java) S 9101 9103 8932 0 -1 0 23623 0 1 0 179 13 0 0 18 0 12 0 158411221 1511833600 23059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9103/statm: 369100 23059 1401 9 0 366443 0
[pid=9103/tid=9105] ppid=9101 vsize=1476400 CPUtime=1.31
/proc/9103/task/9105/stat : 9105 (java) R 9101 9103 8932 0 -1 64 21556 0 1 0 119 12 0 0 25 0 12 0 158411222 1511833600 23059 1992294400 134512640 134550932 4294956000 18446744073709551615 4109559253 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9106] ppid=9101 vsize=1476400 CPUtime=0
/proc/9103/task/9106/stat : 9106 (java) S 9101 9103 8932 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 158411223 1511833600 23059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9107] ppid=9101 vsize=1476400 CPUtime=0
/proc/9103/task/9107/stat : 9107 (java) S 9101 9103 8932 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 158411223 1511833600 23059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9108] ppid=9101 vsize=1476400 CPUtime=0
/proc/9103/task/9108/stat : 9108 (java) S 9101 9103 8932 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158411225 1511833600 23059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9109] ppid=9101 vsize=1476400 CPUtime=0
/proc/9103/task/9109/stat : 9109 (java) S 9101 9103 8932 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 158411226 1511833600 23059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9110] ppid=9101 vsize=1476400 CPUtime=0
/proc/9103/task/9110/stat : 9110 (java) S 9101 9103 8932 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 158411226 1511833600 23059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9111] ppid=9101 vsize=1476400 CPUtime=0
/proc/9103/task/9111/stat : 9111 (java) S 9101 9103 8932 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158411230 1511833600 23059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9112] ppid=9101 vsize=1476400 CPUtime=0.27
/proc/9103/task/9112/stat : 9112 (java) S 9101 9103 8932 0 -1 64 420 0 0 0 27 0 0 0 17 0 12 0 158411230 1511833600 23059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9113] ppid=9101 vsize=1476400 CPUtime=0.32
/proc/9103/task/9113/stat : 9113 (java) S 9101 9103 8932 0 -1 64 902 0 0 0 32 0 0 0 17 0 12 0 158411230 1511833600 23059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9114] ppid=9101 vsize=1476400 CPUtime=0
/proc/9103/task/9114/stat : 9114 (java) S 9101 9103 8932 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158411230 1511833600 23059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9115] ppid=9101 vsize=1476400 CPUtime=0
/proc/9103/task/9115/stat : 9115 (java) S 9101 9103 8932 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158411230 1511833600 23059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 1476400

[startup+3.10294 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 9115
/proc/meminfo: memFree=1151512/2055920 swapFree=4192952/4192956
[pid=9103] ppid=9101 vsize=1476400 CPUtime=3.63
/proc/9103/stat : 9103 (java) S 9101 9103 8932 0 -1 0 39080 0 1 0 342 21 0 0 18 0 12 0 158411221 1511833600 38217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9103/statm: 369100 38217 1412 9 0 366443 0
[pid=9103/tid=9105] ppid=9101 vsize=1476400 CPUtime=2.78
/proc/9103/task/9105/stat : 9105 (java) R 9101 9103 8932 0 -1 64 30923 0 1 0 262 16 0 0 25 0 12 0 158411222 1511833600 38217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9106] ppid=9101 vsize=1476400 CPUtime=0.11
/proc/9103/task/9106/stat : 9106 (java) S 9101 9103 8932 0 -1 64 2969 0 0 0 9 2 0 0 17 0 12 0 158411223 1511833600 38217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9107] ppid=9101 vsize=1476400 CPUtime=0.11
/proc/9103/task/9107/stat : 9107 (java) S 9101 9103 8932 0 -1 64 3113 0 0 0 10 1 0 0 16 0 12 0 158411223 1511833600 38217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9108] ppid=9101 vsize=1476400 CPUtime=0
/proc/9103/task/9108/stat : 9108 (java) S 9101 9103 8932 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 158411225 1511833600 38217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9109] ppid=9101 vsize=1476400 CPUtime=0
/proc/9103/task/9109/stat : 9109 (java) S 9101 9103 8932 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158411226 1511833600 38217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9110] ppid=9101 vsize=1476400 CPUtime=0
/proc/9103/task/9110/stat : 9110 (java) S 9101 9103 8932 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158411226 1511833600 38217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9111] ppid=9101 vsize=1476400 CPUtime=0
/proc/9103/task/9111/stat : 9111 (java) S 9101 9103 8932 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158411230 1511833600 38217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9112] ppid=9101 vsize=1476400 CPUtime=0.27
/proc/9103/task/9112/stat : 9112 (java) S 9101 9103 8932 0 -1 64 420 0 0 0 27 0 0 0 17 0 12 0 158411230 1511833600 38217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9113] ppid=9101 vsize=1476400 CPUtime=0.32
/proc/9103/task/9113/stat : 9113 (java) S 9101 9103 8932 0 -1 64 902 0 0 0 32 0 0 0 17 0 12 0 158411230 1511833600 38217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9114] ppid=9101 vsize=1476400 CPUtime=0
/proc/9103/task/9114/stat : 9114 (java) S 9101 9103 8932 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158411230 1511833600 38217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9115] ppid=9101 vsize=1476400 CPUtime=0
/proc/9103/task/9115/stat : 9115 (java) S 9101 9103 8932 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158411230 1511833600 38217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 1476400

[startup+6.30231 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 9115
/proc/meminfo: memFree=1102104/2055920 swapFree=4192952/4192956
[pid=9103] ppid=9101 vsize=1477204 CPUtime=7.69
/proc/9103/stat : 9103 (java) S 9101 9103 8932 0 -1 0 59753 0 1 0 737 32 0 0 18 0 12 0 158411221 1512656896 54977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9103/statm: 369301 54977 1432 9 0 366644 0
[pid=9103/tid=9105] ppid=9101 vsize=1477204 CPUtime=5.37
/proc/9103/task/9105/stat : 9105 (java) R 9101 9103 8932 0 -1 64 30959 0 1 0 520 17 0 0 16 0 12 0 158411222 1512656896 54977 1992294400 134512640 134550932 4294956000 18446744073709551615 4109673405 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9106] ppid=9101 vsize=1477204 CPUtime=0.57
/proc/9103/task/9106/stat : 9106 (java) S 9101 9103 8932 0 -1 64 11366 0 0 0 52 5 0 0 16 0 12 0 158411223 1512656896 54977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9107] ppid=9101 vsize=1477204 CPUtime=0.57
/proc/9103/task/9107/stat : 9107 (java) S 9101 9103 8932 0 -1 64 13434 0 0 0 51 6 0 0 17 0 12 0 158411223 1512656896 54977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9108] ppid=9101 vsize=1477204 CPUtime=0
/proc/9103/task/9108/stat : 9108 (java) S 9101 9103 8932 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 158411225 1512656896 54977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9109] ppid=9101 vsize=1477204 CPUtime=0
/proc/9103/task/9109/stat : 9109 (java) S 9101 9103 8932 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158411226 1512656896 54977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9110] ppid=9101 vsize=1477204 CPUtime=0
/proc/9103/task/9110/stat : 9110 (java) S 9101 9103 8932 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158411226 1512656896 54977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9111] ppid=9101 vsize=1477204 CPUtime=0
/proc/9103/task/9111/stat : 9111 (java) S 9101 9103 8932 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158411230 1512656896 54977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9112] ppid=9101 vsize=1477204 CPUtime=0.61
/proc/9103/task/9112/stat : 9112 (java) S 9101 9103 8932 0 -1 64 2309 0 0 0 61 0 0 0 15 0 12 0 158411230 1512656896 54977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9113] ppid=9101 vsize=1477204 CPUtime=0.51
/proc/9103/task/9113/stat : 9113 (java) R 9101 9103 8932 0 -1 64 932 0 0 0 51 0 0 0 16 0 12 0 158411230 1512656896 54977 1992294400 134512640 134550932 4294956000 18446744073709551615 103345889 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9114] ppid=9101 vsize=1477204 CPUtime=0
/proc/9103/task/9114/stat : 9114 (java) S 9101 9103 8932 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158411230 1512656896 54977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9115] ppid=9101 vsize=1477204 CPUtime=0
/proc/9103/task/9115/stat : 9115 (java) S 9101 9103 8932 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158411230 1512656896 54977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 1477204

[startup+12.703 s]
/proc/loadavg: 1.15 1.03 1.01 2/77 9116
/proc/meminfo: memFree=1062232/2055920 swapFree=4192952/4192956
[pid=9103] ppid=9101 vsize=1477496 CPUtime=14.75
/proc/9103/stat : 9103 (java) S 9101 9103 8932 0 -1 0 66361 0 1 0 1440 35 0 0 18 0 13 0 158411221 1512955904 60491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9103/statm: 369374 60491 1433 9 0 366717 0
[pid=9103/tid=9105] ppid=9101 vsize=1477496 CPUtime=11.34
/proc/9103/task/9105/stat : 9105 (java) R 9101 9103 8932 0 -1 64 30997 0 1 0 1117 17 0 0 25 0 13 0 158411222 1512955904 60491 1992294400 134512640 134550932 4294956000 18446744073709551615 4109795224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9106] ppid=9101 vsize=1477496 CPUtime=0.86
/proc/9103/task/9106/stat : 9106 (java) S 9101 9103 8932 0 -1 64 13466 0 0 0 80 6 0 0 16 0 13 0 158411223 1512955904 60491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9107] ppid=9101 vsize=1477496 CPUtime=0.88
/proc/9103/task/9107/stat : 9107 (java) S 9101 9103 8932 0 -1 64 17649 0 0 0 80 8 0 0 15 0 13 0 158411223 1512955904 60491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9108] ppid=9101 vsize=1477496 CPUtime=0
/proc/9103/task/9108/stat : 9108 (java) S 9101 9103 8932 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158411225 1512955904 60491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9109] ppid=9101 vsize=1477496 CPUtime=0
/proc/9103/task/9109/stat : 9109 (java) S 9101 9103 8932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158411226 1512955904 60491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9110] ppid=9101 vsize=1477496 CPUtime=0
/proc/9103/task/9110/stat : 9110 (java) S 9101 9103 8932 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158411226 1512955904 60491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9111] ppid=9101 vsize=1477496 CPUtime=0
/proc/9103/task/9111/stat : 9111 (java) S 9101 9103 8932 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158411230 1512955904 60491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9112] ppid=9101 vsize=1477496 CPUtime=0.79
/proc/9103/task/9112/stat : 9112 (java) S 9101 9103 8932 0 -1 64 2378 0 0 0 79 0 0 0 17 0 13 0 158411230 1512955904 60491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9113] ppid=9101 vsize=1477496 CPUtime=0.81
/proc/9103/task/9113/stat : 9113 (java) S 9101 9103 8932 0 -1 64 1112 0 0 0 81 0 0 0 16 0 13 0 158411230 1512955904 60491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9114] ppid=9101 vsize=1477496 CPUtime=0
/proc/9103/task/9114/stat : 9114 (java) S 9101 9103 8932 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158411230 1512955904 60491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9115] ppid=9101 vsize=1477496 CPUtime=0
/proc/9103/task/9115/stat : 9115 (java) S 9101 9103 8932 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158411230 1512955904 60491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9116] ppid=9101 vsize=1477496 CPUtime=0
/proc/9103/task/9116/stat : 9116 (java) S 9101 9103 8932 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 158411911 1512955904 60491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.75
Current children cumulated vsize (KiB) 1477496

[startup+25.5014 s]
/proc/loadavg: 1.13 1.03 1.01 2/77 9116
/proc/meminfo: memFree=1060376/2055920 swapFree=4192952/4192956
[pid=9103] ppid=9101 vsize=1478104 CPUtime=27.96
/proc/9103/stat : 9103 (java) S 9101 9103 8932 0 -1 0 68632 0 1 0 2758 38 0 0 18 0 13 0 158411221 1513578496 60980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9103/statm: 369526 60980 1433 9 0 366869 0
[pid=9103/tid=9105] ppid=9101 vsize=1478104 CPUtime=24
/proc/9103/task/9105/stat : 9105 (java) R 9101 9103 8932 0 -1 64 31031 0 1 0 2382 18 0 0 24 0 13 0 158411222 1513578496 60980 1992294400 134512640 134550932 4294956000 18446744073709551615 4109777878 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9106] ppid=9101 vsize=1478104 CPUtime=0.93
/proc/9103/task/9106/stat : 9106 (java) S 9101 9103 8932 0 -1 64 13498 0 0 0 87 6 0 0 16 0 13 0 158411223 1513578496 60980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9107] ppid=9101 vsize=1478104 CPUtime=0.93
/proc/9103/task/9107/stat : 9107 (java) S 9101 9103 8932 0 -1 64 17937 0 0 0 85 8 0 0 16 0 13 0 158411223 1513578496 60980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9108] ppid=9101 vsize=1478104 CPUtime=0
/proc/9103/task/9108/stat : 9108 (java) S 9101 9103 8932 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 158411225 1513578496 60980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9109] ppid=9101 vsize=1478104 CPUtime=0
/proc/9103/task/9109/stat : 9109 (java) S 9101 9103 8932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158411226 1513578496 60980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9110] ppid=9101 vsize=1478104 CPUtime=0
/proc/9103/task/9110/stat : 9110 (java) S 9101 9103 8932 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158411226 1513578496 60980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9111] ppid=9101 vsize=1478104 CPUtime=0

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

[pid=9103/tid=9108] ppid=9101 vsize=1480484 CPUtime=0.29
/proc/9103/task/9108/stat : 9108 (java) S 9101 9103 8932 0 -1 64 10 0 0 0 19 10 0 0 16 0 13 0 158411225 1516015616 139853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9109] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9109/stat : 9109 (java) S 9101 9103 8932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158411226 1516015616 139853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9110] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9110/stat : 9110 (java) S 9101 9103 8932 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158411226 1516015616 139853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9111] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9111/stat : 9111 (java) S 9101 9103 8932 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158411230 1516015616 139853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9112] ppid=9101 vsize=1480484 CPUtime=1.04
/proc/9103/task/9112/stat : 9112 (java) S 9101 9103 8932 0 -1 64 2645 0 0 0 103 1 0 0 16 0 13 0 158411230 1516015616 139853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9113] ppid=9101 vsize=1480484 CPUtime=2.02
/proc/9103/task/9113/stat : 9113 (java) S 9101 9103 8932 0 -1 64 5711 0 0 0 200 2 0 0 16 0 13 0 158411230 1516015616 139853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9114] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9114/stat : 9114 (java) S 9101 9103 8932 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158411230 1516015616 139853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9115] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9115/stat : 9115 (java) S 9101 9103 8932 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158411230 1516015616 139853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9116] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9116/stat : 9116 (java) S 9101 9103 8932 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 158411911 1516015616 139853 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1558.52
Current children cumulated vsize (KiB) 1480484

[startup+1602.3 s]
/proc/loadavg: 1.22 1.09 1.07 2/77 9124
/proc/meminfo: memFree=724312/2055920 swapFree=4192952/4192956
[pid=9103] ppid=9101 vsize=1480484 CPUtime=1619.4
/proc/9103/stat : 9103 (java) S 9101 9103 8932 0 -1 0 164666 0 1 0 161831 109 0 0 18 0 13 0 158411221 1516015616 144752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9103/statm: 370121 144752 1437 9 0 367464 0
[pid=9103/tid=9105] ppid=9101 vsize=1480484 CPUtime=1585.13
/proc/9103/task/9105/stat : 9105 (java) R 9101 9103 8932 0 -1 64 32239 0 1 0 158489 24 0 0 25 0 13 0 158411222 1516015616 144752 1992294400 134512640 134550932 4294956000 18446744073709551615 4109717637 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9106] ppid=9101 vsize=1480484 CPUtime=15.45
/proc/9103/task/9106/stat : 9106 (java) S 9101 9103 8932 0 -1 64 58990 0 0 0 1512 33 0 0 17 0 13 0 158411223 1516015616 144752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9107] ppid=9101 vsize=1480484 CPUtime=15.41
/proc/9103/task/9107/stat : 9107 (java) S 9101 9103 8932 0 -1 64 64322 0 0 0 1505 36 0 0 16 0 13 0 158411223 1516015616 144752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9108] ppid=9101 vsize=1480484 CPUtime=0.3
/proc/9103/task/9108/stat : 9108 (java) S 9101 9103 8932 0 -1 64 10 0 0 0 20 10 0 0 16 0 13 0 158411225 1516015616 144752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9109] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9109/stat : 9109 (java) S 9101 9103 8932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158411226 1516015616 144752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9110] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9110/stat : 9110 (java) S 9101 9103 8932 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158411226 1516015616 144752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9111] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9111/stat : 9111 (java) S 9101 9103 8932 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158411230 1516015616 144752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9112] ppid=9101 vsize=1480484 CPUtime=1.04
/proc/9103/task/9112/stat : 9112 (java) S 9101 9103 8932 0 -1 64 2645 0 0 0 103 1 0 0 16 0 13 0 158411230 1516015616 144752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9113] ppid=9101 vsize=1480484 CPUtime=2.02
/proc/9103/task/9113/stat : 9113 (java) S 9101 9103 8932 0 -1 64 5711 0 0 0 200 2 0 0 16 0 13 0 158411230 1516015616 144752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9114] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9114/stat : 9114 (java) S 9101 9103 8932 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158411230 1516015616 144752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9115] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9115/stat : 9115 (java) S 9101 9103 8932 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158411230 1516015616 144752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9116] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9116/stat : 9116 (java) S 9101 9103 8932 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 158411911 1516015616 144752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1619.4
Current children cumulated vsize (KiB) 1480484

[startup+1662.3 s]
/proc/loadavg: 1.08 1.07 1.07 2/77 9124
/proc/meminfo: memFree=713112/2055920 swapFree=4192952/4192956
[pid=9103] ppid=9101 vsize=1480484 CPUtime=1680.16
/proc/9103/stat : 9103 (java) S 9101 9103 8932 0 -1 0 167860 0 1 0 167904 112 0 0 18 0 13 0 158411221 1516015616 147555 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9103/statm: 370121 147555 1437 9 0 367464 0
[pid=9103/tid=9105] ppid=9101 vsize=1480484 CPUtime=1644.32
/proc/9103/task/9105/stat : 9105 (java) R 9101 9103 8932 0 -1 64 32270 0 1 0 164408 24 0 0 23 0 13 0 158411222 1516015616 147555 1992294400 134512640 134550932 4294956000 18446744073709551615 4109795292 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9106] ppid=9101 vsize=1480484 CPUtime=16.23
/proc/9103/task/9106/stat : 9106 (java) S 9101 9103 8932 0 -1 64 60579 0 0 0 1589 34 0 0 17 0 13 0 158411223 1516015616 147555 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9107] ppid=9101 vsize=1480484 CPUtime=16.19
/proc/9103/task/9107/stat : 9107 (java) S 9101 9103 8932 0 -1 64 65896 0 0 0 1582 37 0 0 17 0 13 0 158411223 1516015616 147555 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9108] ppid=9101 vsize=1480484 CPUtime=0.3
/proc/9103/task/9108/stat : 9108 (java) S 9101 9103 8932 0 -1 64 10 0 0 0 20 10 0 0 15 0 13 0 158411225 1516015616 147555 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9109] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9109/stat : 9109 (java) S 9101 9103 8932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158411226 1516015616 147555 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9110] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9110/stat : 9110 (java) S 9101 9103 8932 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158411226 1516015616 147555 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9111] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9111/stat : 9111 (java) S 9101 9103 8932 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158411230 1516015616 147555 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9112] ppid=9101 vsize=1480484 CPUtime=1.04
/proc/9103/task/9112/stat : 9112 (java) S 9101 9103 8932 0 -1 64 2645 0 0 0 103 1 0 0 16 0 13 0 158411230 1516015616 147555 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9113] ppid=9101 vsize=1480484 CPUtime=2.02
/proc/9103/task/9113/stat : 9113 (java) S 9101 9103 8932 0 -1 64 5711 0 0 0 200 2 0 0 16 0 13 0 158411230 1516015616 147555 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9114] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9114/stat : 9114 (java) S 9101 9103 8932 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158411230 1516015616 147555 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9115] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9115/stat : 9115 (java) S 9101 9103 8932 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158411230 1516015616 147555 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9116] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9116/stat : 9116 (java) S 9101 9103 8932 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 158411911 1516015616 147555 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1680.16
Current children cumulated vsize (KiB) 1480484

[startup+1722.3 s]
/proc/loadavg: 1.03 1.06 1.06 2/77 9124
/proc/meminfo: memFree=699672/2055920 swapFree=4192952/4192956
[pid=9103] ppid=9101 vsize=1480484 CPUtime=1741.1
/proc/9103/stat : 9103 (java) S 9101 9103 8932 0 -1 0 171818 0 1 0 173995 115 0 0 18 0 13 0 158411221 1516015616 150944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9103/statm: 370121 150944 1437 9 0 367464 0
[pid=9103/tid=9105] ppid=9101 vsize=1480484 CPUtime=1703.3
/proc/9103/task/9105/stat : 9105 (java) R 9101 9103 8932 0 -1 64 32308 0 1 0 170306 24 0 0 25 0 13 0 158411222 1516015616 150944 1992294400 134512640 134550932 4294956000 18446744073709551615 4109773878 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9106] ppid=9101 vsize=1480484 CPUtime=17.21
/proc/9103/task/9106/stat : 9106 (java) S 9101 9103 8932 0 -1 64 62438 0 0 0 1686 35 0 0 16 0 13 0 158411223 1516015616 150944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9107] ppid=9101 vsize=1480484 CPUtime=17.16
/proc/9103/task/9107/stat : 9107 (java) S 9101 9103 8932 0 -1 64 67957 0 0 0 1677 39 0 0 17 0 13 0 158411223 1516015616 150944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9108] ppid=9101 vsize=1480484 CPUtime=0.31
/proc/9103/task/9108/stat : 9108 (java) S 9101 9103 8932 0 -1 64 10 0 0 0 21 10 0 0 16 0 13 0 158411225 1516015616 150944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9109] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9109/stat : 9109 (java) S 9101 9103 8932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158411226 1516015616 150944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9110] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9110/stat : 9110 (java) S 9101 9103 8932 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158411226 1516015616 150944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9111] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9111/stat : 9111 (java) S 9101 9103 8932 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158411230 1516015616 150944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9112] ppid=9101 vsize=1480484 CPUtime=1.04
/proc/9103/task/9112/stat : 9112 (java) S 9101 9103 8932 0 -1 64 2645 0 0 0 103 1 0 0 16 0 13 0 158411230 1516015616 150944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9113] ppid=9101 vsize=1480484 CPUtime=2.02
/proc/9103/task/9113/stat : 9113 (java) S 9101 9103 8932 0 -1 64 5711 0 0 0 200 2 0 0 16 0 13 0 158411230 1516015616 150944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9114] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9114/stat : 9114 (java) S 9101 9103 8932 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158411230 1516015616 150944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9115] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9115/stat : 9115 (java) S 9101 9103 8932 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158411230 1516015616 150944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9116] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9116/stat : 9116 (java) S 9101 9103 8932 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 158411911 1516015616 150944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1741.1
Current children cumulated vsize (KiB) 1480484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.3 s]
/proc/loadavg: 1.01 1.05 1.05 2/77 9124
/proc/meminfo: memFree=675288/2055920 swapFree=4192952/4192956
[pid=9103] ppid=9101 vsize=1480484 CPUtime=1800.04
/proc/9103/stat : 9103 (java) S 9101 9103 8932 0 -1 0 178336 0 1 0 179886 118 0 0 18 0 13 0 158411221 1516015616 156979 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9103/statm: 370121 156979 1437 9 0 367464 0
[pid=9103/tid=9105] ppid=9101 vsize=1480484 CPUtime=1760.28
/proc/9103/task/9105/stat : 9105 (java) R 9101 9103 8932 0 -1 64 32344 0 1 0 176004 24 0 0 25 0 13 0 158411222 1516015616 156979 1992294400 134512640 134550932 4294956000 18446744073709551615 4109825896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9106] ppid=9101 vsize=1480484 CPUtime=18.18
/proc/9103/task/9106/stat : 9106 (java) S 9101 9103 8932 0 -1 64 65844 0 0 0 1782 36 0 0 16 0 13 0 158411223 1516015616 156979 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9107] ppid=9101 vsize=1480484 CPUtime=18.14
/proc/9103/task/9107/stat : 9107 (java) S 9101 9103 8932 0 -1 64 71033 0 0 0 1773 41 0 0 17 0 13 0 158411223 1516015616 156979 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9108] ppid=9101 vsize=1480484 CPUtime=0.32
/proc/9103/task/9108/stat : 9108 (java) S 9101 9103 8932 0 -1 64 10 0 0 0 21 11 0 0 16 0 13 0 158411225 1516015616 156979 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9109] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9109/stat : 9109 (java) S 9101 9103 8932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158411226 1516015616 156979 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9110] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9110/stat : 9110 (java) S 9101 9103 8932 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158411226 1516015616 156979 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9111] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9111/stat : 9111 (java) S 9101 9103 8932 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158411230 1516015616 156979 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9112] ppid=9101 vsize=1480484 CPUtime=1.04
/proc/9103/task/9112/stat : 9112 (java) S 9101 9103 8932 0 -1 64 2645 0 0 0 103 1 0 0 16 0 13 0 158411230 1516015616 156979 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9113] ppid=9101 vsize=1480484 CPUtime=2.02
/proc/9103/task/9113/stat : 9113 (java) S 9101 9103 8932 0 -1 64 5711 0 0 0 200 2 0 0 16 0 13 0 158411230 1516015616 156979 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9114] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9114/stat : 9114 (java) S 9101 9103 8932 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158411230 1516015616 156979 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9103/tid=9115] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9115/stat : 9115 (java) S 9101 9103 8932 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158411230 1516015616 156979 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9103/tid=9116] ppid=9101 vsize=1480484 CPUtime=0
/proc/9103/task/9116/stat : 9116 (java) S 9101 9103 8932 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 158411911 1516015616 156979 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1480484

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

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

[startup+1780.41 s]
/proc/loadavg: 1.01 1.05 1.05 2/77 9124
/proc/meminfo: memFree=675288/2055920 swapFree=4192952/4192956
[pid=9103] ppid=9101 vsize=0 CPUtime=1800.16
/proc/9103/stat : 9103 (java) Z 9101 9103 8932 0 -1 1036 178359 0 1 0 179894 122 0 0 15 0 2 0 158411221 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9103/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1780.47
CPU time (s): 1800.23
CPU user time (s): 1798.95
CPU system time (s): 1.2838
CPU usage (%): 101.11
Max. virtual memory (cumulated for all children) (KiB): 1481692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.95
system time used= 1.2838
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178359
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= 50389
involuntary context switches= 39652

runsolver used 1.88771 second user time and 4.6223 second system time

The end

Launcher Data

Begin job on node35 at 2009-06-13 17:48:39
IDJOB=1856334
IDBENCH=2464
IDSOLVER=681
FILE ID=node35/1856334-1244908118
PBS_JOBID= 9354512
Free space on /tmp= 66192 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-degen3.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-1856334-1244908118/watcher-1856334-1244908118 -o /tmp/evaluation-result-1856334-1244908118/solver-1856334-1244908118 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856334-1244908118.opb

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

MD5SUM BENCH= 180182351d074e1d8188f1fe7258cbed
RANDOM SEED=1648548755

node35.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.232
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.232
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:       1300120 kB
Buffers:         62852 kB
Cached:         608984 kB
SwapCached:          4 kB
Active:          58056 kB
Inactive:       627680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1300120 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           10896 kB
Writeback:           0 kB
Mapped:          23744 kB
Slab:            56128 kB
Committed_AS:   129768 kB
PageTables:       1404 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= 66192 MiB
End job on node35 at 2009-06-13 18:18:22