Trace number 2662630

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 RES // CP 2.2.0 2010-05-31? (TO) 1800.47 913.311

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=60-sizeP=31-sizeQ=60-784051325-max.opb
MD5SUM00fd5397600f602b7512f4fbf6ea5edc
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -15
Optimality of the best value was proved NO
Number of variables1951
Total number of constraints5581
Number of constraints which are clauses5580
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 constraint1860
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 618970019642690137449562112
Number of bits of the biggest number in a constraint 90
Biggest sum of numbers in a constraint 2475880078237913026827969150
Number of bits of the biggest sum of numbers91
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.v20100531
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.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c ManyCore solver with 2 solvers running in parallel
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.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
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 lightweight component caching from RSAT taking into account the objective function
0.21/0.22	c Expensive 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 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@18385e3
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	
0.21/0.22	c solving HOME/instance-2662630-1276626082.opb
0.21/0.22	c reading problem ... 
2.08/1.23	c ... done. Wall clock time 1.012s.
2.08/1.23	c #vars     1951
2.08/1.23	c #constraints  6047
2.08/1.23	c constraints type 
2.08/1.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1860
2.08/1.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3720
2.08/1.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.08/1.24	c constraints type 
2.08/1.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3720
2.08/1.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1860
2.08/1.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
37.95/19.33	c cleaning 2500 clauses out of 5000 with flag 5000/5000
79.75/40.47	c cleaning 4250 clauses out of 8500 with flag 11000/11000
115.93/58.79	c cleaning 5618 clauses out of 11250 with flag 18000/18000
170.11/86.10	c cleaning 6821 clauses out of 13642 with flag 26010/26010
221.71/112.27	c cleaning 7902 clauses out of 15811 with flag 35000/35000
275.49/139.41	c cleaning 8955 clauses out of 17909 with flag 45000/45000
330.66/167.31	c cleaning 9471 clauses out of 18956 with flag 55002/55002
382.65/193.65	c cleaning 9737 clauses out of 19487 with flag 65004/65004
439.53/222.42	c cleaning 9866 clauses out of 19746 with flag 75000/75000
492.91/249.40	c cleaning 9935 clauses out of 19881 with flag 85001/85001
557.57/282.12	c cleaning 9967 clauses out of 19946 with flag 95001/95001
612.09/309.78	c cleaning 9988 clauses out of 19979 with flag 105001/105001
649.91/328.95	c cleaning 9989 clauses out of 19990 with flag 115000/115000
699.26/353.90	c cleaning 9990 clauses out of 20002 with flag 125001/125001
748.21/378.76	c cleaning 10002 clauses out of 20011 with flag 135000/135000
790.83/400.33	c cleaning 10002 clauses out of 20011 with flag 145002/145002
830.95/420.70	c cleaning 9997 clauses out of 20008 with flag 155001/155001
904.27/457.85	c cleaning 9999 clauses out of 20010 with flag 165000/165000
964.32/488.20	c cleaning 9998 clauses out of 20012 with flag 175001/175001
1027.53/520.25	c cleaning 9999 clauses out of 20014 with flag 185001/185001
1075.19/544.41	c cleaning 10002 clauses out of 20014 with flag 195000/195000
1120.74/567.57	c cleaning 10002 clauses out of 20012 with flag 205000/205000
1168.86/591.99	c cleaning 9997 clauses out of 20010 with flag 215000/215000
1232.23/624.09	c cleaning 10000 clauses out of 20013 with flag 225000/225000
1303.83/660.33	c cleaning 10002 clauses out of 20014 with flag 235001/235001
1359.01/689.08	c cleaning 9998 clauses out of 20012 with flag 245001/245001
1407.51/713.77	c cleaning 10002 clauses out of 20014 with flag 255001/255001
1454.81/737.75	c cleaning 10001 clauses out of 20012 with flag 265001/265001
1489.89/755.66	c cleaning 9999 clauses out of 20011 with flag 275001/275001
1525.27/773.66	c cleaning 10002 clauses out of 20013 with flag 285002/285002
1577.46/800.18	c cleaning 10000 clauses out of 20010 with flag 295001/295001
1635.63/829.66	c cleaning 9996 clauses out of 20009 with flag 305000/305000
1683.56/854.07	c cleaning 10008 clauses out of 20025 with flag 315012/315012
1748.88/887.14	c cleaning 10001 clauses out of 20005 with flag 325000/325000
1800.10/913.12	c starts		: 135
1800.10/913.12	c conflicts		: 332486
1800.10/913.12	c decisions		: 446160
1800.10/913.12	c propagations		: 22751427
1800.10/913.12	c inspects		: 328517464
1800.10/913.12	c learnt literals	: 0
1800.10/913.12	c learnt binary clauses	: 75
1800.10/913.12	c learnt ternary clauses	: 209
1800.10/913.12	c learnt clauses	: 332485
1800.10/913.12	c ignored clauses	: 0
1800.10/913.12	c root simplifications	: 0
1800.10/913.12	c removed literals (reason simplification)	: 133495001
1800.10/913.12	c reason swapping (by a shorter reason)	: 0
1800.10/913.12	c Calls to reduceDB	: 34
1800.10/913.12	c number of reductions to clauses (during analyze)	: 0
1800.10/913.12	c number of learned constraints concerned by reduction	: 0
1800.10/913.12	c number of learning phase by resolution	: 0
1800.10/913.12	c number of learning phase by cutting planes	: 0
1800.10/913.12	c speed (assignments/second)	: 24950.023029345968
1800.10/913.12	c non guided choices	23
1800.31/913.25	c learnt constraints type 
1800.31/913.25	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17443
1800.31/913.26	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 75
1800.31/913.26	c constraints type 
1800.31/913.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1860
1800.31/913.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3720
1800.31/913.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.31/913.26	c constraints type 
1800.31/913.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3720
1800.31/913.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1860
1800.31/913.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.31/913.26	s UNKNOWN
1800.31/913.26	c Total wall clock time (in seconds): 913.034

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

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


