Trace number 2661494

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.18 1744.33

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_100_3__3_91__2048.opb
MD5SUMd1fb051a767cfe5591d677674fdef8c6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables614498
Total number of constraints400
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)302
Number of constraints which are nor clauses,nor cardinality constraints98
Minimum length of a constraint2048
Maximum length of a constraint34817
Number of terms in the objective function 614400
Biggest coefficient in the objective function 94834
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 22173505536
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 94834
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 22173505536
Number of bits of the biggest sum of numbers35
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.14	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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2661494-1276694029.opb
0.23/0.21	c reading problem ... 
21.83/17.05	c ... done. Wall clock time 16.845s.
21.83/17.05	c #vars     614498
21.83/17.05	c #constraints  500
21.83/17.05	c constraints type 
21.83/17.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
21.83/17.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 302
21.83/17.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 196
1800.05/1744.21	c starts		: 1
1800.05/1744.21	c conflicts		: 73
1800.05/1744.21	c decisions		: 4821329
1800.05/1744.21	c propagations		: 4828810
1800.05/1744.21	c inspects		: 9756335
1800.05/1744.21	c learnt literals	: 0
1800.05/1744.21	c learnt binary clauses	: 0
1800.05/1744.21	c learnt ternary clauses	: 0
1800.05/1744.21	c learnt clauses	: 72
1800.05/1744.21	c ignored clauses	: 0
1800.05/1744.21	c root simplifications	: 0
1800.05/1744.21	c removed literals (reason simplification)	: 0
1800.05/1744.21	c reason swapping (by a shorter reason)	: 0
1800.05/1744.21	c Calls to reduceDB	: 0
1800.05/1744.21	c number of reductions to clauses (during analyze)	: 0
1800.05/1744.21	c number of learned constraints concerned by reduction	: 0
1800.05/1744.21	c number of learning phase by resolution	: 0
1800.05/1744.21	c number of learning phase by cutting planes	: 0
1800.05/1744.21	c speed (assignments/second)	: 2795.867581019081
1800.05/1744.21	c non guided choices	0
1800.05/1744.21	c learnt constraints type 
1800.05/1744.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 72
1800.05/1744.21	c constraints type 
1800.05/1744.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.05/1744.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 302
1800.05/1744.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 196
1800.05/1744.21	s UNKNOWN
1800.05/1744.21	c Total wall clock time (in seconds): 1744.008

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-2661494-1276694029/watcher-2661494-1276694029 -o /tmp/evaluation-result-2661494-1276694029/solver-2661494-1276694029 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661494-1276694029.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.03 1.07 1.02 3/106 17426
/proc/meminfo: memFree=1772328/2059040 swapFree=4192956/4192956
[pid=17426] ppid=17424 vsize=248 CPUtime=0
/proc/17426/stat : 17426 (java) R 17424 17426 16818 0 -1 4194304 283 0 0 0 0 0 0 0 17 0 1 0 10695764 253952 28 1992294400 134512640 134550932 4293629312 18446744073709551615 5140958 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17426/statm: 62 28 21 10 0 23 0

[startup+0.028665 s]
/proc/loadavg: 1.03 1.07 1.02 3/106 17426
/proc/meminfo: memFree=1772328/2059040 swapFree=4192956/4192956
[pid=17426] ppid=17424 vsize=1517712 CPUtime=0.01
/proc/17426/stat : 17426 (java) S 17424 17426 16818 0 -1 4202496 2621 0 1 0 0 1 0 0 15 0 3 0 10695764 1554137088 2064 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/17426/statm: 379428 2064 419 10 0 377139 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517712

[startup+0.101365 s]
/proc/loadavg: 1.03 1.07 1.02 3/106 17426
/proc/meminfo: memFree=1772328/2059040 swapFree=4192956/4192956
[pid=17426] ppid=17424 vsize=1524184 CPUtime=0.08
/proc/17426/stat : 17426 (java) S 17424 17426 16818 0 -1 4202496 3965 0 1 0 6 2 0 0 15 0 12 0 10695764 1560764416 3403 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17426/statm: 381046 3403 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301396 s]
/proc/loadavg: 1.03 1.07 1.02 3/106 17426
/proc/meminfo: memFree=1772328/2059040 swapFree=4192956/4192956
[pid=17426] ppid=17424 vsize=1526400 CPUtime=0.36
/proc/17426/stat : 17426 (java) S 17424 17426 16818 0 -1 4202496 8771 0 1 0 32 4 0 0 15 0 12 0 10695764 1563033600 8207 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17426/statm: 381600 8207 1360 10 0 378902 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526400

