Trace number 2661431

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

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__256.opb
MD5SUM236786dd2c62aa0c592a46a79d99b528
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark245667
Best CPU time to get the best result obtained on this benchmark1801.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables384498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint256
Maximum length of a constraint5377
Number of terms in the objective function 384000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 13135455744
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 13135455744
Number of bits of the biggest sum of numbers34
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.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
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.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2661431-1276689839.opb
0.24/0.21	c reading problem ... 
10.93/8.84	c ... done. Wall clock time 8.633s.
10.93/8.84	c #vars     384498
10.93/8.84	c #constraints  2500
10.93/8.84	c constraints type 
10.93/8.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
10.93/8.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1502
10.93/8.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
1800.02/1753.72	c starts		: 21
1800.02/1753.72	c conflicts		: 4602
1800.02/1753.72	c decisions		: 11717745
1800.02/1753.72	c propagations		: 13729906
1800.02/1753.72	c inspects		: 68320454
1800.02/1753.72	c learnt literals	: 0
1800.02/1753.72	c learnt binary clauses	: 0
1800.02/1753.72	c learnt ternary clauses	: 0
1800.02/1753.72	c learnt clauses	: 4601
1800.02/1753.72	c ignored clauses	: 0
1800.02/1753.72	c root simplifications	: 0
1800.02/1753.72	c removed literals (reason simplification)	: 0
1800.02/1753.72	c reason swapping (by a shorter reason)	: 0
1800.02/1753.72	c Calls to reduceDB	: 0
1800.02/1753.72	c number of reductions to clauses (during analyze)	: 0
1800.02/1753.72	c number of learned constraints concerned by reduction	: 0
1800.02/1753.72	c number of learning phase by resolution	: 0
1800.02/1753.72	c number of learning phase by cutting planes	: 0
1800.02/1753.72	c speed (assignments/second)	: 7868.718163853852
1800.02/1753.72	c non guided choices	353410
1800.02/1753.73	c learnt constraints type 
1800.02/1753.73	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 71
1800.02/1753.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4530
1800.02/1753.73	c constraints type 
1800.02/1753.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.02/1753.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1502
1800.02/1753.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
1800.02/1753.73	s UNKNOWN
1800.02/1753.73	c Total wall clock time (in seconds): 1753.519

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-2661431-1276689839/watcher-2661431-1276689839 -o /tmp/evaluation-result-2661431-1276689839/solver-2661431-1276689839 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661431-1276689839.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/105 18257
/proc/meminfo: memFree=1708404/2059040 swapFree=4192956/4192956
[pid=18257] ppid=18255 vsize=1832 CPUtime=0
/proc/18257/stat : 18257 (java6) S 18255 18257 17745 0 -1 4194304 253 0 0 0 0 0 0 0 18 0 1 0 10277783 1875968 156 1992294400 134512640 134550932 4290403616 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699326142 0 0 17 1 0 0 0
/proc/18257/statm: 458 156 119 10 0 63 0

