Trace number 2660286

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.16 1783.9

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-forplan.opb
MD5SUM43a001fe9c1e4e8b75108df32c142ab0
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 variables12528
Total number of constraints155
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 constraints155
Minimum length of a constraint27
Maximum length of a constraint9090
Number of terms in the objective function 9340
Biggest coefficient in the objective function 6454798974976000
Number of bits for the biggest coefficient in the objective function 53
Sum of the numbers in the objective function 1138676908426644728
Number of bits of the sum of numbers in the objective function 60
Biggest number in a constraint 6454798974976000
Number of bits of the biggest number in a constraint 53
Biggest sum of numbers in a constraint 1138676908426644728
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-2010 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.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c solving HOME/instance-2660286-1276546411.opb
0.23/0.22	c reading problem ... 
2.31/1.89	c ... done. Wall clock time 1.668s.
2.31/1.89	c #vars     12528
2.31/1.89	c #constraints  5362
2.31/1.89	c constraints type 
2.31/1.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 240
1800.06/1783.81	c starts		: 1
1800.06/1783.81	c conflicts		: 186
1800.06/1783.81	c decisions		: 14564
1800.06/1783.81	c propagations		: 76705
1800.06/1783.81	c inspects		: 1115091
1800.06/1783.81	c learnt literals	: 0
1800.06/1783.81	c learnt binary clauses	: 0
1800.06/1783.81	c learnt ternary clauses	: 0
1800.06/1783.81	c learnt clauses	: 185
1800.06/1783.81	c ignored clauses	: 0
1800.06/1783.81	c root simplifications	: 0
1800.06/1783.81	c removed literals (reason simplification)	: 0
1800.06/1783.81	c reason swapping (by a shorter reason)	: 0
1800.06/1783.81	c Calls to reduceDB	: 0
1800.06/1783.81	c number of reductions to clauses (during analyze)	: 0
1800.06/1783.81	c number of learned constraints concerned by reduction	: 0
1800.06/1783.81	c number of learning phase by resolution	: 0
1800.06/1783.81	c number of learning phase by cutting planes	: 0
1800.06/1783.81	c speed (assignments/second)	: 43.0461197603043
1800.06/1783.81	c non guided choices	0
1800.06/1783.81	c learnt constraints type 
1800.06/1783.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 185
1800.06/1783.82	c constraints type 
1800.06/1783.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 240
1800.06/1783.82	s UNKNOWN
1800.06/1783.82	c Total wall clock time (in seconds): 1783.597

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-2660286-1276546411/watcher-2660286-1276546411 -o /tmp/evaluation-result-2660286-1276546411/solver-2660286-1276546411 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660286-1276546411.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.06 3/106 31017
/proc/meminfo: memFree=1798032/2059040 swapFree=4140428/4192956
[pid=31017] ppid=31015 vsize=1832 CPUtime=0
/proc/31017/stat : 31017 (java6) R 31015 31017 30649 0 -1 4194304 226 0 0 0 0 0 0 0 19 0 1 0 30244608 1875968 130 1992294400 134512640 134550932 4286879760 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31017/statm: 458 136 100 10 0 63 0

[startup+0.094378 s]
/proc/loadavg: 1.00 1.00 1.06 3/106 31017
/proc/meminfo: memFree=1798032/2059040 swapFree=4140428/4192956
[pid=31017] ppid=31015 vsize=1521796 CPUtime=0.08
/proc/31017/stat : 31017 (java) S 31015 31017 30649 0 -1 4202496 3858 0 1 0 6 2 0 0 15 0 7 0 30244608 1558319104 3300 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/31017/statm: 380449 3300 1046 10 0 377759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1521796

[startup+0.101375 s]
/proc/loadavg: 1.00 1.00 1.06 3/106 31017
/proc/meminfo: memFree=1798032/2059040 swapFree=4140428/4192956
[pid=31017] ppid=31015 vsize=1524024 CPUtime=0.08
/proc/31017/stat : 31017 (java) S 31015 31017 30649 0 -1 4202496 3932 0 1 0 6 2 0 0 15 0 12 0 30244608 1560600576 3372 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31017/statm: 381006 3372 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.346099 s]
/proc/loadavg: 1.00 1.00 1.06 3/106 31017
/proc/meminfo: memFree=1798032/2059040 swapFree=4140428/4192956
[pid=31017] ppid=31015 vsize=1526368 CPUtime=0.45
/proc/31017/stat : 31017 (java) S 31015 31017 30649 0 -1 4202496 5474 0 1 0 42 3 0 0 15 0 12 0 30244608 1563000832 4912 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31017/statm: 381592 4912 1370 10 0 378894 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 1526368

