Trace number 2660625

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.2 1788.48

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos7.opb
MD5SUMf5e09fc51fdb6e7c65b10c880b18ec53
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1920918611
Best CPU time to get the best result obtained on this benchmark1800.44
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2594748416
Optimality of the best value was proved NO
Number of variables33010
Total number of constraints2154
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)142
Number of constraints which are nor clauses,nor cardinality constraints2012
Minimum length of a constraint2
Maximum length of a constraint441
Number of terms in the objective function 4506
Biggest coefficient in the objective function 8053063680000
Number of bits for the biggest coefficient in the objective function 43
Sum of the numbers in the objective function 590484474471966
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 1073741839777215
Number of bits of the biggest sum of numbers50
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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2660625-1276530395.opb
0.23/0.21	c reading problem ... 
3.14/1.78	c ... done. Wall clock time 1.576s.
3.14/1.78	c #vars     33010
3.14/1.78	c #constraints  19338
3.14/1.78	c constraints type 
3.14/1.78	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
3.14/1.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 140
3.14/1.78	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 140
3.14/1.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2340
244.29/238.68	c cleaning 0 clauses out of 5000 with flag 0/5000
1800.10/1788.41	c starts		: 20
1800.10/1788.41	c conflicts		: 7760
1800.10/1788.41	c decisions		: 393840
1800.10/1788.41	c propagations		: 2452177
1800.10/1788.41	c inspects		: 473503539
1800.10/1788.41	c learnt literals	: 0
1800.10/1788.41	c learnt binary clauses	: 0
1800.10/1788.41	c learnt ternary clauses	: 0
1800.10/1788.41	c learnt clauses	: 7759
1800.10/1788.41	c ignored clauses	: 0
1800.10/1788.41	c root simplifications	: 0
1800.10/1788.41	c removed literals (reason simplification)	: 0
1800.10/1788.41	c reason swapping (by a shorter reason)	: 0
1800.10/1788.41	c Calls to reduceDB	: 1
1800.10/1788.41	c number of reductions to clauses (during analyze)	: 0
1800.10/1788.41	c number of learned constraints concerned by reduction	: 0
1800.10/1788.41	c number of learning phase by resolution	: 0
1800.10/1788.41	c number of learning phase by cutting planes	: 0
1800.10/1788.41	c speed (assignments/second)	: 1372.5152941571562
1800.10/1788.41	c non guided choices	5602
1800.10/1788.43	c learnt constraints type 
1800.10/1788.43	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 9
1800.10/1788.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7750
1800.10/1788.43	c constraints type 
1800.10/1788.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
1800.10/1788.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 140
1800.10/1788.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 140
1800.10/1788.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2340
1800.10/1788.43	s UNKNOWN
1800.10/1788.43	c Total wall clock time (in seconds): 1788.223

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-2660625-1276530395/watcher-2660625-1276530395 -o /tmp/evaluation-result-2660625-1276530395/solver-2660625-1276530395 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660625-1276530395.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: 0.92 1.01 1.11 3/106 32297
/proc/meminfo: memFree=1753920/2059040 swapFree=4136456/4192956
[pid=32297] ppid=32295 vsize=248 CPUtime=0
/proc/32297/stat : 32297 (java) R 32295 32297 31740 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 28643535 253952 29 1992294400 134512640 134550932 4287037536 18446744073709551615 4149844 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32297/statm: 62 29 21 10 0 23 0

[startup+0.0256501 s]
/proc/loadavg: 0.92 1.01 1.11 3/106 32297
/proc/meminfo: memFree=1753920/2059040 swapFree=4136456/4192956
[pid=32297] ppid=32295 vsize=1517068 CPUtime=0.01
/proc/32297/stat : 32297 (java) S 32295 32297 31740 0 -1 4202496 2024 0 1 0 0 1 0 0 18 0 2 0 28643535 1553477632 1468 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/32297/statm: 379267 1481 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.10065 s]
/proc/loadavg: 0.92 1.01 1.11 3/106 32297
/proc/meminfo: memFree=1753920/2059040 swapFree=4136456/4192956
[pid=32297] ppid=32295 vsize=1524184 CPUtime=0.08
/proc/32297/stat : 32297 (java) S 32295 32297 31740 0 -1 4202496 3960 0 1 0 5 3 0 0 18 0 12 0 28643535 1560764416 3399 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32297/statm: 381046 3399 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.30065 s]
/proc/loadavg: 0.92 1.01 1.11 3/106 32297
/proc/meminfo: memFree=1753920/2059040 swapFree=4136456/4192956
[pid=32297] ppid=32295 vsize=1526516 CPUtime=0.39
/proc/32297/stat : 32297 (java) S 32295 32297 31740 0 -1 4202496 5524 0 1 0 34 5 0 0 18 0 12 0 28643535 1563152384 4961 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32297/statm: 381629 4961 1364 10 0 378931 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526516

