Trace number 2660318

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.15 1786.12

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-swath.opb
MD5SUM3553224658521cb15e26e6f30dd8f5c2
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9155
Total number of constraints884
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)423
Number of constraints which are nor clauses,nor cardinality constraints461
Minimum length of a constraint1
Maximum length of a constraint6754
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 16777216000000
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 66042304016951
Number of bits of the biggest sum of numbers46
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.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-2660318-1276567633.opb
0.21/0.22	c reading problem ... 
2.08/1.42	c ... done. Wall clock time 1.202s.
2.08/1.42	c #vars     9155
2.08/1.42	c #constraints  987
2.08/1.42	c constraints type 
2.08/1.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
2.08/1.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 182
2.08/1.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 382
1800.04/1786.01	c starts		: 3
1800.04/1786.01	c conflicts		: 348
1800.04/1786.01	c decisions		: 60538
1800.04/1786.01	c propagations		: 398067
1800.04/1786.01	c inspects		: 14157075
1800.04/1786.01	c learnt literals	: 0
1800.04/1786.02	c learnt binary clauses	: 0
1800.04/1786.02	c learnt ternary clauses	: 0
1800.04/1786.02	c learnt clauses	: 347
1800.04/1786.02	c ignored clauses	: 0
1800.04/1786.02	c root simplifications	: 0
1800.04/1786.02	c removed literals (reason simplification)	: 0
1800.04/1786.02	c reason swapping (by a shorter reason)	: 0
1800.04/1786.02	c Calls to reduceDB	: 0
1800.04/1786.02	c number of reductions to clauses (during analyze)	: 0
1800.04/1786.02	c number of learned constraints concerned by reduction	: 0
1800.04/1786.02	c number of learning phase by resolution	: 0
1800.04/1786.02	c number of learning phase by cutting planes	: 0
1800.04/1786.02	c speed (assignments/second)	: 223.05720734552807
1800.04/1786.02	c non guided choices	0
1800.04/1786.02	c learnt constraints type 
1800.04/1786.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 43
1800.04/1786.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 304
1800.04/1786.02	c constraints type 
1800.04/1786.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
1800.04/1786.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 182
1800.04/1786.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 382
1800.04/1786.02	s UNKNOWN
1800.04/1786.02	c Total wall clock time (in seconds): 1785.801

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-2660318-1276567633/watcher-2660318-1276567633 -o /tmp/evaluation-result-2660318-1276567633/solver-2660318-1276567633 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660318-1276567633.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: 2.19 2.40 1.88 3/106 2461
/proc/meminfo: memFree=1724236/2059040 swapFree=4140428/4192956
[pid=2461] ppid=2459 vsize=444 CPUtime=0
/proc/2461/stat : 2461 (java6) R 2459 2461 32419 0 -1 4194304 130 0 0 0 0 0 0 0 16 0 1 0 32366760 454656 50 1992294400 134512640 134550932 4293467072 18446744073709551615 2474580 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2461/statm: 436 53 42 10 0 28 0

[startup+0.0143829 s]
/proc/loadavg: 2.19 2.40 1.88 3/106 2461
/proc/meminfo: memFree=1724236/2059040 swapFree=4140428/4192956
[pid=2461] ppid=2459 vsize=13112 CPUtime=0
/proc/2461/stat : 2461 (java) R 2459 2461 32419 0 -1 4202496 1036 0 0 0 0 0 0 0 15 0 1 0 32366760 13426688 521 1992294400 134512640 134550932 4289609808 18446744073709551615 2475233 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2461/statm: 3359 526 223 10 0 1202 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13112

[startup+0.103596 s]
/proc/loadavg: 2.19 2.40 1.88 3/106 2461
/proc/meminfo: memFree=1724236/2059040 swapFree=4140428/4192956
[pid=2461] ppid=2459 vsize=1524184 CPUtime=0.08
/proc/2461/stat : 2461 (java) S 2459 2461 32419 0 -1 4202496 3964 0 1 0 5 3 0 0 15 0 12 0 32366760 1560764416 3404 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2461/statm: 381046 3404 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300594 s]
/proc/loadavg: 2.19 2.40 1.88 3/106 2461
/proc/meminfo: memFree=1724236/2059040 swapFree=4140428/4192956
[pid=2461] ppid=2459 vsize=1526588 CPUtime=0.37
/proc/2461/stat : 2461 (java) S 2459 2461 32419 0 -1 4202496 5373 0 1 0 33 4 0 0 15 0 12 0 32366760 1563226112 4811 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2461/statm: 381647 4811 1360 10 0 378949 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526588