[startup+0.700492 s]
/proc/loadavg: 1.00 1.00 1.06 3/106 31017
/proc/meminfo: memFree=1798032/2059040 swapFree=4140428/4192956
[pid=31017] ppid=31015 vsize=1527360 CPUtime=0.96
/proc/31017/stat : 31017 (java) S 31015 31017 30649 0 -1 4202496 8527 0 1 0 92 4 0 0 15 0 12 0 30244608 1564016640 7882 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31017/statm: 381840 7882 1405 10 0 379142 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1527360

[startup+1.50164 s]
/proc/loadavg: 1.16 1.03 1.07 2/118 31029
/proc/meminfo: memFree=1760304/2059040 swapFree=4140428/4192956
[pid=31017] ppid=31015 vsize=1527648 CPUtime=1.98
/proc/31017/stat : 31017 (java) S 31015 31017 30649 0 -1 4202496 21472 0 1 0 189 9 0 0 15 0 12 0 30244608 1564311552 20661 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31017/statm: 381912 20661 1407 10 0 379214 0
[pid=31017/tid=31019] ppid=31015 vsize=1527648 CPUtime=1.26
/proc/31017/task/31019/stat : 31019 (java) R 31015 31017 30649 0 -1 4202560 19158 0 1 0 119 7 0 0 25 0 12 0 30244610 1564311552 20661 1992294400 134512640 134550932 4292340208 18446744073709551615 4108888741 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31017/tid=31020] ppid=31015 vsize=1527648 CPUtime=0
/proc/31017/task/31020/stat : 31020 (java) S 31015 31017 30649 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 30244611 1564311552 20661 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31021] ppid=31015 vsize=1527648 CPUtime=0
/proc/31017/task/31021/stat : 31021 (java) S 31015 31017 30649 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 30244611 1564311552 20661 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31022] ppid=31015 vsize=1527648 CPUtime=0
/proc/31017/task/31022/stat : 31022 (java) S 31015 31017 30649 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30244613 1564311552 20661 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31023] ppid=31015 vsize=1527648 CPUtime=0
/proc/31017/task/31023/stat : 31023 (java) S 31015 31017 30649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 30244614 1564311552 20661 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31024] ppid=31015 vsize=1527648 CPUtime=0
/proc/31017/task/31024/stat : 31024 (java) S 31015 31017 30649 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 30244614 1564311552 20661 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31025] ppid=31015 vsize=1527648 CPUtime=0
/proc/31017/task/31025/stat : 31025 (java) S 31015 31017 30649 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30244618 1564311552 20661 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31026] ppid=31015 vsize=1527648 CPUtime=0.34
/proc/31017/task/31026/stat : 31026 (java) S 31015 31017 30649 0 -1 4202560 591 0 0 0 34 0 0 0 16 0 12 0 30244618 1564311552 20661 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31027] ppid=31015 vsize=1527648 CPUtime=0.35
/proc/31017/task/31027/stat : 31027 (java) R 31015 31017 30649 0 -1 4202560 663 0 0 0 35 0 0 0 15 0 12 0 30244618 1564311552 20661 1992294400 134512640 134550932 4292340208 18446744073709551615 104164045 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31017/tid=31028] ppid=31015 vsize=1527648 CPUtime=0
/proc/31017/task/31028/stat : 31028 (java) S 31015 31017 30649 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 30244618 1564311552 20661 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31029] ppid=31015 vsize=1527648 CPUtime=0
/proc/31017/task/31029/stat : 31029 (java) S 31015 31017 30649 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 30244618 1564311552 20661 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1527648