[startup+0.050916 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 18257
/proc/meminfo: memFree=1708404/2059040 swapFree=4192956/4192956
[pid=18257] ppid=18255 vsize=1521340 CPUtime=0.04
/proc/18257/stat : 18257 (java) S 18255 18257 17745 0 -1 4202496 3498 0 1 0 2 2 0 0 18 0 6 0 10277783 1557852160 2942 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/18257/statm: 380416 2944 990 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521340

[startup+0.100914 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 18257
/proc/meminfo: memFree=1708404/2059040 swapFree=4192956/4192956
[pid=18257] ppid=18255 vsize=1524184 CPUtime=0.08
/proc/18257/stat : 18257 (java) S 18255 18257 17745 0 -1 4202496 3960 0 1 0 6 2 0 0 18 0 12 0 10277783 1560764416 3400 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18257/statm: 381046 3400 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301586 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 18257
/proc/meminfo: memFree=1708404/2059040 swapFree=4192956/4192956
[pid=18257] ppid=18255 vsize=1526520 CPUtime=0.4
/proc/18257/stat : 18257 (java) S 18255 18257 17745 0 -1 4202496 7513 0 1 0 36 4 0 0 18 0 12 0 10277783 1563156480 6950 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18257/statm: 381630 6950 1369 10 0 378932 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 1526520

[startup+0.700982 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 18257
/proc/meminfo: memFree=1708404/2059040 swapFree=4192956/4192956
[pid=18257] ppid=18255 vsize=1527544 CPUtime=1.01
/proc/18257/stat : 18257 (java) S 18255 18257 17745 0 -1 4202496 12182 0 1 0 96 5 0 0 18 0 12 0 10277783 1564205056 11515 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18257/statm: 381886 11515 1397 10 0 379188 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1527544

[startup+1.50107 s]
/proc/loadavg: 1.00 1.00 1.00 2/117 18269
/proc/meminfo: memFree=1642464/2059040 swapFree=4192956/4192956
[pid=18257] ppid=18255 vsize=1527544 CPUtime=1.81
/proc/18257/stat : 18257 (java) S 18255 18257 17745 0 -1 4202496 28540 0 1 0 169 12 0 0 18 0 12 0 10277783 1564205056 27873 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18257/statm: 381886 27874 1397 10 0 379188 0
[pid=18257/tid=18259] ppid=18255 vsize=1527544 CPUtime=1.46
/proc/18257/task/18259/stat : 18259 (java) R 18255 18257 17745 0 -1 4202560 26429 0 1 0 135 11 0 0 25 0 12 0 10277784 1564205056 27875 1992294400 134512640 134550932 4293911216 18446744073709551615 4108896342 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18257/tid=18260] ppid=18255 vsize=1527544 CPUtime=0
/proc/18257/task/18260/stat : 18260 (java) S 18255 18257 17745 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 10277786 1564205056 27876 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18261] ppid=18255 vsize=1527544 CPUtime=0
/proc/18257/task/18261/stat : 18261 (java) S 18255 18257 17745 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 10277786 1564205056 27876 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18262] ppid=18255 vsize=1527544 CPUtime=0
/proc/18257/task/18262/stat : 18262 (java) S 18255 18257 17745 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 10277787 1564205056 27877 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 0 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18263] ppid=18255 vsize=1527544 CPUtime=0
/proc/18257/task/18263/stat : 18263 (java) S 18255 18257 17745 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 10277788 1564205056 27878 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18264] ppid=18255 vsize=1527544 CPUtime=0
/proc/18257/task/18264/stat : 18264 (java) S 18255 18257 17745 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 10277788 1564205056 27879 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18265] ppid=18255 vsize=1527544 CPUtime=0
/proc/18257/task/18265/stat : 18265 (java) S 18255 18257 17745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10277792 1564205056 27880 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18266] ppid=18255 vsize=1527544 CPUtime=0.02
/proc/18257/task/18266/stat : 18266 (java) S 18255 18257 17745 0 -1 4202560 20 0 0 0 2 0 0 0 23 0 12 0 10277792 1564205056 27881 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18267] ppid=18255 vsize=1527544 CPUtime=0.3
/proc/18257/task/18267/stat : 18267 (java) S 18255 18257 17745 0 -1 4202560 1033 0 0 0 30 0 0 0 16 0 12 0 10277792 1564205056 27882 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18268] ppid=18255 vsize=1527544 CPUtime=0
/proc/18257/task/18268/stat : 18268 (java) S 18255 18257 17745 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10277792 1564205056 27882 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18269] ppid=18255 vsize=1527544 CPUtime=0
/proc/18257/task/18269/stat : 18269 (java) S 18255 18257 17745 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10277792 1564205056 27883 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 1527544