[startup+0.701453 s]
/proc/loadavg: 1.03 1.07 1.02 3/106 17426
/proc/meminfo: memFree=1772328/2059040 swapFree=4192956/4192956
[pid=17426] ppid=17424 vsize=1527736 CPUtime=1.04
/proc/17426/stat : 17426 (java) S 17424 17426 16818 0 -1 4202496 13042 0 1 0 98 6 0 0 15 0 12 0 10695764 1564401664 12478 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17426/statm: 381934 12478 1397 10 0 379236 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1527736

[startup+1.50156 s]
/proc/loadavg: 1.03 1.07 1.02 2/118 17438
/proc/meminfo: memFree=1702608/2059040 swapFree=4192956/4192956
[pid=17426] ppid=17424 vsize=1527736 CPUtime=1.84
/proc/17426/stat : 17426 (java) S 17424 17426 16818 0 -1 4202496 28044 0 1 0 173 11 0 0 15 0 12 0 10695764 1564401664 27480 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17426/statm: 381934 27481 1397 10 0 379236 0
[pid=17426/tid=17428] ppid=17424 vsize=1527736 CPUtime=1.47
/proc/17426/task/17428/stat : 17428 (java) R 17424 17426 16818 0 -1 4202560 26000 0 1 0 138 9 0 0 19 0 12 0 10695766 1564401664 27481 1992294400 134512640 134550932 4293629312 18446744073709551615 4109052999 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17426/tid=17429] ppid=17424 vsize=1527736 CPUtime=0
/proc/17426/task/17429/stat : 17429 (java) S 17424 17426 16818 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 12 0 10695767 1564401664 27482 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17430] ppid=17424 vsize=1527736 CPUtime=0
/proc/17426/task/17430/stat : 17430 (java) S 17424 17426 16818 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 10695767 1564401664 27483 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17431] ppid=17424 vsize=1527736 CPUtime=0
/proc/17426/task/17431/stat : 17431 (java) S 17424 17426 16818 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 10695769 1564401664 27484 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17432] ppid=17424 vsize=1527736 CPUtime=0
/proc/17426/task/17432/stat : 17432 (java) S 17424 17426 16818 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 12 0 10695769 1564401664 27484 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17433] ppid=17424 vsize=1527736 CPUtime=0
/proc/17426/task/17433/stat : 17433 (java) S 17424 17426 16818 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 12 0 10695769 1564401664 27485 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17434] ppid=17424 vsize=1527736 CPUtime=0
/proc/17426/task/17434/stat : 17434 (java) S 17424 17426 16818 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 10695774 1564401664 27486 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17435] ppid=17424 vsize=1527736 CPUtime=0.24
/proc/17426/task/17435/stat : 17435 (java) S 17424 17426 16818 0 -1 4202560 398 0 0 0 24 0 0 0 24 0 12 0 10695774 1564401664 27487 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17436] ppid=17424 vsize=1527736 CPUtime=0.1
/proc/17426/task/17436/stat : 17436 (java) S 17424 17426 16818 0 -1 4202560 583 0 0 0 10 0 0 0 24 0 12 0 10695774 1564401664 27488 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17437] ppid=17424 vsize=1527736 CPUtime=0
/proc/17426/task/17437/stat : 17437 (java) S 17424 17426 16818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10695774 1564401664 27489 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17438] ppid=17424 vsize=1527736 CPUtime=0
/proc/17426/task/17438/stat : 17438 (java) S 17424 17426 16818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10695774 1564401664 27490 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 1527736