[startup+0 s]
/proc/loadavg: 0.92 1.02 1.05 3/106 11241
/proc/meminfo: memFree=1738692/2059040 swapFree=4192956/4192956
[pid=11241] ppid=11239 vsize=1752 CPUtime=0
/proc/11241/stat : 11241 (java6) R 11239 11241 10722 0 -1 4194304 160 0 0 0 0 0 0 0 19 0 1 0 3899054 1794048 79 1992294400 134512640 134550932 4287907664 18446744073709551615 7653808 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11241/statm: 438 81 64 10 0 30 0

[startup+0.0436191 s]
/proc/loadavg: 0.92 1.02 1.05 3/106 11241
/proc/meminfo: memFree=1738692/2059040 swapFree=4192956/4192956
[pid=11241] ppid=11239 vsize=1520328 CPUtime=0.02
/proc/11241/stat : 11241 (java) S 11239 11241 10722 0 -1 4202496 3360 0 1 0 1 1 0 0 15 0 4 0 3899054 1556815872 2804 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/11241/statm: 380082 2805 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.100617 s]
/proc/loadavg: 0.92 1.02 1.05 3/106 11241
/proc/meminfo: memFree=1738692/2059040 swapFree=4192956/4192956
[pid=11241] ppid=11239 vsize=1524180 CPUtime=0.08
/proc/11241/stat : 11241 (java) S 11239 11241 10722 0 -1 4202496 3946 0 1 0 6 2 0 0 15 0 12 0 3899054 1560760320 3386 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11241/statm: 381045 3387 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300611 s]
/proc/loadavg: 0.92 1.02 1.05 3/106 11241
/proc/meminfo: memFree=1738692/2059040 swapFree=4192956/4192956
[pid=11241] ppid=11239 vsize=1526372 CPUtime=0.35
/proc/11241/stat : 11241 (java) S 11239 11241 10722 0 -1 4202496 5400 0 1 0 32 3 0 0 15 0 12 0 3899054 1563004928 4838 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11241/statm: 381593 4838 1361 10 0 378896 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526372

[startup+0.700598 s]
/proc/loadavg: 0.92 1.02 1.05 3/106 11241
/proc/meminfo: memFree=1738692/2059040 swapFree=4192956/4192956
[pid=11241] ppid=11239 vsize=1528500 CPUtime=1.08
/proc/11241/stat : 11241 (java) S 11239 11241 10722 0 -1 4202496 7390 0 1 0 105 3 0 0 15 0 12 0 3899054 1565184000 6748 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11241/statm: 382125 6748 1401 10 0 379428 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1528500

[startup+1.50157 s]
/proc/loadavg: 0.92 1.02 1.05 4/118 11253
/proc/meminfo: memFree=1706792/2059040 swapFree=4192956/4192956
[pid=11241] ppid=11239 vsize=1539852 CPUtime=2.67
/proc/11241/stat : 11241 (java) S 11239 11241 10722 0 -1 4202496 12827 0 1 0 262 5 0 0 15 0 16 0 3899054 1576808448 11312 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11241/statm: 385003 11315 1413 10 0 382306 0
[pid=11241/tid=11243] ppid=11239 vsize=1540012 CPUtime=1.19
/proc/11241/task/11243/stat : 11243 (java) S 11239 11241 10722 0 -1 4202560 6929 0 1 0 116 3 0 0 25 0 16 0 3899056 1576972288 11315 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11244] ppid=11239 vsize=1540012 CPUtime=0
/proc/11241/task/11244/stat : 11244 (java) S 11239 11241 10722 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 3899057 1576972288 11316 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11245] ppid=11239 vsize=1540012 CPUtime=0
/proc/11241/task/11245/stat : 11245 (java) S 11239 11241 10722 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 16 0 3899057 1576972288 11316 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11246] ppid=11239 vsize=1540012 CPUtime=0
/proc/11241/task/11246/stat : 11246 (java) S 11239 11241 10722 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 16 0 3899059 1576972288 11317 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 0 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11247] ppid=11239 vsize=1540012 CPUtime=0
/proc/11241/task/11247/stat : 11247 (java) S 11239 11241 10722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 3899059 1576972288 11318 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11248] ppid=11239 vsize=1540012 CPUtime=0
/proc/11241/task/11248/stat : 11248 (java) S 11239 11241 10722 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 3899059 1576972288 11319 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11249] ppid=11239 vsize=1540012 CPUtime=0
/proc/11241/task/11249/stat : 11249 (java) S 11239 11241 10722 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3899064 1576972288 11319 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11250] ppid=11239 vsize=1540012 CPUtime=0.21
/proc/11241/task/11250/stat : 11250 (java) R 11239 11241 10722 0 -1 4202560 198 0 0 0 21 0 0 0 22 0 16 0 3899064 1576972288 11320 1992294400 134512640 134550932 4288104432 18446744073709551615 104161301 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11241/tid=11251] ppid=11239 vsize=1540012 CPUtime=0.99
/proc/11241/task/11251/stat : 11251 (java) R 11239 11241 10722 0 -1 4202560 4290 0 0 0 98 1 0 0 18 0 16 0 3899064 1576972288 11320 1992294400 134512640 134550932 4288104432 18446744073709551615 104164043 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11241/tid=11252] ppid=11239 vsize=1540012 CPUtime=0
/proc/11241/task/11252/stat : 11252 (java) S 11239 11241 10722 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3899064 1576972288 11322 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11253] ppid=11239 vsize=1540012 CPUtime=0
/proc/11241/task/11253/stat : 11253 (java) S 11239 11241 10722 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 3899064 1576972288 11322 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 1539852