[startup+3.10125 s]
/proc/loadavg: 1.00 1.00 1.00 2/117 18269
/proc/meminfo: memFree=1553308/2059040 swapFree=4192956/4192956
[pid=18257] ppid=18255 vsize=1527544 CPUtime=3.8
/proc/18257/stat : 18257 (java) S 18255 18257 17745 0 -1 4202496 40799 0 1 0 362 18 0 0 18 0 12 0 10277783 1564205056 40035 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18257/statm: 381886 40035 1424 10 0 379188 0
[pid=18257/tid=18259] ppid=18255 vsize=1527544 CPUtime=2.96
/proc/18257/task/18259/stat : 18259 (java) R 18255 18257 17745 0 -1 4202560 32011 0 1 0 282 14 0 0 25 0 12 0 10277784 1564205056 40035 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18257/tid=18260] ppid=18255 vsize=1527544 CPUtime=0.09
/proc/18257/task/18260/stat : 18260 (java) S 18255 18257 17745 0 -1 4202560 2438 0 0 0 9 0 0 0 18 0 12 0 10277786 1564205056 40035 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18261] ppid=18255 vsize=1527544 CPUtime=0.08
/proc/18257/task/18261/stat : 18261 (java) S 18255 18257 17745 0 -1 4202560 4104 0 0 0 7 1 0 0 18 0 12 0 10277786 1564205056 40035 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18262] ppid=18255 vsize=1527544 CPUtime=0
/proc/18257/task/18262/stat : 18262 (java) S 18255 18257 17745 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10277787 1564205056 40035 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 0 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18263] ppid=18255 vsize=1527544 CPUtime=0
/proc/18257/task/18263/stat : 18263 (java) S 18255 18257 17745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10277788 1564205056 40035 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18264] ppid=18255 vsize=1527544 CPUtime=0
/proc/18257/task/18264/stat : 18264 (java) S 18255 18257 17745 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10277788 1564205056 40035 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18265] ppid=18255 vsize=1527544 CPUtime=0
/proc/18257/task/18265/stat : 18265 (java) S 18255 18257 17745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10277792 1564205056 40035 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18266] ppid=18255 vsize=1527544 CPUtime=0.06
/proc/18257/task/18266/stat : 18266 (java) S 18255 18257 17745 0 -1 4202560 33 0 0 0 6 0 0 0 17 0 12 0 10277792 1564205056 40035 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18267] ppid=18255 vsize=1527544 CPUtime=0.56
/proc/18257/task/18267/stat : 18267 (java) S 18255 18257 17745 0 -1 4202560 1143 0 0 0 56 0 0 0 16 0 12 0 10277792 1564205056 40035 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18268] ppid=18255 vsize=1527544 CPUtime=0
/proc/18257/task/18268/stat : 18268 (java) S 18255 18257 17745 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10277792 1564205056 40035 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18269] ppid=18255 vsize=1527544 CPUtime=0
/proc/18257/task/18269/stat : 18269 (java) S 18255 18257 17745 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10277792 1564205056 40035 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 1527544

[startup+6.30261 s]
/proc/loadavg: 1.00 1.00 1.00 2/117 18269
/proc/meminfo: memFree=1444188/2059040 swapFree=4192956/4192956
[pid=18257] ppid=18255 vsize=1528200 CPUtime=7.84
/proc/18257/stat : 18257 (java) S 18255 18257 17745 0 -1 4202496 79062 0 1 0 748 36 0 0 18 0 12 0 10277783 1564876800 74037 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18257/statm: 382050 74037 1424 10 0 379352 0
[pid=18257/tid=18259] ppid=18255 vsize=1528200 CPUtime=5.31
/proc/18257/task/18259/stat : 18259 (java) R 18255 18257 17745 0 -1 4202560 32015 0 1 0 515 16 0 0 24 0 12 0 10277784 1564876800 74037 1992294400 134512640 134550932 4293911216 18446744073709551615 4109079078 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18257/tid=18260] ppid=18255 vsize=1528200 CPUtime=0.94
/proc/18257/task/18260/stat : 18260 (java) S 18255 18257 17745 0 -1 4202560 20881 0 0 0 86 8 0 0 16 0 12 0 10277786 1564876800 74037 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18261] ppid=18255 vsize=1528200 CPUtime=0.92
/proc/18257/task/18261/stat : 18261 (java) S 18255 18257 17745 0 -1 4202560 23920 0 0 0 82 10 0 0 16 0 12 0 10277786 1564876800 74037 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18262] ppid=18255 vsize=1528200 CPUtime=0
/proc/18257/task/18262/stat : 18262 (java) S 18255 18257 17745 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10277787 1564876800 74037 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 0 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18263] ppid=18255 vsize=1528200 CPUtime=0
/proc/18257/task/18263/stat : 18263 (java) S 18255 18257 17745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10277788 1564876800 74037 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18264] ppid=18255 vsize=1528200 CPUtime=0
/proc/18257/task/18264/stat : 18264 (java) S 18255 18257 17745 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10277788 1564876800 74037 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18265] ppid=18255 vsize=1528200 CPUtime=0
/proc/18257/task/18265/stat : 18265 (java) S 18255 18257 17745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10277792 1564876800 74037 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18266] ppid=18255 vsize=1528200 CPUtime=0.06
/proc/18257/task/18266/stat : 18266 (java) S 18255 18257 17745 0 -1 4202560 33 0 0 0 6 0 0 0 15 0 12 0 10277792 1564876800 74037 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18267] ppid=18255 vsize=1528200 CPUtime=0.56
/proc/18257/task/18267/stat : 18267 (java) S 18255 18257 17745 0 -1 4202560 1143 0 0 0 56 0 0 0 16 0 12 0 10277792 1564876800 74037 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18268] ppid=18255 vsize=1528200 CPUtime=0
/proc/18257/task/18268/stat : 18268 (java) S 18255 18257 17745 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10277792 1564876800 74037 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18269] ppid=18255 vsize=1528200 CPUtime=0
/proc/18257/task/18269/stat : 18269 (java) S 18255 18257 17745 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10277792 1564876800 74037 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 1528200