[startup+3.10179 s]
/proc/loadavg: 1.03 1.07 1.02 2/118 17438
/proc/meminfo: memFree=1612584/2059040 swapFree=4192956/4192956
[pid=17426] ppid=17424 vsize=1527736 CPUtime=3.54
/proc/17426/stat : 17426 (java) S 17424 17426 16818 0 -1 4202496 41842 0 1 0 336 18 0 0 15 0 12 0 10695764 1564401664 41135 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17426/statm: 381934 41135 1408 10 0 379236 0
[pid=17426/tid=17428] ppid=17424 vsize=1527736 CPUtime=2.96
/proc/17426/task/17428/stat : 17428 (java) R 17424 17426 16818 0 -1 4202560 32006 0 1 0 283 13 0 0 21 0 12 0 10695766 1564401664 41135 1992294400 134512640 134550932 4293629312 18446744073709551615 4109027993 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17426/tid=17429] ppid=17424 vsize=1527736 CPUtime=0.1
/proc/17426/task/17429/stat : 17429 (java) S 17424 17426 16818 0 -1 4202560 2643 0 0 0 9 1 0 0 18 0 12 0 10695767 1564401664 41135 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17430] ppid=17424 vsize=1527736 CPUtime=0.09
/proc/17426/task/17430/stat : 17430 (java) S 17424 17426 16818 0 -1 4202560 5140 0 0 0 7 2 0 0 18 0 12 0 10695767 1564401664 41135 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17431] ppid=17424 vsize=1527736 CPUtime=0
/proc/17426/task/17431/stat : 17431 (java) S 17424 17426 16818 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10695769 1564401664 41135 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17432] ppid=17424 vsize=1527736 CPUtime=0
/proc/17426/task/17432/stat : 17432 (java) S 17424 17426 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 10695769 1564401664 41135 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17433] ppid=17424 vsize=1527736 CPUtime=0
/proc/17426/task/17433/stat : 17433 (java) S 17424 17426 16818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10695769 1564401664 41135 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17434] ppid=17424 vsize=1527736 CPUtime=0
/proc/17426/task/17434/stat : 17434 (java) S 17424 17426 16818 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 10695774 1564401664 41135 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17435] ppid=17424 vsize=1527736 CPUtime=0.24
/proc/17426/task/17435/stat : 17435 (java) S 17424 17426 16818 0 -1 4202560 398 0 0 0 24 0 0 0 24 0 12 0 10695774 1564401664 41135 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17436] ppid=17424 vsize=1527736 CPUtime=0.1
/proc/17426/task/17436/stat : 17436 (java) S 17424 17426 16818 0 -1 4202560 583 0 0 0 10 0 0 0 24 0 12 0 10695774 1564401664 41135 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17437] ppid=17424 vsize=1527736 CPUtime=0
/proc/17426/task/17437/stat : 17437 (java) S 17424 17426 16818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10695774 1564401664 41135 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17438] ppid=17424 vsize=1527736 CPUtime=0
/proc/17426/task/17438/stat : 17438 (java) S 17424 17426 16818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10695774 1564401664 41135 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 1527736

[startup+6.30226 s]
/proc/loadavg: 1.03 1.07 1.02 3/118 17438
/proc/meminfo: memFree=1529876/2059040 swapFree=4192956/4192956
[pid=17426] ppid=17424 vsize=1539708 CPUtime=8.41
/proc/17426/stat : 17426 (java) S 17424 17426 16818 0 -1 4202496 70845 0 1 0 810 31 0 0 15 0 12 0 10695764 1576660992 65432 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17426/statm: 384927 65434 1424 10 0 382229 0
[pid=17426/tid=17428] ppid=17424 vsize=1539708 CPUtime=5.61
/proc/17426/task/17428/stat : 17428 (java) R 17424 17426 16818 0 -1 4202560 32033 0 1 0 548 13 0 0 25 0 12 0 10695766 1576660992 65435 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17426/tid=17429] ppid=17424 vsize=1539708 CPUtime=0.62
/proc/17426/task/17429/stat : 17429 (java) R 17424 17426 16818 0 -1 4202560 18612 0 0 0 54 8 0 0 18 0 12 0 10695767 1576660992 65436 1992294400 134512640 134550932 4293629312 18446744073709551615 105886384 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17426/tid=17430] ppid=17424 vsize=1539708 CPUtime=0.46
/proc/17426/task/17430/stat : 17430 (java) R 17424 17426 16818 0 -1 4202560 12780 0 0 0 40 6 0 0 18 0 12 0 10695767 1576660992 65438 1992294400 134512640 134550932 4293629312 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17426/tid=17431] ppid=17424 vsize=1539708 CPUtime=0
/proc/17426/task/17431/stat : 17431 (java) S 17424 17426 16818 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10695769 1576660992 65439 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17432] ppid=17424 vsize=1539708 CPUtime=0
/proc/17426/task/17432/stat : 17432 (java) S 17424 17426 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 10695769 1576660992 65441 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17433] ppid=17424 vsize=1539708 CPUtime=0
/proc/17426/task/17433/stat : 17433 (java) S 17424 17426 16818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10695769 1576660992 65442 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17434] ppid=17424 vsize=1539708 CPUtime=0
/proc/17426/task/17434/stat : 17434 (java) S 17424 17426 16818 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 10695774 1576660992 65443 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17435] ppid=17424 vsize=1539708 CPUtime=1.13
/proc/17426/task/17435/stat : 17435 (java) S 17424 17426 16818 0 -1 4202560 5296 0 0 0 112 1 0 0 17 0 12 0 10695774 1576660992 65445 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17436] ppid=17424 vsize=1539708 CPUtime=0.54
/proc/17426/task/17436/stat : 17436 (java) S 17424 17426 16818 0 -1 4202560 1058 0 0 0 54 0 0 0 15 0 12 0 10695774 1576660992 65446 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17437] ppid=17424 vsize=1539708 CPUtime=0
/proc/17426/task/17437/stat : 17437 (java) S 17424 17426 16818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10695774 1576660992 65447 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17438] ppid=17424 vsize=1539708 CPUtime=0
/proc/17426/task/17438/stat : 17438 (java) S 17424 17426 16818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10695774 1576660992 65449 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.41
Current children cumulated vsize (KiB) 1539708