[startup+3.10152 s]
/proc/loadavg: 0.92 1.02 1.05 6/122 11257
/proc/meminfo: memFree=1692500/2059040 swapFree=4192956/4192956
[pid=11241] ppid=11239 vsize=1543552 CPUtime=5.85
/proc/11241/stat : 11241 (java) S 11239 11241 10722 0 -1 4202496 22136 0 1 0 576 9 0 0 15 0 16 0 3899054 1580597248 16852 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11241/statm: 385888 16853 1427 10 0 383191 0
[pid=11241/tid=11243] ppid=11239 vsize=1543552 CPUtime=1.19
/proc/11241/task/11243/stat : 11243 (java) S 11239 11241 10722 0 -1 4202560 6929 0 1 0 116 3 0 0 18 0 16 0 3899056 1580597248 16854 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11244] ppid=11239 vsize=1543552 CPUtime=0
/proc/11241/task/11244/stat : 11244 (java) S 11239 11241 10722 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 3899057 1580597248 16855 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11245] ppid=11239 vsize=1543552 CPUtime=0
/proc/11241/task/11245/stat : 11245 (java) S 11239 11241 10722 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 16 0 3899057 1580597248 16855 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11246] ppid=11239 vsize=1543552 CPUtime=0
/proc/11241/task/11246/stat : 11246 (java) S 11239 11241 10722 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3899059 1580597248 16856 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 0 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11247] ppid=11239 vsize=1543552 CPUtime=0
/proc/11241/task/11247/stat : 11247 (java) S 11239 11241 10722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 3899059 1580597248 16857 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11248] ppid=11239 vsize=1543552 CPUtime=0
/proc/11241/task/11248/stat : 11248 (java) S 11239 11241 10722 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 3899059 1580597248 16858 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11249] ppid=11239 vsize=1543552 CPUtime=0
/proc/11241/task/11249/stat : 11249 (java) S 11239 11241 10722 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3899064 1580597248 16859 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11250] ppid=11239 vsize=1543552 CPUtime=0.71
/proc/11241/task/11250/stat : 11250 (java) R 11239 11241 10722 0 -1 4202560 480 0 0 0 71 0 0 0 24 0 16 0 3899064 1580597248 16860 1992294400 134512640 134550932 4288104432 18446744073709551615 106810778 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11241/tid=11251] ppid=11239 vsize=1543552 CPUtime=2.09
/proc/11241/task/11251/stat : 11251 (java) R 11239 11241 10722 0 -1 4202560 9024 0 0 0 207 2 0 0 19 0 16 0 3899064 1580597248 16861 1992294400 134512640 134550932 4288104432 18446744073709551615 104161369 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11241/tid=11252] ppid=11239 vsize=1543552 CPUtime=0
/proc/11241/task/11252/stat : 11252 (java) S 11239 11241 10722 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3899064 1580597248 16862 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11253] ppid=11239 vsize=1543552 CPUtime=0
/proc/11241/task/11253/stat : 11253 (java) S 11239 11241 10722 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 3899064 1580597248 16863 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11254] ppid=11239 vsize=1543552 CPUtime=0.92
/proc/11241/task/11254/stat : 11254 (java) R 11239 11241 10722 0 -1 4202560 461 0 0 0 92 0 0 0 25 0 16 0 3899178 1580597248 16864 1992294400 134512640 134550932 4288104432 18446744073709551615 4109794936 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11241/tid=11255] ppid=11239 vsize=1543552 CPUtime=0.88
/proc/11241/task/11255/stat : 11255 (java) R 11239 11241 10722 0 -1 4202560 4185 0 0 0 87 1 0 0 25 0 16 0 3899178 1580597248 16865 1992294400 134512640 134550932 4288104432 18446744073709551615 4109896601 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11241/tid=11256] ppid=11239 vsize=1543552 CPUtime=0
/proc/11241/task/11256/stat : 11256 (java) S 11239 11241 10722 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3899180 1580597248 16866 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11257] ppid=11239 vsize=1543552 CPUtime=0
/proc/11241/task/11257/stat : 11257 (java) S 11239 11241 10722 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3899182 1580597248 16867 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 1543552

