Trace number 2660290

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 1788.83

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scsd1.opb
MD5SUM34085e863ff461099a0ff7d8d6c87d4c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22800
Total number of constraints77
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints77
Minimum length of a constraint600
Maximum length of a constraint1500
Number of terms in the objective function 22800
Biggest coefficient in the objective function 268435456000000000
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 188158757647584541356
Number of bits of the sum of numbers in the objective function 68
Biggest number in a constraint 268435456000000000
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 188158757647584541356
Number of bits of the biggest sum of numbers68
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.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2660290-1276548359.opb
0.22/0.22	c reading problem ... 
2.95/1.82	c ... done. Wall clock time 1.6s.
2.95/1.82	c #vars     22800
2.95/1.82	c #constraints  154
2.95/1.82	c constraints type 
2.95/1.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 154
1800.09/1788.71	c starts		: 1
1800.09/1788.71	c conflicts		: 79
1800.09/1788.71	c decisions		: 35355
1800.09/1788.71	c propagations		: 40280
1800.09/1788.71	c inspects		: 156807
1800.09/1788.71	c learnt literals	: 0
1800.09/1788.71	c learnt binary clauses	: 0
1800.09/1788.71	c learnt ternary clauses	: 0
1800.09/1788.71	c learnt clauses	: 78
1800.09/1788.71	c ignored clauses	: 0
1800.09/1788.71	c root simplifications	: 0
1800.09/1788.71	c removed literals (reason simplification)	: 0
1800.09/1788.71	c reason swapping (by a shorter reason)	: 0
1800.09/1788.71	c Calls to reduceDB	: 0
1800.09/1788.71	c number of reductions to clauses (during analyze)	: 0
1800.09/1788.71	c number of learned constraints concerned by reduction	: 0
1800.09/1788.71	c number of learning phase by resolution	: 0
1800.09/1788.71	c number of learning phase by cutting planes	: 0
1800.09/1788.71	c speed (assignments/second)	: 22.541882683715226
1800.09/1788.71	c non guided choices	0
1800.09/1788.71	c learnt constraints type 
1800.09/1788.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1800.09/1788.71	c constraints type 
1800.09/1788.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 154
1800.09/1788.71	s UNKNOWN
1800.09/1788.71	c Total wall clock time (in seconds): 1788.498

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-2660290-1276548359/watcher-2660290-1276548359 -o /tmp/evaluation-result-2660290-1276548359/solver-2660290-1276548359 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660290-1276548359.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.18 1.71 1.56 3/106 31262
/proc/meminfo: memFree=1825028/2059040 swapFree=4136080/4192956
[pid=31262] ppid=31260 vsize=428 CPUtime=0
/proc/31262/stat : 31262 (java6) R 31260 31262 31163 0 -1 4194304 123 0 0 0 0 0 0 0 16 0 1 0 30437269 438272 42 1992294400 134512640 134550932 4287715488 18446744073709551615 2331220 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31262/statm: 107 42 33 10 0 25 0

[startup+0.019434 s]
/proc/loadavg: 1.18 1.71 1.56 3/106 31262
/proc/meminfo: memFree=1825028/2059040 swapFree=4136080/4192956
[pid=31262] ppid=31260 vsize=13480 CPUtime=0.01
/proc/31262/stat : 31262 (java) S 31260 31262 31163 0 -1 4202496 1112 0 0 0 0 1 0 0 15 0 2 0 30437269 13803520 582 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/31262/statm: 3370 582 265 10 0 1204 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13480

[startup+0.101334 s]
/proc/loadavg: 1.18 1.71 1.56 3/106 31262
/proc/meminfo: memFree=1825028/2059040 swapFree=4136080/4192956
[pid=31262] ppid=31260 vsize=1524024 CPUtime=0.08
/proc/31262/stat : 31262 (java) S 31260 31262 31163 0 -1 4202496 3936 0 1 0 6 2 0 0 15 0 12 0 30437269 1560600576 3375 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31262/statm: 381006 3375 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.301371 s]
/proc/loadavg: 1.18 1.71 1.56 3/106 31262
/proc/meminfo: memFree=1825028/2059040 swapFree=4136080/4192956
[pid=31262] ppid=31260 vsize=1526556 CPUtime=0.36
/proc/31262/stat : 31262 (java) S 31260 31262 31163 0 -1 4202496 5434 0 1 0 33 3 0 0 15 0 12 0 30437269 1563193344 4871 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31262/statm: 381639 4871 1358 10 0 378941 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526556