[startup+0.700651 s]
/proc/loadavg: 0.92 1.01 1.11 3/106 32297
/proc/meminfo: memFree=1753920/2059040 swapFree=4136456/4192956
[pid=32297] ppid=32295 vsize=1531172 CPUtime=1.16
/proc/32297/stat : 32297 (java) S 32295 32297 31740 0 -1 4202496 9288 0 1 0 110 6 0 0 18 0 12 0 28643535 1567920128 8508 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32297/statm: 382793 8510 1406 10 0 380095 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1531172

[startup+1.50165 s]
/proc/loadavg: 0.92 1.01 1.11 4/118 32309
/proc/meminfo: memFree=1708628/2059040 swapFree=4136456/4192956
[pid=32297] ppid=32295 vsize=1540776 CPUtime=2.74
/proc/32297/stat : 32297 (java) S 32295 32297 31740 0 -1 4202496 23565 0 1 0 261 13 0 0 18 0 12 0 28643535 1577754624 21250 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32297/statm: 385194 21252 1407 10 0 382496 0
[pid=32297/tid=32299] ppid=32295 vsize=1540776 CPUtime=1.47
/proc/32297/task/32299/stat : 32299 (java) R 32295 32297 31740 0 -1 4202560 16793 0 1 0 137 10 0 0 18 0 12 0 28643536 1577754624 21253 1992294400 134512640 134550932 4287037536 18446744073709551615 4108879958 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32297/tid=32300] ppid=32295 vsize=1540776 CPUtime=0
/proc/32297/task/32300/stat : 32300 (java) S 32295 32297 31740 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 28643538 1577754624 21254 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32301] ppid=32295 vsize=1540776 CPUtime=0
/proc/32297/task/32301/stat : 32301 (java) S 32295 32297 31740 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 28643538 1577754624 21255 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32302] ppid=32295 vsize=1540776 CPUtime=0
/proc/32297/task/32302/stat : 32302 (java) S 32295 32297 31740 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28643539 1577754624 21256 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32303] ppid=32295 vsize=1540776 CPUtime=0
/proc/32297/task/32303/stat : 32303 (java) S 32295 32297 31740 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 28643540 1577754624 21258 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32304] ppid=32295 vsize=1540776 CPUtime=0
/proc/32297/task/32304/stat : 32304 (java) S 32295 32297 31740 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 28643540 1577754624 21258 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32305] ppid=32295 vsize=1540776 CPUtime=0
/proc/32297/task/32305/stat : 32305 (java) S 32295 32297 31740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28643544 1577754624 21258 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32306] ppid=32295 vsize=1540776 CPUtime=0.55
/proc/32297/task/32306/stat : 32306 (java) R 32295 32297 31740 0 -1 4202560 3184 0 0 0 54 1 0 0 25 0 12 0 28643544 1577754624 21259 1992294400 134512640 134550932 4287037536 18446744073709551615 104163921 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32297/tid=32307] ppid=32295 vsize=1540776 CPUtime=0.7
/proc/32297/task/32307/stat : 32307 (java) R 32295 32297 31740 0 -1 4202560 2529 0 0 0 70 0 0 0 25 0 12 0 28643544 1577754624 21262 1992294400 134512640 134550932 4287037536 18446744073709551615 106278048 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32297/tid=32308] ppid=32295 vsize=1540776 CPUtime=0
/proc/32297/task/32308/stat : 32308 (java) S 32295 32297 31740 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 28643544 1577754624 21262 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32309] ppid=32295 vsize=1540776 CPUtime=0
/proc/32297/task/32309/stat : 32309 (java) S 32295 32297 31740 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 28643544 1577754624 21262 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1540776

