Trace number 2660495

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.22 1772.56

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos15.opb
MD5SUMd360a4da18a1223a5a3c77027ac256df
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2593180922877200009284
Best CPU time to get the best result obtained on this benchmark1800.46
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 20742332700051198
Optimality of the best value was proved NO
Number of variables17600
Total number of constraints632
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 constraints632
Minimum length of a constraint11
Maximum length of a constraint150
Number of terms in the objective function 10400
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 77389326876814400021856
Number of bits of the sum of numbers in the objective function 77
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 77389326876814400021856
Number of bits of the biggest sum of numbers77
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-2660495-1276531480.opb
0.22/0.22	c reading problem ... 
2.66/1.51	c ... done. Wall clock time 1.294s.
2.66/1.51	c #vars     17600
2.66/1.51	c #constraints  3192
2.66/1.51	c constraints type 
2.66/1.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 872
97.95/93.63	c cleaning 0 clauses out of 5001 with flag 0/5001
401.43/394.74	c cleaning 0 clauses out of 11001 with flag 0/11001
918.69/906.11	c cleaning 0 clauses out of 18001 with flag 0/18001
1800.02/1772.43	c starts		: 53
1800.02/1772.43	c conflicts		: 25991
1800.02/1772.43	c decisions		: 449988
1800.02/1772.43	c propagations		: 1046005
1800.02/1772.43	c inspects		: 496606022
1800.02/1772.43	c learnt literals	: 0
1800.02/1772.43	c learnt binary clauses	: 0
1800.02/1772.43	c learnt ternary clauses	: 0
1800.02/1772.43	c learnt clauses	: 25991
1800.02/1772.43	c ignored clauses	: 0
1800.02/1772.43	c root simplifications	: 0
1800.02/1772.43	c removed literals (reason simplification)	: 0
1800.02/1772.43	c reason swapping (by a shorter reason)	: 0
1800.02/1772.43	c Calls to reduceDB	: 3
1800.02/1772.43	c number of reductions to clauses (during analyze)	: 0
1800.02/1772.43	c number of learned constraints concerned by reduction	: 0
1800.02/1772.43	c number of learning phase by resolution	: 0
1800.02/1772.43	c number of learning phase by cutting planes	: 0
1800.02/1772.43	c speed (assignments/second)	: 590.6572696518244
1800.02/1772.43	c non guided choices	0
1800.02/1772.46	c learnt constraints type 
1800.02/1772.46	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 286
1800.02/1772.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 25705
1800.02/1772.46	c constraints type 
1800.02/1772.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 872
1800.02/1772.46	s UNKNOWN
1800.02/1772.46	c Total wall clock time (in seconds): 1772.247

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-2660495-1276531480/watcher-2660495-1276531480 -o /tmp/evaluation-result-2660495-1276531480/solver-2660495-1276531480 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660495-1276531480.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.94 1.99 1.65 3/106 30058
/proc/meminfo: memFree=1819312/2059040 swapFree=4140428/4192956
[pid=30058] ppid=30056 vsize=1832 CPUtime=0
/proc/30058/stat : 30058 (java6) R 30056 30058 29818 0 -1 4194304 251 0 0 0 0 0 0 0 16 0 1 0 28751511 1875968 153 1992294400 134512640 134550932 4289894304 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/30058/statm: 458 153 116 10 0 63 0

[startup+0.023594 s]
/proc/loadavg: 1.94 1.99 1.65 3/106 30058
/proc/meminfo: memFree=1819312/2059040 swapFree=4140428/4192956
[pid=30058] ppid=30056 vsize=13980 CPUtime=0
/proc/30058/stat : 30058 (java) S 30056 30058 29818 0 -1 4202496 1246 0 1 0 0 0 0 0 15 0 2 0 28751511 14315520 693 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30058/statm: 3495 693 355 10 0 1206 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13980

[startup+0.101556 s]
/proc/loadavg: 1.94 1.99 1.65 3/106 30058
/proc/meminfo: memFree=1819312/2059040 swapFree=4140428/4192956
[pid=30058] ppid=30056 vsize=1524184 CPUtime=0.08
/proc/30058/stat : 30058 (java) S 30056 30058 29818 0 -1 4202496 3950 0 1 0 6 2 0 0 15 0 12 0 28751511 1560764416 3389 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30058/statm: 381046 3389 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301597 s]
/proc/loadavg: 1.94 1.99 1.65 3/106 30058
/proc/meminfo: memFree=1819312/2059040 swapFree=4140428/4192956
[pid=30058] ppid=30056 vsize=1526548 CPUtime=0.37
/proc/30058/stat : 30058 (java) S 30056 30058 29818 0 -1 4202496 5453 0 1 0 34 3 0 0 15 0 12 0 28751511 1563185152 4890 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30058/statm: 381637 4890 1358 10 0 378939 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526548