[startup+6.30142 s]
/proc/loadavg: 1.25 1.08 1.07 4/122 11257
/proc/meminfo: memFree=1582636/2059040 swapFree=4192956/4192956
[pid=11241] ppid=11239 vsize=1546468 CPUtime=12.18
/proc/11241/stat : 11241 (java) S 11239 11241 10722 0 -1 4202496 53585 0 1 0 1192 26 0 0 15 0 16 0 3899054 1583583232 47649 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11241/statm: 386617 47649 1437 10 0 383920 0
[pid=11241/tid=11243] ppid=11239 vsize=1546468 CPUtime=1.19
/proc/11241/task/11243/stat : 11243 (java) S 11239 11241 10722 0 -1 4202560 6929 0 1 0 116 3 0 0 18 0 16 0 3899056 1583583232 47649 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11244] ppid=11239 vsize=1546468 CPUtime=0.06
/proc/11241/task/11244/stat : 11244 (java) S 11239 11241 10722 0 -1 4202560 2484 0 0 0 5 1 0 0 16 0 16 0 3899057 1583583232 47649 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11245] ppid=11239 vsize=1546468 CPUtime=0.06
/proc/11241/task/11245/stat : 11245 (java) S 11239 11241 10722 0 -1 4202560 2269 0 0 0 5 1 0 0 16 0 16 0 3899057 1583583232 47649 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11246] ppid=11239 vsize=1546468 CPUtime=0.02
/proc/11241/task/11246/stat : 11246 (java) S 11239 11241 10722 0 -1 4202560 25 0 0 0 1 1 0 0 15 0 16 0 3899059 1583583232 47649 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 0 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11247] ppid=11239 vsize=1546468 CPUtime=0
/proc/11241/task/11247/stat : 11247 (java) S 11239 11241 10722 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3899059 1583583232 47649 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11248] ppid=11239 vsize=1546468 CPUtime=0
/proc/11241/task/11248/stat : 11248 (java) S 11239 11241 10722 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 3899059 1583583232 47649 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11249] ppid=11239 vsize=1546468 CPUtime=0
/proc/11241/task/11249/stat : 11249 (java) S 11239 11241 10722 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3899064 1583583232 47649 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11250] ppid=11239 vsize=1546468 CPUtime=1.13
/proc/11241/task/11250/stat : 11250 (java) S 11239 11241 10722 0 -1 4202560 1467 0 0 0 113 0 0 0 15 0 16 0 3899064 1583583232 47649 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11251] ppid=11239 vsize=1546468 CPUtime=2.7
/proc/11241/task/11251/stat : 11251 (java) S 11239 11241 10722 0 -1 4202560 9256 0 0 0 268 2 0 0 16 0 16 0 3899064 1583583232 47649 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11252] ppid=11239 vsize=1546468 CPUtime=0
/proc/11241/task/11252/stat : 11252 (java) S 11239 11241 10722 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3899064 1583583232 47649 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11253] ppid=11239 vsize=1546468 CPUtime=0
/proc/11241/task/11253/stat : 11253 (java) S 11239 11241 10722 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 3899064 1583583232 47649 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11254] ppid=11239 vsize=1546468 CPUtime=3.38
/proc/11241/task/11254/stat : 11254 (java) R 11239 11241 10722 0 -1 4202560 1009 0 0 0 338 0 0 0 25 0 16 0 3899178 1583583232 47649 1992294400 134512640 134550932 4288104432 18446744073709551615 4110049544 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11241/tid=11255] ppid=11239 vsize=1546468 CPUtime=3.55
/proc/11241/task/11255/stat : 11255 (java) R 11239 11241 10722 0 -1 4202560 29076 0 0 0 342 13 0 0 25 0 16 0 3899178 1583583232 47649 1992294400 134512640 134550932 4288104432 18446744073709551615 4109638140 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11241/tid=11256] ppid=11239 vsize=1546468 CPUtime=0
/proc/11241/task/11256/stat : 11256 (java) S 11239 11241 10722 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3899180 1583583232 47649 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11257] ppid=11239 vsize=1546468 CPUtime=0
/proc/11241/task/11257/stat : 11257 (java) S 11239 11241 10722 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3899182 1583583232 47649 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 1546468