[startup+3.10165 s]
/proc/loadavg: 0.92 1.01 1.11 5/118 32311
/proc/meminfo: memFree=1649728/2059040 swapFree=4136456/4192956
[pid=32297] ppid=32295 vsize=1541160 CPUtime=5.6
/proc/32297/stat : 32297 (java) S 32295 32297 31740 0 -1 4202496 44878 0 1 0 537 23 0 0 18 0 13 0 28643535 1578147840 40904 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32297/statm: 385290 40904 1439 10 0 382592 0
[pid=32297/tid=32299] ppid=32295 vsize=1541160 CPUtime=2.9
/proc/32297/task/32299/stat : 32299 (java) R 32295 32297 31740 0 -1 4202560 32064 0 1 0 272 18 0 0 20 0 13 0 28643536 1578147840 40904 1992294400 134512640 134550932 4287037536 18446744073709551615 4109392688 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32297/tid=32300] ppid=32295 vsize=1541160 CPUtime=0.06
/proc/32297/task/32300/stat : 32300 (java) S 32295 32297 31740 0 -1 4202560 1914 0 0 0 6 0 0 0 18 0 13 0 28643538 1578147840 40904 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32301] ppid=32295 vsize=1541160 CPUtime=0.06
/proc/32297/task/32301/stat : 32301 (java) S 32295 32297 31740 0 -1 4202560 2107 0 0 0 6 0 0 0 18 0 13 0 28643538 1578147840 40904 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32302] ppid=32295 vsize=1541160 CPUtime=0
/proc/32297/task/32302/stat : 32302 (java) S 32295 32297 31740 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 13 0 28643539 1578147840 40904 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32303] ppid=32295 vsize=1541160 CPUtime=0
/proc/32297/task/32303/stat : 32303 (java) S 32295 32297 31740 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28643540 1578147840 40904 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32304] ppid=32295 vsize=1541160 CPUtime=0
/proc/32297/task/32304/stat : 32304 (java) S 32295 32297 31740 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28643540 1578147840 40904 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32305] ppid=32295 vsize=1541160 CPUtime=0
/proc/32297/task/32305/stat : 32305 (java) S 32295 32297 31740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28643544 1578147840 40904 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32306] ppid=32295 vsize=1541160 CPUtime=1.51
/proc/32297/task/32306/stat : 32306 (java) S 32295 32297 31740 0 -1 4202560 5167 0 0 0 149 2 0 0 23 0 13 0 28643544 1578147840 40904 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32307] ppid=32295 vsize=1541160 CPUtime=1.01
/proc/32297/task/32307/stat : 32307 (java) S 32295 32297 31740 0 -1 4202560 2551 0 0 0 101 0 0 0 24 0 13 0 28643544 1578147840 40904 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32308] ppid=32295 vsize=1541160 CPUtime=0
/proc/32297/task/32308/stat : 32308 (java) S 32295 32297 31740 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 28643544 1578147840 40904 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32309] ppid=32295 vsize=1541160 CPUtime=0
/proc/32297/task/32309/stat : 32309 (java) S 32295 32297 31740 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 28643544 1578147840 40904 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 1541160