[startup+0.701439 s]
/proc/loadavg: 1.18 1.71 1.56 3/106 31262
/proc/meminfo: memFree=1825028/2059040 swapFree=4136080/4192956
[pid=31262] ppid=31260 vsize=1527552 CPUtime=1.04
/proc/31262/stat : 31262 (java) S 31260 31262 31163 0 -1 4202496 8644 0 1 0 99 5 0 0 15 0 12 0 30437269 1564213248 8033 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31262/statm: 381888 8033 1402 10 0 379190 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1527552

[startup+1.50158 s]
/proc/loadavg: 1.18 1.71 1.56 4/118 31274
/proc/meminfo: memFree=1784012/2059040 swapFree=4136080/4192956
[pid=31262] ppid=31260 vsize=1541768 CPUtime=2.63
/proc/31262/stat : 31262 (java) S 31260 31262 31163 0 -1 4202496 22273 0 1 0 253 10 0 0 15 0 12 0 30437269 1578770432 19758 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31262/statm: 385442 19758 1407 10 0 382744 0
[pid=31262/tid=31264] ppid=31260 vsize=1541768 CPUtime=1.47
/proc/31262/task/31264/stat : 31264 (java) R 31260 31262 31163 0 -1 4202560 14850 0 1 0 140 7 0 0 25 0 12 0 30437271 1578770432 19759 1992294400 134512640 134550932 4293801488 18446744073709551615 4109179916 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31262/tid=31265] ppid=31260 vsize=1541768 CPUtime=0
/proc/31262/task/31265/stat : 31265 (java) S 31260 31262 31163 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 30437272 1578770432 19759 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31266] ppid=31260 vsize=1541768 CPUtime=0
/proc/31262/task/31266/stat : 31266 (java) S 31260 31262 31163 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30437272 1578770432 19760 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31267] ppid=31260 vsize=1541768 CPUtime=0
/proc/31262/task/31267/stat : 31267 (java) S 31260 31262 31163 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30437274 1578770432 19761 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
[pid=31262/tid=31268] ppid=31260 vsize=1541768 CPUtime=0
/proc/31262/task/31268/stat : 31268 (java) S 31260 31262 31163 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 30437274 1578770432 19762 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31269] ppid=31260 vsize=1541768 CPUtime=0
/proc/31262/task/31269/stat : 31269 (java) S 31260 31262 31163 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30437274 1578770432 19762 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31270] ppid=31260 vsize=1541768 CPUtime=0
/proc/31262/task/31270/stat : 31270 (java) S 31260 31262 31163 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 30437279 1578770432 19763 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31271] ppid=31260 vsize=1541768 CPUtime=0.31
/proc/31262/task/31271/stat : 31271 (java) R 31260 31262 31163 0 -1 4202560 541 0 0 0 31 0 0 0 21 0 12 0 30437279 1578770432 19764 1992294400 134512640 134550932 4293801488 18446744073709551615 104140346 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31262/tid=31272] ppid=31260 vsize=1541768 CPUtime=0.82
/proc/31262/task/31272/stat : 31272 (java) R 31260 31262 31163 0 -1 4202560 5818 0 0 0 81 1 0 0 18 0 12 0 30437279 1578770432 19765 1992294400 134512640 134550932 4293801488 18446744073709551615 104144073 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31262/tid=31273] ppid=31260 vsize=1541768 CPUtime=0
/proc/31262/task/31273/stat : 31273 (java) S 31260 31262 31163 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 30437279 1578770432 19765 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31274] ppid=31260 vsize=1541768 CPUtime=0
/proc/31262/task/31274/stat : 31274 (java) S 31260 31262 31163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30437279 1578770432 19766 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 1541768