[startup+0.701589 s]
/proc/loadavg: 2.19 2.40 1.88 3/106 2461
/proc/meminfo: memFree=1724236/2059040 swapFree=4140428/4192956
[pid=2461] ppid=2459 vsize=1527660 CPUtime=1.14
/proc/2461/stat : 2461 (java) S 2459 2461 32419 0 -1 4202496 7936 0 1 0 109 5 0 0 15 0 12 0 32366760 1564323840 7245 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2461/statm: 381915 7245 1407 10 0 379217 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1527660

[startup+1.50058 s]
/proc/loadavg: 2.19 2.40 1.88 2/118 2473
/proc/meminfo: memFree=1676836/2059040 swapFree=4140428/4192956
[pid=2461] ppid=2459 vsize=1528152 CPUtime=2.24
/proc/2461/stat : 2461 (java) S 2459 2461 32419 0 -1 4202496 23843 0 1 0 211 13 0 0 15 0 13 0 32366760 1564827648 22949 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2461/statm: 382038 22949 1419 10 0 379340 0
[pid=2461/tid=2463] ppid=2459 vsize=1528152 CPUtime=1.4
/proc/2461/task/2463/stat : 2463 (java) R 2459 2461 32419 0 -1 4202560 21434 0 1 0 129 11 0 0 25 0 13 0 32366762 1564827648 22949 1992294400 134512640 134550932 4289609808 18446744073709551615 4108813317 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2461/tid=2464] ppid=2459 vsize=1528152 CPUtime=0
/proc/2461/task/2464/stat : 2464 (java) S 2459 2461 32419 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 32366763 1564827648 22949 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2465] ppid=2459 vsize=1528152 CPUtime=0
/proc/2461/task/2465/stat : 2465 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 32366763 1564827648 22949 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2466] ppid=2459 vsize=1528152 CPUtime=0
/proc/2461/task/2466/stat : 2466 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 32366765 1564827648 22949 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2467] ppid=2459 vsize=1528152 CPUtime=0
/proc/2461/task/2467/stat : 2467 (java) S 2459 2461 32419 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 32366766 1564827648 22949 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2468] ppid=2459 vsize=1528152 CPUtime=0
/proc/2461/task/2468/stat : 2468 (java) S 2459 2461 32419 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32366766 1564827648 22949 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2469] ppid=2459 vsize=1528152 CPUtime=0
/proc/2461/task/2469/stat : 2469 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32366770 1564827648 22949 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2470] ppid=2459 vsize=1528152 CPUtime=0.28
/proc/2461/task/2470/stat : 2470 (java) S 2459 2461 32419 0 -1 4202560 238 0 0 0 28 0 0 0 17 0 13 0 32366770 1564827648 22950 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2471] ppid=2459 vsize=1528152 CPUtime=0.52
/proc/2461/task/2471/stat : 2471 (java) S 2459 2461 32419 0 -1 4202560 1107 0 0 0 52 0 0 0 16 0 13 0 32366770 1564827648 22950 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2472] ppid=2459 vsize=1528152 CPUtime=0
/proc/2461/task/2472/stat : 2472 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32366770 1564827648 22950 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2473] ppid=2459 vsize=1528152 CPUtime=0
/proc/2461/task/2473/stat : 2473 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32366770 1564827648 22950 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1528152