[startup+6.30165 s]
/proc/loadavg: 0.93 1.01 1.11 2/119 32312
/proc/meminfo: memFree=1577552/2059040 swapFree=4136456/4192956
[pid=32297] ppid=32295 vsize=1540628 CPUtime=9.67
/proc/32297/stat : 32297 (java) S 32295 32297 31740 0 -1 4202496 49428 0 1 0 942 25 0 0 18 0 13 0 28643535 1577603072 45170 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32297/statm: 385157 45170 1440 10 0 382459 0
[pid=32297/tid=32299] ppid=32295 vsize=1540628 CPUtime=5.89
/proc/32297/task/32299/stat : 32299 (java) R 32295 32297 31740 0 -1 4202560 32079 0 1 0 571 18 0 0 25 0 13 0 28643536 1577603072 45170 1992294400 134512640 134550932 4287037536 18446744073709551615 4109384724 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32297/tid=32300] ppid=32295 vsize=1540628 CPUtime=0.26
/proc/32297/task/32300/stat : 32300 (java) S 32295 32297 31740 0 -1 4202560 4489 0 0 0 25 1 0 0 16 0 13 0 28643538 1577603072 45170 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32301] ppid=32295 vsize=1540628 CPUtime=0.26
/proc/32297/task/32301/stat : 32301 (java) S 32295 32297 31740 0 -1 4202560 3877 0 0 0 25 1 0 0 16 0 13 0 28643538 1577603072 45170 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32302] ppid=32295 vsize=1540628 CPUtime=0
/proc/32297/task/32302/stat : 32302 (java) S 32295 32297 31740 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 13 0 28643539 1577603072 45170 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32303] ppid=32295 vsize=1540628 CPUtime=0
/proc/32297/task/32303/stat : 32303 (java) S 32295 32297 31740 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28643540 1577603072 45170 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32304] ppid=32295 vsize=1540628 CPUtime=0
/proc/32297/task/32304/stat : 32304 (java) S 32295 32297 31740 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28643540 1577603072 45170 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32305] ppid=32295 vsize=1540628 CPUtime=0
/proc/32297/task/32305/stat : 32305 (java) S 32295 32297 31740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28643544 1577603072 45170 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32306] ppid=32295 vsize=1540628 CPUtime=1.75
/proc/32297/task/32306/stat : 32306 (java) S 32295 32297 31740 0 -1 4202560 5183 0 0 0 173 2 0 0 15 0 13 0 28643544 1577603072 45170 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32307] ppid=32295 vsize=1540628 CPUtime=1.45
/proc/32297/task/32307/stat : 32307 (java) S 32295 32297 31740 0 -1 4202560 2709 0 0 0 145 0 0 0 15 0 13 0 28643544 1577603072 45170 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32308] ppid=32295 vsize=1540628 CPUtime=0
/proc/32297/task/32308/stat : 32308 (java) S 32295 32297 31740 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 28643544 1577603072 45170 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32309] ppid=32295 vsize=1540628 CPUtime=0
/proc/32297/task/32309/stat : 32309 (java) S 32295 32297 31740 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 28643544 1577603072 45170 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32312] ppid=32295 vsize=1540628 CPUtime=0
/proc/32297/task/32312/stat : 32312 (java) S 32295 32297 31740 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 28643762 1577603072 45170 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.67
Current children cumulated vsize (KiB) 1540628

[startup+12.7017 s]
/proc/loadavg: 0.94 1.01 1.11 2/119 32312
/proc/meminfo: memFree=1549900/2059040 swapFree=4136456/4192956
[pid=32297] ppid=32295 vsize=1544080 CPUtime=16.87
/proc/32297/stat : 32297 (java) S 32295 32297 31740 0 -1 4202496 59000 0 1 0 1656 31 0 0 18 0 13 0 28643535 1581137920 52473 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32297/statm: 386020 52473 1444 10 0 383322 0
[pid=32297/tid=32299] ppid=32295 vsize=1544080 CPUtime=12.08
/proc/32297/task/32299/stat : 32299 (java) R 32295 32297 31740 0 -1 4202560 32088 0 1 0 1190 18 0 0 25 0 13 0 28643536 1581137920 52473 1992294400 134512640 134550932 4287037536 18446744073709551615 4109505110 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32297/tid=32300] ppid=32295 vsize=1544080 CPUtime=0.47
/proc/32297/task/32300/stat : 32300 (java) S 32295 32297 31740 0 -1 4202560 7853 0 0 0 44 3 0 0 15 0 13 0 28643538 1581137920 52473 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32301] ppid=32295 vsize=1544080 CPUtime=0.46
/proc/32297/task/32301/stat : 32301 (java) S 32295 32297 31740 0 -1 4202560 7966 0 0 0 43 3 0 0 16 0 13 0 28643538 1581137920 52473 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32302] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32302/stat : 32302 (java) S 32295 32297 31740 0 -1 4202560 28 0 0 0 0 0 0 0 16 0 13 0 28643539 1581137920 52473 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32303] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32303/stat : 32303 (java) S 32295 32297 31740 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28643540 1581137920 52473 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32304] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32304/stat : 32304 (java) S 32295 32297 31740 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28643540 1581137920 52473 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32305] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32305/stat : 32305 (java) S 32295 32297 31740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28643544 1581137920 52473 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32306] ppid=32295 vsize=1544080 CPUtime=1.98
/proc/32297/task/32306/stat : 32306 (java) S 32295 32297 31740 0 -1 4202560 5247 0 0 0 196 2 0 0 15 0 13 0 28643544 1581137920 52473 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32307] ppid=32295 vsize=1544080 CPUtime=1.82
/proc/32297/task/32307/stat : 32307 (java) S 32295 32297 31740 0 -1 4202560 4751 0 0 0 181 1 0 0 15 0 13 0 28643544 1581137920 52473 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32308] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32308/stat : 32308 (java) S 32295 32297 31740 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 28643544 1581137920 52473 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32309] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32309/stat : 32309 (java) S 32295 32297 31740 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 28643544 1581137920 52473 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32312] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32312/stat : 32312 (java) S 32295 32297 31740 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 28643762 1581137920 52473 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.87
Current children cumulated vsize (KiB) 1544080