[startup+12.7024 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 18270
/proc/meminfo: memFree=1337540/2059040 swapFree=4192956/4192956
[pid=18257] ppid=18255 vsize=1531032 CPUtime=15.65
/proc/18257/stat : 18257 (java) S 18255 18257 17745 0 -1 4202496 101184 0 1 0 1519 46 0 0 18 0 13 0 10277783 1567776768 93661 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18257/statm: 382758 93661 1438 10 0 380060 0
[pid=18257/tid=18259] ppid=18255 vsize=1531032 CPUtime=10.79
/proc/18257/task/18259/stat : 18259 (java) R 18255 18257 17745 0 -1 4202560 32074 0 1 0 1063 16 0 0 25 0 13 0 10277784 1567776768 93661 1992294400 134512640 134550932 4293911216 18446744073709551615 4109332069 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18257/tid=18260] ppid=18255 vsize=1531032 CPUtime=1.68
/proc/18257/task/18260/stat : 18260 (java) S 18255 18257 17745 0 -1 4202560 31119 0 0 0 155 13 0 0 16 0 13 0 10277786 1567776768 93661 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18261] ppid=18255 vsize=1531032 CPUtime=1.66
/proc/18257/task/18261/stat : 18261 (java) S 18255 18257 17745 0 -1 4202560 34411 0 0 0 151 15 0 0 15 0 13 0 10277786 1567776768 93661 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18262] ppid=18255 vsize=1531032 CPUtime=0
/proc/18257/task/18262/stat : 18262 (java) S 18255 18257 17745 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 10277787 1567776768 93661 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 0 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18263] ppid=18255 vsize=1531032 CPUtime=0
/proc/18257/task/18263/stat : 18263 (java) S 18255 18257 17745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10277788 1567776768 93661 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18264] ppid=18255 vsize=1531032 CPUtime=0
/proc/18257/task/18264/stat : 18264 (java) S 18255 18257 17745 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10277788 1567776768 93661 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18265] ppid=18255 vsize=1531032 CPUtime=0
/proc/18257/task/18265/stat : 18265 (java) S 18255 18257 17745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10277792 1567776768 93661 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18266] ppid=18255 vsize=1531032 CPUtime=0.33
/proc/18257/task/18266/stat : 18266 (java) S 18255 18257 17745 0 -1 4202560 506 0 0 0 33 0 0 0 15 0 13 0 10277792 1567776768 93661 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18267] ppid=18255 vsize=1531032 CPUtime=1.13
/proc/18257/task/18267/stat : 18267 (java) S 18255 18257 17745 0 -1 4202560 1999 0 0 0 113 0 0 0 15 0 13 0 10277792 1567776768 93661 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18268] ppid=18255 vsize=1531032 CPUtime=0
/proc/18257/task/18268/stat : 18268 (java) S 18255 18257 17745 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10277792 1567776768 93661 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18269] ppid=18255 vsize=1531032 CPUtime=0
/proc/18257/task/18269/stat : 18269 (java) S 18255 18257 17745 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10277792 1567776768 93661 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18270] ppid=18255 vsize=1531032 CPUtime=0
/proc/18257/task/18270/stat : 18270 (java) S 18255 18257 17745 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10278781 1567776768 93661 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.65
Current children cumulated vsize (KiB) 1531032

