Trace number 2660362

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.21 1787.62

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=180-sizeP=91-sizeQ=180-780825197-max.opb
MD5SUMd31ef469fa2ed9fa9c3063355dbaf7b5
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 variables16651
Total number of constraints49141
Number of constraints which are clauses49140
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint16380
Number of terms in the objective function 91
Biggest coefficient in the objective function 1237940039285380274899124224
Number of bits for the biggest coefficient in the objective function 91
Sum of the numbers in the objective function 2475880078570760549798248447
Number of bits of the sum of numbers in the objective function 91
Biggest number in a constraint 948568795032094272909893509191171341133987714380927500611236528192824358010355712
Number of bits of the biggest number in a constraint 270
Biggest sum of numbers in a constraint 3794275180128377091639574036150438611441468153567802156940920507153788002840397422
Number of bits of the biggest sum of numbers271
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c No reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2660362-1276626533.opb
0.22/0.21	c reading problem ... 
2.72/1.95	c ... done. Wall clock time 1.737s.
2.72/1.95	c #vars     16651
2.72/1.95	c #constraints  53237
2.72/1.95	c constraints type 
2.72/1.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 32760
2.72/1.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16380
2.72/1.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.10/1787.52	c starts		: 1
1800.10/1787.52	c conflicts		: 48
1800.10/1787.52	c decisions		: 6915
1800.10/1787.52	c propagations		: 260872
1800.10/1787.52	c inspects		: 4364428
1800.10/1787.52	c learnt literals	: 0
1800.10/1787.52	c learnt binary clauses	: 0
1800.10/1787.52	c learnt ternary clauses	: 0
1800.10/1787.52	c learnt clauses	: 47
1800.10/1787.53	c ignored clauses	: 0
1800.10/1787.53	c root simplifications	: 0
1800.10/1787.53	c removed literals (reason simplification)	: 0
1800.10/1787.53	c reason swapping (by a shorter reason)	: 0
1800.10/1787.53	c Calls to reduceDB	: 0
1800.10/1787.53	c number of reductions to clauses (during analyze)	: 0
1800.10/1787.53	c number of learned constraints concerned by reduction	: 0
1800.10/1787.53	c number of learning phase by resolution	: 0
1800.10/1787.53	c number of learning phase by cutting planes	: 0
1800.10/1787.53	c speed (assignments/second)	: 146.099961244912
1800.10/1787.53	c non guided choices	2
1800.10/1787.53	c learnt constraints type 
1800.10/1787.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 47
1800.10/1787.53	c constraints type 
1800.10/1787.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 32760
1800.10/1787.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16380
1800.10/1787.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.10/1787.53	s UNKNOWN
1800.10/1787.53	c Total wall clock time (in seconds): 1787.312

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-2660362-1276626533/watcher-2660362-1276626533 -o /tmp/evaluation-result-2660362-1276626533/solver-2660362-1276626533 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660362-1276626533.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5211
/proc/meminfo: memFree=1650300/2059040 swapFree=4140048/4192956
[pid=5211] ppid=5209 vsize=1752 CPUtime=0
/proc/5211/stat : 5211 (java6) R 5209 5211 4640 0 -1 4194304 158 0 0 0 0 0 0 0 19 0 1 0 38256952 1794048 77 1992294400 134512640 134550932 4290882832 18446744073709551615 2632112 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5211/statm: 438 79 64 10 0 30 0