[startup+25.5007 s]
/proc/loadavg: 0.95 1.01 1.11 2/119 32312
/proc/meminfo: memFree=1534276/2059040 swapFree=4136456/4192956
[pid=32297] ppid=32295 vsize=1544080 CPUtime=29.79
/proc/32297/stat : 32297 (java) S 32295 32297 31740 0 -1 4202496 63294 0 1 0 2946 33 0 0 18 0 13 0 28643535 1581137920 56024 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32297/statm: 386020 56024 1444 10 0 383322 0
[pid=32297/tid=32299] ppid=32295 vsize=1544080 CPUtime=24.72
/proc/32297/task/32299/stat : 32299 (java) R 32295 32297 31740 0 -1 4202560 32101 0 1 0 2454 18 0 0 25 0 13 0 28643536 1581137920 56024 1992294400 134512640 134550932 4287037536 18446744073709551615 4109099816 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32297/tid=32300] ppid=32295 vsize=1544080 CPUtime=0.6
/proc/32297/task/32300/stat : 32300 (java) S 32295 32297 31740 0 -1 4202560 9883 0 0 0 56 4 0 0 15 0 13 0 28643538 1581137920 56024 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32301] ppid=32295 vsize=1544080 CPUtime=0.59
/proc/32297/task/32301/stat : 32301 (java) S 32295 32297 31740 0 -1 4202560 10217 0 0 0 55 4 0 0 16 0 13 0 28643538 1581137920 56024 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32302] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32302/stat : 32302 (java) S 32295 32297 31740 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 28643539 1581137920 56024 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32303] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32303/stat : 32303 (java) S 32295 32297 31740 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28643540 1581137920 56024 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32304] ppid=32295 vsize=1544080 CPUtime=0

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