[startup+0.701669 s]
/proc/loadavg: 1.94 1.99 1.65 3/106 30058
/proc/meminfo: memFree=1819312/2059040 swapFree=4140428/4192956
[pid=30058] ppid=30056 vsize=1528776 CPUtime=1.1
/proc/30058/stat : 30058 (java) S 30056 30058 29818 0 -1 4202496 8644 0 1 0 105 5 0 0 15 0 12 0 28751511 1565466624 7770 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30058/statm: 382194 7770 1406 10 0 379496 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1528776

[startup+1.50282 s]
/proc/loadavg: 1.94 1.99 1.65 4/118 30070
/proc/meminfo: memFree=1772284/2059040 swapFree=4140428/4192956
[pid=30058] ppid=30056 vsize=1543448 CPUtime=2.66
/proc/30058/stat : 30058 (java) S 30056 30058 29818 0 -1 4202496 22206 0 1 0 256 10 0 0 15 0 12 0 28751511 1580490752 18552 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30058/statm: 385862 18552 1407 10 0 383164 0
[pid=30058/tid=30060] ppid=30056 vsize=1543448 CPUtime=1.17
/proc/30058/task/30060/stat : 30060 (java) R 30056 30058 29818 0 -1 4202560 13261 0 1 0 110 7 0 0 18 0 12 0 28751513 1580490752 18552 1992294400 134512640 134550932 4288350720 18446744073709551615 4108982315 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30058/tid=30061] ppid=30056 vsize=1543448 CPUtime=0
/proc/30058/task/30061/stat : 30061 (java) S 30056 30058 29818 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 28751514 1580490752 18552 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30062] ppid=30056 vsize=1543448 CPUtime=0
/proc/30058/task/30062/stat : 30062 (java) S 30056 30058 29818 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28751514 1580490752 18552 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30063] ppid=30056 vsize=1543448 CPUtime=0
/proc/30058/task/30063/stat : 30063 (java) S 30056 30058 29818 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 28751516 1580490752 18552 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 0 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30064] ppid=30056 vsize=1543448 CPUtime=0
/proc/30058/task/30064/stat : 30064 (java) S 30056 30058 29818 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 28751516 1580490752 18552 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30065] ppid=30056 vsize=1543448 CPUtime=0
/proc/30058/task/30065/stat : 30065 (java) S 30056 30058 29818 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 28751516 1580490752 18552 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30066] ppid=30056 vsize=1543448 CPUtime=0
/proc/30058/task/30066/stat : 30066 (java) S 30056 30058 29818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 28751521 1580490752 18552 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30067] ppid=30056 vsize=1543448 CPUtime=0.34
/proc/30058/task/30067/stat : 30067 (java) S 30056 30058 29818 0 -1 4202560 1358 0 0 0 34 0 0 0 18 0 12 0 28751521 1580490752 18552 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30068] ppid=30056 vsize=1543448 CPUtime=1.13
/proc/30058/task/30068/stat : 30068 (java) S 30056 30058 29818 0 -1 4202560 6524 0 0 0 111 2 0 0 17 0 12 0 28751521 1580490752 18552 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
[pid=30058/tid=30069] ppid=30056 vsize=1543448 CPUtime=0
/proc/30058/task/30069/stat : 30069 (java) S 30056 30058 29818 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 28751521 1580490752 18552 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30070] ppid=30056 vsize=1543448 CPUtime=0
/proc/30058/task/30070/stat : 30070 (java) S 30056 30058 29818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28751521 1580490752 18552 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 1543448