[startup+3.10184 s]
/proc/loadavg: 1.18 1.71 1.56 5/118 31274
/proc/meminfo: memFree=1721640/2059040 swapFree=4136080/4192956
[pid=31262] ppid=31260 vsize=1541656 CPUtime=5.06
/proc/31262/stat : 31262 (java) S 31260 31262 31163 0 -1 4202496 36744 0 1 0 491 15 0 0 15 0 13 0 30437269 1578655744 33711 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31262/statm: 385414 33711 1434 10 0 382716 0
[pid=31262/tid=31264] ppid=31260 vsize=1541656 CPUtime=3.06
/proc/31262/task/31264/stat : 31264 (java) R 31260 31262 31163 0 -1 4202560 28761 0 1 0 295 11 0 0 25 0 13 0 30437271 1578655744 33711 1992294400 134512640 134550932 4293801488 18446744073709551615 4109557258 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31262/tid=31265] ppid=31260 vsize=1541656 CPUtime=0
/proc/31262/task/31265/stat : 31265 (java) S 31260 31262 31163 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 30437272 1578655744 33711 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31266] ppid=31260 vsize=1541656 CPUtime=0
/proc/31262/task/31266/stat : 31266 (java) S 31260 31262 31163 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 30437272 1578655744 33711 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31267] ppid=31260 vsize=1541656 CPUtime=0
/proc/31262/task/31267/stat : 31267 (java) S 31260 31262 31163 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 30437274 1578655744 33711 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
[pid=31262/tid=31268] ppid=31260 vsize=1541656 CPUtime=0
/proc/31262/task/31268/stat : 31268 (java) S 31260 31262 31163 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 30437274 1578655744 33711 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31269] ppid=31260 vsize=1541656 CPUtime=0
/proc/31262/task/31269/stat : 31269 (java) S 31260 31262 31163 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 30437274 1578655744 33711 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31270] ppid=31260 vsize=1541656 CPUtime=0
/proc/31262/task/31270/stat : 31270 (java) S 31260 31262 31163 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 30437279 1578655744 33711 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31271] ppid=31260 vsize=1541656 CPUtime=0.32
/proc/31262/task/31271/stat : 31271 (java) S 31260 31262 31163 0 -1 4202560 542 0 0 0 32 0 0 0 16 0 13 0 30437279 1578655744 33711 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31272] ppid=31260 vsize=1541656 CPUtime=1.64
/proc/31262/task/31272/stat : 31272 (java) S 31260 31262 31163 0 -1 4202560 6372 0 0 0 162 2 0 0 16 0 13 0 30437279 1578655744 33711 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31273] ppid=31260 vsize=1541656 CPUtime=0
/proc/31262/task/31273/stat : 31273 (java) S 31260 31262 31163 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 30437279 1578655744 33711 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31274] ppid=31260 vsize=1541656 CPUtime=0
/proc/31262/task/31274/stat : 31274 (java) S 31260 31262 31163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 30437279 1578655744 33711 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 1541656