[pid=32297] ppid=32295 vsize=1544080 CPUtime=1613.3
/proc/32297/stat : 32297 (java) S 32295 32297 31740 0 -1 4202496 86727 0 1 0 161225 105 0 0 18 0 13 0 28643535 1581137920 77271 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32297/statm: 386020 77271 1450 10 0 383322 0
[pid=32297/tid=32299] ppid=32295 vsize=1544080 CPUtime=1593.8
/proc/32297/task/32299/stat : 32299 (java) R 32295 32297 31740 0 -1 4202560 32729 0 1 0 159321 59 0 0 25 0 13 0 28643536 1581137920 77271 1992294400 134512640 134550932 4287037536 18446744073709551615 4109384382 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32297/tid=32300] ppid=32295 vsize=1544080 CPUtime=7.16
/proc/32297/task/32300/stat : 32300 (java) S 32295 32297 31740 0 -1 4202560 20828 0 0 0 697 19 0 0 16 0 13 0 28643538 1581137920 77271 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32301] ppid=32295 vsize=1544080 CPUtime=7.16
/proc/32297/task/32301/stat : 32301 (java) S 32295 32297 31740 0 -1 4202560 21727 0 0 0 702 14 0 0 16 0 13 0 28643538 1581137920 77271 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32302] ppid=32295 vsize=1544080 CPUtime=0.43
/proc/32297/task/32302/stat : 32302 (java) S 32295 32297 31740 0 -1 4202560 204 0 0 0 38 5 0 0 15 0 13 0 28643539 1581137920 77271 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32303] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32303/stat : 32303 (java) S 32295 32297 31740 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28643540 1581137920 77271 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32304] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32304/stat : 32304 (java) S 32295 32297 31740 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28643540 1581137920 77271 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32305] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32305/stat : 32305 (java) S 32295 32297 31740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28643544 1581137920 77271 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32306] ppid=32295 vsize=1544080 CPUtime=2.74
/proc/32297/task/32306/stat : 32306 (java) S 32295 32297 31740 0 -1 4202560 5323 0 0 0 272 2 0 0 16 0 13 0 28643544 1581137920 77271 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32307] ppid=32295 vsize=1544080 CPUtime=1.92
/proc/32297/task/32307/stat : 32307 (java) S 32295 32297 31740 0 -1 4202560 4753 0 0 0 191 1 0 0 15 0 13 0 28643544 1581137920 77271 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32308] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32308/stat : 32308 (java) S 32295 32297 31740 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 28643544 1581137920 77271 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32309] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32309/stat : 32309 (java) S 32295 32297 31740 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 28643544 1581137920 77271 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32312] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32312/stat : 32312 (java) S 32295 32297 31740 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 28643762 1581137920 77271 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1613.3
Current children cumulated vsize (KiB) 1544080

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32368
/proc/meminfo: memFree=1445864/2059040 swapFree=4136456/4192956
[pid=32297] ppid=32295 vsize=1544080 CPUtime=1673.51
/proc/32297/stat : 32297 (java) S 32295 32297 31740 0 -1 4202496 87019 0 1 0 167243 108 0 0 18 0 13 0 28643535 1581137920 77532 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32297/statm: 386020 77532 1450 10 0 383322 0
[pid=32297/tid=32299] ppid=32295 vsize=1544080 CPUtime=1653.49
/proc/32297/task/32299/stat : 32299 (java) R 32295 32297 31740 0 -1 4202560 32749 0 1 0 165287 62 0 0 25 0 13 0 28643536 1581137920 77532 1992294400 134512640 134550932 4287037536 18446744073709551615 4109384436 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32297/tid=32300] ppid=32295 vsize=1544080 CPUtime=7.42
/proc/32297/task/32300/stat : 32300 (java) S 32295 32297 31740 0 -1 4202560 21013 0 0 0 722 20 0 0 16 0 13 0 28643538 1581137920 77532 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32301] ppid=32295 vsize=1544080 CPUtime=7.41
/proc/32297/task/32301/stat : 32301 (java) S 32295 32297 31740 0 -1 4202560 21806 0 0 0 727 14 0 0 15 0 13 0 28643538 1581137920 77532 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32302] ppid=32295 vsize=1544080 CPUtime=0.44
/proc/32297/task/32302/stat : 32302 (java) S 32295 32297 31740 0 -1 4202560 208 0 0 0 39 5 0 0 15 0 13 0 28643539 1581137920 77532 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32303] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32303/stat : 32303 (java) S 32295 32297 31740 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28643540 1581137920 77532 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32304] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32304/stat : 32304 (java) S 32295 32297 31740 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28643540 1581137920 77532 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32305] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32305/stat : 32305 (java) S 32295 32297 31740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28643544 1581137920 77532 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32306] ppid=32295 vsize=1544080 CPUtime=2.74
/proc/32297/task/32306/stat : 32306 (java) S 32295 32297 31740 0 -1 4202560 5323 0 0 0 272 2 0 0 16 0 13 0 28643544 1581137920 77532 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32307] ppid=32295 vsize=1544080 CPUtime=1.92
/proc/32297/task/32307/stat : 32307 (java) S 32295 32297 31740 0 -1 4202560 4753 0 0 0 191 1 0 0 15 0 13 0 28643544 1581137920 77532 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32308] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32308/stat : 32308 (java) S 32295 32297 31740 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 28643544 1581137920 77532 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32309] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32309/stat : 32309 (java) S 32295 32297 31740 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 28643544 1581137920 77532 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32312] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32312/stat : 32312 (java) S 32295 32297 31740 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 28643762 1581137920 77532 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1673.51
Current children cumulated vsize (KiB) 1544080

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32368
/proc/meminfo: memFree=1444996/2059040 swapFree=4136456/4192956
[pid=32297] ppid=32295 vsize=1544080 CPUtime=1733.75
/proc/32297/stat : 32297 (java) S 32295 32297 31740 0 -1 4202496 87356 0 1 0 173264 111 0 0 18 0 13 0 28643535 1581137920 77840 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32297/statm: 386020 77840 1450 10 0 383322 0
[pid=32297/tid=32299] ppid=32295 vsize=1544080 CPUtime=1713.19
/proc/32297/task/32299/stat : 32299 (java) R 32295 32297 31740 0 -1 4202560 32770 0 1 0 171254 65 0 0 25 0 13 0 28643536 1581137920 77840 1992294400 134512640 134550932 4287037536 18446744073709551615 4109478890 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32297/tid=32300] ppid=32295 vsize=1544080 CPUtime=7.69
/proc/32297/task/32300/stat : 32300 (java) S 32295 32297 31740 0 -1 4202560 21267 0 0 0 749 20 0 0 16 0 13 0 28643538 1581137920 77840 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32301] ppid=32295 vsize=1544080 CPUtime=7.68
/proc/32297/task/32301/stat : 32301 (java) S 32295 32297 31740 0 -1 4202560 21864 0 0 0 754 14 0 0 15 0 13 0 28643538 1581137920 77840 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32302] ppid=32295 vsize=1544080 CPUtime=0.45
/proc/32297/task/32302/stat : 32302 (java) S 32295 32297 31740 0 -1 4202560 210 0 0 0 40 5 0 0 15 0 13 0 28643539 1581137920 77840 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32303] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32303/stat : 32303 (java) S 32295 32297 31740 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28643540 1581137920 77840 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32304] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32304/stat : 32304 (java) S 32295 32297 31740 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28643540 1581137920 77840 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32305] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32305/stat : 32305 (java) S 32295 32297 31740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28643544 1581137920 77840 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32306] ppid=32295 vsize=1544080 CPUtime=2.74
/proc/32297/task/32306/stat : 32306 (java) S 32295 32297 31740 0 -1 4202560 5323 0 0 0 272 2 0 0 16 0 13 0 28643544 1581137920 77840 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32307] ppid=32295 vsize=1544080 CPUtime=1.92
/proc/32297/task/32307/stat : 32307 (java) S 32295 32297 31740 0 -1 4202560 4753 0 0 0 191 1 0 0 15 0 13 0 28643544 1581137920 77840 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32308] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32308/stat : 32308 (java) S 32295 32297 31740 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 28643544 1581137920 77840 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32309] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32309/stat : 32309 (java) S 32295 32297 31740 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 28643544 1581137920 77840 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32312] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32312/stat : 32312 (java) S 32295 32297 31740 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 28643762 1581137920 77840 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1733.75
Current children cumulated vsize (KiB) 1544080

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32370
/proc/meminfo: memFree=1443632/2059040 swapFree=4136456/4192956
[pid=32297] ppid=32295 vsize=1544080 CPUtime=1793.98
/proc/32297/stat : 32297 (java) S 32295 32297 31740 0 -1 4202496 87684 0 1 0 179284 114 0 0 18 0 13 0 28643535 1581137920 78134 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32297/statm: 386020 78134 1450 10 0 383322 0
[pid=32297/tid=32299] ppid=32295 vsize=1544080 CPUtime=1772.89
/proc/32297/task/32299/stat : 32299 (java) R 32295 32297 31740 0 -1 4202560 32790 0 1 0 177222 67 0 0 25 0 13 0 28643536 1581137920 78134 1992294400 134512640 134550932 4287037536 18446744073709551615 4109384892 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32297/tid=32300] ppid=32295 vsize=1544080 CPUtime=7.96
/proc/32297/task/32300/stat : 32300 (java) S 32295 32297 31740 0 -1 4202560 21477 0 0 0 775 21 0 0 16 0 13 0 28643538 1581137920 78134 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32301] ppid=32295 vsize=1544080 CPUtime=7.94
/proc/32297/task/32301/stat : 32301 (java) S 32295 32297 31740 0 -1 4202560 21954 0 0 0 780 14 0 0 16 0 13 0 28643538 1581137920 78134 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32302] ppid=32295 vsize=1544080 CPUtime=0.46
/proc/32297/task/32302/stat : 32302 (java) S 32295 32297 31740 0 -1 4202560 214 0 0 0 40 6 0 0 15 0 13 0 28643539 1581137920 78134 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32303] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32303/stat : 32303 (java) S 32295 32297 31740 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28643540 1581137920 78134 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32304] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32304/stat : 32304 (java) S 32295 32297 31740 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28643540 1581137920 78134 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32305] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32305/stat : 32305 (java) S 32295 32297 31740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28643544 1581137920 78134 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32306] ppid=32295 vsize=1544080 CPUtime=2.74
/proc/32297/task/32306/stat : 32306 (java) S 32295 32297 31740 0 -1 4202560 5323 0 0 0 272 2 0 0 16 0 13 0 28643544 1581137920 78134 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32307] ppid=32295 vsize=1544080 CPUtime=1.92
/proc/32297/task/32307/stat : 32307 (java) S 32295 32297 31740 0 -1 4202560 4753 0 0 0 191 1 0 0 15 0 13 0 28643544 1581137920 78134 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32308] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32308/stat : 32308 (java) S 32295 32297 31740 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 28643544 1581137920 78134 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32309] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32309/stat : 32309 (java) S 32295 32297 31740 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 28643544 1581137920 78134 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32312] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32312/stat : 32312 (java) S 32295 32297 31740 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 28643762 1581137920 78134 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1793.98
Current children cumulated vsize (KiB) 1544080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32370
/proc/meminfo: memFree=1443632/2059040 swapFree=4136456/4192956
[pid=32297] ppid=32295 vsize=1544080 CPUtime=1800.1
/proc/32297/stat : 32297 (java) S 32295 32297 31740 0 -1 4202496 87708 0 1 0 179896 114 0 0 18 0 13 0 28643535 1581137920 78155 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32297/statm: 386020 78155 1450 10 0 383322 0
[pid=32297/tid=32299] ppid=32295 vsize=1544080 CPUtime=1778.96
/proc/32297/task/32299/stat : 32299 (java) R 32295 32297 31740 0 -1 4202560 32792 0 1 0 177829 67 0 0 25 0 13 0 28643536 1581137920 78155 1992294400 134512640 134550932 4287037536 18446744073709551615 4109478963 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32297/tid=32300] ppid=32295 vsize=1544080 CPUtime=7.98
/proc/32297/task/32300/stat : 32300 (java) S 32295 32297 31740 0 -1 4202560 21487 0 0 0 777 21 0 0 16 0 13 0 28643538 1581137920 78155 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32301] ppid=32295 vsize=1544080 CPUtime=7.96
/proc/32297/task/32301/stat : 32301 (java) S 32295 32297 31740 0 -1 4202560 21965 0 0 0 782 14 0 0 16 0 13 0 28643538 1581137920 78155 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32302] ppid=32295 vsize=1544080 CPUtime=0.47
/proc/32297/task/32302/stat : 32302 (java) S 32295 32297 31740 0 -1 4202560 215 0 0 0 41 6 0 0 15 0 13 0 28643539 1581137920 78155 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 0 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32303] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32303/stat : 32303 (java) S 32295 32297 31740 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28643540 1581137920 78155 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32304] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32304/stat : 32304 (java) S 32295 32297 31740 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28643540 1581137920 78155 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32305] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32305/stat : 32305 (java) S 32295 32297 31740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28643544 1581137920 78155 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32306] ppid=32295 vsize=1544080 CPUtime=2.74
/proc/32297/task/32306/stat : 32306 (java) S 32295 32297 31740 0 -1 4202560 5323 0 0 0 272 2 0 0 16 0 13 0 28643544 1581137920 78155 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32307] ppid=32295 vsize=1544080 CPUtime=1.92
/proc/32297/task/32307/stat : 32307 (java) S 32295 32297 31740 0 -1 4202560 4753 0 0 0 191 1 0 0 15 0 13 0 28643544 1581137920 78155 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=32297/tid=32308] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32308/stat : 32308 (java) S 32295 32297 31740 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 28643544 1581137920 78155 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32309] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32309/stat : 32309 (java) S 32295 32297 31740 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 28643544 1581137920 78155 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=32297/tid=32312] ppid=32295 vsize=1544080 CPUtime=0
/proc/32297/task/32312/stat : 32312 (java) S 32295 32297 31740 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 28643762 1581137920 78155 1992294400 134512640 134550932 4287037536 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1544080

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

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