[startup+0.105709 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5211
/proc/meminfo: memFree=1650300/2059040 swapFree=4140048/4192956
[pid=5211] ppid=5209 vsize=1524184 CPUtime=0.08
/proc/5211/stat : 5211 (java) S 5209 5211 4640 0 -1 4202496 3973 0 1 0 6 2 0 0 15 0 12 0 38256952 1560764416 3413 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5211/statm: 381046 3413 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.201723 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5211
/proc/meminfo: memFree=1650300/2059040 swapFree=4140048/4192956
[pid=5211] ppid=5209 vsize=1526276 CPUtime=0.22
/proc/5211/stat : 5211 (java) S 5209 5211 4640 0 -1 4202496 5048 0 1 0 19 3 0 0 15 0 12 0 38256952 1562906624 4486 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5211/statm: 381569 4486 1346 10 0 378871 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1526276

[startup+0.30173 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5211
/proc/meminfo: memFree=1650300/2059040 swapFree=4140048/4192956
[pid=5211] ppid=5209 vsize=1526432 CPUtime=0.35
/proc/5211/stat : 5211 (java) S 5209 5211 4640 0 -1 4202496 5412 0 1 0 32 3 0 0 15 0 12 0 38256952 1563066368 4850 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5211/statm: 381608 4850 1362 10 0 378910 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526432

[startup+0.70178 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5211
/proc/meminfo: memFree=1650300/2059040 swapFree=4140048/4192956
[pid=5211] ppid=5209 vsize=1527728 CPUtime=1.12
/proc/5211/stat : 5211 (java) S 5209 5211 4640 0 -1 4202496 7280 0 1 0 109 3 0 0 15 0 12 0 38256952 1564393472 6718 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5211/statm: 381932 6719 1404 10 0 379234 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1527728

[startup+1.50087 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 5223
/proc/meminfo: memFree=1600480/2059040 swapFree=4140048/4192956
[pid=5211] ppid=5209 vsize=1530492 CPUtime=2.16
/proc/5211/stat : 5211 (java) S 5209 5211 4640 0 -1 4202496 24541 0 1 0 205 11 0 0 15 0 12 0 38256952 1567223808 23885 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5211/statm: 382623 23886 1408 10 0 379925 0
[pid=5211/tid=5213] ppid=5209 vsize=1530492 CPUtime=1.46
/proc/5211/task/5213/stat : 5213 (java) R 5209 5211 4640 0 -1 4202560 21829 0 1 0 137 9 0 0 25 0 12 0 38256954 1567223808 23887 1992294400 134512640 134550932 4293700720 18446744073709551615 4109101556 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5211/tid=5214] ppid=5209 vsize=1530492 CPUtime=0
/proc/5211/task/5214/stat : 5214 (java) S 5209 5211 4640 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 38256955 1567223808 23887 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5215] ppid=5209 vsize=1530492 CPUtime=0
/proc/5211/task/5215/stat : 5215 (java) S 5209 5211 4640 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 38256955 1567223808 23888 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5216] ppid=5209 vsize=1530492 CPUtime=0
/proc/5211/task/5216/stat : 5216 (java) S 5209 5211 4640 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 38256957 1567223808 23888 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5217] ppid=5209 vsize=1530492 CPUtime=0
/proc/5211/task/5217/stat : 5217 (java) S 5209 5211 4640 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 12 0 38256958 1567223808 23889 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5218] ppid=5209 vsize=1530492 CPUtime=0
/proc/5211/task/5218/stat : 5218 (java) S 5209 5211 4640 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 38256958 1567223808 23890 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5219] ppid=5209 vsize=1530492 CPUtime=0
/proc/5211/task/5219/stat : 5219 (java) S 5209 5211 4640 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 38256962 1567223808 23890 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5220] ppid=5209 vsize=1530492 CPUtime=0.23
/proc/5211/task/5220/stat : 5220 (java) S 5209 5211 4640 0 -1 4202560 324 0 0 0 23 0 0 0 18 0 12 0 38256962 1567223808 23891 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5221] ppid=5209 vsize=1530492 CPUtime=0.44
/proc/5211/task/5221/stat : 5221 (java) S 5209 5211 4640 0 -1 4202560 1326 0 0 0 44 0 0 0 18 0 12 0 38256962 1567223808 23891 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5222] ppid=5209 vsize=1530492 CPUtime=0
/proc/5211/task/5222/stat : 5222 (java) S 5209 5211 4640 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 38256962 1567223808 23892 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5223] ppid=5209 vsize=1530492 CPUtime=0
/proc/5211/task/5223/stat : 5223 (java) S 5209 5211 4640 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 38256962 1567223808 23892 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 1530492