[startup+6.30139 s]
/proc/loadavg: 1.24 1.72 1.56 2/119 31277
/proc/meminfo: memFree=1691748/2059040 swapFree=4136080/4192956
[pid=31262] ppid=31260 vsize=1540952 CPUtime=8.36
/proc/31262/stat : 31262 (java) S 31260 31262 31163 0 -1 4202496 37673 0 1 0 820 16 0 0 15 0 13 0 30437269 1577934848 34462 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31262/statm: 385238 34462 1434 10 0 382540 0
[pid=31262/tid=31264] ppid=31260 vsize=1540952 CPUtime=6.26
/proc/31262/task/31264/stat : 31264 (java) R 31260 31262 31163 0 -1 4202560 29680 0 1 0 614 12 0 0 25 0 13 0 30437271 1577934848 34462 1992294400 134512640 134550932 4293801488 18446744073709551615 4109557296 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31262/tid=31265] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31265/stat : 31265 (java) S 31260 31262 31163 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 30437272 1577934848 34462 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31266] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31266/stat : 31266 (java) S 31260 31262 31163 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 30437272 1577934848 34462 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31267] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31267/stat : 31267 (java) S 31260 31262 31163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 30437274 1577934848 34462 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
[pid=31262/tid=31268] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31268/stat : 31268 (java) S 31260 31262 31163 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 30437274 1577934848 34462 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31269] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31269/stat : 31269 (java) S 31260 31262 31163 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 30437274 1577934848 34462 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31270] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31270/stat : 31270 (java) S 31260 31262 31163 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 30437279 1577934848 34462 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31271] ppid=31260 vsize=1540952 CPUtime=0.4
/proc/31262/task/31271/stat : 31271 (java) S 31260 31262 31163 0 -1 4202560 549 0 0 0 40 0 0 0 15 0 13 0 30437279 1577934848 34462 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31272] ppid=31260 vsize=1540952 CPUtime=1.67
/proc/31262/task/31272/stat : 31272 (java) S 31260 31262 31163 0 -1 4202560 6375 0 0 0 165 2 0 0 15 0 13 0 30437279 1577934848 34462 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31273] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31273/stat : 31273 (java) S 31260 31262 31163 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 30437279 1577934848 34462 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31274] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31274/stat : 31274 (java) S 31260 31262 31163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 30437279 1577934848 34462 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
[pid=31262/tid=31275] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31275/stat : 31275 (java) S 31260 31262 31163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 30437515 1577934848 34462 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.36
Current children cumulated vsize (KiB) 1540952

[startup+12.7015 s]
/proc/loadavg: 1.22 1.71 1.56 2/119 31277
/proc/meminfo: memFree=1647976/2059040 swapFree=4136080/4192956
[pid=31262] ppid=31260 vsize=1540952 CPUtime=15.66
/proc/31262/stat : 31262 (java) S 31260 31262 31163 0 -1 4202496 48676 0 1 0 1545 21 0 0 15 0 13 0 30437269 1577934848 45396 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31262/statm: 385238 45396 1443 10 0 382540 0
[pid=31262/tid=31264] ppid=31260 vsize=1540952 CPUtime=12.49
/proc/31262/task/31264/stat : 31264 (java) R 31260 31262 31163 0 -1 4202560 32073 0 1 0 1236 13 0 0 25 0 13 0 30437271 1577934848 45396 1992294400 134512640 134550932 4293801488 18446744073709551615 4109416171 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31262/tid=31265] ppid=31260 vsize=1540952 CPUtime=0.16
/proc/31262/task/31265/stat : 31265 (java) S 31260 31262 31163 0 -1 4202560 4105 0 0 0 14 2 0 0 16 0 13 0 30437272 1577934848 45396 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31266] ppid=31260 vsize=1540952 CPUtime=0.16
/proc/31262/task/31266/stat : 31266 (java) S 31260 31262 31163 0 -1 4202560 4444 0 0 0 15 1 0 0 18 0 13 0 30437272 1577934848 45396 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
[pid=31262/tid=31267] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31267/stat : 31267 (java) S 31260 31262 31163 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 13 0 30437274 1577934848 45396 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
[pid=31262/tid=31268] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31268/stat : 31268 (java) S 31260 31262 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30437274 1577934848 45396 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31269] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31269/stat : 31269 (java) S 31260 31262 31163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30437274 1577934848 45396 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31270] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31270/stat : 31270 (java) S 31260 31262 31163 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 30437279 1577934848 45396 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31271] ppid=31260 vsize=1540952 CPUtime=0.9
/proc/31262/task/31271/stat : 31271 (java) S 31260 31262 31163 0 -1 4202560 578 0 0 0 90 0 0 0 15 0 13 0 30437279 1577934848 45396 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31272] ppid=31260 vsize=1540952 CPUtime=1.9
/proc/31262/task/31272/stat : 31272 (java) S 31260 31262 31163 0 -1 4202560 6392 0 0 0 188 2 0 0 15 0 13 0 30437279 1577934848 45396 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31273] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31273/stat : 31273 (java) S 31260 31262 31163 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 30437279 1577934848 45396 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31274] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31274/stat : 31274 (java) S 31260 31262 31163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 30437279 1577934848 45396 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
[pid=31262/tid=31275] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31275/stat : 31275 (java) S 31260 31262 31163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 30437515 1577934848 45396 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.66
Current children cumulated vsize (KiB) 1540952