[startup+12.7012 s]
/proc/loadavg: 1.10 1.08 1.02 2/118 17438
/proc/meminfo: memFree=1394220/2059040 swapFree=4192956/4192956
[pid=17426] ppid=17424 vsize=1538576 CPUtime=16.77
/proc/17426/stat : 17426 (java) S 17424 17426 16818 0 -1 4202496 114432 0 1 0 1623 54 0 0 15 0 12 0 10695764 1575501824 101944 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17426/statm: 384644 101944 1424 10 0 381946 0
[pid=17426/tid=17428] ppid=17424 vsize=1538576 CPUtime=10.02
/proc/17426/task/17428/stat : 17428 (java) R 17424 17426 16818 0 -1 4202560 32040 0 1 0 988 14 0 0 21 0 12 0 10695766 1575501824 101944 1992294400 134512640 134550932 4293629312 18446744073709551615 4109027735 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17426/tid=17429] ppid=17424 vsize=1538576 CPUtime=2.59
/proc/17426/task/17429/stat : 17429 (java) S 17424 17426 16818 0 -1 4202560 44902 0 0 0 238 21 0 0 16 0 12 0 10695767 1575501824 101944 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17430] ppid=17424 vsize=1538576 CPUtime=2.43
/proc/17426/task/17430/stat : 17430 (java) S 17424 17426 16818 0 -1 4202560 30064 0 0 0 228 15 0 0 16 0 12 0 10695767 1575501824 101944 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17431] ppid=17424 vsize=1538576 CPUtime=0
/proc/17426/task/17431/stat : 17431 (java) S 17424 17426 16818 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10695769 1575501824 101944 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17432] ppid=17424 vsize=1538576 CPUtime=0
/proc/17426/task/17432/stat : 17432 (java) S 17424 17426 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 10695769 1575501824 101944 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17433] ppid=17424 vsize=1538576 CPUtime=0
/proc/17426/task/17433/stat : 17433 (java) S 17424 17426 16818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10695769 1575501824 101944 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17434] ppid=17424 vsize=1538576 CPUtime=0
/proc/17426/task/17434/stat : 17434 (java) S 17424 17426 16818 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 10695774 1575501824 101944 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17435] ppid=17424 vsize=1538576 CPUtime=1.13
/proc/17426/task/17435/stat : 17435 (java) S 17424 17426 16818 0 -1 4202560 5296 0 0 0 112 1 0 0 15 0 12 0 10695774 1575501824 101944 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17436] ppid=17424 vsize=1538576 CPUtime=0.54
/proc/17426/task/17436/stat : 17436 (java) S 17424 17426 16818 0 -1 4202560 1058 0 0 0 54 0 0 0 15 0 12 0 10695774 1575501824 101944 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17437] ppid=17424 vsize=1538576 CPUtime=0
/proc/17426/task/17437/stat : 17437 (java) S 17424 17426 16818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10695774 1575501824 101944 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17438] ppid=17424 vsize=1538576 CPUtime=0
/proc/17426/task/17438/stat : 17438 (java) S 17424 17426 16818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10695774 1575501824 101944 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.77
Current children cumulated vsize (KiB) 1538576