[startup+3.10156 s]
/proc/loadavg: 2.19 2.40 1.88 4/119 2474
/proc/meminfo: memFree=1620532/2059040 swapFree=4140428/4192956
[pid=2461] ppid=2459 vsize=1532256 CPUtime=4.45
/proc/2461/stat : 2461 (java) S 2459 2461 32419 0 -1 4202496 29998 0 1 0 430 15 0 0 15 0 13 0 32366760 1569030144 28600 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2461/statm: 383064 28600 1424 10 0 380366 0
[pid=2461/tid=2463] ppid=2459 vsize=1532256 CPUtime=2.73
/proc/2461/task/2463/stat : 2463 (java) R 2459 2461 32419 0 -1 4202560 25875 0 1 0 260 13 0 0 19 0 13 0 32366762 1569030144 28600 1992294400 134512640 134550932 4289609808 18446744073709551615 4109338790 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2461/tid=2464] ppid=2459 vsize=1532256 CPUtime=0
/proc/2461/task/2464/stat : 2464 (java) S 2459 2461 32419 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 32366763 1569030144 28600 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2465] ppid=2459 vsize=1532256 CPUtime=0
/proc/2461/task/2465/stat : 2465 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 32366763 1569030144 28600 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2466] ppid=2459 vsize=1532256 CPUtime=0
/proc/2461/task/2466/stat : 2466 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 32366765 1569030144 28600 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2467] ppid=2459 vsize=1532256 CPUtime=0
/proc/2461/task/2467/stat : 2467 (java) S 2459 2461 32419 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 32366766 1569030144 28600 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2468] ppid=2459 vsize=1532256 CPUtime=0
/proc/2461/task/2468/stat : 2468 (java) S 2459 2461 32419 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32366766 1569030144 28600 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2469] ppid=2459 vsize=1532256 CPUtime=0
/proc/2461/task/2469/stat : 2469 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32366770 1569030144 28600 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2470] ppid=2459 vsize=1532256 CPUtime=0.72
/proc/2461/task/2470/stat : 2470 (java) S 2459 2461 32419 0 -1 4202560 881 0 0 0 72 0 0 0 15 0 13 0 32366770 1569030144 28600 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2471] ppid=2459 vsize=1532256 CPUtime=0.97
/proc/2461/task/2471/stat : 2471 (java) S 2459 2461 32419 0 -1 4202560 2175 0 0 0 97 0 0 0 15 0 13 0 32366770 1569030144 28600 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2472] ppid=2459 vsize=1532256 CPUtime=0
/proc/2461/task/2472/stat : 2472 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32366770 1569030144 28600 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2473] ppid=2459 vsize=1532256 CPUtime=0
/proc/2461/task/2473/stat : 2473 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32366770 1569030144 28600 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2474] ppid=2459 vsize=1532256 CPUtime=0
/proc/2461/task/2474/stat : 2474 (java) S 2459 2461 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32366909 1569030144 28600 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 1532256

[startup+6.30152 s]
/proc/loadavg: 2.10 2.37 1.88 2/119 2474
/proc/meminfo: memFree=1603792/2059040 swapFree=4140428/4192956
[pid=2461] ppid=2459 vsize=1530584 CPUtime=7.79
/proc/2461/stat : 2461 (java) S 2459 2461 32419 0 -1 4202496 34213 0 1 0 763 16 0 0 15 0 13 0 32366760 1567318016 32424 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2461/statm: 382646 32424 1424 10 0 379948 0
[pid=2461/tid=2463] ppid=2459 vsize=1530584 CPUtime=5.84
/proc/2461/task/2463/stat : 2463 (java) R 2459 2461 32419 0 -1 4202560 30077 0 1 0 570 14 0 0 25 0 13 0 32366762 1567318016 32424 1992294400 134512640 134550932 4289609808 18446744073709551615 4109307689 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2461/tid=2464] ppid=2459 vsize=1530584 CPUtime=0
/proc/2461/task/2464/stat : 2464 (java) S 2459 2461 32419 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 32366763 1567318016 32424 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2465] ppid=2459 vsize=1530584 CPUtime=0
/proc/2461/task/2465/stat : 2465 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 32366763 1567318016 32424 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2466] ppid=2459 vsize=1530584 CPUtime=0
/proc/2461/task/2466/stat : 2466 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 13 0 32366765 1567318016 32424 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2467] ppid=2459 vsize=1530584 CPUtime=0
/proc/2461/task/2467/stat : 2467 (java) S 2459 2461 32419 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 32366766 1567318016 32424 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2468] ppid=2459 vsize=1530584 CPUtime=0
/proc/2461/task/2468/stat : 2468 (java) S 2459 2461 32419 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32366766 1567318016 32424 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2469] ppid=2459 vsize=1530584 CPUtime=0
/proc/2461/task/2469/stat : 2469 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32366770 1567318016 32424 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2470] ppid=2459 vsize=1530584 CPUtime=0.8
/proc/2461/task/2470/stat : 2470 (java) S 2459 2461 32419 0 -1 4202560 883 0 0 0 80 0 0 0 15 0 13 0 32366770 1567318016 32424 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2471] ppid=2459 vsize=1530584 CPUtime=1.12
/proc/2461/task/2471/stat : 2471 (java) S 2459 2461 32419 0 -1 4202560 2186 0 0 0 112 0 0 0 15 0 13 0 32366770 1567318016 32424 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2472] ppid=2459 vsize=1530584 CPUtime=0
/proc/2461/task/2472/stat : 2472 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32366770 1567318016 32424 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2473] ppid=2459 vsize=1530584 CPUtime=0
/proc/2461/task/2473/stat : 2473 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32366770 1567318016 32424 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2474] ppid=2459 vsize=1530584 CPUtime=0
/proc/2461/task/2474/stat : 2474 (java) S 2459 2461 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32366909 1567318016 32424 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 1530584