[startup+25.5018 s]
/proc/loadavg: 1.07 1.02 1.00 3/118 18270
/proc/meminfo: memFree=1335432/2059040 swapFree=4192956/4192956
[pid=18257] ppid=18255 vsize=1531032 CPUtime=29.4
/proc/18257/stat : 18257 (java) S 18255 18257 17745 0 -1 4202496 102706 0 1 0 2891 49 0 0 18 0 13 0 10277783 1567776768 94403 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18257/statm: 382758 94403 1439 10 0 380060 0
[pid=18257/tid=18259] ppid=18255 vsize=1531032 CPUtime=23.1
/proc/18257/task/18259/stat : 18259 (java) R 18255 18257 17745 0 -1 4202560 32099 0 1 0 2293 17 0 0 25 0 13 0 10277784 1567776768 94403 1992294400 134512640 134550932 4293911216 18446744073709551615 4109408782 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18257/tid=18260] ppid=18255 vsize=1531032 CPUtime=1.95
/proc/18257/task/18260/stat : 18260 (java) S 18255 18257 17745 0 -1 4202560 31503 0 0 0 182 13 0 0 16 0 13 0 10277786 1567776768 94403 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18261] ppid=18255 vsize=1531032 CPUtime=1.9
/proc/18257/task/18261/stat : 18261 (java) S 18255 18257 17745 0 -1 4202560 34712 0 0 0 174 16 0 0 16 0 13 0 10277786 1567776768 94403 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18262] ppid=18255 vsize=1531032 CPUtime=0.01
/proc/18257/task/18262/stat : 18262 (java) S 18255 18257 17745 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 13 0 10277787 1567776768 94403 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 0 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18263] ppid=18255 vsize=1531032 CPUtime=0
/proc/18257/task/18263/stat : 18263 (java) S 18255 18257 17745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10277788 1567776768 94403 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18264] ppid=18255 vsize=1531032 CPUtime=0
/proc/18257/task/18264/stat : 18264 (java) S 18255 18257 17745 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10277788 1567776768 94403 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18265] ppid=18255 vsize=1531032 CPUtime=0

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

[pid=18257/tid=18263] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18263/stat : 18263 (java) S 18255 18257 17745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10277788 1567965184 349674 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18264] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18264/stat : 18264 (java) S 18255 18257 17745 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10277788 1567965184 349674 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18265] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18265/stat : 18265 (java) S 18255 18257 17745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10277792 1567965184 349674 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18266] ppid=18255 vsize=1531216 CPUtime=0.65
/proc/18257/task/18266/stat : 18266 (java) S 18255 18257 17745 0 -1 4202560 523 0 0 0 65 0 0 0 15 0 13 0 10277792 1567965184 349674 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18267] ppid=18255 vsize=1531216 CPUtime=1.98
/proc/18257/task/18267/stat : 18267 (java) S 18255 18257 17745 0 -1 4202560 2806 0 0 0 197 1 0 0 15 0 13 0 10277792 1567965184 349674 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18268] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18268/stat : 18268 (java) S 18255 18257 17745 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10277792 1567965184 349674 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18269] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18269/stat : 18269 (java) S 18255 18257 17745 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 13 0 10277792 1567965184 349674 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18270] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18270/stat : 18270 (java) S 18255 18257 17745 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10278781 1567965184 349674 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1585.61
Current children cumulated vsize (KiB) 1531216