[startup+3.10211 s]
/proc/loadavg: 2.10 2.02 1.66 2/119 30071
/proc/meminfo: memFree=1734828/2059040 swapFree=4140428/4192956
[pid=30058] ppid=30056 vsize=1543772 CPUtime=5.14
/proc/30058/stat : 30058 (java) S 30056 30058 29818 0 -1 4202496 35514 0 1 0 497 17 0 0 15 0 13 0 28751511 1580822528 30270 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30058/statm: 385943 30270 1430 10 0 383245 0
[pid=30058/tid=30060] ppid=30056 vsize=1543772 CPUtime=2.4
/proc/30058/task/30060/stat : 30060 (java) R 30056 30058 29818 0 -1 4202560 24868 0 1 0 228 12 0 0 20 0 13 0 28751513 1580822528 30270 1992294400 134512640 134550932 4288350720 18446744073709551615 4109368314 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30058/tid=30061] ppid=30056 vsize=1543772 CPUtime=0
/proc/30058/task/30061/stat : 30061 (java) S 30056 30058 29818 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 28751514 1580822528 30270 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30062] ppid=30056 vsize=1543772 CPUtime=0
/proc/30058/task/30062/stat : 30062 (java) S 30056 30058 29818 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 28751514 1580822528 30270 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30063] ppid=30056 vsize=1543772 CPUtime=0
/proc/30058/task/30063/stat : 30063 (java) S 30056 30058 29818 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 28751516 1580822528 30270 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 0 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30064] ppid=30056 vsize=1543772 CPUtime=0
/proc/30058/task/30064/stat : 30064 (java) S 30056 30058 29818 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 28751516 1580822528 30270 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30065] ppid=30056 vsize=1543772 CPUtime=0
/proc/30058/task/30065/stat : 30065 (java) S 30056 30058 29818 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 28751516 1580822528 30270 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30066] ppid=30056 vsize=1543772 CPUtime=0
/proc/30058/task/30066/stat : 30066 (java) S 30056 30058 29818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 28751521 1580822528 30270 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30067] ppid=30056 vsize=1543772 CPUtime=0.97
/proc/30058/task/30067/stat : 30067 (java) S 30056 30058 29818 0 -1 4202560 3015 0 0 0 96 1 0 0 16 0 13 0 28751521 1580822528 30270 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30068] ppid=30056 vsize=1543772 CPUtime=1.73
/proc/30058/task/30068/stat : 30068 (java) S 30056 30058 29818 0 -1 4202560 6563 0 0 0 171 2 0 0 15 0 13 0 28751521 1580822528 30270 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
[pid=30058/tid=30069] ppid=30056 vsize=1543772 CPUtime=0
/proc/30058/task/30069/stat : 30069 (java) S 30056 30058 29818 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 28751521 1580822528 30270 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30070] ppid=30056 vsize=1543772 CPUtime=0
/proc/30058/task/30070/stat : 30070 (java) S 30056 30058 29818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28751521 1580822528 30270 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30071] ppid=30056 vsize=1543772 CPUtime=0
/proc/30058/task/30071/stat : 30071 (java) S 30056 30058 29818 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28751718 1580822528 30270 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.14
Current children cumulated vsize (KiB) 1543772

[startup+6.30169 s]
/proc/loadavg: 2.10 2.02 1.66 2/119 30071
/proc/meminfo: memFree=1651996/2059040 swapFree=4140428/4192956
[pid=30058] ppid=30056 vsize=1545116 CPUtime=9.11
/proc/30058/stat : 30058 (java) S 30056 30058 29818 0 -1 4202496 50296 0 1 0 887 24 0 0 15 0 13 0 28751511 1582198784 43376 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30058/statm: 386279 43376 1440 10 0 383581 0
[pid=30058/tid=30060] ppid=30056 vsize=1545116 CPUtime=5.26
/proc/30058/task/30060/stat : 30060 (java) R 30056 30058 29818 0 -1 4202560 32060 0 1 0 511 15 0 0 25 0 13 0 28751513 1582198784 43376 1992294400 134512640 134550932 4288350720 18446744073709551615 4109367304 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30058/tid=30061] ppid=30056 vsize=1545116 CPUtime=0.1
/proc/30058/task/30061/stat : 30061 (java) S 30056 30058 29818 0 -1 4202560 2616 0 0 0 9 1 0 0 15 0 13 0 28751514 1582198784 43376 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30062] ppid=30056 vsize=1545116 CPUtime=0.1
/proc/30058/task/30062/stat : 30062 (java) S 30056 30058 29818 0 -1 4202560 2848 0 0 0 9 1 0 0 18 0 13 0 28751514 1582198784 43376 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
[pid=30058/tid=30063] ppid=30056 vsize=1545116 CPUtime=0
/proc/30058/task/30063/stat : 30063 (java) S 30056 30058 29818 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 13 0 28751516 1582198784 43376 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 0 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30064] ppid=30056 vsize=1545116 CPUtime=0
/proc/30058/task/30064/stat : 30064 (java) S 30056 30058 29818 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28751516 1582198784 43376 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30065] ppid=30056 vsize=1545116 CPUtime=0
/proc/30058/task/30065/stat : 30065 (java) S 30056 30058 29818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28751516 1582198784 43376 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30066] ppid=30056 vsize=1545116 CPUtime=0
/proc/30058/task/30066/stat : 30066 (java) S 30056 30058 29818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 28751521 1582198784 43376 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30067] ppid=30056 vsize=1545116 CPUtime=1.4
/proc/30058/task/30067/stat : 30067 (java) S 30056 30058 29818 0 -1 4202560 4796 0 0 0 138 2 0 0 15 0 13 0 28751521 1582198784 43376 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30068] ppid=30056 vsize=1545116 CPUtime=2.18
/proc/30058/task/30068/stat : 30068 (java) S 30056 30058 29818 0 -1 4202560 6893 0 0 0 216 2 0 0 16 0 13 0 28751521 1582198784 43376 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
[pid=30058/tid=30069] ppid=30056 vsize=1545116 CPUtime=0
/proc/30058/task/30069/stat : 30069 (java) S 30056 30058 29818 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 28751521 1582198784 43376 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30070] ppid=30056 vsize=1545116 CPUtime=0
/proc/30058/task/30070/stat : 30070 (java) S 30056 30058 29818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28751521 1582198784 43376 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30071] ppid=30056 vsize=1545116 CPUtime=0
/proc/30058/task/30071/stat : 30071 (java) S 30056 30058 29818 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28751718 1582198784 43376 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.11
Current children cumulated vsize (KiB) 1545116