[startup+25.5017 s]
/proc/loadavg: 1.17 1.67 1.55 2/119 31277
/proc/meminfo: memFree=1619456/2059040 swapFree=4136080/4192956
[pid=31262] ppid=31260 vsize=1540952 CPUtime=28.75
/proc/31262/stat : 31262 (java) S 31260 31262 31163 0 -1 4202496 56699 0 1 0 2851 24 0 0 15 0 13 0 30437269 1577934848 52548 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31262/statm: 385238 52548 1443 10 0 382540 0
[pid=31262/tid=31264] ppid=31260 vsize=1540952 CPUtime=24.98
/proc/31262/task/31264/stat : 31264 (java) R 31260 31262 31163 0 -1 4202560 32088 0 1 0 2485 13 0 0 25 0 13 0 30437271 1577934848 52548 1992294400 134512640 134550932 4293801488 18446744073709551615 4109622176 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31262/tid=31265] ppid=31260 vsize=1540952 CPUtime=0.45
/proc/31262/task/31265/stat : 31265 (java) S 31260 31262 31163 0 -1 4202560 8475 0 0 0 42 3 0 0 16 0 13 0 30437272 1577934848 52548 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31266] ppid=31260 vsize=1540952 CPUtime=0.46
/proc/31262/task/31266/stat : 31266 (java) S 31260 31262 31163 0 -1 4202560 8078 0 0 0 43 3 0 0 16 0 13 0 30437272 1577934848 52548 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
[pid=31262/tid=31267] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31267/stat : 31267 (java) S 31260 31262 31163 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 13 0 30437274 1577934848 52548 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
[pid=31262/tid=31268] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31268/stat : 31268 (java) S 31260 31262 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30437274 1577934848 52548 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31269] ppid=31260 vsize=1540952 CPUtime=0

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

[pid=31262/tid=31267] ppid=31260 vsize=1540952 CPUtime=0.36
/proc/31262/task/31267/stat : 31267 (java) S 31260 31262 31163 0 -1 4202560 117 0 0 0 27 9 0 0 15 0 13 0 30437274 1577934848 176967 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31268] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31268/stat : 31268 (java) S 31260 31262 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30437274 1577934848 176967 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31269] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31269/stat : 31269 (java) S 31260 31262 31163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30437274 1577934848 176967 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31270] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31270/stat : 31270 (java) S 31260 31262 31163 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 30437279 1577934848 176967 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31271] ppid=31260 vsize=1540952 CPUtime=1.43
/proc/31262/task/31271/stat : 31271 (java) S 31260 31262 31163 0 -1 4202560 600 0 0 0 143 0 0 0 15 0 13 0 30437279 1577934848 176967 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31272] ppid=31260 vsize=1540952 CPUtime=1.99
/proc/31262/task/31272/stat : 31272 (java) S 31260 31262 31163 0 -1 4202560 6400 0 0 0 197 2 0 0 15 0 13 0 30437279 1577934848 176967 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31273] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31273/stat : 31273 (java) S 31260 31262 31163 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 30437279 1577934848 176967 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31274] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31274/stat : 31274 (java) S 31260 31262 31163 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 30437279 1577934848 176967 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
[pid=31262/tid=31275] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31275/stat : 31275 (java) S 31260 31262 31163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 30437515 1577934848 176967 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1612.67
Current children cumulated vsize (KiB) 1540952