[startup+12.7012 s]
/proc/loadavg: 1.31 1.10 1.07 3/122 11257
/proc/meminfo: memFree=1537376/2059040 swapFree=4192956/4192956
[pid=11241] ppid=11239 vsize=1549540 CPUtime=24.86
/proc/11241/stat : 11241 (java) S 11239 11241 10722 0 -1 4202496 58831 0 1 0 2456 30 0 0 15 0 16 0 3899054 1586728960 51680 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11241/statm: 387385 51680 1445 10 0 384688 0
[pid=11241/tid=11243] ppid=11239 vsize=1549540 CPUtime=1.19
/proc/11241/task/11243/stat : 11243 (java) S 11239 11241 10722 0 -1 4202560 6929 0 1 0 116 3 0 0 18 0 16 0 3899056 1586728960 51680 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11244] ppid=11239 vsize=1549540 CPUtime=0.12
/proc/11241/task/11244/stat : 11244 (java) S 11239 11241 10722 0 -1 4202560 4106 0 0 0 10 2 0 0 16 0 16 0 3899057 1586728960 51680 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11245] ppid=11239 vsize=1549540 CPUtime=0.12
/proc/11241/task/11245/stat : 11245 (java) S 11239 11241 10722 0 -1 4202560 4243 0 0 0 10 2 0 0 16 0 16 0 3899057 1586728960 51680 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11246] ppid=11239 vsize=1549540 CPUtime=0.03
/proc/11241/task/11246/stat : 11246 (java) S 11239 11241 10722 0 -1 4202560 25 0 0 0 2 1 0 0 15 0 16 0 3899059 1586728960 51680 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 0 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11247] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11247/stat : 11247 (java) S 11239 11241 10722 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3899059 1586728960 51680 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11248] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11248/stat : 11248 (java) S 11239 11241 10722 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 3899059 1586728960 51680 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11249] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11249/stat : 11249 (java) S 11239 11241 10722 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3899064 1586728960 51680 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11250] ppid=11239 vsize=1549540 CPUtime=1.85
/proc/11241/task/11250/stat : 11250 (java) S 11239 11241 10722 0 -1 4202560 3066 0 0 0 184 1 0 0 15 0 16 0 3899064 1586728960 51680 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11251] ppid=11239 vsize=1549540 CPUtime=2.73
/proc/11241/task/11251/stat : 11251 (java) S 11239 11241 10722 0 -1 4202560 9258 0 0 0 271 2 0 0 15 0 16 0 3899064 1586728960 51680 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11252] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11252/stat : 11252 (java) S 11239 11241 10722 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3899064 1586728960 51680 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11253] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11253/stat : 11253 (java) S 11239 11241 10722 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 3899064 1586728960 51680 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11254] ppid=11239 vsize=1549540 CPUtime=9.56
/proc/11241/task/11254/stat : 11254 (java) R 11239 11241 10722 0 -1 4202560 1014 0 0 0 956 0 0 0 25 0 16 0 3899178 1586728960 51680 1992294400 134512640 134550932 4288104432 18446744073709551615 4109331400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11241/tid=11255] ppid=11239 vsize=1549540 CPUtime=9.16
/proc/11241/task/11255/stat : 11255 (java) R 11239 11241 10722 0 -1 4202560 29120 0 0 0 903 13 0 0 25 0 16 0 3899178 1586728960 51680 1992294400 134512640 134550932 4288104432 18446744073709551615 4109851815 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11241/tid=11256] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11256/stat : 11256 (java) S 11239 11241 10722 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3899180 1586728960 51680 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11257] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11257/stat : 11257 (java) S 11239 11241 10722 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3899182 1586728960 51680 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0

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

/proc/11241/statm: 387385 88951 1450 10 0 384688 0
[pid=11241/tid=11243] ppid=11239 vsize=1549540 CPUtime=1.19
/proc/11241/task/11243/stat : 11243 (java) S 11239 11241 10722 0 -1 4202560 6934 0 1 0 116 3 0 0 15 0 16 0 3899056 1586728960 88951 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11244] ppid=11239 vsize=1549540 CPUtime=6.71
/proc/11241/task/11244/stat : 11244 (java) S 11239 11241 10722 0 -1 4202560 25816 0 0 0 654 17 0 0 15 0 16 0 3899057 1586728960 88951 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11245] ppid=11239 vsize=1549540 CPUtime=6.8
/proc/11241/task/11245/stat : 11245 (java) S 11239 11241 10722 0 -1 4202560 24902 0 0 0 661 19 0 0 16 0 16 0 3899057 1586728960 88951 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11246] ppid=11239 vsize=1549540 CPUtime=7.34
/proc/11241/task/11246/stat : 11246 (java) S 11239 11241 10722 0 -1 4202560 90 0 0 0 726 8 0 0 15 0 16 0 3899059 1586728960 88951 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 0 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11247] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11247/stat : 11247 (java) S 11239 11241 10722 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3899059 1586728960 88951 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11248] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11248/stat : 11248 (java) S 11239 11241 10722 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 3899059 1586728960 88951 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11249] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11249/stat : 11249 (java) S 11239 11241 10722 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3899064 1586728960 88951 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11250] ppid=11239 vsize=1549540 CPUtime=2.32
/proc/11241/task/11250/stat : 11250 (java) S 11239 11241 10722 0 -1 4202560 3127 0 0 0 230 2 0 0 15 0 16 0 3899064 1586728960 88951 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11251] ppid=11239 vsize=1549540 CPUtime=2.74
/proc/11241/task/11251/stat : 11251 (java) S 11239 11241 10722 0 -1 4202560 9258 0 0 0 272 2 0 0 15 0 16 0 3899064 1586728960 88951 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11252] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11252/stat : 11252 (java) S 11239 11241 10722 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3899064 1586728960 88951 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11253] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11253/stat : 11253 (java) S 11239 11241 10722 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 16 0 3899064 1586728960 88951 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11254] ppid=11239 vsize=1549540 CPUtime=799.1
/proc/11241/task/11254/stat : 11254 (java) R 11239 11241 10722 0 -1 4202560 1336 0 0 0 79885 25 0 0 25 0 16 0 3899178 1586728960 88951 1992294400 134512640 134550932 4288104432 18446744073709551615 4109331564 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11241/tid=11255] ppid=11239 vsize=1549540 CPUtime=794.88
/proc/11241/task/11255/stat : 11255 (java) R 11239 11241 10722 0 -1 4202560 29597 0 0 0 79467 21 0 0 25 0 16 0 3899178 1586728960 88951 1992294400 134512640 134550932 4288104432 18446744073709551615 4109620047 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11241/tid=11256] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11256/stat : 11256 (java) S 11239 11241 10722 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3899180 1586728960 88951 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11257] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11257/stat : 11257 (java) S 11239 11241 10722 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3899182 1586728960 88951 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1621.16
Current children cumulated vsize (KiB) 1549540