[startup+12.7019 s]
/proc/loadavg: 1.93 1.99 1.66 2/119 30073
/proc/meminfo: memFree=1623600/2059040 swapFree=4140428/4192956
[pid=30058] ppid=30056 vsize=1545116 CPUtime=15.8
/proc/30058/stat : 30058 (java) S 30056 30058 29818 0 -1 4202496 57828 0 1 0 1552 28 0 0 15 0 13 0 28751511 1582198784 50255 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30058/statm: 386279 50255 1440 10 0 383581 0
[pid=30058/tid=30060] ppid=30056 vsize=1545116 CPUtime=11.38
/proc/30058/task/30060/stat : 30060 (java) R 30056 30058 29818 0 -1 4202560 32072 0 1 0 1123 15 0 0 18 0 13 0 28751513 1582198784 50255 1992294400 134512640 134550932 4288350720 18446744073709551615 4109595257 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30058/tid=30061] ppid=30056 vsize=1545116 CPUtime=0.34
/proc/30058/task/30061/stat : 30061 (java) S 30056 30058 29818 0 -1 4202560 6466 0 0 0 31 3 0 0 15 0 13 0 28751514 1582198784 50255 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30062] ppid=30056 vsize=1545116 CPUtime=0.33
/proc/30058/task/30062/stat : 30062 (java) S 30056 30058 29818 0 -1 4202560 6501 0 0 0 30 3 0 0 16 0 13 0 28751514 1582198784 50255 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
[pid=30058/tid=30063] ppid=30056 vsize=1545116 CPUtime=0
/proc/30058/task/30063/stat : 30063 (java) S 30056 30058 29818 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 28751516 1582198784 50255 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 0 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
[pid=30058/tid=30064] ppid=30056 vsize=1545116 CPUtime=0
/proc/30058/task/30064/stat : 30064 (java) S 30056 30058 29818 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28751516 1582198784 50255 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30065] ppid=30056 vsize=1545116 CPUtime=0
/proc/30058/task/30065/stat : 30065 (java) S 30056 30058 29818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28751516 1582198784 50255 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30066] ppid=30056 vsize=1545116 CPUtime=0
/proc/30058/task/30066/stat : 30066 (java) S 30056 30058 29818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 28751521 1582198784 50255 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30067] ppid=30056 vsize=1545116 CPUtime=1.4
/proc/30058/task/30067/stat : 30067 (java) S 30056 30058 29818 0 -1 4202560 4796 0 0 0 138 2 0 0 16 0 13 0 28751521 1582198784 50255 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30068] ppid=30056 vsize=1545116 CPUtime=2.28
/proc/30058/task/30068/stat : 30068 (java) S 30056 30058 29818 0 -1 4202560 6898 0 0 0 226 2 0 0 15 0 13 0 28751521 1582198784 50255 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
[pid=30058/tid=30069] ppid=30056 vsize=1545116 CPUtime=0
/proc/30058/task/30069/stat : 30069 (java) S 30056 30058 29818 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 28751521 1582198784 50255 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30070] ppid=30056 vsize=1545116 CPUtime=0
/proc/30058/task/30070/stat : 30070 (java) S 30056 30058 29818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28751521 1582198784 50255 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
[pid=30058/tid=30071] ppid=30056 vsize=1545116 CPUtime=0
/proc/30058/task/30071/stat : 30071 (java) S 30056 30058 29818 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28751718 1582198784 50255 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.8
Current children cumulated vsize (KiB) 1545116