[startup+3.10194 s]
/proc/loadavg: 1.16 1.03 1.07 3/118 31029
/proc/meminfo: memFree=1684292/2059040 swapFree=4140428/4192956
[pid=31017] ppid=31015 vsize=1528836 CPUtime=3.98
/proc/31017/stat : 31017 (java) S 31015 31017 30649 0 -1 4202496 33798 0 1 0 385 13 0 0 15 0 13 0 30244608 1565528064 32382 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31017/statm: 382209 32382 1429 10 0 379511 0
[pid=31017/tid=31019] ppid=31015 vsize=1528836 CPUtime=2.7
/proc/31017/task/31019/stat : 31019 (java) R 31015 31017 30649 0 -1 4202560 30634 0 1 0 259 11 0 0 20 0 13 0 30244610 1565528064 32382 1992294400 134512640 134550932 4292340208 18446744073709551615 4109114613 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31017/tid=31020] ppid=31015 vsize=1528836 CPUtime=0
/proc/31017/task/31020/stat : 31020 (java) S 31015 31017 30649 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 13 0 30244611 1565528064 32382 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31021] ppid=31015 vsize=1528836 CPUtime=0
/proc/31017/task/31021/stat : 31021 (java) S 31015 31017 30649 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 30244611 1565528064 32382 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31022] ppid=31015 vsize=1528836 CPUtime=0
/proc/31017/task/31022/stat : 31022 (java) S 31015 31017 30649 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 30244613 1565528064 32382 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31023] ppid=31015 vsize=1528836 CPUtime=0
/proc/31017/task/31023/stat : 31023 (java) S 31015 31017 30649 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 30244614 1565528064 32382 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31024] ppid=31015 vsize=1528836 CPUtime=0
/proc/31017/task/31024/stat : 31024 (java) S 31015 31017 30649 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 30244614 1565528064 32382 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31025] ppid=31015 vsize=1528836 CPUtime=0
/proc/31017/task/31025/stat : 31025 (java) S 31015 31017 30649 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 30244618 1565528064 32382 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31026] ppid=31015 vsize=1528836 CPUtime=0.66
/proc/31017/task/31026/stat : 31026 (java) S 31015 31017 30649 0 -1 4202560 1256 0 0 0 66 0 0 0 16 0 13 0 30244618 1565528064 32382 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31027] ppid=31015 vsize=1528836 CPUtime=0.58
/proc/31017/task/31027/stat : 31027 (java) S 31015 31017 30649 0 -1 4202560 844 0 0 0 58 0 0 0 15 0 13 0 30244618 1565528064 32382 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=31017/tid=31028] ppid=31015 vsize=1528836 CPUtime=0
/proc/31017/task/31028/stat : 31028 (java) S 31015 31017 30649 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 30244618 1565528064 32382 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31029] ppid=31015 vsize=1528836 CPUtime=0
/proc/31017/task/31029/stat : 31029 (java) S 31015 31017 30649 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 30244618 1565528064 32382 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 1528836

[startup+6.30152 s]
/proc/loadavg: 1.23 1.05 1.07 5/119 31030
/proc/meminfo: memFree=1648076/2059040 swapFree=4140428/4192956
[pid=31017] ppid=31015 vsize=1531156 CPUtime=7.72
/proc/31017/stat : 31017 (java) S 31015 31017 30649 0 -1 4202496 45321 0 1 0 754 18 0 0 15 0 13 0 30244608 1567903744 43317 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31017/statm: 382789 43317 1440 10 0 380091 0
[pid=31017/tid=31019] ppid=31015 vsize=1531156 CPUtime=5.56
/proc/31017/task/31019/stat : 31019 (java) R 31015 31017 30649 0 -1 4202560 32079 0 1 0 544 12 0 0 18 0 13 0 30244610 1567903744 43317 1992294400 134512640 134550932 4292340208 18446744073709551615 4109191501 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31017/tid=31020] ppid=31015 vsize=1531156 CPUtime=0.14
/proc/31017/task/31020/stat : 31020 (java) S 31015 31017 30649 0 -1 4202560 4572 0 0 0 12 2 0 0 16 0 13 0 30244611 1567903744 43317 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31021] ppid=31015 vsize=1531156 CPUtime=0.14
/proc/31017/task/31021/stat : 31021 (java) S 31015 31017 30649 0 -1 4202560 4394 0 0 0 13 1 0 0 18 0 13 0 30244611 1567903744 43317 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31022] ppid=31015 vsize=1531156 CPUtime=0
/proc/31017/task/31022/stat : 31022 (java) S 31015 31017 30649 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 30244613 1567903744 43317 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31023] ppid=31015 vsize=1531156 CPUtime=0
/proc/31017/task/31023/stat : 31023 (java) S 31015 31017 30649 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30244614 1567903744 43317 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31024] ppid=31015 vsize=1531156 CPUtime=0
/proc/31017/task/31024/stat : 31024 (java) S 31015 31017 30649 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 30244614 1567903744 43317 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31025] ppid=31015 vsize=1531156 CPUtime=0
/proc/31017/task/31025/stat : 31025 (java) S 31015 31017 30649 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 30244618 1567903744 43317 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31026] ppid=31015 vsize=1531156 CPUtime=1.04
/proc/31017/task/31026/stat : 31026 (java) S 31015 31017 30649 0 -1 4202560 2164 0 0 0 104 0 0 0 15 0 13 0 30244618 1567903744 43317 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31027] ppid=31015 vsize=1531156 CPUtime=0.78
/proc/31017/task/31027/stat : 31027 (java) S 31015 31017 30649 0 -1 4202560 1035 0 0 0 78 0 0 0 15 0 13 0 30244618 1567903744 43317 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=31017/tid=31028] ppid=31015 vsize=1531156 CPUtime=0
/proc/31017/task/31028/stat : 31028 (java) S 31015 31017 30649 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 30244618 1567903744 43317 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31029] ppid=31015 vsize=1531156 CPUtime=0
/proc/31017/task/31029/stat : 31029 (java) S 31015 31017 30649 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 30244618 1567903744 43317 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=31017/tid=31030] ppid=31015 vsize=1531156 CPUtime=0
/proc/31017/task/31030/stat : 31030 (java) S 31015 31017 30649 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 30244847 1567903744 43317 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 1531156