[startup+882.302 s]
/proc/loadavg: 2.04 2.06 1.68 3/122 11284
/proc/meminfo: memFree=1384732/2059040 swapFree=4192956/4192956
[pid=11241] ppid=11239 vsize=1549540 CPUtime=1739.36
/proc/11241/stat : 11241 (java) S 11239 11241 10722 0 -1 4202496 102453 0 1 0 173830 106 0 0 15 0 16 0 3899054 1586728960 89186 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11241/statm: 387385 89186 1450 10 0 384688 0
[pid=11241/tid=11243] ppid=11239 vsize=1549540 CPUtime=1.19
/proc/11241/task/11243/stat : 11243 (java) S 11239 11241 10722 0 -1 4202560 6934 0 1 0 116 3 0 0 15 0 16 0 3899056 1586728960 89186 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11244] ppid=11239 vsize=1549540 CPUtime=7.17
/proc/11241/task/11244/stat : 11244 (java) S 11239 11241 10722 0 -1 4202560 25909 0 0 0 699 18 0 0 16 0 16 0 3899057 1586728960 89186 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11245] ppid=11239 vsize=1549540 CPUtime=7.26
/proc/11241/task/11245/stat : 11245 (java) S 11239 11241 10722 0 -1 4202560 25047 0 0 0 706 20 0 0 16 0 16 0 3899057 1586728960 89186 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11246] ppid=11239 vsize=1549540 CPUtime=8.08
/proc/11241/task/11246/stat : 11246 (java) S 11239 11241 10722 0 -1 4202560 94 0 0 0 800 8 0 0 15 0 16 0 3899059 1586728960 89186 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 0 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11247] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11247/stat : 11247 (java) S 11239 11241 10722 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3899059 1586728960 89186 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11248] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11248/stat : 11248 (java) S 11239 11241 10722 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 3899059 1586728960 89186 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11249] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11249/stat : 11249 (java) S 11239 11241 10722 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3899064 1586728960 89186 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11250] ppid=11239 vsize=1549540 CPUtime=2.32
/proc/11241/task/11250/stat : 11250 (java) S 11239 11241 10722 0 -1 4202560 3127 0 0 0 230 2 0 0 15 0 16 0 3899064 1586728960 89186 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11251] ppid=11239 vsize=1549540 CPUtime=2.74
/proc/11241/task/11251/stat : 11251 (java) S 11239 11241 10722 0 -1 4202560 9258 0 0 0 272 2 0 0 15 0 16 0 3899064 1586728960 89186 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11252] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11252/stat : 11252 (java) S 11239 11241 10722 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3899064 1586728960 89186 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11253] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11253/stat : 11253 (java) S 11239 11241 10722 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 3899064 1586728960 89186 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11254] ppid=11239 vsize=1549540 CPUtime=857.87
/proc/11241/task/11254/stat : 11254 (java) R 11239 11241 10722 0 -1 4202560 1353 0 0 0 85760 27 0 0 25 0 16 0 3899178 1586728960 89186 1992294400 134512640 134550932 4288104432 18446744073709551615 4109881224 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11241/tid=11255] ppid=11239 vsize=1549540 CPUtime=852.63
/proc/11241/task/11255/stat : 11255 (java) R 11239 11241 10722 0 -1 4202560 29610 0 0 0 85242 21 0 0 25 0 16 0 3899178 1586728960 89186 1992294400 134512640 134550932 4288104432 18446744073709551615 4109790862 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11241/tid=11256] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11256/stat : 11256 (java) S 11239 11241 10722 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3899180 1586728960 89186 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11257] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11257/stat : 11257 (java) S 11239 11241 10722 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3899182 1586728960 89186 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1739.36
Current children cumulated vsize (KiB) 1549540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+913.103 s]
/proc/loadavg: 2.02 2.05 1.69 3/122 11284
/proc/meminfo: memFree=1380020/2059040 swapFree=4192956/4192956
[pid=11241] ppid=11239 vsize=1549540 CPUtime=1800.1
/proc/11241/stat : 11241 (java) S 11239 11241 10722 0 -1 4202496 103786 0 1 0 179902 108 0 0 15 0 16 0 3899054 1586728960 90372 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11241/statm: 387385 90372 1450 10 0 384688 0
[pid=11241/tid=11243] ppid=11239 vsize=1549540 CPUtime=1.19
/proc/11241/task/11243/stat : 11243 (java) S 11239 11241 10722 0 -1 4202560 6934 0 1 0 116 3 0 0 15 0 16 0 3899056 1586728960 90372 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11244] ppid=11239 vsize=1549540 CPUtime=7.38
/proc/11241/task/11244/stat : 11244 (java) S 11239 11241 10722 0 -1 4202560 26616 0 0 0 719 19 0 0 15 0 16 0 3899057 1586728960 90372 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11245] ppid=11239 vsize=1549540 CPUtime=7.47
/proc/11241/task/11245/stat : 11245 (java) S 11239 11241 10722 0 -1 4202560 25654 0 0 0 727 20 0 0 16 0 16 0 3899057 1586728960 90372 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11246] ppid=11239 vsize=1549540 CPUtime=8.41
/proc/11241/task/11246/stat : 11246 (java) S 11239 11241 10722 0 -1 4202560 96 0 0 0 833 8 0 0 15 0 16 0 3899059 1586728960 90372 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 0 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11247] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11247/stat : 11247 (java) S 11239 11241 10722 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3899059 1586728960 90372 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11248] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11248/stat : 11248 (java) S 11239 11241 10722 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 3899059 1586728960 90372 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11249] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11249/stat : 11249 (java) S 11239 11241 10722 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3899064 1586728960 90372 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11250] ppid=11239 vsize=1549540 CPUtime=2.32
/proc/11241/task/11250/stat : 11250 (java) S 11239 11241 10722 0 -1 4202560 3127 0 0 0 230 2 0 0 15 0 16 0 3899064 1586728960 90372 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11251] ppid=11239 vsize=1549540 CPUtime=2.74
/proc/11241/task/11251/stat : 11251 (java) S 11239 11241 10722 0 -1 4202560 9258 0 0 0 272 2 0 0 15 0 16 0 3899064 1586728960 90372 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11252] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11252/stat : 11252 (java) S 11239 11241 10722 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3899064 1586728960 90372 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11253] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11253/stat : 11253 (java) S 11239 11241 10722 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 3899064 1586728960 90372 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11254] ppid=11239 vsize=1549540 CPUtime=888.05
/proc/11241/task/11254/stat : 11254 (java) R 11239 11241 10722 0 -1 4202560 1360 0 0 0 88777 28 0 0 25 0 16 0 3899178 1586728960 90372 1992294400 134512640 134550932 4288104432 18446744073709551615 4109331412 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11241/tid=11255] ppid=11239 vsize=1549540 CPUtime=882.46
/proc/11241/task/11255/stat : 11255 (java) R 11239 11241 10722 0 -1 4202560 29618 0 0 0 88225 21 0 0 25 0 16 0 3899178 1586728960 90372 1992294400 134512640 134550932 4288104432 18446744073709551615 4109784997 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11241/tid=11256] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11256/stat : 11256 (java) S 11239 11241 10722 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3899180 1586728960 90372 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11257] ppid=11239 vsize=1549540 CPUtime=0
/proc/11241/task/11257/stat : 11257 (java) S 11239 11241 10722 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3899182 1586728960 90372 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1549540

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

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