[startup+25.5022 s]
/proc/loadavg: 1.79 1.95 1.65 2/119 30073
/proc/meminfo: memFree=1602768/2059040 swapFree=4140428/4192956
[pid=30058] ppid=30056 vsize=1545116 CPUtime=29.04
/proc/30058/stat : 30058 (java) S 30056 30058 29818 0 -1 4202496 63300 0 1 0 2874 30 0 0 15 0 13 0 28751511 1582198784 55202 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30058/statm: 386279 55202 1444 10 0 383581 0
[pid=30058/tid=30060] ppid=30056 vsize=1545116 CPUtime=23.99
/proc/30058/task/30060/stat : 30060 (java) R 30056 30058 29818 0 -1 4202560 32752 0 1 0 2384 15 0 0 25 0 13 0 28751513 1582198784 55202 1992294400 134512640 134550932 4288350720 18446744073709551615 4109366400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30058/tid=30061] ppid=30056 vsize=1545116 CPUtime=0.47
/proc/30058/task/30061/stat : 30061 (java) S 30056 30058 29818 0 -1 4202560 9084 0 0 0 43 4 0 0 15 0 13 0 28751514 1582198784 55202 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30062] ppid=30056 vsize=1545116 CPUtime=0.47
/proc/30058/task/30062/stat : 30062 (java) S 30056 30058 29818 0 -1 4202560 8662 0 0 0 43 4 0 0 16 0 13 0 28751514 1582198784 55202 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
[pid=30058/tid=30063] ppid=30056 vsize=1545116 CPUtime=0
/proc/30058/task/30063/stat : 30063 (java) S 30056 30058 29818 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 28751516 1582198784 55202 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 0 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
[pid=30058/tid=30064] ppid=30056 vsize=1545116 CPUtime=0

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