[startup+25.502 s]
/proc/loadavg: 1.09 1.08 1.02 2/119 17441
/proc/meminfo: memFree=1272692/2059040 swapFree=4192956/4192956
[pid=17426] ppid=17424 vsize=1538368 CPUtime=31.31
/proc/17426/stat : 17426 (java) S 17424 17426 16818 0 -1 4202496 140924 0 1 0 3062 69 0 0 15 0 13 0 10695764 1575288832 125874 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17426/statm: 384592 125874 1438 10 0 381894 0
[pid=17426/tid=17428] ppid=17424 vsize=1538368 CPUtime=21.7
/proc/17426/task/17428/stat : 17428 (java) R 17424 17426 16818 0 -1 4202560 32099 0 1 0 2155 15 0 0 25 0 13 0 10695766 1575288832 125874 1992294400 134512640 134550932 4293629312 18446744073709551615 4109521703 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17426/tid=17429] ppid=17424 vsize=1538368 CPUtime=3.58
/proc/17426/task/17429/stat : 17429 (java) S 17424 17426 16818 0 -1 4202560 57430 0 0 0 331 27 0 0 15 0 13 0 10695767 1575288832 125874 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17430] ppid=17424 vsize=1538368 CPUtime=3.46
/proc/17426/task/17430/stat : 17430 (java) S 17424 17426 16818 0 -1 4202560 43899 0 0 0 324 22 0 0 16 0 13 0 10695767 1575288832 125874 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17431] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17431/stat : 17431 (java) S 17424 17426 16818 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 10695769 1575288832 125874 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17432] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17432/stat : 17432 (java) S 17424 17426 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10695769 1575288832 125874 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17433] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17433/stat : 17433 (java) S 17424 17426 16818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10695769 1575288832 125874 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17434] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17434/stat : 17434 (java) S 17424 17426 16818 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 10695774 1575288832 125874 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17435] ppid=17424 vsize=1538368 CPUtime=1.62

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

[pid=17426/tid=17431] ppid=17424 vsize=1538368 CPUtime=0.17
/proc/17426/task/17431/stat : 17431 (java) S 17424 17426 16818 0 -1 4202560 97 0 0 0 11 6 0 0 15 0 13 0 10695769 1575288832 279239 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17432] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17432/stat : 17432 (java) S 17424 17426 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10695769 1575288832 279239 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17433] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17433/stat : 17433 (java) S 17424 17426 16818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10695769 1575288832 279239 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17434] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17434/stat : 17434 (java) S 17424 17426 16818 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 10695774 1575288832 279239 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17435] ppid=17424 vsize=1538368 CPUtime=2.18
/proc/17426/task/17435/stat : 17435 (java) S 17424 17426 16818 0 -1 4202560 5381 0 0 0 216 2 0 0 15 0 13 0 10695774 1575288832 279239 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17436] ppid=17424 vsize=1538368 CPUtime=1.6
/proc/17426/task/17436/stat : 17436 (java) S 17424 17426 16818 0 -1 4202560 1123 0 0 0 160 0 0 0 16 0 13 0 10695774 1575288832 279239 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17437] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17437/stat : 17437 (java) S 17424 17426 16818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10695774 1575288832 279239 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17438] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17438/stat : 17438 (java) S 17424 17426 16818 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 13 0 10695774 1575288832 279239 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17439] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17439/stat : 17439 (java) S 17424 17426 16818 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10697637 1575288832 279239 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1588.93
Current children cumulated vsize (KiB) 1538368