[startup+913.217 s]
/proc/loadavg: 2.02 2.05 1.69 3/122 11284
/proc/meminfo: memFree=1380020/2059040 swapFree=4192956/4192956
[pid=11241] ppid=11239 vsize=1550188 CPUtime=1800.31
/proc/11241/stat : 11241 (java) S 11239 11241 10722 0 -1 4202496 103802 0 1 0 179923 108 0 0 15 0 18 0 3899054 1587392512 90388 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11241/statm: 387547 90388 1450 10 0 384850 0
[pid=11241/tid=11243] ppid=11239 vsize=1550188 CPUtime=1.19
/proc/11241/task/11243/stat : 11243 (java) S 11239 11241 10722 0 -1 4202560 6934 0 1 0 116 3 0 0 15 0 18 0 3899056 1587392512 90388 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11244] ppid=11239 vsize=1550188 CPUtime=7.38
/proc/11241/task/11244/stat : 11244 (java) S 11239 11241 10722 0 -1 4202560 26616 0 0 0 719 19 0 0 15 0 18 0 3899057 1587392512 90388 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11245] ppid=11239 vsize=1550188 CPUtime=7.47
/proc/11241/task/11245/stat : 11245 (java) S 11239 11241 10722 0 -1 4202560 25654 0 0 0 727 20 0 0 16 0 18 0 3899057 1587392512 90388 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11246] ppid=11239 vsize=1550188 CPUtime=8.41
/proc/11241/task/11246/stat : 11246 (java) S 11239 11241 10722 0 -1 4202560 96 0 0 0 833 8 0 0 15 0 18 0 3899059 1587392512 90388 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 0 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11247] ppid=11239 vsize=1550188 CPUtime=0
/proc/11241/task/11247/stat : 11247 (java) S 11239 11241 10722 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 3899059 1587392512 90388 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11248] ppid=11239 vsize=1550188 CPUtime=0
/proc/11241/task/11248/stat : 11248 (java) S 11239 11241 10722 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 3899059 1587392512 90388 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11249] ppid=11239 vsize=1550188 CPUtime=0
/proc/11241/task/11249/stat : 11249 (java) S 11239 11241 10722 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 18 0 3899064 1587392512 90388 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11250] ppid=11239 vsize=1550188 CPUtime=2.32
/proc/11241/task/11250/stat : 11250 (java) S 11239 11241 10722 0 -1 4202560 3127 0 0 0 230 2 0 0 15 0 18 0 3899064 1587392512 90388 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11251] ppid=11239 vsize=1550188 CPUtime=2.74
/proc/11241/task/11251/stat : 11251 (java) S 11239 11241 10722 0 -1 4202560 9258 0 0 0 272 2 0 0 15 0 18 0 3899064 1587392512 90388 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11252] ppid=11239 vsize=1550188 CPUtime=0
/proc/11241/task/11252/stat : 11252 (java) S 11239 11241 10722 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 3899064 1587392512 90388 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 0 0 0 0
[pid=11241/tid=11253] ppid=11239 vsize=1550188 CPUtime=0
/proc/11241/task/11253/stat : 11253 (java) S 11239 11241 10722 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 18 0 3899064 1587392512 90388 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11254] ppid=11239 vsize=1550188 CPUtime=888.15
/proc/11241/task/11254/stat : 11254 (java) R 11239 11241 10722 0 -1 4202560 1360 0 0 0 88787 28 0 0 25 0 18 0 3899178 1587392512 90388 1992294400 134512640 134550932 4288104432 18446744073709551615 4109331387 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11241/tid=11255] ppid=11239 vsize=1550188 CPUtime=882.55
/proc/11241/task/11255/stat : 11255 (java) R 11239 11241 10722 0 -1 4202560 29618 0 0 0 88234 21 0 0 25 0 18 0 3899178 1587392512 90388 1992294400 134512640 134550932 4288104432 18446744073709551615 4109790990 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11241/tid=11256] ppid=11239 vsize=1550188 CPUtime=0
/proc/11241/task/11256/stat : 11256 (java) S 11239 11241 10722 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 3899180 1587392512 90388 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
[pid=11241/tid=11257] ppid=11239 vsize=1550188 CPUtime=0
/proc/11241/task/11257/stat : 11257 (java) S 11239 11241 10722 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 3899182 1587392512 90388 1992294400 134512640 134550932 4288104432 18446744073709551615 4294960144 0 4 0 16800975 18446604437832102336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 1550188