[pid=30058/tid=30064] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30064/stat : 30064 (java) S 30056 30058 29818 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28751516 1580646400 114752 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30065] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30065/stat : 30065 (java) S 30056 30058 29818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28751516 1580646400 114752 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30066] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30066/stat : 30066 (java) S 30056 30058 29818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 28751521 1580646400 114752 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30067] ppid=30056 vsize=1543600 CPUtime=1.47
/proc/30058/task/30067/stat : 30067 (java) S 30056 30058 29818 0 -1 4202560 4855 0 0 0 145 2 0 0 16 0 13 0 28751521 1580646400 114752 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30068] ppid=30056 vsize=1543600 CPUtime=3.66
/proc/30058/task/30068/stat : 30068 (java) S 30056 30058 29818 0 -1 4202560 6999 0 0 0 363 3 0 0 15 0 13 0 28751521 1580646400 114752 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
[pid=30058/tid=30069] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30069/stat : 30069 (java) S 30056 30058 29818 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 28751521 1580646400 114752 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30070] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30070/stat : 30070 (java) S 30056 30058 29818 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 28751521 1580646400 114752 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30071] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30071/stat : 30071 (java) S 30056 30058 29818 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28751718 1580646400 114752 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1565.14
Current children cumulated vsize (KiB) 1543600

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/119 30118
/proc/meminfo: memFree=1356756/2059040 swapFree=4140428/4192956
[pid=30058] ppid=30056 vsize=1543600 CPUtime=1626.35
/proc/30058/stat : 30058 (java) S 30056 30058 29818 0 -1 4202496 131830 0 1 0 162503 132 0 0 15 0 13 0 28751511 1580646400 116178 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30058/statm: 385900 116178 1450 10 0 383202 0
[pid=30058/tid=30060] ppid=30056 vsize=1543600 CPUtime=1577.42
/proc/30058/task/30060/stat : 30060 (java) R 30056 30058 29818 0 -1 4202560 33552 0 1 0 157686 56 0 0 25 0 13 0 28751513 1580646400 116178 1992294400 134512640 134550932 4288350720 18446744073709551615 4109444709 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30058/tid=30061] ppid=30056 vsize=1543600 CPUtime=21.02
/proc/30058/task/30061/stat : 30061 (java) S 30056 30058 29818 0 -1 4202560 42123 0 0 0 2072 30 0 0 15 0 13 0 28751514 1580646400 116178 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
[pid=30058/tid=30062] ppid=30056 vsize=1543600 CPUtime=21.02
/proc/30058/task/30062/stat : 30062 (java) S 30056 30058 29818 0 -1 4202560 42597 0 0 0 2070 32 0 0 16 0 13 0 28751514 1580646400 116178 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30063] ppid=30056 vsize=1543600 CPUtime=1.68
/proc/30058/task/30063/stat : 30063 (java) S 30056 30058 29818 0 -1 4202560 540 0 0 0 163 5 0 0 15 0 13 0 28751516 1580646400 116178 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 0 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30064] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30064/stat : 30064 (java) S 30056 30058 29818 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28751516 1580646400 116178 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30065] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30065/stat : 30065 (java) S 30056 30058 29818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28751516 1580646400 116178 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30066] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30066/stat : 30066 (java) S 30056 30058 29818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 28751521 1580646400 116178 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30067] ppid=30056 vsize=1543600 CPUtime=1.47
/proc/30058/task/30067/stat : 30067 (java) S 30056 30058 29818 0 -1 4202560 4855 0 0 0 145 2 0 0 16 0 13 0 28751521 1580646400 116178 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30068] ppid=30056 vsize=1543600 CPUtime=3.66
/proc/30058/task/30068/stat : 30068 (java) S 30056 30058 29818 0 -1 4202560 6999 0 0 0 363 3 0 0 15 0 13 0 28751521 1580646400 116178 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
[pid=30058/tid=30069] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30069/stat : 30069 (java) S 30056 30058 29818 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 28751521 1580646400 116178 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30070] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30070/stat : 30070 (java) S 30056 30058 29818 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 28751521 1580646400 116178 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30071] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30071/stat : 30071 (java) S 30056 30058 29818 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28751718 1580646400 116178 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1626.35
Current children cumulated vsize (KiB) 1543600

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/119 30120
/proc/meminfo: memFree=1350308/2059040 swapFree=4140428/4192956
[pid=30058] ppid=30056 vsize=1543600 CPUtime=1687.56
/proc/30058/stat : 30058 (java) S 30056 30058 29818 0 -1 4202496 133515 0 1 0 168619 137 0 0 15 0 13 0 28751511 1580646400 117773 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30058/statm: 385900 117773 1450 10 0 383202 0
[pid=30058/tid=30060] ppid=30056 vsize=1543600 CPUtime=1636.12
/proc/30058/task/30060/stat : 30060 (java) R 30056 30058 29818 0 -1 4202560 33584 0 1 0 163554 58 0 0 25 0 13 0 28751513 1580646400 117773 1992294400 134512640 134550932 4288350720 18446744073709551615 4109085949 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30058/tid=30061] ppid=30056 vsize=1543600 CPUtime=22.28
/proc/30058/task/30061/stat : 30061 (java) S 30056 30058 29818 0 -1 4202560 42619 0 0 0 2197 31 0 0 16 0 13 0 28751514 1580646400 117773 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30062] ppid=30056 vsize=1543600 CPUtime=22.28
/proc/30058/task/30062/stat : 30062 (java) S 30056 30058 29818 0 -1 4202560 43750 0 0 0 2193 35 0 0 15 0 13 0 28751514 1580646400 117773 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
[pid=30058/tid=30063] ppid=30056 vsize=1543600 CPUtime=1.69
/proc/30058/task/30063/stat : 30063 (java) S 30056 30058 29818 0 -1 4202560 542 0 0 0 164 5 0 0 15 0 13 0 28751516 1580646400 117773 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 0 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30064] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30064/stat : 30064 (java) S 30056 30058 29818 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28751516 1580646400 117773 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30065] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30065/stat : 30065 (java) S 30056 30058 29818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28751516 1580646400 117773 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30066] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30066/stat : 30066 (java) S 30056 30058 29818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 28751521 1580646400 117773 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30067] ppid=30056 vsize=1543600 CPUtime=1.47
/proc/30058/task/30067/stat : 30067 (java) S 30056 30058 29818 0 -1 4202560 4855 0 0 0 145 2 0 0 16 0 13 0 28751521 1580646400 117773 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30068] ppid=30056 vsize=1543600 CPUtime=3.66
/proc/30058/task/30068/stat : 30068 (java) S 30056 30058 29818 0 -1 4202560 6999 0 0 0 363 3 0 0 15 0 13 0 28751521 1580646400 117773 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
[pid=30058/tid=30069] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30069/stat : 30069 (java) S 30056 30058 29818 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 28751521 1580646400 117773 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30070] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30070/stat : 30070 (java) S 30056 30058 29818 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 28751521 1580646400 117773 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30071] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30071/stat : 30071 (java) S 30056 30058 29818 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28751718 1580646400 117773 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1687.56
Current children cumulated vsize (KiB) 1543600