Child status: 143
Real time (s): 1788.48
CPU time (s): 1800.2
CPU user time (s): 1799.01
CPU system time (s): 1.18182
CPU usage (%): 100.655
Max. virtual memory (cumulated for all children) (KiB): 1545104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.01
system time used= 1.18182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87730
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= 43956
involuntary context switches= 52902

runsolver used 3.99139 second user time and 9.95649 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-14 17:46:35
IDJOB=2660625
IDBENCH=2328
IDSOLVER=1165
FILE ID=node001/2660625-1276530395
PBS_JOBID= 11173449
Free space on /tmp= 62432 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-neos7.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660625-1276530395/watcher-2660625-1276530395 -o /tmp/evaluation-result-2660625-1276530395/solver-2660625-1276530395 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660625-1276530395.opb

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

MD5SUM BENCH= f5e09fc51fdb6e7c65b10c880b18ec53
RANDOM SEED=1137434692

node001.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.202
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.40
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.202
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1754440 kB
Buffers:        101784 kB
Cached:         124324 kB
SwapCached:       9304 kB
Active:          98464 kB
Inactive:       139896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1754440 kB
SwapTotal:     4192956 kB
SwapFree:      4136456 kB
Dirty:            1740 kB
Writeback:           0 kB
AnonPages:       10932 kB
Mapped:           9212 kB
Slab:            44456 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182324 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= 62432 MiB
End job on node001 at 2010-06-14 18:16:26