[startup+12.7017 s]
/proc/loadavg: 2.01 2.35 1.87 2/119 2474
/proc/meminfo: memFree=1578248/2059040 swapFree=4140428/4192956
[pid=2461] ppid=2459 vsize=1530964 CPUtime=14.42
/proc/2461/stat : 2461 (java) S 2459 2461 32419 0 -1 4202496 39410 0 1 0 1423 19 0 0 15 0 13 0 32366760 1567707136 37572 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2461/statm: 382741 37572 1433 10 0 380043 0
[pid=2461/tid=2463] ppid=2459 vsize=1530964 CPUtime=12.14
/proc/2461/task/2463/stat : 2463 (java) R 2459 2461 32419 0 -1 4202560 32052 0 1 0 1199 15 0 0 25 0 13 0 32366762 1567707136 37572 1992294400 134512640 134550932 4289609808 18446744073709551615 4109338434 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2461/tid=2464] ppid=2459 vsize=1530964 CPUtime=0.05
/proc/2461/task/2464/stat : 2464 (java) S 2459 2461 32419 0 -1 4202560 1519 0 0 0 5 0 0 0 15 0 13 0 32366763 1567707136 37572 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2465] ppid=2459 vsize=1530964 CPUtime=0.04
/proc/2461/task/2465/stat : 2465 (java) S 2459 2461 32419 0 -1 4202560 1645 0 0 0 4 0 0 0 18 0 13 0 32366763 1567707136 37572 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2466] ppid=2459 vsize=1530964 CPUtime=0
/proc/2461/task/2466/stat : 2466 (java) S 2459 2461 32419 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 13 0 32366765 1567707136 37572 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2467] ppid=2459 vsize=1530964 CPUtime=0
/proc/2461/task/2467/stat : 2467 (java) S 2459 2461 32419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32366766 1567707136 37572 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2468] ppid=2459 vsize=1530964 CPUtime=0
/proc/2461/task/2468/stat : 2468 (java) S 2459 2461 32419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32366766 1567707136 37572 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2469] ppid=2459 vsize=1530964 CPUtime=0
/proc/2461/task/2469/stat : 2469 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32366770 1567707136 37572 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2470] ppid=2459 vsize=1530964 CPUtime=0.99
/proc/2461/task/2470/stat : 2470 (java) S 2459 2461 32419 0 -1 4202560 934 0 0 0 99 0 0 0 15 0 13 0 32366770 1567707136 37572 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2471] ppid=2459 vsize=1530964 CPUtime=1.13
/proc/2461/task/2471/stat : 2471 (java) S 2459 2461 32419 0 -1 4202560 2187 0 0 0 113 0 0 0 15 0 13 0 32366770 1567707136 37572 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2472] ppid=2459 vsize=1530964 CPUtime=0
/proc/2461/task/2472/stat : 2472 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32366770 1567707136 37572 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2473] ppid=2459 vsize=1530964 CPUtime=0
/proc/2461/task/2473/stat : 2473 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32366770 1567707136 37572 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2474] ppid=2459 vsize=1530964 CPUtime=0
/proc/2461/task/2474/stat : 2474 (java) S 2459 2461 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32366909 1567707136 37572 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.42
Current children cumulated vsize (KiB) 1530964