[startup+1662.3 s]
/proc/loadavg: 1.07 1.03 1.10 2/119 31330
/proc/meminfo: memFree=1095060/2059040 swapFree=4136080/4192956
[pid=31262] ppid=31260 vsize=1540952 CPUtime=1673.07
/proc/31262/stat : 31262 (java) S 31260 31262 31163 0 -1 4202496 264787 0 1 0 167164 143 0 0 15 0 13 0 30437269 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31262/statm: 385238 182881 1443 10 0 382540 0
[pid=31262/tid=31264] ppid=31260 vsize=1540952 CPUtime=1652.75
/proc/31262/task/31264/stat : 31264 (java) R 31260 31262 31163 0 -1 4202560 33818 0 1 0 165255 20 0 0 25 0 13 0 30437271 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4109233245 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31262/tid=31265] ppid=31260 vsize=1540952 CPUtime=8.22
/proc/31262/task/31265/stat : 31265 (java) S 31260 31262 31163 0 -1 4202560 112760 0 0 0 768 54 0 0 16 0 13 0 30437272 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31266] ppid=31260 vsize=1540952 CPUtime=8.22
/proc/31262/task/31266/stat : 31266 (java) S 31260 31262 31163 0 -1 4202560 109921 0 0 0 769 53 0 0 15 0 13 0 30437272 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
[pid=31262/tid=31267] ppid=31260 vsize=1540952 CPUtime=0.38
/proc/31262/task/31267/stat : 31267 (java) S 31260 31262 31163 0 -1 4202560 121 0 0 0 28 10 0 0 15 0 13 0 30437274 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31268] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31268/stat : 31268 (java) S 31260 31262 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30437274 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31269] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31269/stat : 31269 (java) S 31260 31262 31163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30437274 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31270] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31270/stat : 31270 (java) S 31260 31262 31163 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 30437279 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31271] ppid=31260 vsize=1540952 CPUtime=1.43
/proc/31262/task/31271/stat : 31271 (java) S 31260 31262 31163 0 -1 4202560 600 0 0 0 143 0 0 0 15 0 13 0 30437279 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31272] ppid=31260 vsize=1540952 CPUtime=1.99
/proc/31262/task/31272/stat : 31272 (java) S 31260 31262 31163 0 -1 4202560 6400 0 0 0 197 2 0 0 15 0 13 0 30437279 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31273] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31273/stat : 31273 (java) S 31260 31262 31163 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 30437279 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31274] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31274/stat : 31274 (java) S 31260 31262 31163 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 30437279 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
[pid=31262/tid=31275] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31275/stat : 31275 (java) S 31260 31262 31163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 30437515 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1673.07
Current children cumulated vsize (KiB) 1540952

[startup+1722.3 s]
/proc/loadavg: 1.02 1.02 1.09 2/119 31333
/proc/meminfo: memFree=1094440/2059040 swapFree=4136080/4192956
[pid=31262] ppid=31260 vsize=1540952 CPUtime=1733.39
/proc/31262/stat : 31262 (java) S 31260 31262 31163 0 -1 4202496 264864 0 1 0 173196 143 0 0 15 0 13 0 30437269 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31262/statm: 385238 182881 1443 10 0 382540 0
[pid=31262/tid=31264] ppid=31260 vsize=1540952 CPUtime=1712.33
/proc/31262/task/31264/stat : 31264 (java) R 31260 31262 31163 0 -1 4202560 33891 0 1 0 171213 20 0 0 25 0 13 0 30437271 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4109615196 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31262/tid=31265] ppid=31260 vsize=1540952 CPUtime=8.58
/proc/31262/task/31265/stat : 31265 (java) S 31260 31262 31163 0 -1 4202560 112760 0 0 0 804 54 0 0 16 0 13 0 30437272 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31266] ppid=31260 vsize=1540952 CPUtime=8.6
/proc/31262/task/31266/stat : 31266 (java) S 31260 31262 31163 0 -1 4202560 109921 0 0 0 806 54 0 0 15 0 13 0 30437272 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
[pid=31262/tid=31267] ppid=31260 vsize=1540952 CPUtime=0.39
/proc/31262/task/31267/stat : 31267 (java) S 31260 31262 31163 0 -1 4202560 123 0 0 0 29 10 0 0 15 0 13 0 30437274 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31268] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31268/stat : 31268 (java) S 31260 31262 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30437274 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31269] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31269/stat : 31269 (java) S 31260 31262 31163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30437274 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31270] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31270/stat : 31270 (java) S 31260 31262 31163 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 30437279 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31271] ppid=31260 vsize=1540952 CPUtime=1.43
/proc/31262/task/31271/stat : 31271 (java) S 31260 31262 31163 0 -1 4202560 600 0 0 0 143 0 0 0 15 0 13 0 30437279 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31272] ppid=31260 vsize=1540952 CPUtime=1.99
/proc/31262/task/31272/stat : 31272 (java) S 31260 31262 31163 0 -1 4202560 6400 0 0 0 197 2 0 0 15 0 13 0 30437279 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31273] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31273/stat : 31273 (java) S 31260 31262 31163 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 30437279 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31274] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31274/stat : 31274 (java) S 31260 31262 31163 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 30437279 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
[pid=31262/tid=31275] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31275/stat : 31275 (java) S 31260 31262 31163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 30437515 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1733.39
Current children cumulated vsize (KiB) 1540952