[startup+1722.3 s]
/proc/loadavg: 1.07 1.03 1.09 2/119 30120
/proc/meminfo: memFree=1344232/2059040 swapFree=4140428/4192956
[pid=30058] ppid=30056 vsize=1543600 CPUtime=1748.79
/proc/30058/stat : 30058 (java) S 30056 30058 29818 0 -1 4202496 135087 0 1 0 174736 143 0 0 15 0 13 0 28751511 1580646400 119282 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30058/statm: 385900 119282 1450 10 0 383202 0
[pid=30058/tid=30060] ppid=30056 vsize=1543600 CPUtime=1694.82
/proc/30058/task/30060/stat : 30060 (java) R 30056 30058 29818 0 -1 4202560 33615 0 1 0 169422 60 0 0 25 0 13 0 28751513 1580646400 119282 1992294400 134512640 134550932 4288350720 18446744073709551615 4109368621 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30058/tid=30061] ppid=30056 vsize=1543600 CPUtime=23.54
/proc/30058/task/30061/stat : 30061 (java) S 30056 30058 29818 0 -1 4202560 43812 0 0 0 2320 34 0 0 16 0 13 0 28751514 1580646400 119282 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30062] ppid=30056 vsize=1543600 CPUtime=23.53
/proc/30058/task/30062/stat : 30062 (java) S 30056 30058 29818 0 -1 4202560 44089 0 0 0 2318 35 0 0 15 0 13 0 28751514 1580646400 119282 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
[pid=30058/tid=30063] ppid=30056 vsize=1543600 CPUtime=1.71
/proc/30058/task/30063/stat : 30063 (java) S 30056 30058 29818 0 -1 4202560 547 0 0 0 165 6 0 0 15 0 13 0 28751516 1580646400 119282 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 0 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30064] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30064/stat : 30064 (java) S 30056 30058 29818 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28751516 1580646400 119282 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30065] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30065/stat : 30065 (java) S 30056 30058 29818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28751516 1580646400 119282 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30066] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30066/stat : 30066 (java) S 30056 30058 29818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 28751521 1580646400 119282 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30067] ppid=30056 vsize=1543600 CPUtime=1.47
/proc/30058/task/30067/stat : 30067 (java) S 30056 30058 29818 0 -1 4202560 4855 0 0 0 145 2 0 0 16 0 13 0 28751521 1580646400 119282 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30068] ppid=30056 vsize=1543600 CPUtime=3.66
/proc/30058/task/30068/stat : 30068 (java) S 30056 30058 29818 0 -1 4202560 6999 0 0 0 363 3 0 0 15 0 13 0 28751521 1580646400 119282 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
[pid=30058/tid=30069] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30069/stat : 30069 (java) S 30056 30058 29818 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 28751521 1580646400 119282 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30070] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30070/stat : 30070 (java) S 30056 30058 29818 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 28751521 1580646400 119282 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30071] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30071/stat : 30071 (java) S 30056 30058 29818 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28751718 1580646400 119282 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1748.79
Current children cumulated vsize (KiB) 1543600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.41 s]
/proc/loadavg: 1.03 1.02 1.08 2/119 30122
/proc/meminfo: memFree=1336544/2059040 swapFree=4140428/4192956
[pid=30058] ppid=30056 vsize=1543600 CPUtime=1800.02
/proc/30058/stat : 30058 (java) S 30056 30058 29818 0 -1 4202496 137011 0 1 0 179854 148 0 0 15 0 13 0 28751511 1580646400 121134 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30058/statm: 385900 121134 1450 10 0 383202 0
[pid=30058/tid=30060] ppid=30056 vsize=1543600 CPUtime=1743.75
/proc/30058/task/30060/stat : 30060 (java) R 30056 30058 29818 0 -1 4202560 33642 0 1 0 174313 62 0 0 25 0 13 0 28751513 1580646400 121134 1992294400 134512640 134550932 4288350720 18446744073709551615 4109366864 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30058/tid=30061] ppid=30056 vsize=1543600 CPUtime=24.7
/proc/30058/task/30061/stat : 30061 (java) S 30056 30058 29818 0 -1 4202560 45122 0 0 0 2434 36 0 0 15 0 13 0 28751514 1580646400 121134 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
[pid=30058/tid=30062] ppid=30056 vsize=1543600 CPUtime=24.68
/proc/30058/task/30062/stat : 30062 (java) S 30056 30058 29818 0 -1 4202560 44668 0 0 0 2432 36 0 0 16 0 13 0 28751514 1580646400 121134 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30063] ppid=30056 vsize=1543600 CPUtime=1.71
/proc/30058/task/30063/stat : 30063 (java) S 30056 30058 29818 0 -1 4202560 551 0 0 0 165 6 0 0 15 0 13 0 28751516 1580646400 121134 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 0 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30064] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30064/stat : 30064 (java) S 30056 30058 29818 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28751516 1580646400 121134 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30065] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30065/stat : 30065 (java) S 30056 30058 29818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28751516 1580646400 121134 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30066] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30066/stat : 30066 (java) S 30056 30058 29818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 28751521 1580646400 121134 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30067] ppid=30056 vsize=1543600 CPUtime=1.47
/proc/30058/task/30067/stat : 30067 (java) S 30056 30058 29818 0 -1 4202560 4855 0 0 0 145 2 0 0 16 0 13 0 28751521 1580646400 121134 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30068] ppid=30056 vsize=1543600 CPUtime=3.66
/proc/30058/task/30068/stat : 30068 (java) S 30056 30058 29818 0 -1 4202560 6999 0 0 0 363 3 0 0 15 0 13 0 28751521 1580646400 121134 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
[pid=30058/tid=30069] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30069/stat : 30069 (java) S 30056 30058 29818 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 28751521 1580646400 121134 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30070] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30070/stat : 30070 (java) S 30056 30058 29818 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 28751521 1580646400 121134 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 0 0 0 0
[pid=30058/tid=30071] ppid=30056 vsize=1543600 CPUtime=0
/proc/30058/task/30071/stat : 30071 (java) S 30056 30058 29818 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 28751718 1580646400 121134 1992294400 134512640 134550932 4288350720 18446744073709551615 4294960144 0 4 0 16800975 18446604437850947904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1543600

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

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