[startup+3.1008 s]
/proc/loadavg: 1.00 1.00 1.00 5/119 5224
/proc/meminfo: memFree=1542068/2059040 swapFree=4140048/4192956
[pid=5211] ppid=5209 vsize=1531824 CPUtime=4.6
/proc/5211/stat : 5211 (java) S 5209 5211 4640 0 -1 4202496 31366 0 1 0 447 13 0 0 15 0 13 0 38256952 1568587776 30572 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5211/statm: 382956 30572 1425 10 0 380258 0
[pid=5211/tid=5213] ppid=5209 vsize=1531824 CPUtime=2.84
/proc/5211/task/5213/stat : 5213 (java) R 5209 5211 4640 0 -1 4202560 28102 0 1 0 273 11 0 0 25 0 13 0 38256954 1568587776 30572 1992294400 134512640 134550932 4293700720 18446744073709551615 4109444347 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5211/tid=5214] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5214/stat : 5214 (java) S 5209 5211 4640 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 38256955 1568587776 30572 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5215] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5215/stat : 5215 (java) S 5209 5211 4640 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 38256955 1568587776 30572 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5216] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5216/stat : 5216 (java) S 5209 5211 4640 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 38256957 1568587776 30572 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5217] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5217/stat : 5217 (java) S 5209 5211 4640 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 13 0 38256958 1568587776 30572 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5218] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5218/stat : 5218 (java) S 5209 5211 4640 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 38256958 1568587776 30572 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5219] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5219/stat : 5219 (java) S 5209 5211 4640 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 38256962 1568587776 30572 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5220] ppid=5209 vsize=1531824 CPUtime=0.73
/proc/5211/task/5220/stat : 5220 (java) S 5209 5211 4640 0 -1 4202560 566 0 0 0 73 0 0 0 15 0 13 0 38256962 1568587776 30572 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5221] ppid=5209 vsize=1531824 CPUtime=0.99
/proc/5211/task/5221/stat : 5221 (java) S 5209 5211 4640 0 -1 4202560 1630 0 0 0 99 0 0 0 15 0 13 0 38256962 1568587776 30572 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5222] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5222/stat : 5222 (java) S 5209 5211 4640 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 38256962 1568587776 30572 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5223] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5223/stat : 5223 (java) S 5209 5211 4640 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 38256962 1568587776 30572 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5224] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5224/stat : 5224 (java) S 5209 5211 4640 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38257155 1568587776 30572 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 1531824