[startup+12.7017 s]
/proc/loadavg: 1.21 1.05 1.07 2/119 31035
/proc/meminfo: memFree=1602808/2059040 swapFree=4140428/4192956
[pid=31017] ppid=31015 vsize=1533732 CPUtime=14.72
/proc/31017/stat : 31017 (java) S 31015 31017 30649 0 -1 4202496 53449 0 1 0 1450 22 0 0 15 0 13 0 30244608 1570541568 49884 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31017/statm: 383433 49884 1440 10 0 380735 0
[pid=31017/tid=31019] ppid=31015 vsize=1533732 CPUtime=11.37
/proc/31017/task/31019/stat : 31019 (java) R 31015 31017 30649 0 -1 4202560 32098 0 1 0 1125 12 0 0 20 0 13 0 30244610 1570541568 49884 1992294400 134512640 134550932 4292340208 18446744073709551615 4108980385 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31017/tid=31020] ppid=31015 vsize=1533732 CPUtime=0.49
/proc/31017/task/31020/stat : 31020 (java) S 31015 31017 30649 0 -1 4202560 8326 0 0 0 45 4 0 0 16 0 13 0 30244611 1570541568 49884 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=31017/tid=31021] ppid=31015 vsize=1533732 CPUtime=0.47
/proc/31017/task/31021/stat : 31021 (java) S 31015 31017 30649 0 -1 4202560 7731 0 0 0 45 2 0 0 16 0 13 0 30244611 1570541568 49884 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31022] ppid=31015 vsize=1533732 CPUtime=0
/proc/31017/task/31022/stat : 31022 (java) S 31015 31017 30649 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 13 0 30244613 1570541568 49884 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31023] ppid=31015 vsize=1533732 CPUtime=0
/proc/31017/task/31023/stat : 31023 (java) S 31015 31017 30649 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30244614 1570541568 49884 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31024] ppid=31015 vsize=1533732 CPUtime=0
/proc/31017/task/31024/stat : 31024 (java) S 31015 31017 30649 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 30244614 1570541568 49884 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31025] ppid=31015 vsize=1533732 CPUtime=0
/proc/31017/task/31025/stat : 31025 (java) S 31015 31017 30649 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 30244618 1570541568 49884 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31026] ppid=31015 vsize=1533732 CPUtime=1.33
/proc/31017/task/31026/stat : 31026 (java) S 31015 31017 30649 0 -1 4202560 3032 0 0 0 132 1 0 0 15 0 13 0 30244618 1570541568 49884 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31027] ppid=31015 vsize=1533732 CPUtime=1
/proc/31017/task/31027/stat : 31027 (java) S 31015 31017 30649 0 -1 4202560 1171 0 0 0 100 0 0 0 15 0 13 0 30244618 1570541568 49884 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=31017/tid=31028] ppid=31015 vsize=1533732 CPUtime=0
/proc/31017/task/31028/stat : 31028 (java) S 31015 31017 30649 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 30244618 1570541568 49884 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31029] ppid=31015 vsize=1533732 CPUtime=0
/proc/31017/task/31029/stat : 31029 (java) S 31015 31017 30649 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 30244618 1570541568 49884 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31030] ppid=31015 vsize=1533732 CPUtime=0
/proc/31017/task/31030/stat : 31030 (java) S 31015 31017 30649 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 30244847 1570541568 49884 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.72
Current children cumulated vsize (KiB) 1533732