[startup+1602.3 s]
/proc/loadavg: 1.05 1.07 1.02 2/118 18312
/proc/meminfo: memFree=310200/2059040 swapFree=4192956/4192956
[pid=18257] ppid=18255 vsize=1531216 CPUtime=1646.75
/proc/18257/stat : 18257 (java) S 18255 18257 17745 0 -1 4202496 372353 0 1 0 164374 301 0 0 18 0 13 0 10277783 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18257/statm: 382804 349675 1441 10 0 380106 0
[pid=18257/tid=18259] ppid=18255 vsize=1531216 CPUtime=1544.91
/proc/18257/task/18259/stat : 18259 (java) R 18255 18257 17745 0 -1 4202560 34313 0 1 0 154466 25 0 0 18 0 13 0 10277784 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4109591148 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18257/tid=18260] ppid=18255 vsize=1531216 CPUtime=47.63
/proc/18257/task/18260/stat : 18260 (java) S 18255 18257 17745 0 -1 4202560 161766 0 0 0 4627 136 0 0 15 0 13 0 10277786 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18261] ppid=18255 vsize=1531216 CPUtime=49.54
/proc/18257/task/18261/stat : 18261 (java) S 18255 18257 17745 0 -1 4202560 165108 0 0 0 4833 121 0 0 16 0 13 0 10277786 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18262] ppid=18255 vsize=1531216 CPUtime=1.96
/proc/18257/task/18262/stat : 18262 (java) S 18255 18257 17745 0 -1 4202560 6681 0 0 0 181 15 0 0 15 0 13 0 10277787 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 0 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18263] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18263/stat : 18263 (java) S 18255 18257 17745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10277788 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18264] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18264/stat : 18264 (java) S 18255 18257 17745 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10277788 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18265] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18265/stat : 18265 (java) S 18255 18257 17745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10277792 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18266] ppid=18255 vsize=1531216 CPUtime=0.65
/proc/18257/task/18266/stat : 18266 (java) S 18255 18257 17745 0 -1 4202560 523 0 0 0 65 0 0 0 15 0 13 0 10277792 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18267] ppid=18255 vsize=1531216 CPUtime=1.99
/proc/18257/task/18267/stat : 18267 (java) S 18255 18257 17745 0 -1 4202560 2806 0 0 0 198 1 0 0 15 0 13 0 10277792 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18268] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18268/stat : 18268 (java) S 18255 18257 17745 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10277792 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18269] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18269/stat : 18269 (java) S 18255 18257 17745 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 13 0 10277792 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18270] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18270/stat : 18270 (java) S 18255 18257 17745 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10278781 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1646.75
Current children cumulated vsize (KiB) 1531216

[startup+1662.3 s]
/proc/loadavg: 1.01 1.05 1.01 2/118 18314
/proc/meminfo: memFree=310200/2059040 swapFree=4192956/4192956
[pid=18257] ppid=18255 vsize=1531216 CPUtime=1707.49
/proc/18257/stat : 18257 (java) S 18255 18257 17745 0 -1 4202496 372459 0 1 0 170439 310 0 0 18 0 13 0 10277783 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18257/statm: 382804 349675 1441 10 0 380106 0
[pid=18257/tid=18259] ppid=18255 vsize=1531216 CPUtime=1603.73
/proc/18257/task/18259/stat : 18259 (java) R 18255 18257 17745 0 -1 4202560 34411 0 1 0 160348 25 0 0 25 0 13 0 10277784 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4109592124 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18257/tid=18260] ppid=18255 vsize=1531216 CPUtime=48.6
/proc/18257/task/18260/stat : 18260 (java) S 18255 18257 17745 0 -1 4202560 161766 0 0 0 4723 137 0 0 15 0 13 0 10277786 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18261] ppid=18255 vsize=1531216 CPUtime=50.46
/proc/18257/task/18261/stat : 18261 (java) S 18255 18257 17745 0 -1 4202560 165108 0 0 0 4919 127 0 0 16 0 13 0 10277786 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18262] ppid=18255 vsize=1531216 CPUtime=1.98
/proc/18257/task/18262/stat : 18262 (java) S 18255 18257 17745 0 -1 4202560 6685 0 0 0 182 16 0 0 15 0 13 0 10277787 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 0 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18263] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18263/stat : 18263 (java) S 18255 18257 17745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10277788 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18264] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18264/stat : 18264 (java) S 18255 18257 17745 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10277788 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18265] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18265/stat : 18265 (java) S 18255 18257 17745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10277792 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18266] ppid=18255 vsize=1531216 CPUtime=0.65
/proc/18257/task/18266/stat : 18266 (java) S 18255 18257 17745 0 -1 4202560 523 0 0 0 65 0 0 0 15 0 13 0 10277792 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18267] ppid=18255 vsize=1531216 CPUtime=1.99
/proc/18257/task/18267/stat : 18267 (java) S 18255 18257 17745 0 -1 4202560 2806 0 0 0 198 1 0 0 15 0 13 0 10277792 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18268] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18268/stat : 18268 (java) S 18255 18257 17745 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10277792 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18269] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18269/stat : 18269 (java) S 18255 18257 17745 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 10277792 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18270] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18270/stat : 18270 (java) S 18255 18257 17745 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10278781 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1707.49
Current children cumulated vsize (KiB) 1531216