[startup+1602.3 s]
/proc/loadavg: 1.16 1.08 1.01 2/119 17486
/proc/meminfo: memFree=638556/2059040 swapFree=4192956/4192956
[pid=17426] ppid=17424 vsize=1538368 CPUtime=1651.05
/proc/17426/stat : 17426 (java) S 17424 17426 16818 0 -1 4202496 304904 0 1 0 164859 246 0 0 15 0 13 0 10695764 1575288832 283908 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17426/statm: 384592 283908 1439 10 0 381894 0
[pid=17426/tid=17428] ppid=17424 vsize=1538368 CPUtime=1543.19
/proc/17426/task/17428/stat : 17428 (java) R 17424 17426 16818 0 -1 4202560 33383 0 1 0 154298 21 0 0 25 0 13 0 10695766 1575288832 283908 1992294400 134512640 134550932 4293629312 18446744073709551615 4109615672 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17426/tid=17429] ppid=17424 vsize=1538368 CPUtime=52.26
/proc/17426/task/17429/stat : 17429 (java) S 17424 17426 16818 0 -1 4202560 138889 0 0 0 5119 107 0 0 16 0 13 0 10695767 1575288832 283908 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17430] ppid=17424 vsize=1538368 CPUtime=51.57
/proc/17426/task/17430/stat : 17430 (java) S 17424 17426 16818 0 -1 4202560 124872 0 0 0 5051 106 0 0 15 0 13 0 10695767 1575288832 283908 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17431] ppid=17424 vsize=1538368 CPUtime=0.17
/proc/17426/task/17431/stat : 17431 (java) S 17424 17426 16818 0 -1 4202560 99 0 0 0 11 6 0 0 15 0 13 0 10695769 1575288832 283908 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17432] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17432/stat : 17432 (java) S 17424 17426 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10695769 1575288832 283908 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17433] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17433/stat : 17433 (java) S 17424 17426 16818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10695769 1575288832 283908 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17434] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17434/stat : 17434 (java) S 17424 17426 16818 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 10695774 1575288832 283908 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17435] ppid=17424 vsize=1538368 CPUtime=2.18
/proc/17426/task/17435/stat : 17435 (java) S 17424 17426 16818 0 -1 4202560 5381 0 0 0 216 2 0 0 15 0 13 0 10695774 1575288832 283908 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17436] ppid=17424 vsize=1538368 CPUtime=1.6
/proc/17426/task/17436/stat : 17436 (java) S 17424 17426 16818 0 -1 4202560 1123 0 0 0 160 0 0 0 16 0 13 0 10695774 1575288832 283908 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17437] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17437/stat : 17437 (java) S 17424 17426 16818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10695774 1575288832 283908 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17438] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17438/stat : 17438 (java) S 17424 17426 16818 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 13 0 10695774 1575288832 283908 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17439] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17439/stat : 17439 (java) S 17424 17426 16818 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10697637 1575288832 283908 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1651.05
Current children cumulated vsize (KiB) 1538368

[startup+1662.3 s]
/proc/loadavg: 1.20 1.10 1.02 2/119 17486
/proc/meminfo: memFree=610408/2059040 swapFree=4192956/4192956
[pid=17426] ppid=17424 vsize=1538368 CPUtime=1714.26
/proc/17426/stat : 17426 (java) S 17424 17426 16818 0 -1 4202496 312014 0 1 0 171173 253 0 0 15 0 13 0 10695764 1575288832 290903 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17426/statm: 384592 290903 1439 10 0 381894 0
[pid=17426/tid=17428] ppid=17424 vsize=1538368 CPUtime=1599.15
/proc/17426/task/17428/stat : 17428 (java) R 17424 17426 16818 0 -1 4202560 33438 0 1 0 159893 22 0 0 25 0 13 0 10695766 1575288832 290903 1992294400 134512640 134550932 4293629312 18446744073709551615 4109826782 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17426/tid=17429] ppid=17424 vsize=1538368 CPUtime=55.87
/proc/17426/task/17429/stat : 17429 (java) S 17424 17426 16818 0 -1 4202560 142596 0 0 0 5476 111 0 0 15 0 13 0 10695767 1575288832 290903 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17430] ppid=17424 vsize=1538368 CPUtime=55.22
/proc/17426/task/17430/stat : 17430 (java) S 17424 17426 16818 0 -1 4202560 128214 0 0 0 5413 109 0 0 16 0 13 0 10695767 1575288832 290903 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17431] ppid=17424 vsize=1538368 CPUtime=0.18
/proc/17426/task/17431/stat : 17431 (java) S 17424 17426 16818 0 -1 4202560 104 0 0 0 12 6 0 0 15 0 13 0 10695769 1575288832 290903 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17432] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17432/stat : 17432 (java) S 17424 17426 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10695769 1575288832 290903 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17433] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17433/stat : 17433 (java) S 17424 17426 16818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10695769 1575288832 290903 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17434] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17434/stat : 17434 (java) S 17424 17426 16818 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 10695774 1575288832 290903 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17435] ppid=17424 vsize=1538368 CPUtime=2.18
/proc/17426/task/17435/stat : 17435 (java) S 17424 17426 16818 0 -1 4202560 5381 0 0 0 216 2 0 0 15 0 13 0 10695774 1575288832 290903 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17436] ppid=17424 vsize=1538368 CPUtime=1.6
/proc/17426/task/17436/stat : 17436 (java) S 17424 17426 16818 0 -1 4202560 1123 0 0 0 160 0 0 0 16 0 13 0 10695774 1575288832 290903 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17437] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17437/stat : 17437 (java) S 17424 17426 16818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10695774 1575288832 290903 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17438] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17438/stat : 17438 (java) S 17424 17426 16818 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 10695774 1575288832 290903 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17439] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17439/stat : 17439 (java) S 17424 17426 16818 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10697637 1575288832 290903 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1714.26
Current children cumulated vsize (KiB) 1538368