[startup+25.5011 s]
/proc/loadavg: 1.18 1.05 1.07 2/119 31035
/proc/meminfo: memFree=1601700/2059040 swapFree=4140428/4192956
[pid=31017] ppid=31015 vsize=1532168 CPUtime=27.68
/proc/31017/stat : 31017 (java) S 31015 31017 30649 0 -1 4202496 54858 0 1 0 2746 22 0 0 15 0 13 0 30244608 1568940032 50148 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31017/statm: 383042 50148 1444 10 0 380344 0
[pid=31017/tid=31019] ppid=31015 vsize=1532168 CPUtime=24.12
/proc/31017/task/31019/stat : 31019 (java) R 31015 31017 30649 0 -1 4202560 32276 0 1 0 2400 12 0 0 25 0 13 0 30244610 1568940032 50148 1992294400 134512640 134550932 4292340208 18446744073709551615 4109198035 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31017/tid=31020] ppid=31015 vsize=1532168 CPUtime=0.53
/proc/31017/task/31020/stat : 31020 (java) S 31015 31017 30649 0 -1 4202560 8653 0 0 0 49 4 0 0 15 0 13 0 30244611 1568940032 50148 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=31017/tid=31021] ppid=31015 vsize=1532168 CPUtime=0.52
/proc/31017/task/31021/stat : 31021 (java) S 31015 31017 30649 0 -1 4202560 7995 0 0 0 50 2 0 0 16 0 13 0 30244611 1568940032 50148 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31022] ppid=31015 vsize=1532168 CPUtime=0
/proc/31017/task/31022/stat : 31022 (java) S 31015 31017 30649 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 13 0 30244613 1568940032 50148 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31023] ppid=31015 vsize=1532168 CPUtime=0
/proc/31017/task/31023/stat : 31023 (java) S 31015 31017 30649 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30244614 1568940032 50148 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31024] ppid=31015 vsize=1532168 CPUtime=0

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