[startup+1722.3 s]
/proc/loadavg: 1.00 1.04 1.01 2/118 18319
/proc/meminfo: memFree=309580/2059040 swapFree=4192956/4192956
[pid=18257] ppid=18255 vsize=1531216 CPUtime=1768.22
/proc/18257/stat : 18257 (java) S 18255 18257 17745 0 -1 4202496 372565 0 1 0 176502 320 0 0 18 0 13 0 10277783 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18257/statm: 382804 349675 1441 10 0 380106 0
[pid=18257/tid=18259] ppid=18255 vsize=1531216 CPUtime=1662.55
/proc/18257/task/18259/stat : 18259 (java) R 18255 18257 17745 0 -1 4202560 34509 0 1 0 166229 26 0 0 18 0 13 0 10277784 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4109587062 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18257/tid=18260] ppid=18255 vsize=1531216 CPUtime=49.54
/proc/18257/task/18260/stat : 18260 (java) S 18255 18257 17745 0 -1 4202560 161766 0 0 0 4812 142 0 0 15 0 13 0 10277786 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18261] ppid=18255 vsize=1531216 CPUtime=51.43
/proc/18257/task/18261/stat : 18261 (java) S 18255 18257 17745 0 -1 4202560 165108 0 0 0 5012 131 0 0 15 0 13 0 10277786 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18262] ppid=18255 vsize=1531216 CPUtime=2
/proc/18257/task/18262/stat : 18262 (java) S 18255 18257 17745 0 -1 4202560 6689 0 0 0 183 17 0 0 15 0 13 0 10277787 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 0 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18263] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18263/stat : 18263 (java) S 18255 18257 17745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10277788 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18264] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18264/stat : 18264 (java) S 18255 18257 17745 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10277788 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18265] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18265/stat : 18265 (java) S 18255 18257 17745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10277792 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18266] ppid=18255 vsize=1531216 CPUtime=0.65
/proc/18257/task/18266/stat : 18266 (java) S 18255 18257 17745 0 -1 4202560 523 0 0 0 65 0 0 0 15 0 13 0 10277792 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18267] ppid=18255 vsize=1531216 CPUtime=1.99
/proc/18257/task/18267/stat : 18267 (java) S 18255 18257 17745 0 -1 4202560 2806 0 0 0 198 1 0 0 15 0 13 0 10277792 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18268] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18268/stat : 18268 (java) S 18255 18257 17745 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10277792 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18269] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18269/stat : 18269 (java) S 18255 18257 17745 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 10277792 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18270] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18270/stat : 18270 (java) S 18255 18257 17745 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10278781 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1768.22
Current children cumulated vsize (KiB) 1531216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1753.7 s]
/proc/loadavg: 1.00 1.04 1.00 2/118 18319
/proc/meminfo: memFree=309580/2059040 swapFree=4192956/4192956
[pid=18257] ppid=18255 vsize=1531216 CPUtime=1800.02
/proc/18257/stat : 18257 (java) S 18255 18257 17745 0 -1 4202496 372605 0 1 0 179680 322 0 0 18 0 13 0 10277783 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18257/statm: 382804 349675 1441 10 0 380106 0
[pid=18257/tid=18259] ppid=18255 vsize=1531216 CPUtime=1693.38
/proc/18257/task/18259/stat : 18259 (java) R 18255 18257 17745 0 -1 4202560 34545 0 1 0 169312 26 0 0 18 0 13 0 10277784 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4109591152 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18257/tid=18260] ppid=18255 vsize=1531216 CPUtime=50.02
/proc/18257/task/18260/stat : 18260 (java) S 18255 18257 17745 0 -1 4202560 161766 0 0 0 4857 145 0 0 16 0 13 0 10277786 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18261] ppid=18255 vsize=1531216 CPUtime=51.93
/proc/18257/task/18261/stat : 18261 (java) S 18255 18257 17745 0 -1 4202560 165108 0 0 0 5062 131 0 0 16 0 13 0 10277786 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18262] ppid=18255 vsize=1531216 CPUtime=2
/proc/18257/task/18262/stat : 18262 (java) S 18255 18257 17745 0 -1 4202560 6691 0 0 0 183 17 0 0 15 0 13 0 10277787 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 0 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18263] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18263/stat : 18263 (java) S 18255 18257 17745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10277788 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18264] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18264/stat : 18264 (java) S 18255 18257 17745 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10277788 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18265] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18265/stat : 18265 (java) S 18255 18257 17745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10277792 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18266] ppid=18255 vsize=1531216 CPUtime=0.65
/proc/18257/task/18266/stat : 18266 (java) S 18255 18257 17745 0 -1 4202560 523 0 0 0 65 0 0 0 15 0 13 0 10277792 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
[pid=18257/tid=18267] ppid=18255 vsize=1531216 CPUtime=1.99
/proc/18257/task/18267/stat : 18267 (java) S 18255 18257 17745 0 -1 4202560 2806 0 0 0 198 1 0 0 15 0 13 0 10277792 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18268] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18268/stat : 18268 (java) S 18255 18257 17745 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10277792 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 0 0 0 0
[pid=18257/tid=18269] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18269/stat : 18269 (java) R 18255 18257 17745 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 10277792 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18257/tid=18270] ppid=18255 vsize=1531216 CPUtime=0
/proc/18257/task/18270/stat : 18270 (java) S 18255 18257 17745 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 10278781 1567965184 349675 1992294400 134512640 134550932 4293911216 18446744073709551615 4294960144 0 4 0 16800975 18446604437818847360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1531216

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

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