[startup+25.5021 s]
/proc/loadavg: 1.79 2.28 1.86 2/119 2476
/proc/meminfo: memFree=1561632/2059040 swapFree=4140428/4192956
[pid=2461] ppid=2459 vsize=1530964 CPUtime=27.33
/proc/2461/stat : 2461 (java) S 2459 2461 32419 0 -1 4202496 43668 0 1 0 2712 21 0 0 15 0 13 0 32366760 1567707136 41758 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2461/statm: 382741 41758 1433 10 0 380043 0
[pid=2461/tid=2463] ppid=2459 vsize=1530964 CPUtime=24.84
/proc/2461/task/2463/stat : 2463 (java) R 2459 2461 32419 0 -1 4202560 32071 0 1 0 2469 15 0 0 25 0 13 0 32366762 1567707136 41758 1992294400 134512640 134550932 4289609808 18446744073709551615 4109338954 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2461/tid=2464] ppid=2459 vsize=1530964 CPUtime=0.11
/proc/2461/task/2464/stat : 2464 (java) S 2459 2461 32419 0 -1 4202560 3449 0 0 0 10 1 0 0 16 0 13 0 32366763 1567707136 41758 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2465] ppid=2459 vsize=1530964 CPUtime=0.1
/proc/2461/task/2465/stat : 2465 (java) S 2459 2461 32419 0 -1 4202560 3945 0 0 0 8 2 0 0 18 0 13 0 32366763 1567707136 41758 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2466] ppid=2459 vsize=1530964 CPUtime=0
/proc/2461/task/2466/stat : 2466 (java) S 2459 2461 32419 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 32366765 1567707136 41758 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2467] ppid=2459 vsize=1530964 CPUtime=0

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

[pid=2461] ppid=2459 vsize=1533656 CPUtime=1613.97
/proc/2461/stat : 2461 (java) S 2459 2461 32419 0 -1 4202496 115306 0 1 0 161256 141 0 0 15 0 13 0 32366760 1570463744 99456 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2461/statm: 383414 99456 1434 10 0 380716 0
[pid=2461/tid=2463] ppid=2459 vsize=1533656 CPUtime=1589.89
/proc/2461/task/2463/stat : 2463 (java) R 2459 2461 32419 0 -1 4202560 34991 0 1 0 158966 23 0 0 25 0 13 0 32366762 1570463744 99456 1992294400 134512640 134550932 4289609808 18446744073709551615 4109449218 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2461/tid=2464] ppid=2459 vsize=1533656 CPUtime=10.21
/proc/2461/task/2464/stat : 2464 (java) S 2459 2461 32419 0 -1 4202560 36138 0 0 0 977 44 0 0 16 0 13 0 32366763 1570463744 99456 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2465] ppid=2459 vsize=1533656 CPUtime=10.19
/proc/2461/task/2465/stat : 2465 (java) S 2459 2461 32419 0 -1 4202560 36581 0 0 0 969 50 0 0 15 0 13 0 32366763 1570463744 99456 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2466] ppid=2459 vsize=1533656 CPUtime=0.59
/proc/2461/task/2466/stat : 2466 (java) S 2459 2461 32419 0 -1 4202560 116 0 0 0 41 18 0 0 15 0 13 0 32366765 1570463744 99456 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2467] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2467/stat : 2467 (java) S 2459 2461 32419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32366766 1570463744 99456 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2468] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2468/stat : 2468 (java) S 2459 2461 32419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32366766 1570463744 99456 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2469] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2469/stat : 2469 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32366770 1570463744 99456 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2470] ppid=2459 vsize=1533656 CPUtime=1.29
/proc/2461/task/2470/stat : 2470 (java) S 2459 2461 32419 0 -1 4202560 1269 0 0 0 129 0 0 0 15 0 13 0 32366770 1570463744 99456 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2471] ppid=2459 vsize=1533656 CPUtime=1.72
/proc/2461/task/2471/stat : 2471 (java) S 2459 2461 32419 0 -1 4202560 5046 0 0 0 171 1 0 0 15 0 13 0 32366770 1570463744 99456 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2472] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2472/stat : 2472 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32366770 1570463744 99456 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2473] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2473/stat : 2473 (java) S 2459 2461 32419 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 32366770 1570463744 99456 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2474] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2474/stat : 2474 (java) S 2459 2461 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32366909 1570463744 99456 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1613.97
Current children cumulated vsize (KiB) 1533656

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/119 2521
/proc/meminfo: memFree=1323312/2059040 swapFree=4140428/4192956
[pid=2461] ppid=2459 vsize=1533656 CPUtime=1674.73
/proc/2461/stat : 2461 (java) S 2459 2461 32419 0 -1 4202496 116911 0 1 0 167326 147 0 0 15 0 13 0 32366760 1570463744 100877 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2461/statm: 383414 100877 1434 10 0 380716 0
[pid=2461/tid=2463] ppid=2459 vsize=1533656 CPUtime=1649
/proc/2461/task/2463/stat : 2463 (java) R 2459 2461 32419 0 -1 4202560 35121 0 1 0 164876 24 0 0 25 0 13 0 32366762 1570463744 100877 1992294400 134512640 134550932 4289609808 18446744073709551615 4109539500 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2461/tid=2464] ppid=2459 vsize=1533656 CPUtime=11.02
/proc/2461/task/2464/stat : 2464 (java) S 2459 2461 32419 0 -1 4202560 36688 0 0 0 1056 46 0 0 16 0 13 0 32366763 1570463744 100877 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2465] ppid=2459 vsize=1533656 CPUtime=11.01
/proc/2461/task/2465/stat : 2465 (java) S 2459 2461 32419 0 -1 4202560 37502 0 0 0 1048 53 0 0 15 0 13 0 32366763 1570463744 100877 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2466] ppid=2459 vsize=1533656 CPUtime=0.62
/proc/2461/task/2466/stat : 2466 (java) S 2459 2461 32419 0 -1 4202560 118 0 0 0 43 19 0 0 15 0 13 0 32366765 1570463744 100877 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2467] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2467/stat : 2467 (java) S 2459 2461 32419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32366766 1570463744 100877 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2468] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2468/stat : 2468 (java) S 2459 2461 32419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32366766 1570463744 100877 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2469] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2469/stat : 2469 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32366770 1570463744 100877 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2470] ppid=2459 vsize=1533656 CPUtime=1.29
/proc/2461/task/2470/stat : 2470 (java) S 2459 2461 32419 0 -1 4202560 1269 0 0 0 129 0 0 0 15 0 13 0 32366770 1570463744 100877 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2471] ppid=2459 vsize=1533656 CPUtime=1.72
/proc/2461/task/2471/stat : 2471 (java) S 2459 2461 32419 0 -1 4202560 5046 0 0 0 171 1 0 0 15 0 13 0 32366770 1570463744 100877 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2472] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2472/stat : 2472 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32366770 1570463744 100877 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2473] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2473/stat : 2473 (java) S 2459 2461 32419 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 32366770 1570463744 100877 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2474] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2474/stat : 2474 (java) S 2459 2461 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32366909 1570463744 100877 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1674.73
Current children cumulated vsize (KiB) 1533656