[startup+1722.3 s]
/proc/loadavg: 1.15 1.10 1.02 2/119 17488
/proc/meminfo: memFree=591684/2059040 swapFree=4192956/4192956
[pid=17426] ppid=17424 vsize=1538368 CPUtime=1776.89
/proc/17426/stat : 17426 (java) S 17424 17426 16818 0 -1 4202496 316770 0 1 0 177430 259 0 0 15 0 13 0 10695764 1575288832 295566 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17426/statm: 384592 295566 1439 10 0 381894 0
[pid=17426/tid=17428] ppid=17424 vsize=1538368 CPUtime=1655.89
/proc/17426/task/17428/stat : 17428 (java) R 17424 17426 16818 0 -1 4202560 33481 0 1 0 165567 22 0 0 25 0 13 0 10695766 1575288832 295566 1992294400 134512640 134550932 4293629312 18446744073709551615 4109615938 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17426/tid=17429] ppid=17424 vsize=1538368 CPUtime=58.75
/proc/17426/task/17429/stat : 17429 (java) S 17424 17426 16818 0 -1 4202560 145022 0 0 0 5761 114 0 0 16 0 13 0 10695767 1575288832 295566 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17430] ppid=17424 vsize=1538368 CPUtime=58.21
/proc/17426/task/17430/stat : 17430 (java) S 17424 17426 16818 0 -1 4202560 130493 0 0 0 5709 112 0 0 16 0 13 0 10695767 1575288832 295566 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17431] ppid=17424 vsize=1538368 CPUtime=0.2
/proc/17426/task/17431/stat : 17431 (java) S 17424 17426 16818 0 -1 4202560 108 0 0 0 13 7 0 0 15 0 13 0 10695769 1575288832 295566 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17432] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17432/stat : 17432 (java) S 17424 17426 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10695769 1575288832 295566 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17433] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17433/stat : 17433 (java) S 17424 17426 16818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10695769 1575288832 295566 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17434] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17434/stat : 17434 (java) S 17424 17426 16818 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 10695774 1575288832 295566 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17435] ppid=17424 vsize=1538368 CPUtime=2.18
/proc/17426/task/17435/stat : 17435 (java) S 17424 17426 16818 0 -1 4202560 5381 0 0 0 216 2 0 0 15 0 13 0 10695774 1575288832 295566 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17436] ppid=17424 vsize=1538368 CPUtime=1.6
/proc/17426/task/17436/stat : 17436 (java) S 17424 17426 16818 0 -1 4202560 1123 0 0 0 160 0 0 0 16 0 13 0 10695774 1575288832 295566 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17437] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17437/stat : 17437 (java) S 17424 17426 16818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10695774 1575288832 295566 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17438] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17438/stat : 17438 (java) S 17424 17426 16818 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 10695774 1575288832 295566 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17439] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17439/stat : 17439 (java) S 17424 17426 16818 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10697637 1575288832 295566 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1776.89
Current children cumulated vsize (KiB) 1538368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1744.2 s]
/proc/loadavg: 1.17 1.10 1.02 2/119 17488
/proc/meminfo: memFree=582260/2059040 swapFree=4192956/4192956
[pid=17426] ppid=17424 vsize=1538368 CPUtime=1800.05
/proc/17426/stat : 17426 (java) S 17424 17426 16818 0 -1 4202496 319135 0 1 0 179743 262 0 0 15 0 13 0 10695764 1575288832 297898 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17426/statm: 384592 297898 1439 10 0 381894 0
[pid=17426/tid=17428] ppid=17424 vsize=1538368 CPUtime=1676.25
/proc/17426/task/17428/stat : 17428 (java) R 17424 17426 16818 0 -1 4202560 33501 0 1 0 167603 22 0 0 25 0 13 0 10695766 1575288832 297898 1992294400 134512640 134550932 4293629312 18446744073709551615 4109615781 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17426/tid=17429] ppid=17424 vsize=1538368 CPUtime=60.1
/proc/17426/task/17429/stat : 17429 (java) S 17424 17426 16818 0 -1 4202560 147203 0 0 0 5895 115 0 0 16 0 13 0 10695767 1575288832 297898 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17430] ppid=17424 vsize=1538368 CPUtime=59.65
/proc/17426/task/17430/stat : 17430 (java) S 17424 17426 16818 0 -1 4202560 130653 0 0 0 5853 112 0 0 16 0 13 0 10695767 1575288832 297898 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17431] ppid=17424 vsize=1538368 CPUtime=0.2
/proc/17426/task/17431/stat : 17431 (java) S 17424 17426 16818 0 -1 4202560 110 0 0 0 13 7 0 0 15 0 13 0 10695769 1575288832 297898 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 0 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17432] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17432/stat : 17432 (java) S 17424 17426 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10695769 1575288832 297898 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17433] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17433/stat : 17433 (java) S 17424 17426 16818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10695769 1575288832 297898 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17434] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17434/stat : 17434 (java) S 17424 17426 16818 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 10695774 1575288832 297898 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17435] ppid=17424 vsize=1538368 CPUtime=2.18
/proc/17426/task/17435/stat : 17435 (java) S 17424 17426 16818 0 -1 4202560 5381 0 0 0 216 2 0 0 15 0 13 0 10695774 1575288832 297898 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
[pid=17426/tid=17436] ppid=17424 vsize=1538368 CPUtime=1.6
/proc/17426/task/17436/stat : 17436 (java) S 17424 17426 16818 0 -1 4202560 1123 0 0 0 160 0 0 0 16 0 13 0 10695774 1575288832 297898 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17437] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17437/stat : 17437 (java) S 17424 17426 16818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10695774 1575288832 297898 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17438] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17438/stat : 17438 (java) S 17424 17426 16818 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 10695774 1575288832 297898 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 0 0 0 0
[pid=17426/tid=17439] ppid=17424 vsize=1538368 CPUtime=0
/proc/17426/task/17439/stat : 17439 (java) S 17424 17426 16818 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10697637 1575288832 297898 1992294400 134512640 134550932 4293629312 18446744073709551615 4294960144 0 4 0 16800975 18446604437826572544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1538368

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

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