[startup+1772.52 s]
/proc/loadavg: 1.03 1.02 1.08 2/119 30122
/proc/meminfo: memFree=1336544/2059040 swapFree=4140428/4192956
[pid=30058] ppid=30056 vsize=0 CPUtime=1800.17
/proc/30058/stat : 30058 (java) Z 30056 30058 29818 0 -1 4203548 137035 0 1 0 179868 149 0 0 15 0 2 0 28751511 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30058/statm: 0 0 0 0 0 0 0
[pid=30058/tid=30060] ppid=30056 vsize=0 CPUtime=1743.82
/proc/30058/task/30060/stat : 30060 (java) R 30056 30058 29818 0 -1 4203588 33642 0 1 0 174320 62 0 0 25 0 2 0 28751513 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1772.56
CPU time (s): 1800.22
CPU user time (s): 1798.68
CPU system time (s): 1.53577
CPU usage (%): 101.56
Max. virtual memory (cumulated for all children) (KiB): 1546844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.68
system time used= 1.53577
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137035
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= 45579
involuntary context switches= 54852

runsolver used 3.82542 second user time and 9.78151 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-14 18:04:41
IDJOB=2660495
IDBENCH=2334
IDSOLVER=1165
FILE ID=node007/2660495-1276531480
PBS_JOBID= 11173456
Free space on /tmp= 62484 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos15.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660495-1276531480/watcher-2660495-1276531480 -o /tmp/evaluation-result-2660495-1276531480/solver-2660495-1276531480 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660495-1276531480.opb

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

MD5SUM BENCH= d360a4da18a1223a5a3c77027ac256df
RANDOM SEED=176021186

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1819708 kB
Buffers:         59148 kB
Cached:         100424 kB
SwapCached:       5788 kB
Active:          36744 kB
Inactive:       135608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1819708 kB
SwapTotal:     4192956 kB
SwapFree:      4140428 kB
Dirty:            1140 kB
Writeback:           0 kB
AnonPages:       11436 kB
Mapped:          12876 kB
Slab:            45068 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180472 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62484 MiB
End job on node007 at 2010-06-14 18:34:15