[startup+6.3018 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 5224
/proc/meminfo: memFree=1506728/2059040 swapFree=4140048/4192956
[pid=5211] ppid=5209 vsize=1531824 CPUtime=8.27
/proc/5211/stat : 5211 (java) S 5209 5211 4640 0 -1 4202496 40481 0 1 0 810 17 0 0 15 0 13 0 38256952 1568587776 39650 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5211/statm: 382956 39650 1434 10 0 380258 0
[pid=5211/tid=5213] ppid=5209 vsize=1531824 CPUtime=5.79
/proc/5211/task/5213/stat : 5213 (java) R 5209 5211 4640 0 -1 4202560 32070 0 1 0 566 13 0 0 25 0 13 0 38256954 1568587776 39650 1992294400 134512640 134550932 4293700720 18446744073709551615 4109568474 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5211/tid=5214] ppid=5209 vsize=1531824 CPUtime=0.08
/proc/5211/task/5214/stat : 5214 (java) S 5209 5211 4640 0 -1 4202560 2596 0 0 0 8 0 0 0 16 0 13 0 38256955 1568587776 39650 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5215] ppid=5209 vsize=1531824 CPUtime=0.08
/proc/5211/task/5215/stat : 5215 (java) S 5209 5211 4640 0 -1 4202560 2501 0 0 0 8 0 0 0 18 0 13 0 38256955 1568587776 39650 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5216] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5216/stat : 5216 (java) S 5209 5211 4640 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 38256957 1568587776 39650 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5217] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5217/stat : 5217 (java) S 5209 5211 4640 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38256958 1568587776 39650 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5218] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5218/stat : 5218 (java) S 5209 5211 4640 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38256958 1568587776 39650 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5219] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5219/stat : 5219 (java) S 5209 5211 4640 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 38256962 1568587776 39650 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5220] ppid=5209 vsize=1531824 CPUtime=0.91
/proc/5211/task/5220/stat : 5220 (java) S 5209 5211 4640 0 -1 4202560 580 0 0 0 91 0 0 0 15 0 13 0 38256962 1568587776 39650 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5221] ppid=5209 vsize=1531824 CPUtime=1.34
/proc/5211/task/5221/stat : 5221 (java) S 5209 5211 4640 0 -1 4202560 1654 0 0 0 134 0 0 0 15 0 13 0 38256962 1568587776 39650 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5222] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5222/stat : 5222 (java) S 5209 5211 4640 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 38256962 1568587776 39650 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5223] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5223/stat : 5223 (java) S 5209 5211 4640 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 38256962 1568587776 39650 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5224] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5224/stat : 5224 (java) S 5209 5211 4640 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38257155 1568587776 39650 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.27
Current children cumulated vsize (KiB) 1531824

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 5224
/proc/meminfo: memFree=1471760/2059040 swapFree=4140048/4192956
[pid=5211] ppid=5209 vsize=1531824 CPUtime=14.97
/proc/5211/stat : 5211 (java) S 5209 5211 4640 0 -1 4202496 46805 0 1 0 1477 20 0 0 15 0 13 0 38256952 1568587776 45765 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5211/statm: 382956 45765 1435 10 0 380258 0
[pid=5211/tid=5213] ppid=5209 vsize=1531824 CPUtime=11.93
/proc/5211/task/5213/stat : 5213 (java) R 5209 5211 4640 0 -1 4202560 32144 0 1 0 1180 13 0 0 25 0 13 0 38256954 1568587776 45765 1992294400 134512640 134550932 4293700720 18446744073709551615 4109572651 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5211/tid=5214] ppid=5209 vsize=1531824 CPUtime=0.3
/proc/5211/task/5214/stat : 5214 (java) S 5209 5211 4640 0 -1 4202560 6434 0 0 0 28 2 0 0 16 0 13 0 38256955 1568587776 45765 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5215] ppid=5209 vsize=1531824 CPUtime=0.31
/proc/5211/task/5215/stat : 5215 (java) S 5209 5211 4640 0 -1 4202560 4887 0 0 0 29 2 0 0 18 0 13 0 38256955 1568587776 45765 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5216] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5216/stat : 5216 (java) S 5209 5211 4640 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 38256957 1568587776 45765 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5217] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5217/stat : 5217 (java) S 5209 5211 4640 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38256958 1568587776 45765 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5218] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5218/stat : 5218 (java) S 5209 5211 4640 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38256958 1568587776 45765 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5219] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5219/stat : 5219 (java) S 5209 5211 4640 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 38256962 1568587776 45765 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5220] ppid=5209 vsize=1531824 CPUtime=0.92
/proc/5211/task/5220/stat : 5220 (java) S 5209 5211 4640 0 -1 4202560 581 0 0 0 92 0 0 0 15 0 13 0 38256962 1568587776 45765 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5221] ppid=5209 vsize=1531824 CPUtime=1.45
/proc/5211/task/5221/stat : 5221 (java) S 5209 5211 4640 0 -1 4202560 1664 0 0 0 145 0 0 0 16 0 13 0 38256962 1568587776 45765 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5222] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5222/stat : 5222 (java) S 5209 5211 4640 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 38256962 1568587776 45765 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5223] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5223/stat : 5223 (java) S 5209 5211 4640 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 38256962 1568587776 45765 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5224] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5224/stat : 5224 (java) S 5209 5211 4640 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38257155 1568587776 45765 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.97
Current children cumulated vsize (KiB) 1531824

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 5224
/proc/meminfo: memFree=1468784/2059040 swapFree=4140048/4192956
[pid=5211] ppid=5209 vsize=1531824 CPUtime=28.03
/proc/5211/stat : 5211 (java) S 5209 5211 4640 0 -1 4202496 47542 0 1 0 2781 22 0 0 15 0 13 0 38256952 1568587776 46489 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5211/statm: 382956 46489 1435 10 0 380258 0
[pid=5211/tid=5213] ppid=5209 vsize=1531824 CPUtime=24.48
/proc/5211/task/5213/stat : 5213 (java) R 5209 5211 4640 0 -1 4202560 32158 0 1 0 2434 14 0 0 25 0 13 0 38256954 1568587776 46489 1992294400 134512640 134550932 4293700720 18446744073709551615 4109572371 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5211/tid=5214] ppid=5209 vsize=1531824 CPUtime=0.5
/proc/5211/task/5214/stat : 5214 (java) S 5209 5211 4640 0 -1 4202560 6804 0 0 0 47 3 0 0 16 0 13 0 38256955 1568587776 46489 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5215] ppid=5209 vsize=1531824 CPUtime=0.49
/proc/5211/task/5215/stat : 5215 (java) S 5209 5211 4640 0 -1 4202560 5236 0 0 0 47 2 0 0 18 0 13 0 38256955 1568587776 46489 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5216] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5216/stat : 5216 (java) S 5209 5211 4640 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 38256957 1568587776 46489 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5217] ppid=5209 vsize=1531824 CPUtime=0

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