[startup+1782.3 s]
/proc/loadavg: 1.01 1.02 1.09 2/119 31335
/proc/meminfo: memFree=1094440/2059040 swapFree=4136080/4192956
[pid=31262] ppid=31260 vsize=1540952 CPUtime=1793.61
/proc/31262/stat : 31262 (java) S 31260 31262 31163 0 -1 4202496 264917 0 1 0 179217 144 0 0 15 0 13 0 30437269 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31262/statm: 385238 182881 1443 10 0 382540 0
[pid=31262/tid=31264] ppid=31260 vsize=1540952 CPUtime=1772.08
/proc/31262/task/31264/stat : 31264 (java) R 31260 31262 31163 0 -1 4202560 33936 0 1 0 177188 20 0 0 25 0 13 0 30437271 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4109636248 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31262/tid=31265] ppid=31260 vsize=1540952 CPUtime=8.81
/proc/31262/task/31265/stat : 31265 (java) S 31260 31262 31163 0 -1 4202560 112760 0 0 0 827 54 0 0 16 0 13 0 30437272 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31266] ppid=31260 vsize=1540952 CPUtime=8.83
/proc/31262/task/31266/stat : 31266 (java) S 31260 31262 31163 0 -1 4202560 109921 0 0 0 829 54 0 0 15 0 13 0 30437272 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
[pid=31262/tid=31267] ppid=31260 vsize=1540952 CPUtime=0.39
/proc/31262/task/31267/stat : 31267 (java) S 31260 31262 31163 0 -1 4202560 127 0 0 0 29 10 0 0 15 0 13 0 30437274 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31268] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31268/stat : 31268 (java) S 31260 31262 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30437274 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31269] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31269/stat : 31269 (java) S 31260 31262 31163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30437274 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31270] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31270/stat : 31270 (java) S 31260 31262 31163 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 30437279 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31271] ppid=31260 vsize=1540952 CPUtime=1.43
/proc/31262/task/31271/stat : 31271 (java) S 31260 31262 31163 0 -1 4202560 600 0 0 0 143 0 0 0 15 0 13 0 30437279 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31272] ppid=31260 vsize=1540952 CPUtime=1.99
/proc/31262/task/31272/stat : 31272 (java) S 31260 31262 31163 0 -1 4202560 6400 0 0 0 197 2 0 0 15 0 13 0 30437279 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31273] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31273/stat : 31273 (java) S 31260 31262 31163 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 30437279 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31274] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31274/stat : 31274 (java) S 31260 31262 31163 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 30437279 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
[pid=31262/tid=31275] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31275/stat : 31275 (java) S 31260 31262 31163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 30437515 1577934848 182881 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1793.61
Current children cumulated vsize (KiB) 1540952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.7 s]
/proc/loadavg: 1.01 1.02 1.09 2/119 31335
/proc/meminfo: memFree=1075468/2059040 swapFree=4136080/4192956
[pid=31262] ppid=31260 vsize=1540952 CPUtime=1800.09
/proc/31262/stat : 31262 (java) S 31260 31262 31163 0 -1 4202496 273355 0 1 0 179860 149 0 0 15 0 13 0 30437269 1577934848 187731 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31262/statm: 385238 187731 1443 10 0 382540 0
[pid=31262/tid=31264] ppid=31260 vsize=1540952 CPUtime=1778.4
/proc/31262/task/31264/stat : 31264 (java) R 31260 31262 31163 0 -1 4202560 33944 0 1 0 177820 20 0 0 25 0 13 0 30437271 1577934848 187731 1992294400 134512640 134550932 4293801488 18446744073709551615 4109233219 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31262/tid=31265] ppid=31260 vsize=1540952 CPUtime=8.88
/proc/31262/task/31265/stat : 31265 (java) S 31260 31262 31163 0 -1 4202560 117366 0 0 0 832 56 0 0 16 0 13 0 30437272 1577934848 187731 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31266] ppid=31260 vsize=1540952 CPUtime=8.91
/proc/31262/task/31266/stat : 31266 (java) S 31260 31262 31163 0 -1 4202560 113745 0 0 0 835 56 0 0 15 0 13 0 30437272 1577934848 187731 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
[pid=31262/tid=31267] ppid=31260 vsize=1540952 CPUtime=0.4
/proc/31262/task/31267/stat : 31267 (java) S 31260 31262 31163 0 -1 4202560 127 0 0 0 30 10 0 0 15 0 13 0 30437274 1577934848 187731 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 0 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31268] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31268/stat : 31268 (java) S 31260 31262 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30437274 1577934848 187731 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31269] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31269/stat : 31269 (java) S 31260 31262 31163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30437274 1577934848 187731 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31270] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31270/stat : 31270 (java) S 31260 31262 31163 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 30437279 1577934848 187731 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31271] ppid=31260 vsize=1540952 CPUtime=1.43
/proc/31262/task/31271/stat : 31271 (java) S 31260 31262 31163 0 -1 4202560 600 0 0 0 143 0 0 0 15 0 13 0 30437279 1577934848 187731 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31272] ppid=31260 vsize=1540952 CPUtime=1.99
/proc/31262/task/31272/stat : 31272 (java) S 31260 31262 31163 0 -1 4202560 6400 0 0 0 197 2 0 0 15 0 13 0 30437279 1577934848 187731 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31273] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31273/stat : 31273 (java) S 31260 31262 31163 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 30437279 1577934848 187731 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 0 0 0 0
[pid=31262/tid=31274] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31274/stat : 31274 (java) S 31260 31262 31163 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 30437279 1577934848 187731 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
[pid=31262/tid=31275] ppid=31260 vsize=1540952 CPUtime=0
/proc/31262/task/31275/stat : 31275 (java) S 31260 31262 31163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 30437515 1577934848 187731 1992294400 134512640 134550932 4293801488 18446744073709551615 4294960144 0 4 0 16800975 18446604437843449856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1540952

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

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