[pid=31017] ppid=31015 vsize=1533192 CPUtime=1616.59
/proc/31017/stat : 31017 (java) S 31015 31017 30649 0 -1 4202496 155711 0 1 0 161527 132 0 0 15 0 13 0 30244608 1569988608 127694 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31017/statm: 383298 127694 1444 10 0 380600 0
[pid=31017/tid=31019] ppid=31015 vsize=1533192 CPUtime=1586.46
/proc/31017/task/31019/stat : 31019 (java) R 31015 31017 30649 0 -1 4202560 35326 0 1 0 158623 23 0 0 25 0 13 0 30244610 1569988608 127694 1992294400 134512640 134550932 4292340208 18446744073709551615 4108980503 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31017/tid=31020] ppid=31015 vsize=1533192 CPUtime=13.28
/proc/31017/task/31020/stat : 31020 (java) S 31015 31017 30649 0 -1 4202560 58379 0 0 0 1286 42 0 0 16 0 13 0 30244611 1569988608 127694 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31021] ppid=31015 vsize=1533192 CPUtime=13.22
/proc/31017/task/31021/stat : 31021 (java) S 31015 31017 30649 0 -1 4202560 54831 0 0 0 1279 43 0 0 16 0 13 0 30244611 1569988608 127694 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=31017/tid=31022] ppid=31015 vsize=1533192 CPUtime=0.61
/proc/31017/task/31022/stat : 31022 (java) S 31015 31017 30649 0 -1 4202560 129 0 0 0 42 19 0 0 15 0 13 0 30244613 1569988608 127694 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=31017/tid=31023] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31023/stat : 31023 (java) S 31015 31017 30649 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30244614 1569988608 127694 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31024] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31024/stat : 31024 (java) S 31015 31017 30649 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 30244614 1569988608 127694 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31025] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31025/stat : 31025 (java) S 31015 31017 30649 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 30244618 1569988608 127694 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31026] ppid=31015 vsize=1533192 CPUtime=1.96
/proc/31017/task/31026/stat : 31026 (java) S 31015 31017 30649 0 -1 4202560 4716 0 0 0 195 1 0 0 15 0 13 0 30244618 1569988608 127694 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31027] ppid=31015 vsize=1533192 CPUtime=1
/proc/31017/task/31027/stat : 31027 (java) S 31015 31017 30649 0 -1 4202560 1171 0 0 0 100 0 0 0 15 0 13 0 30244618 1569988608 127694 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=31017/tid=31028] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31028/stat : 31028 (java) S 31015 31017 30649 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 30244618 1569988608 127694 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31029] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31029/stat : 31029 (java) S 31015 31017 30649 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 30244618 1569988608 127694 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31030] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31030/stat : 31030 (java) S 31015 31017 30649 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 30244847 1569988608 127694 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1616.59
Current children cumulated vsize (KiB) 1533192

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/119 31079
/proc/meminfo: memFree=1283392/2059040 swapFree=4140428/4192956
[pid=31017] ppid=31015 vsize=1533192 CPUtime=1677.27
/proc/31017/stat : 31017 (java) S 31015 31017 30649 0 -1 4202496 157888 0 1 0 167591 136 0 0 15 0 13 0 30244608 1569988608 129257 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31017/statm: 383298 129257 1444 10 0 380600 0
[pid=31017/tid=31019] ppid=31015 vsize=1533192 CPUtime=1645.7
/proc/31017/task/31019/stat : 31019 (java) R 31015 31017 30649 0 -1 4202560 35447 0 1 0 164547 23 0 0 25 0 13 0 30244610 1569988608 129257 1992294400 134512640 134550932 4292340208 18446744073709551615 4109197606 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31017/tid=31020] ppid=31015 vsize=1533192 CPUtime=13.98
/proc/31017/task/31020/stat : 31020 (java) S 31015 31017 30649 0 -1 4202560 59438 0 0 0 1354 44 0 0 16 0 13 0 30244611 1569988608 129257 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31021] ppid=31015 vsize=1533192 CPUtime=13.92
/proc/31017/task/31021/stat : 31021 (java) S 31015 31017 30649 0 -1 4202560 55824 0 0 0 1348 44 0 0 15 0 13 0 30244611 1569988608 129257 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=31017/tid=31022] ppid=31015 vsize=1533192 CPUtime=0.63
/proc/31017/task/31022/stat : 31022 (java) S 31015 31017 30649 0 -1 4202560 131 0 0 0 44 19 0 0 15 0 13 0 30244613 1569988608 129257 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31023] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31023/stat : 31023 (java) S 31015 31017 30649 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30244614 1569988608 129257 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31024] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31024/stat : 31024 (java) S 31015 31017 30649 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 30244614 1569988608 129257 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31025] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31025/stat : 31025 (java) S 31015 31017 30649 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 30244618 1569988608 129257 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31026] ppid=31015 vsize=1533192 CPUtime=1.96
/proc/31017/task/31026/stat : 31026 (java) S 31015 31017 30649 0 -1 4202560 4716 0 0 0 195 1 0 0 15 0 13 0 30244618 1569988608 129257 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31027] ppid=31015 vsize=1533192 CPUtime=1
/proc/31017/task/31027/stat : 31027 (java) S 31015 31017 30649 0 -1 4202560 1171 0 0 0 100 0 0 0 15 0 13 0 30244618 1569988608 129257 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=31017/tid=31028] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31028/stat : 31028 (java) S 31015 31017 30649 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 30244618 1569988608 129257 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31029] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31029/stat : 31029 (java) S 31015 31017 30649 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 30244618 1569988608 129257 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31030] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31030/stat : 31030 (java) S 31015 31017 30649 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 30244847 1569988608 129257 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1677.27
Current children cumulated vsize (KiB) 1533192

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.01 3/119 31079
/proc/meminfo: memFree=1277688/2059040 swapFree=4140428/4192956
[pid=31017] ppid=31015 vsize=1533192 CPUtime=1737.93
/proc/31017/stat : 31017 (java) S 31015 31017 30649 0 -1 4202496 159916 0 1 0 173654 139 0 0 15 0 13 0 30244608 1569988608 130642 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31017/statm: 383298 130642 1444 10 0 380600 0
[pid=31017/tid=31019] ppid=31015 vsize=1533192 CPUtime=1704.95
/proc/31017/task/31019/stat : 31019 (java) R 31015 31017 30649 0 -1 4202560 35564 0 1 0 170471 24 0 0 25 0 13 0 30244610 1569988608 130642 1992294400 134512640 134550932 4292340208 18446744073709551615 4109212547 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31017/tid=31020] ppid=31015 vsize=1533192 CPUtime=14.68
/proc/31017/task/31020/stat : 31020 (java) S 31015 31017 30649 0 -1 4202560 60293 0 0 0 1423 45 0 0 15 0 13 0 30244611 1569988608 130642 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=31017/tid=31021] ppid=31015 vsize=1533192 CPUtime=14.62
/proc/31017/task/31021/stat : 31021 (java) S 31015 31017 30649 0 -1 4202560 56872 0 0 0 1417 45 0 0 16 0 13 0 30244611 1569988608 130642 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31022] ppid=31015 vsize=1533192 CPUtime=0.65
/proc/31017/task/31022/stat : 31022 (java) S 31015 31017 30649 0 -1 4202560 135 0 0 0 45 20 0 0 15 0 13 0 30244613 1569988608 130642 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31023] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31023/stat : 31023 (java) S 31015 31017 30649 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30244614 1569988608 130642 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31024] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31024/stat : 31024 (java) S 31015 31017 30649 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 30244614 1569988608 130642 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31025] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31025/stat : 31025 (java) S 31015 31017 30649 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 30244618 1569988608 130642 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31026] ppid=31015 vsize=1533192 CPUtime=1.96
/proc/31017/task/31026/stat : 31026 (java) S 31015 31017 30649 0 -1 4202560 4716 0 0 0 195 1 0 0 15 0 13 0 30244618 1569988608 130642 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31027] ppid=31015 vsize=1533192 CPUtime=1
/proc/31017/task/31027/stat : 31027 (java) S 31015 31017 30649 0 -1 4202560 1171 0 0 0 100 0 0 0 15 0 13 0 30244618 1569988608 130642 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=31017/tid=31028] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31028/stat : 31028 (java) S 31015 31017 30649 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 30244618 1569988608 130642 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31029] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31029/stat : 31029 (java) S 31015 31017 30649 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 30244618 1569988608 130642 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31030] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31030/stat : 31030 (java) S 31015 31017 30649 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 30244847 1569988608 130642 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1737.93
Current children cumulated vsize (KiB) 1533192

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/119 31081
/proc/meminfo: memFree=1275704/2059040 swapFree=4140428/4192956
[pid=31017] ppid=31015 vsize=1533192 CPUtime=1798.54
/proc/31017/stat : 31017 (java) S 31015 31017 30649 0 -1 4202496 160556 0 1 0 179713 141 0 0 15 0 13 0 30244608 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31017/statm: 383298 131092 1444 10 0 380600 0
[pid=31017/tid=31019] ppid=31015 vsize=1533192 CPUtime=1764.22
/proc/31017/task/31019/stat : 31019 (java) R 31015 31017 30649 0 -1 4202560 35676 0 1 0 176398 24 0 0 25 0 13 0 30244610 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4109191404 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31017/tid=31020] ppid=31015 vsize=1533192 CPUtime=15.35
/proc/31017/task/31020/stat : 31020 (java) S 31015 31017 30649 0 -1 4202560 60443 0 0 0 1489 46 0 0 16 0 13 0 30244611 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=31017/tid=31021] ppid=31015 vsize=1533192 CPUtime=15.28
/proc/31017/task/31021/stat : 31021 (java) S 31015 31017 30649 0 -1 4202560 57242 0 0 0 1482 46 0 0 15 0 13 0 30244611 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31022] ppid=31015 vsize=1533192 CPUtime=0.68
/proc/31017/task/31022/stat : 31022 (java) S 31015 31017 30649 0 -1 4202560 139 0 0 0 47 21 0 0 15 0 13 0 30244613 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=31017/tid=31023] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31023/stat : 31023 (java) S 31015 31017 30649 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30244614 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31024] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31024/stat : 31024 (java) S 31015 31017 30649 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 30244614 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31025] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31025/stat : 31025 (java) S 31015 31017 30649 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 30244618 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31026] ppid=31015 vsize=1533192 CPUtime=1.96
/proc/31017/task/31026/stat : 31026 (java) S 31015 31017 30649 0 -1 4202560 4716 0 0 0 195 1 0 0 15 0 13 0 30244618 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31027] ppid=31015 vsize=1533192 CPUtime=1
/proc/31017/task/31027/stat : 31027 (java) S 31015 31017 30649 0 -1 4202560 1171 0 0 0 100 0 0 0 15 0 13 0 30244618 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=31017/tid=31028] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31028/stat : 31028 (java) S 31015 31017 30649 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 30244618 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31029] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31029/stat : 31029 (java) S 31015 31017 30649 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 30244618 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31030] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31030/stat : 31030 (java) S 31015 31017 30649 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 30244847 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1798.54
Current children cumulated vsize (KiB) 1533192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.8 s]
/proc/loadavg: 1.00 1.00 1.01 2/119 31081
/proc/meminfo: memFree=1275704/2059040 swapFree=4140428/4192956
[pid=31017] ppid=31015 vsize=1533192 CPUtime=1800.06
/proc/31017/stat : 31017 (java) S 31015 31017 30649 0 -1 4202496 160559 0 1 0 179865 141 0 0 15 0 13 0 30244608 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31017/statm: 383298 131092 1444 10 0 380600 0
[pid=31017/tid=31019] ppid=31015 vsize=1533192 CPUtime=1765.7
/proc/31017/task/31019/stat : 31019 (java) R 31015 31017 30649 0 -1 4202560 35679 0 1 0 176546 24 0 0 25 0 13 0 30244610 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4108980495 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31017/tid=31020] ppid=31015 vsize=1533192 CPUtime=15.37
/proc/31017/task/31020/stat : 31020 (java) S 31015 31017 30649 0 -1 4202560 60443 0 0 0 1491 46 0 0 15 0 13 0 30244611 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=31017/tid=31021] ppid=31015 vsize=1533192 CPUtime=15.3
/proc/31017/task/31021/stat : 31021 (java) S 31015 31017 30649 0 -1 4202560 57242 0 0 0 1484 46 0 0 16 0 13 0 30244611 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31022] ppid=31015 vsize=1533192 CPUtime=0.68
/proc/31017/task/31022/stat : 31022 (java) S 31015 31017 30649 0 -1 4202560 139 0 0 0 47 21 0 0 16 0 13 0 30244613 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 0 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=31017/tid=31023] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31023/stat : 31023 (java) S 31015 31017 30649 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30244614 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31024] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31024/stat : 31024 (java) S 31015 31017 30649 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 30244614 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31025] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31025/stat : 31025 (java) S 31015 31017 30649 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 30244618 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31026] ppid=31015 vsize=1533192 CPUtime=1.96
/proc/31017/task/31026/stat : 31026 (java) S 31015 31017 30649 0 -1 4202560 4716 0 0 0 195 1 0 0 15 0 13 0 30244618 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31027] ppid=31015 vsize=1533192 CPUtime=1
/proc/31017/task/31027/stat : 31027 (java) S 31015 31017 30649 0 -1 4202560 1171 0 0 0 100 0 0 0 15 0 13 0 30244618 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=31017/tid=31028] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31028/stat : 31028 (java) S 31015 31017 30649 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 30244618 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31029] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31029/stat : 31029 (java) S 31015 31017 30649 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 30244618 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=31017/tid=31030] ppid=31015 vsize=1533192 CPUtime=0
/proc/31017/task/31030/stat : 31030 (java) S 31015 31017 30649 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 30244847 1569988608 131092 1992294400 134512640 134550932 4292340208 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1533192

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

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