[pid=5211] ppid=5209 vsize=1531824 CPUtime=1612.77
/proc/5211/stat : 5211 (java) S 5209 5211 4640 0 -1 4202496 212419 0 1 0 161115 162 0 0 15 0 13 0 38256952 1568587776 166877 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5211/statm: 382956 166877 1440 10 0 380258 0
[pid=5211/tid=5213] ppid=5209 vsize=1531824 CPUtime=1591.8
/proc/5211/task/5213/stat : 5213 (java) R 5209 5211 4640 0 -1 4202560 33871 0 1 0 159144 36 0 0 25 0 13 0 38256954 1568587776 166877 1992294400 134512640 134550932 4293700720 18446744073709551615 4109370545 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5211/tid=5214] ppid=5209 vsize=1531824 CPUtime=8.7
/proc/5211/task/5214/stat : 5214 (java) S 5209 5211 4640 0 -1 4202560 83405 0 0 0 820 50 0 0 15 0 13 0 38256955 1568587776 166877 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5215] ppid=5209 vsize=1531824 CPUtime=8.73
/proc/5211/task/5215/stat : 5215 (java) S 5209 5211 4640 0 -1 4202560 91562 0 0 0 813 60 0 0 16 0 13 0 38256955 1568587776 166877 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5216] ppid=5209 vsize=1531824 CPUtime=0.37
/proc/5211/task/5216/stat : 5216 (java) S 5209 5211 4640 0 -1 4202560 126 0 0 0 25 12 0 0 15 0 13 0 38256957 1568587776 166877 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5217] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5217/stat : 5217 (java) S 5209 5211 4640 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38256958 1568587776 166877 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5218] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5218/stat : 5218 (java) S 5209 5211 4640 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38256958 1568587776 166877 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5219] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5219/stat : 5219 (java) S 5209 5211 4640 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 38256962 1568587776 166877 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5220] ppid=5209 vsize=1531824 CPUtime=1.15
/proc/5211/task/5220/stat : 5220 (java) S 5209 5211 4640 0 -1 4202560 594 0 0 0 115 0 0 0 15 0 13 0 38256962 1568587776 166877 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5221] ppid=5209 vsize=1531824 CPUtime=1.95
/proc/5211/task/5221/stat : 5221 (java) S 5209 5211 4640 0 -1 4202560 1697 0 0 0 195 0 0 0 15 0 13 0 38256962 1568587776 166877 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5222] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5222/stat : 5222 (java) S 5209 5211 4640 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 38256962 1568587776 166877 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5223] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5223/stat : 5223 (java) S 5209 5211 4640 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 38256962 1568587776 166877 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5224] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5224/stat : 5224 (java) S 5209 5211 4640 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38257155 1568587776 166877 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1612.77
Current children cumulated vsize (KiB) 1531824

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 5268
/proc/meminfo: memFree=984564/2059040 swapFree=4140048/4192956
[pid=5211] ppid=5209 vsize=1531824 CPUtime=1672.97
/proc/5211/stat : 5211 (java) S 5209 5211 4640 0 -1 4202496 212636 0 1 0 167133 164 0 0 15 0 13 0 38256952 1568587776 167056 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5211/statm: 382956 167056 1440 10 0 380258 0
[pid=5211/tid=5213] ppid=5209 vsize=1531824 CPUtime=1651.53
/proc/5211/task/5213/stat : 5213 (java) R 5209 5211 4640 0 -1 4202560 33903 0 1 0 165117 36 0 0 25 0 13 0 38256954 1568587776 167056 1992294400 134512640 134550932 4293700720 18446744073709551615 4109567971 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5211/tid=5214] ppid=5209 vsize=1531824 CPUtime=8.93
/proc/5211/task/5214/stat : 5214 (java) S 5209 5211 4640 0 -1 4202560 83554 0 0 0 842 51 0 0 16 0 13 0 38256955 1568587776 167056 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5215] ppid=5209 vsize=1531824 CPUtime=8.96
/proc/5211/task/5215/stat : 5215 (java) S 5209 5211 4640 0 -1 4202560 91593 0 0 0 835 61 0 0 15 0 13 0 38256955 1568587776 167056 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5216] ppid=5209 vsize=1531824 CPUtime=0.38
/proc/5211/task/5216/stat : 5216 (java) S 5209 5211 4640 0 -1 4202560 129 0 0 0 26 12 0 0 16 0 13 0 38256957 1568587776 167056 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5217] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5217/stat : 5217 (java) S 5209 5211 4640 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38256958 1568587776 167056 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5218] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5218/stat : 5218 (java) S 5209 5211 4640 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38256958 1568587776 167056 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5219] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5219/stat : 5219 (java) S 5209 5211 4640 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 38256962 1568587776 167056 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5220] ppid=5209 vsize=1531824 CPUtime=1.15
/proc/5211/task/5220/stat : 5220 (java) S 5209 5211 4640 0 -1 4202560 594 0 0 0 115 0 0 0 15 0 13 0 38256962 1568587776 167056 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5221] ppid=5209 vsize=1531824 CPUtime=1.95
/proc/5211/task/5221/stat : 5221 (java) S 5209 5211 4640 0 -1 4202560 1697 0 0 0 195 0 0 0 15 0 13 0 38256962 1568587776 167056 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5222] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5222/stat : 5222 (java) S 5209 5211 4640 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 38256962 1568587776 167056 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5223] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5223/stat : 5223 (java) S 5209 5211 4640 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 38256962 1568587776 167056 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5224] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5224/stat : 5224 (java) S 5209 5211 4640 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38257155 1568587776 167056 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1672.97
Current children cumulated vsize (KiB) 1531824

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 5270
/proc/meminfo: memFree=982580/2059040 swapFree=4140048/4192956
[pid=5211] ppid=5209 vsize=1531824 CPUtime=1733.87
/proc/5211/stat : 5211 (java) S 5209 5211 4640 0 -1 4202496 213280 0 1 0 173217 170 0 0 15 0 13 0 38256952 1568587776 167522 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5211/statm: 382956 167522 1440 10 0 380258 0
[pid=5211/tid=5213] ppid=5209 vsize=1531824 CPUtime=1710.51
/proc/5211/task/5213/stat : 5213 (java) R 5209 5211 4640 0 -1 4202560 34039 0 1 0 171014 37 0 0 25 0 13 0 38256954 1568587776 167522 1992294400 134512640 134550932 4293700720 18446744073709551615 4109520148 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5211/tid=5214] ppid=5209 vsize=1531824 CPUtime=9.88
/proc/5211/task/5214/stat : 5214 (java) S 5209 5211 4640 0 -1 4202560 83904 0 0 0 933 55 0 0 16 0 13 0 38256955 1568587776 167522 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5215] ppid=5209 vsize=1531824 CPUtime=9.92
/proc/5211/task/5215/stat : 5215 (java) S 5209 5211 4640 0 -1 4202560 91743 0 0 0 930 62 0 0 15 0 13 0 38256955 1568587776 167522 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5216] ppid=5209 vsize=1531824 CPUtime=0.41
/proc/5211/task/5216/stat : 5216 (java) S 5209 5211 4640 0 -1 4202560 133 0 0 0 28 13 0 0 16 0 13 0 38256957 1568587776 167522 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5217] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5217/stat : 5217 (java) S 5209 5211 4640 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38256958 1568587776 167522 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5218] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5218/stat : 5218 (java) S 5209 5211 4640 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38256958 1568587776 167522 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5219] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5219/stat : 5219 (java) S 5209 5211 4640 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 38256962 1568587776 167522 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5220] ppid=5209 vsize=1531824 CPUtime=1.15
/proc/5211/task/5220/stat : 5220 (java) S 5209 5211 4640 0 -1 4202560 594 0 0 0 115 0 0 0 15 0 13 0 38256962 1568587776 167522 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5221] ppid=5209 vsize=1531824 CPUtime=1.95
/proc/5211/task/5221/stat : 5221 (java) S 5209 5211 4640 0 -1 4202560 1697 0 0 0 195 0 0 0 15 0 13 0 38256962 1568587776 167522 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5222] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5222/stat : 5222 (java) S 5209 5211 4640 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 38256962 1568587776 167522 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5223] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5223/stat : 5223 (java) S 5209 5211 4640 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 38256962 1568587776 167522 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5224] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5224/stat : 5224 (java) S 5209 5211 4640 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38257155 1568587776 167522 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1733.87
Current children cumulated vsize (KiB) 1531824

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 5270
/proc/meminfo: memFree=981340/2059040 swapFree=4140048/4192956
[pid=5211] ppid=5209 vsize=1531824 CPUtime=1794.79
/proc/5211/stat : 5211 (java) S 5209 5211 4640 0 -1 4202496 213711 0 1 0 179302 177 0 0 15 0 13 0 38256952 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5211/statm: 382956 167780 1440 10 0 380258 0
[pid=5211/tid=5213] ppid=5209 vsize=1531824 CPUtime=1769.43
/proc/5211/task/5213/stat : 5213 (java) R 5209 5211 4640 0 -1 4202560 34178 0 1 0 176905 38 0 0 25 0 13 0 38256954 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4109221063 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5211/tid=5214] ppid=5209 vsize=1531824 CPUtime=10.85
/proc/5211/task/5214/stat : 5214 (java) S 5209 5211 4640 0 -1 4202560 84128 0 0 0 1028 57 0 0 16 0 13 0 38256955 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5215] ppid=5209 vsize=1531824 CPUtime=10.9
/proc/5211/task/5215/stat : 5215 (java) S 5209 5211 4640 0 -1 4202560 91803 0 0 0 1026 64 0 0 15 0 13 0 38256955 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5216] ppid=5209 vsize=1531824 CPUtime=0.44
/proc/5211/task/5216/stat : 5216 (java) S 5209 5211 4640 0 -1 4202560 138 0 0 0 30 14 0 0 15 0 13 0 38256957 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5217] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5217/stat : 5217 (java) S 5209 5211 4640 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38256958 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5218] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5218/stat : 5218 (java) S 5209 5211 4640 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38256958 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5219] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5219/stat : 5219 (java) S 5209 5211 4640 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 38256962 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5220] ppid=5209 vsize=1531824 CPUtime=1.15
/proc/5211/task/5220/stat : 5220 (java) S 5209 5211 4640 0 -1 4202560 594 0 0 0 115 0 0 0 15 0 13 0 38256962 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5221] ppid=5209 vsize=1531824 CPUtime=1.95
/proc/5211/task/5221/stat : 5221 (java) S 5209 5211 4640 0 -1 4202560 1697 0 0 0 195 0 0 0 15 0 13 0 38256962 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5222] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5222/stat : 5222 (java) S 5209 5211 4640 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 38256962 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5223] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5223/stat : 5223 (java) S 5209 5211 4640 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 38256962 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5224] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5224/stat : 5224 (java) S 5209 5211 4640 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38257155 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 1531824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 5270
/proc/meminfo: memFree=981340/2059040 swapFree=4140048/4192956
[pid=5211] ppid=5209 vsize=1531824 CPUtime=1800.1
/proc/5211/stat : 5211 (java) S 5209 5211 4640 0 -1 4202496 213724 0 1 0 179832 178 0 0 15 0 13 0 38256952 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5211/statm: 382956 167780 1440 10 0 380258 0
[pid=5211/tid=5213] ppid=5209 vsize=1531824 CPUtime=1774.56
/proc/5211/task/5213/stat : 5213 (java) R 5209 5211 4640 0 -1 4202560 34191 0 1 0 177418 38 0 0 25 0 13 0 38256954 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4109520148 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5211/tid=5214] ppid=5209 vsize=1531824 CPUtime=10.94
/proc/5211/task/5214/stat : 5214 (java) S 5209 5211 4640 0 -1 4202560 84128 0 0 0 1037 57 0 0 15 0 13 0 38256955 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5215] ppid=5209 vsize=1531824 CPUtime=11
/proc/5211/task/5215/stat : 5215 (java) S 5209 5211 4640 0 -1 4202560 91803 0 0 0 1035 65 0 0 16 0 13 0 38256955 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5216] ppid=5209 vsize=1531824 CPUtime=0.44
/proc/5211/task/5216/stat : 5216 (java) S 5209 5211 4640 0 -1 4202560 138 0 0 0 30 14 0 0 15 0 13 0 38256957 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 0 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5217] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5217/stat : 5217 (java) S 5209 5211 4640 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38256958 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5218] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5218/stat : 5218 (java) S 5209 5211 4640 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38256958 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5219] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5219/stat : 5219 (java) S 5209 5211 4640 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 38256962 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5220] ppid=5209 vsize=1531824 CPUtime=1.15
/proc/5211/task/5220/stat : 5220 (java) S 5209 5211 4640 0 -1 4202560 594 0 0 0 115 0 0 0 15 0 13 0 38256962 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
[pid=5211/tid=5221] ppid=5209 vsize=1531824 CPUtime=1.95
/proc/5211/task/5221/stat : 5221 (java) S 5209 5211 4640 0 -1 4202560 1697 0 0 0 195 0 0 0 15 0 13 0 38256962 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5222] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5222/stat : 5222 (java) S 5209 5211 4640 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 38256962 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5223] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5223/stat : 5223 (java) S 5209 5211 4640 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 38256962 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 0 0 0 0
[pid=5211/tid=5224] ppid=5209 vsize=1531824 CPUtime=0
/proc/5211/task/5224/stat : 5224 (java) S 5209 5211 4640 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38257155 1568587776 167780 1992294400 134512640 134550932 4293700720 18446744073709551615 4294960144 0 4 0 16800975 18446604437817931968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1531824

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): 1787.62
CPU time (s): 1800.21
CPU user time (s): 1798.35
CPU system time (s): 1.85272
CPU usage (%): 100.704
Max. virtual memory (cumulated for all children) (KiB): 1532320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.35
system time used= 1.85272
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213745
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= 56573
involuntary context switches= 49393

runsolver used 3.75343 second user time and 9.59954 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-15 20:28:53
IDJOB=2660362
IDBENCH=2999
IDSOLVER=1165
FILE ID=node006/2660362-1276626533
PBS_JOBID= 11172306
Free space on /tmp= 62500 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=180-sizeP=91-sizeQ=180-780825197-max.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660362-1276626533/watcher-2660362-1276626533 -o /tmp/evaluation-result-2660362-1276626533/solver-2660362-1276626533 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660362-1276626533.opb

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

MD5SUM BENCH= d31ef469fa2ed9fa9c3063355dbaf7b5
RANDOM SEED=1947365177

node006.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.204
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.204
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1650696 kB
Buffers:        124932 kB
Cached:         199308 kB
SwapCached:       6988 kB
Active:         117832 kB
Inactive:       221024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1650696 kB
SwapTotal:     4192956 kB
SwapFree:      4140048 kB
Dirty:            2376 kB
Writeback:           0 kB
AnonPages:       12664 kB
Mapped:          13180 kB
Slab:            47552 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182092 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= 62500 MiB
End job on node006 at 2010-06-15 20:58:42