[startup+1722.3 s]
/proc/loadavg: 1.10 1.04 1.13 2/119 2523
/proc/meminfo: memFree=1319964/2059040 swapFree=4140428/4192956
[pid=2461] ppid=2459 vsize=1533656 CPUtime=1735.54
/proc/2461/stat : 2461 (java) S 2459 2461 32419 0 -1 4202496 117903 0 1 0 173399 155 0 0 15 0 13 0 32366760 1570463744 101685 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2461/statm: 383414 101685 1434 10 0 380716 0
[pid=2461/tid=2463] ppid=2459 vsize=1533656 CPUtime=1708.06
/proc/2461/task/2463/stat : 2463 (java) R 2459 2461 32419 0 -1 4202560 35259 0 1 0 170781 25 0 0 25 0 13 0 32366762 1570463744 101685 1992294400 134512640 134550932 4289609808 18446744073709551615 4109210367 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2461/tid=2464] ppid=2459 vsize=1533656 CPUtime=11.88
/proc/2461/task/2464/stat : 2464 (java) S 2459 2461 32419 0 -1 4202560 37133 0 0 0 1139 49 0 0 15 0 13 0 32366763 1570463744 101685 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2465] ppid=2459 vsize=1533656 CPUtime=11.87
/proc/2461/task/2465/stat : 2465 (java) S 2459 2461 32419 0 -1 4202560 37903 0 0 0 1131 56 0 0 16 0 13 0 32366763 1570463744 101685 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2466] ppid=2459 vsize=1533656 CPUtime=0.64
/proc/2461/task/2466/stat : 2466 (java) S 2459 2461 32419 0 -1 4202560 122 0 0 0 45 19 0 0 15 0 13 0 32366765 1570463744 101685 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2467] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2467/stat : 2467 (java) S 2459 2461 32419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32366766 1570463744 101685 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2468] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2468/stat : 2468 (java) S 2459 2461 32419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32366766 1570463744 101685 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2469] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2469/stat : 2469 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32366770 1570463744 101685 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2470] ppid=2459 vsize=1533656 CPUtime=1.29
/proc/2461/task/2470/stat : 2470 (java) S 2459 2461 32419 0 -1 4202560 1269 0 0 0 129 0 0 0 15 0 13 0 32366770 1570463744 101685 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2471] ppid=2459 vsize=1533656 CPUtime=1.72
/proc/2461/task/2471/stat : 2471 (java) S 2459 2461 32419 0 -1 4202560 5046 0 0 0 171 1 0 0 15 0 13 0 32366770 1570463744 101685 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2472] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2472/stat : 2472 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32366770 1570463744 101685 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2473] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2473/stat : 2473 (java) S 2459 2461 32419 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 32366770 1570463744 101685 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2474] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2474/stat : 2474 (java) S 2459 2461 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32366909 1570463744 101685 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1735.54
Current children cumulated vsize (KiB) 1533656