[startup+1753.82 s]
/proc/loadavg: 1.00 1.04 1.00 2/118 18319
/proc/meminfo: memFree=309580/2059040 swapFree=4192956/4192956
[pid=18257] ppid=18255 vsize=0 CPUtime=1800.15
/proc/18257/stat : 18257 (java) Z 18255 18257 17745 0 -1 4203548 372625 0 1 0 179687 328 0 0 17 0 2 0 10277783 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18257/statm: 0 0 0 0 0 0 0
[pid=18257/tid=18259] ppid=18255 vsize=0 CPUtime=1693.49
/proc/18257/task/18259/stat : 18259 (java) R 18255 18257 17745 0 -1 4203588 34545 0 1 0 169318 31 0 0 19 0 2 0 10277784 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1753.89
CPU time (s): 1800.23
CPU user time (s): 1796.87
CPU system time (s): 3.35249
CPU usage (%): 102.642
Max. virtual memory (cumulated for all children) (KiB): 1545468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.87
system time used= 3.35249
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 372625
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= 61044
involuntary context switches= 45445

runsolver used 3.47047 second user time and 9.54555 second system time

The end

Launcher Data

Begin job on node085 at 2010-06-16 14:04:00
IDJOB=2661431
IDBENCH=71853
IDSOLVER=1165
FILE ID=node085/2661431-1276689839
PBS_JOBID= 11172582
Free space on /tmp= 121852 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_500_3__212_366__256.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661431-1276689839/watcher-2661431-1276689839 -o /tmp/evaluation-result-2661431-1276689839/solver-2661431-1276689839 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661431-1276689839.opb

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

MD5SUM BENCH= 236786dd2c62aa0c592a46a79d99b528
RANDOM SEED=1419807298

node085.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.221
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.44
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.221
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	: 5999.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1708800 kB
Buffers:         72492 kB
Cached:         139676 kB
SwapCached:          0 kB
Active:         143516 kB
Inactive:       128156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1708800 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           17848 kB
Writeback:           0 kB
AnonPages:       59380 kB
Mapped:          15488 kB
Slab:            56792 kB
PageTables:       3920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182528 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= 121852 MiB
End job on node085 at 2010-06-16 14:33:15