Child status: 143
Real time (s): 1783.9
CPU time (s): 1800.16
CPU user time (s): 1798.69
CPU system time (s): 1.46878
CPU usage (%): 100.912
Max. virtual memory (cumulated for all children) (KiB): 1534756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.69
system time used= 1.46878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160579
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= 64541
involuntary context switches= 26954

runsolver used 3.42348 second user time and 9.72952 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-14 22:13:32
IDJOB=2660286
IDBENCH=2396
IDSOLVER=1165
FILE ID=node007/2660286-1276546411
PBS_JOBID= 11173476
Free space on /tmp= 62484 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-forplan.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660286-1276546411/watcher-2660286-1276546411 -o /tmp/evaluation-result-2660286-1276546411/solver-2660286-1276546411 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660286-1276546411.opb

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

MD5SUM BENCH= 43a001fe9c1e4e8b75108df32c142ab0
RANDOM SEED=1720056231

node007.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
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.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1798552 kB
Buffers:         73104 kB
Cached:         106888 kB
SwapCached:       6248 kB
Active:          81224 kB
Inactive:       112272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1798552 kB
SwapTotal:     4192956 kB
SwapFree:      4140428 kB
Dirty:            2428 kB
Writeback:           0 kB
AnonPages:       11876 kB
Mapped:          13112 kB
Slab:            45252 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181468 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62484 MiB
End job on node007 at 2010-06-14 22:43:17