[startup+1788.81 s]
/proc/loadavg: 1.01 1.02 1.09 2/119 31335
/proc/meminfo: memFree=1075468/2059040 swapFree=4136080/4192956
[pid=31262] ppid=31260 vsize=0 CPUtime=1800.2
/proc/31262/stat : 31262 (java) Z 31260 31262 31163 0 -1 4203548 273376 0 1 0 179866 154 0 0 15 0 2 0 30437269 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31262/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1788.83
CPU time (s): 1800.23
CPU user time (s): 1798.66
CPU system time (s): 1.56376
CPU usage (%): 100.637
Max. virtual memory (cumulated for all children) (KiB): 1542984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.66
system time used= 1.56376
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273376
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= 50714
involuntary context switches= 41320

runsolver used 3.74443 second user time and 9.40257 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-14 22:45:59
IDJOB=2660290
IDBENCH=2412
IDSOLVER=1165
FILE ID=node014/2660290-1276548359
PBS_JOBID= 11173486
Free space on /tmp= 62504 MiB

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

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

MD5SUM BENCH= 34085e863ff461099a0ff7d8d6c87d4c
RANDOM SEED=362408233

node014.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.258
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.51
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.258
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1825548 kB
Buffers:         33316 kB
Cached:         112488 kB
SwapCached:      11452 kB
Active:          73152 kB
Inactive:        87136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1825548 kB
SwapTotal:     4192956 kB
SwapFree:      4136080 kB
Dirty:            2272 kB
Writeback:           0 kB
AnonPages:       11516 kB
Mapped:           9376 kB
Slab:            51344 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181720 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= 62504 MiB
End job on node014 at 2010-06-14 23:15:50