[startup+1744.31 s]
/proc/loadavg: 1.17 1.10 1.02 2/119 17488
/proc/meminfo: memFree=582260/2059040 swapFree=4192956/4192956
[pid=17426] ppid=17424 vsize=0 CPUtime=1800.16
/proc/17426/stat : 17426 (java) Z 17424 17426 16818 0 -1 4203548 319155 0 1 0 179745 271 0 0 15 0 2 0 10695764 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17426/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1744.33
CPU time (s): 1800.18
CPU user time (s): 1797.45
CPU system time (s): 2.72558
CPU usage (%): 103.202
Max. virtual memory (cumulated for all children) (KiB): 1541076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.45
system time used= 2.72558
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 319155
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= 51782
involuntary context switches= 39037

runsolver used 3.50947 second user time and 9.42357 second system time

The end

Launcher Data

Begin job on node039 at 2010-06-16 15:13:50
IDJOB=2661494
IDBENCH=71917
IDSOLVER=1165
FILE ID=node039/2661494-1276694029
PBS_JOBID= 11172592
Free space on /tmp= 62524 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_100_3__3_91__2048.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661494-1276694029/watcher-2661494-1276694029 -o /tmp/evaluation-result-2661494-1276694029/solver-2661494-1276694029 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661494-1276694029.opb

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

MD5SUM BENCH= d1fb051a767cfe5591d677674fdef8c6
RANDOM SEED=5599443

node039.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.267
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.53
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.267
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1772848 kB
Buffers:          5792 kB
Cached:         143824 kB
SwapCached:          0 kB
Active:         149940 kB
Inactive:        59100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1772848 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           28588 kB
Writeback:           4 kB
AnonPages:       59384 kB
Mapped:          15380 kB
Slab:            55416 kB
PageTables:       4108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182692 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= 62524 MiB
End job on node039 at 2010-06-16 15:42:56