[startup+913.303 s]
/proc/loadavg: 2.02 2.05 1.69 3/122 11284
/proc/meminfo: memFree=1380020/2059040 swapFree=4192956/4192956
[pid=11241] ppid=11239 vsize=0 CPUtime=1800.45
/proc/11241/stat : 11241 (java) Z 11239 11241 10722 0 -1 4203548 103807 0 1 0 179934 111 0 0 15 0 2 0 3899054 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11241/statm: 0 0 0 0 0 0 0
[pid=11241/tid=11255] ppid=11239 vsize=0 CPUtime=882.61
/proc/11241/task/11255/stat : 11255 (java) R 11239 11241 10722 0 -1 4203588 29618 0 0 0 88237 24 0 0 25 0 2 0 3899178 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 913.311
CPU time (s): 1800.47
CPU user time (s): 1799.35
CPU system time (s): 1.11983
CPU usage (%): 197.137
Max. virtual memory (cumulated for all children) (KiB): 1550188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.35
system time used= 1.11983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103807
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= 28631
involuntary context switches= 53511

runsolver used 5.22221 second user time and 9.8415 second system time

The end

Launcher Data

Begin job on node057 at 2010-06-15 20:21:22
IDJOB=2662630
IDBENCH=2992
IDSOLVER=1166
FILE ID=node057/2662630-1276626082
PBS_JOBID= 11172311
Free space on /tmp= 62536 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=60-sizeP=31-sizeQ=60-784051325-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662630-1276626082/watcher-2662630-1276626082 -o /tmp/evaluation-result-2662630-1276626082/solver-2662630-1276626082 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662630-1276626082.opb

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

MD5SUM BENCH= 00fd5397600f602b7512f4fbf6ea5edc
RANDOM SEED=1801902191

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1739088 kB
Buffers:         46288 kB
Cached:         138100 kB
SwapCached:          0 kB
Active:         114348 kB
Inactive:       129360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1739088 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             416 kB
Writeback:           0 kB
AnonPages:       59244 kB
Mapped:          15468 kB
Slab:            54384 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180824 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= 62532 MiB
End job on node057 at 2010-06-15 20:36:38