[startup+1782.3 s]
/proc/loadavg: 1.04 1.03 1.12 2/119 2525
/proc/meminfo: memFree=1317856/2059040 swapFree=4140428/4192956
[pid=2461] ppid=2459 vsize=1533656 CPUtime=1796.28
/proc/2461/stat : 2461 (java) S 2459 2461 32419 0 -1 4202496 118497 0 1 0 179467 161 0 0 15 0 13 0 32366760 1570463744 102132 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2461/statm: 383414 102132 1434 10 0 380716 0
[pid=2461/tid=2463] ppid=2459 vsize=1533656 CPUtime=1767.05
/proc/2461/task/2463/stat : 2463 (java) R 2459 2461 32419 0 -1 4202560 35398 0 1 0 176679 26 0 0 25 0 13 0 32366762 1570463744 102132 1992294400 134512640 134550932 4289609808 18446744073709551615 4109228755 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2461/tid=2464] ppid=2459 vsize=1533656 CPUtime=12.74
/proc/2461/task/2464/stat : 2464 (java) S 2459 2461 32419 0 -1 4202560 37363 0 0 0 1224 50 0 0 15 0 13 0 32366763 1570463744 102132 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2465] ppid=2459 vsize=1533656 CPUtime=12.74
/proc/2461/task/2465/stat : 2465 (java) S 2459 2461 32419 0 -1 4202560 38120 0 0 0 1214 60 0 0 15 0 13 0 32366763 1570463744 102132 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2466] ppid=2459 vsize=1533656 CPUtime=0.67
/proc/2461/task/2466/stat : 2466 (java) S 2459 2461 32419 0 -1 4202560 126 0 0 0 47 20 0 0 15 0 13 0 32366765 1570463744 102132 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2467] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2467/stat : 2467 (java) S 2459 2461 32419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32366766 1570463744 102132 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2468] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2468/stat : 2468 (java) S 2459 2461 32419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32366766 1570463744 102132 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2469] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2469/stat : 2469 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32366770 1570463744 102132 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2470] ppid=2459 vsize=1533656 CPUtime=1.29
/proc/2461/task/2470/stat : 2470 (java) S 2459 2461 32419 0 -1 4202560 1269 0 0 0 129 0 0 0 15 0 13 0 32366770 1570463744 102132 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2471] ppid=2459 vsize=1533656 CPUtime=1.72
/proc/2461/task/2471/stat : 2471 (java) S 2459 2461 32419 0 -1 4202560 5046 0 0 0 171 1 0 0 15 0 13 0 32366770 1570463744 102132 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2472] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2472/stat : 2472 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32366770 1570463744 102132 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2473] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2473/stat : 2473 (java) S 2459 2461 32419 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 13 0 32366770 1570463744 102132 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2474] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2474/stat : 2474 (java) S 2459 2461 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32366909 1570463744 102132 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1796.28
Current children cumulated vsize (KiB) 1533656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786 s]
/proc/loadavg: 1.03 1.03 1.12 2/119 2525
/proc/meminfo: memFree=1317856/2059040 swapFree=4140428/4192956
[pid=2461] ppid=2459 vsize=1533656 CPUtime=1800.04
/proc/2461/stat : 2461 (java) S 2459 2461 32419 0 -1 4202496 118519 0 1 0 179842 162 0 0 15 0 13 0 32366760 1570463744 102145 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2461/statm: 383414 102145 1434 10 0 380716 0
[pid=2461/tid=2463] ppid=2459 vsize=1533656 CPUtime=1770.69
/proc/2461/task/2463/stat : 2463 (java) R 2459 2461 32419 0 -1 4202560 35407 0 1 0 177043 26 0 0 25 0 13 0 32366762 1570463744 102145 1992294400 134512640 134550932 4289609808 18446744073709551615 4109210177 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2461/tid=2464] ppid=2459 vsize=1533656 CPUtime=12.8
/proc/2461/task/2464/stat : 2464 (java) S 2459 2461 32419 0 -1 4202560 37374 0 0 0 1230 50 0 0 16 0 13 0 32366763 1570463744 102145 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2465] ppid=2459 vsize=1533656 CPUtime=12.79
/proc/2461/task/2465/stat : 2465 (java) S 2459 2461 32419 0 -1 4202560 38122 0 0 0 1219 60 0 0 15 0 13 0 32366763 1570463744 102145 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2466] ppid=2459 vsize=1533656 CPUtime=0.67
/proc/2461/task/2466/stat : 2466 (java) S 2459 2461 32419 0 -1 4202560 126 0 0 0 47 20 0 0 15 0 13 0 32366765 1570463744 102145 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 0 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2467] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2467/stat : 2467 (java) S 2459 2461 32419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32366766 1570463744 102145 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2468] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2468/stat : 2468 (java) S 2459 2461 32419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32366766 1570463744 102145 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2469] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2469/stat : 2469 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32366770 1570463744 102145 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2470] ppid=2459 vsize=1533656 CPUtime=1.29
/proc/2461/task/2470/stat : 2470 (java) S 2459 2461 32419 0 -1 4202560 1269 0 0 0 129 0 0 0 15 0 13 0 32366770 1570463744 102145 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
[pid=2461/tid=2471] ppid=2459 vsize=1533656 CPUtime=1.72
/proc/2461/task/2471/stat : 2471 (java) S 2459 2461 32419 0 -1 4202560 5046 0 0 0 171 1 0 0 15 0 13 0 32366770 1570463744 102145 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2472] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2472/stat : 2472 (java) S 2459 2461 32419 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32366770 1570463744 102145 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2473] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2473/stat : 2473 (java) S 2459 2461 32419 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 13 0 32366770 1570463744 102145 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 0 0 0 0
[pid=2461/tid=2474] ppid=2459 vsize=1533656 CPUtime=0
/proc/2461/task/2474/stat : 2474 (java) S 2459 2461 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32366909 1570463744 102145 1992294400 134512640 134550932 4289609808 18446744073709551615 4294960144 0 4 0 16800975 18446604437810521024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1533656

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): 1786.12
CPU time (s): 1800.15
CPU user time (s): 1798.48
CPU system time (s): 1.66875
CPU usage (%): 100.786
Max. virtual memory (cumulated for all children) (KiB): 1536728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.48
system time used= 1.66875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118541
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= 71070
involuntary context switches= 51751

runsolver used 3.62145 second user time and 9.66453 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-15 04:07:13
IDJOB=2660318
IDBENCH=2511
IDSOLVER=1165
FILE ID=node007/2660318-1276567633
PBS_JOBID= 11173514
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/MIPLIB/miplib2003/normalized-mps-v2-20-10-swath.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660318-1276567633/watcher-2660318-1276567633 -o /tmp/evaluation-result-2660318-1276567633/solver-2660318-1276567633 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660318-1276567633.opb

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

MD5SUM BENCH= 3553224658521cb15e26e6f30dd8f5c2
RANDOM SEED=133391795

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:       1724632 kB
Buffers:         40044 kB
Cached:         200228 kB
SwapCached:       6272 kB
Active:          93584 kB
Inactive:       160096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1724632 kB
SwapTotal:     4192956 kB
SwapFree:      4140428 kB
Dirty:            1868 kB
Writeback:           0 kB
AnonPages:       11568 kB
Mapped:          13036 kB
Slab:            58780 kB
PageTables:       4080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182004 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-15 04:37:01