Trace number 2662130

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.35 914.571

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.18.opb
MD5SUM18a894a2ba4f3cf6bad1b497c8fca8eb
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables4500
Total number of constraints72413
Number of constraints which are clauses72413
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint18
Number of terms in the objective function 4500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4500
Number of bits of the biggest sum of numbers13
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.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.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2662130-1276462652.opb
0.24/0.22	c reading problem ... 
3.13/2.09	c ... done. Wall clock time 1.874s.
3.13/2.09	c #vars     4500
3.13/2.09	c #constraints  72413
3.13/2.09	c constraints type 
3.13/2.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125
3.13/2.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72288
3.13/2.10	c constraints type 
3.13/2.10	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 72288
3.13/2.10	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125
10.99/6.00	c cleaning 2494 clauses out of 5003 with flag 5003/5003
12.08/6.65	c cleaning 0 clauses out of 5000 with flag 0/5000
18.71/10.06	c cleaning 4246 clauses out of 8506 with flag 11000/11000
22.78/12.19	c cleaning 0 clauses out of 11001 with flag 0/11001
30.36/16.07	c cleaning 5575 clauses out of 11260 with flag 18000/18000
33.82/17.84	c cleaning 0 clauses out of 18001 with flag 0/18001
45.60/23.85	c cleaning 6836 clauses out of 13686 with flag 26001/26001
50.04/26.15	c cleaning 0 clauses out of 26000 with flag 0/26000
63.56/33.02	c cleaning 7920 clauses out of 15850 with flag 35001/35001
70.95/36.89	c cleaning 0 clauses out of 35000 with flag 0/35000
84.30/43.64	c cleaning 8946 clauses out of 17929 with flag 45000/45000
102.78/53.04	c cleaning 0 clauses out of 45000 with flag 0/45000
109.11/56.38	c cleaning 9969 clauses out of 19983 with flag 56000/56000
136.51/70.29	c cleaning 10947 clauses out of 22014 with flag 68000/68000
143.67/73.92	c cleaning 0 clauses out of 56001 with flag 0/56001
173.63/89.15	c cleaning 12014 clauses out of 24067 with flag 81000/81000
194.61/99.83	c cleaning 0 clauses out of 68001 with flag 0/68001
215.61/110.50	c cleaning 13016 clauses out of 26054 with flag 95001/95001
261.60/133.86	c cleaning 0 clauses out of 81000 with flag 0/81000
267.30/136.83	c cleaning 13966 clauses out of 28039 with flag 110002/110002
311.62/159.31	c cleaning 15034 clauses out of 30074 with flag 126003/126003
332.81/170.14	c cleaning 0 clauses out of 95000 with flag 0/95000
371.03/189.56	c cleaning 15962 clauses out of 32041 with flag 143004/143004
433.76/221.38	c cleaning 0 clauses out of 110000 with flag 0/110000
444.29/226.82	c cleaning 16954 clauses out of 34078 with flag 161003/161003
507.85/259.03	c cleaning 18029 clauses out of 36121 with flag 180000/180000
551.79/281.37	c cleaning 0 clauses out of 126001 with flag 0/126001
582.99/297.29	c cleaning 18999 clauses out of 38094 with flag 200002/200002
676.11/344.49	c cleaning 19879 clauses out of 40094 with flag 221001/221001
732.10/372.85	c cleaning 0 clauses out of 143000 with flag 0/143000
770.81/392.54	c cleaning 21053 clauses out of 42214 with flag 243000/243000
867.80/441.70	c cleaning 22020 clauses out of 44162 with flag 266001/266001
944.45/480.58	c cleaning 0 clauses out of 161000 with flag 0/161000
970.67/493.91	c cleaning 22982 clauses out of 46144 with flag 290003/290003
1118.93/568.92	c cleaning 24001 clauses out of 48159 with flag 315000/315000
1161.77/590.77	c cleaning 0 clauses out of 180001 with flag 0/180001
1272.05/646.68	c cleaning 25038 clauses out of 50162 with flag 341004/341004
1323.40/672.78	c cleaning 0 clauses out of 200002 with flag 0/200002
1416.53/719.95	c cleaning 26028 clauses out of 52121 with flag 368001/368001
1541.13/783.07	c cleaning 0 clauses out of 221002 with flag 0/221002
1562.07/793.99	c cleaning 27024 clauses out of 54092 with flag 396000/396000
1716.44/872.05	c cleaning 27975 clauses out of 56068 with flag 425000/425000
1800.07/914.41	c starts		: 150
1800.07/914.41	c conflicts		: 443847
1800.07/914.41	c decisions		: 846010
1800.07/914.41	c propagations		: 160820543
1800.07/914.41	c inspects		: 1609549356
1800.07/914.41	c learnt literals	: 0
1800.07/914.42	c learnt binary clauses	: 0
1800.07/914.42	c learnt ternary clauses	: 0
1800.07/914.42	c learnt clauses	: 443847
1800.07/914.42	c ignored clauses	: 0
1800.07/914.42	c root simplifications	: 0
1800.07/914.42	c removed literals (reason simplification)	: 22749466
1800.07/914.42	c reason swapping (by a shorter reason)	: 0
1800.07/914.42	c Calls to reduceDB	: 25
1800.07/914.42	c number of reductions to clauses (during analyze)	: 0
1800.07/914.42	c number of learned constraints concerned by reduction	: 0
1800.07/914.42	c number of learning phase by resolution	: 0
1800.07/914.42	c number of learning phase by cutting planes	: 0
1800.07/914.42	c speed (assignments/second)	: 176276.65652036187
1800.07/914.42	c non guided choices	0
1800.07/914.48	c learnt constraints type 
1800.07/914.48	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 46951
1800.07/914.48	c constraints type 
1800.07/914.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125
1800.07/914.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72288
1800.07/914.48	c constraints type 
1800.07/914.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 72288
1800.07/914.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125
1800.07/914.48	s UNKNOWN
1800.07/914.48	c Total wall clock time (in seconds): 914.26

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-2662130-1276462652/watcher-2662130-1276462652 -o /tmp/evaluation-result-2662130-1276462652/solver-2662130-1276462652 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662130-1276462652.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 0.98 0.99 3/106 24488
/proc/meminfo: memFree=1659164/2059040 swapFree=4192956/4192956
[pid=24488] ppid=24486 vsize=1832 CPUtime=0
/proc/24488/stat : 24488 (java6) R 24486 24488 24373 0 -1 4194304 235 0 0 0 0 0 0 0 19 0 1 0 21868906 1875968 139 1992294400 134512640 134550932 4287021072 18446744073709551615 9063376 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24488/statm: 458 144 107 10 0 63 0

[startup+0.0821079 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 24488
/proc/meminfo: memFree=1659164/2059040 swapFree=4192956/4192956
[pid=24488] ppid=24486 vsize=1521796 CPUtime=0.06
/proc/24488/stat : 24488 (java) S 24486 24488 24373 0 -1 4202496 3783 0 1 0 4 2 0 0 15 0 7 0 21868906 1558319104 3223 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/24488/statm: 380449 3223 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101343 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 24488
/proc/meminfo: memFree=1659164/2059040 swapFree=4192956/4192956
[pid=24488] ppid=24486 vsize=1524180 CPUtime=0.08
/proc/24488/stat : 24488 (java) S 24486 24488 24373 0 -1 4202496 3954 0 1 0 6 2 0 0 15 0 12 0 21868906 1560760320 3392 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24488/statm: 381045 3392 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301364 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 24488
/proc/meminfo: memFree=1659164/2059040 swapFree=4192956/4192956
[pid=24488] ppid=24486 vsize=1526412 CPUtime=0.35
/proc/24488/stat : 24488 (java) S 24486 24488 24373 0 -1 4202496 5384 0 1 0 32 3 0 0 15 0 12 0 21868906 1563045888 4820 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24488/statm: 381603 4820 1361 10 0 378906 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526412

[startup+0.701413 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 24488
/proc/meminfo: memFree=1659164/2059040 swapFree=4192956/4192956
[pid=24488] ppid=24486 vsize=1529008 CPUtime=1.08
/proc/24488/stat : 24488 (java) S 24486 24488 24373 0 -1 4202496 7574 0 1 0 104 4 0 0 15 0 12 0 21868906 1565704192 6969 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24488/statm: 382252 6969 1396 10 0 379555 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1529008

[startup+1.5015 s]
/proc/loadavg: 0.92 0.98 0.99 4/118 24500
/proc/meminfo: memFree=1621620/2059040 swapFree=4192956/4192956
[pid=24488] ppid=24486 vsize=1535064 CPUtime=2.61
/proc/24488/stat : 24488 (java) S 24486 24488 24373 0 -1 4202496 22815 0 1 0 250 11 0 0 15 0 12 0 21868906 1571905536 21078 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24488/statm: 383766 21080 1407 10 0 381069 0
[pid=24488/tid=24490] ppid=24486 vsize=1535064 CPUtime=1.46
/proc/24488/task/24490/stat : 24490 (java) R 24486 24488 24373 0 -1 4202560 17760 0 1 0 138 8 0 0 25 0 12 0 21868907 1571905536 21081 1992294400 134512640 134550932 4290129584 18446744073709551615 4108918515 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24488/tid=24491] ppid=24486 vsize=1535064 CPUtime=0
/proc/24488/task/24491/stat : 24491 (java) S 24486 24488 24373 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 21868909 1571905536 21083 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24492] ppid=24486 vsize=1535064 CPUtime=0
/proc/24488/task/24492/stat : 24492 (java) S 24486 24488 24373 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 21868909 1571905536 21084 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24493] ppid=24486 vsize=1535064 CPUtime=0
/proc/24488/task/24493/stat : 24493 (java) S 24486 24488 24373 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 21868910 1571905536 21086 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 0 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24494] ppid=24486 vsize=1535064 CPUtime=0
/proc/24488/task/24494/stat : 24494 (java) S 24486 24488 24373 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 21868911 1571905536 21087 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24495] ppid=24486 vsize=1535064 CPUtime=0
/proc/24488/task/24495/stat : 24495 (java) S 24486 24488 24373 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 21868911 1571905536 21089 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24496] ppid=24486 vsize=1535064 CPUtime=0
/proc/24488/task/24496/stat : 24496 (java) S 24486 24488 24373 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 21868915 1571905536 21090 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24497] ppid=24486 vsize=1535064 CPUtime=0.07
/proc/24488/task/24497/stat : 24497 (java) S 24486 24488 24373 0 -1 4202560 85 0 0 0 7 0 0 0 22 0 12 0 21868915 1571905536 21091 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24498] ppid=24486 vsize=1535064 CPUtime=1.04
/proc/24488/task/24498/stat : 24498 (java) S 24486 24488 24373 0 -1 4202560 3909 0 0 0 103 1 0 0 16 0 12 0 21868915 1571905536 21093 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24499] ppid=24486 vsize=1535064 CPUtime=0
/proc/24488/task/24499/stat : 24499 (java) S 24486 24488 24373 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 21868915 1571905536 21094 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24500] ppid=24486 vsize=1535064 CPUtime=0
/proc/24488/task/24500/stat : 24500 (java) S 24486 24488 24373 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 21868915 1571905536 21096 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1535064

[startup+3.10543 s]
/proc/loadavg: 0.92 0.98 0.99 3/120 24502
/proc/meminfo: memFree=1513476/2059040 swapFree=4192956/4192956
[pid=24488] ppid=24486 vsize=1536360 CPUtime=5.26
/proc/24488/stat : 24488 (java) S 24486 24488 24373 0 -1 4202496 39510 0 1 0 508 18 0 0 15 0 16 0 21868906 1573232640 37735 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24488/statm: 384090 37735 1441 10 0 381393 0
[pid=24488/tid=24490] ppid=24486 vsize=1536360 CPUtime=2.01
/proc/24488/task/24490/stat : 24490 (java) S 24486 24488 24373 0 -1 4202560 32053 0 1 0 187 14 0 0 25 0 16 0 21868907 1573232640 37735 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24491] ppid=24486 vsize=1536360 CPUtime=0.05
/proc/24488/task/24491/stat : 24491 (java) S 24486 24488 24373 0 -1 4202560 1098 0 0 0 5 0 0 0 16 0 16 0 21868909 1573232640 37735 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24492] ppid=24486 vsize=1536360 CPUtime=0.04
/proc/24488/task/24492/stat : 24492 (java) S 24486 24488 24373 0 -1 4202560 1137 0 0 0 4 0 0 0 18 0 16 0 21868909 1573232640 37735 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24493] ppid=24486 vsize=1536360 CPUtime=0
/proc/24488/task/24493/stat : 24493 (java) S 24486 24488 24373 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 16 0 21868910 1573232640 37735 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 0 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24494] ppid=24486 vsize=1536360 CPUtime=0
/proc/24488/task/24494/stat : 24494 (java) S 24486 24488 24373 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21868911 1573232640 37735 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24495] ppid=24486 vsize=1536360 CPUtime=0
/proc/24488/task/24495/stat : 24495 (java) S 24486 24488 24373 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 21868911 1573232640 37735 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24496] ppid=24486 vsize=1536360 CPUtime=0
/proc/24488/task/24496/stat : 24496 (java) S 24486 24488 24373 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 21868915 1573232640 37735 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24497] ppid=24486 vsize=1536360 CPUtime=0.71
/proc/24488/task/24497/stat : 24497 (java) S 24486 24488 24373 0 -1 4202560 129 0 0 0 71 0 0 0 15 0 16 0 21868915 1573232640 37735 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24498] ppid=24486 vsize=1536360 CPUtime=1.8
/proc/24488/task/24498/stat : 24498 (java) S 24486 24488 24373 0 -1 4202560 3971 0 0 0 179 1 0 0 15 0 16 0 21868915 1573232640 37735 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24499] ppid=24486 vsize=1536360 CPUtime=0
/proc/24488/task/24499/stat : 24499 (java) S 24486 24488 24373 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 21868915 1573232640 37735 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24500] ppid=24486 vsize=1536360 CPUtime=0
/proc/24488/task/24500/stat : 24500 (java) S 24486 24488 24373 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 21868915 1573232640 37735 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24501] ppid=24486 vsize=1536360 CPUtime=0.19
/proc/24488/task/24501/stat : 24501 (java) R 24486 24488 24373 0 -1 4202560 22 0 0 0 19 0 0 0 25 0 16 0 21869116 1573232640 37735 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24488/tid=24502] ppid=24486 vsize=1536360 CPUtime=0.4
/proc/24488/task/24502/stat : 24502 (java) R 24486 24488 24373 0 -1 4202560 21 0 0 0 40 0 0 0 19 0 16 0 21869116 1573232640 37735 1992294400 134512640 134550932 4290129584 18446744073709551615 4109322442 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.26
Current children cumulated vsize (KiB) 1536360

[startup+6.30204 s]
/proc/loadavg: 1.01 1.00 1.00 3/122 24504
/proc/meminfo: memFree=1493372/2059040 swapFree=4192956/4192956
[pid=24488] ppid=24486 vsize=1535300 CPUtime=11.48
/proc/24488/stat : 24488 (java) S 24486 24488 24373 0 -1 4202496 47955 0 1 0 1126 22 0 0 15 0 16 0 21868906 1572147200 45869 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24488/statm: 383825 45869 1448 10 0 381128 0
[pid=24488/tid=24490] ppid=24486 vsize=1535300 CPUtime=2.01
/proc/24488/task/24490/stat : 24490 (java) S 24486 24488 24373 0 -1 4202560 32054 0 1 0 187 14 0 0 17 0 16 0 21868907 1572147200 45869 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24491] ppid=24486 vsize=1535300 CPUtime=0.2
/proc/24488/task/24491/stat : 24491 (java) S 24486 24488 24373 0 -1 4202560 3687 0 0 0 19 1 0 0 15 0 16 0 21868909 1572147200 45869 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24492] ppid=24486 vsize=1535300 CPUtime=0.2
/proc/24488/task/24492/stat : 24492 (java) S 24486 24488 24373 0 -1 4202560 3607 0 0 0 19 1 0 0 16 0 16 0 21868909 1572147200 45869 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24493] ppid=24486 vsize=1535300 CPUtime=0.11
/proc/24488/task/24493/stat : 24493 (java) S 24486 24488 24373 0 -1 4202560 3355 0 0 0 10 1 0 0 16 0 16 0 21868910 1572147200 45869 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 0 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24494] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24494/stat : 24494 (java) S 24486 24488 24373 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21868911 1572147200 45869 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24495] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24495/stat : 24495 (java) S 24486 24488 24373 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 21868911 1572147200 45869 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24496] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24496/stat : 24496 (java) S 24486 24488 24373 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 21868915 1572147200 45869 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24497] ppid=24486 vsize=1535300 CPUtime=0.97
/proc/24488/task/24497/stat : 24497 (java) S 24486 24488 24373 0 -1 4202560 150 0 0 0 97 0 0 0 15 0 16 0 21868915 1572147200 45869 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24498] ppid=24486 vsize=1535300 CPUtime=1.95
/proc/24488/task/24498/stat : 24498 (java) R 24486 24488 24373 0 -1 4202560 3982 0 0 0 194 1 0 0 15 0 16 0 21868915 1572147200 45869 1992294400 134512640 134550932 4290129584 18446744073709551615 9283550 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24488/tid=24499] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24499/stat : 24499 (java) S 24486 24488 24373 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 21868915 1572147200 45869 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24500] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24500/stat : 24500 (java) S 24486 24488 24373 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 21868915 1572147200 45869 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24501] ppid=24486 vsize=1535300 CPUtime=2.79
/proc/24488/task/24501/stat : 24501 (java) R 24486 24488 24373 0 -1 4202560 25 0 0 0 279 0 0 0 17 0 16 0 21869116 1572147200 45869 1992294400 134512640 134550932 4290129584 18446744073709551615 4109467932 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24488/tid=24502] ppid=24486 vsize=1535300 CPUtime=3.17
/proc/24488/task/24502/stat : 24502 (java) R 24486 24488 24373 0 -1 4202560 24 0 0 0 317 0 0 0 25 0 16 0 21869116 1572147200 45869 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24488/tid=24503] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24503/stat : 24503 (java) S 24486 24488 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 21869148 1572147200 45869 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24504] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24504/stat : 24504 (java) S 24486 24488 24373 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21869150 1572147200 45869 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.48
Current children cumulated vsize (KiB) 1535300

[startup+12.7028 s]
/proc/loadavg: 1.09 1.02 1.01 3/122 24504
/proc/meminfo: memFree=1471796/2059040 swapFree=4192956/4192956
[pid=24488] ppid=24486 vsize=1537456 CPUtime=23.84
/proc/24488/stat : 24488 (java) S 24486 24488 24373 0 -1 4202496 51243 0 1 0 2361 23 0 0 15 0 16 0 21868906 1574354944 48694 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24488/statm: 384364 48694 1448 10 0 381667 0
[pid=24488/tid=24490] ppid=24486 vsize=1537456 CPUtime=2.01
/proc/24488/task/24490/stat : 24490 (java) S 24486 24488 24373 0 -1 4202560 32055 0 1 0 187 14 0 0 15 0 16 0 21868907 1574354944 48694 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24491] ppid=24486 vsize=1537456 CPUtime=0.28
/proc/24488/task/24491/stat : 24491 (java) S 24486 24488 24373 0 -1 4202560 3716 0 0 0 27 1 0 0 16 0 16 0 21868909 1574354944 48694 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24492] ppid=24486 vsize=1537456 CPUtime=0.28
/proc/24488/task/24492/stat : 24492 (java) S 24486 24488 24373 0 -1 4202560 3627 0 0 0 27 1 0 0 15 0 16 0 21868909 1574354944 48694 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24493] ppid=24486 vsize=1537456 CPUtime=0.43
/proc/24488/task/24493/stat : 24493 (java) S 24486 24488 24373 0 -1 4202560 5540 0 0 0 42 1 0 0 16 0 16 0 21868910 1574354944 48694 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 0 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24494] ppid=24486 vsize=1537456 CPUtime=0
/proc/24488/task/24494/stat : 24494 (java) S 24486 24488 24373 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21868911 1574354944 48694 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24495] ppid=24486 vsize=1537456 CPUtime=0
/proc/24488/task/24495/stat : 24495 (java) S 24486 24488 24373 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 21868911 1574354944 48694 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24496] ppid=24486 vsize=1537456 CPUtime=0
/proc/24488/task/24496/stat : 24496 (java) S 24486 24488 24373 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 21868915 1574354944 48694 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24497] ppid=24486 vsize=1537456 CPUtime=0.99
/proc/24488/task/24497/stat : 24497 (java) S 24486 24488 24373 0 -1 4202560 150 0 0 0 99 0 0 0 15 0 16 0 21868915 1574354944 48694 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24498] ppid=24486 vsize=1537456 CPUtime=2.41
/proc/24488/task/24498/stat : 24498 (java) S 24486 24488 24373 0 -1 4202560 5027 0 0 0 240 1 0 0 16 0 16 0 21868915 1574354944 48694 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24499] ppid=24486 vsize=1537456 CPUtime=0
/proc/24488/task/24499/stat : 24499 (java) S 24486 24488 24373 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 21868915 1574354944 48694 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24500] ppid=24486 vsize=1537456 CPUtime=0
/proc/24488/task/24500/stat : 24500 (java) S 24486 24488 24373 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 21868915 1574354944 48694 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24501] ppid=24486 vsize=1537456 CPUtime=8.66
/proc/24488/task/24501/stat : 24501 (java) R 24486 24488 24373 0 -1 4202560 26 0 0 0 866 0 0 0 25 0 16 0 21869116 1574354944 48694 1992294400 134512640 134550932 4290129584 18446744073709551615 4109429428 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24488/tid=24502] ppid=24486 vsize=1537456 CPUtime=8.69
/proc/24488/task/24502/stat : 24502 (java) R 24486 24488 24373 0 -1 4202560 31 0 0 0 869 0 0 0 25 0 16 0 21869116 1574354944 48694 1992294400 134512640 134550932 4290129584 18446744073709551615 4109428579 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24488/tid=24503] ppid=24486 vsize=1537456 CPUtime=0
/proc/24488/task/24503/stat : 24503 (java) S 24486 24488 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 21869148 1574354944 48694 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24504] ppid=24486 vsize=1537456 CPUtime=0
/proc/24488/task/24504/stat : 24504 (java) S 24486 24488 24373 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21869150 1574354944 48694 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.84
Current children cumulated vsize (KiB) 1537456

[startup+25.5017 s]

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

/proc/24488/task/24503/stat : 24503 (java) S 24486 24488 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 21869148 1572147200 114205 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24504] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24504/stat : 24504 (java) S 24486 24488 24373 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21869150 1572147200 114205 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1500.14
Current children cumulated vsize (KiB) 1535300

[startup+822.302 s]
/proc/loadavg: 2.24 2.00 1.59 3/122 24535
/proc/meminfo: memFree=1200732/2059040 swapFree=4192956/4192956
[pid=24488] ppid=24486 vsize=1535300 CPUtime=1617.95
/proc/24488/stat : 24488 (java) S 24486 24488 24373 0 -1 4202496 129943 0 1 0 161711 84 0 0 15 0 16 0 21868906 1572147200 115282 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24488/statm: 383825 115282 1448 10 0 381128 0
[pid=24488/tid=24490] ppid=24486 vsize=1535300 CPUtime=2.01
/proc/24488/task/24490/stat : 24490 (java) S 24486 24488 24373 0 -1 4202560 32061 0 1 0 187 14 0 0 15 0 16 0 21868907 1572147200 115282 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24491] ppid=24486 vsize=1535300 CPUtime=4.48
/proc/24488/task/24491/stat : 24491 (java) S 24486 24488 24373 0 -1 4202560 42004 0 0 0 426 22 0 0 15 0 16 0 21868909 1572147200 115282 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24492] ppid=24486 vsize=1535300 CPUtime=4.44
/proc/24488/task/24492/stat : 24492 (java) S 24486 24488 24373 0 -1 4202560 43066 0 0 0 422 22 0 0 16 0 16 0 21868909 1572147200 115282 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24493] ppid=24486 vsize=1535300 CPUtime=10.82
/proc/24488/task/24493/stat : 24493 (java) S 24486 24488 24373 0 -1 4202560 6237 0 0 0 1079 3 0 0 15 0 16 0 21868910 1572147200 115282 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 0 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24494] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24494/stat : 24494 (java) S 24486 24488 24373 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21868911 1572147200 115282 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24495] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24495/stat : 24495 (java) S 24486 24488 24373 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 21868911 1572147200 115282 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24496] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24496/stat : 24496 (java) S 24486 24488 24373 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 21868915 1572147200 115282 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24497] ppid=24486 vsize=1535300 CPUtime=0.99
/proc/24488/task/24497/stat : 24497 (java) S 24486 24488 24373 0 -1 4202560 150 0 0 0 99 0 0 0 15 0 16 0 21868915 1572147200 115282 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24498] ppid=24486 vsize=1535300 CPUtime=2.49
/proc/24488/task/24498/stat : 24498 (java) S 24486 24488 24373 0 -1 4202560 5032 0 0 0 248 1 0 0 15 0 16 0 21868915 1572147200 115282 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24499] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24499/stat : 24499 (java) S 24486 24488 24373 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 21868915 1572147200 115282 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24500] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24500/stat : 24500 (java) S 24486 24488 24373 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 21868915 1572147200 115282 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24501] ppid=24486 vsize=1535300 CPUtime=796.41
/proc/24488/task/24501/stat : 24501 (java) R 24486 24488 24373 0 -1 4202560 161 0 0 0 79632 9 0 0 25 0 16 0 21869116 1572147200 115282 1992294400 134512640 134550932 4290129584 18446744073709551615 4109430195 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24488/tid=24502] ppid=24486 vsize=1535300 CPUtime=796.23
/proc/24488/task/24502/stat : 24502 (java) R 24486 24488 24373 0 -1 4202560 113 0 0 0 79614 9 0 0 25 0 16 0 21869116 1572147200 115282 1992294400 134512640 134550932 4290129584 18446744073709551615 4109429572 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24488/tid=24503] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24503/stat : 24503 (java) S 24486 24488 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 21869148 1572147200 115282 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24504] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24504/stat : 24504 (java) S 24486 24488 24373 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21869150 1572147200 115282 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1617.95
Current children cumulated vsize (KiB) 1535300

[startup+882.302 s]
/proc/loadavg: 2.15 2.02 1.62 3/122 24537
/proc/meminfo: memFree=1181264/2059040 swapFree=4192956/4192956
[pid=24488] ppid=24486 vsize=1535300 CPUtime=1736.42
/proc/24488/stat : 24488 (java) S 24486 24488 24373 0 -1 4202496 135581 0 1 0 173554 88 0 0 15 0 16 0 21868906 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24488/statm: 383825 120133 1448 10 0 381128 0
[pid=24488/tid=24490] ppid=24486 vsize=1535300 CPUtime=2.01
/proc/24488/task/24490/stat : 24490 (java) S 24486 24488 24373 0 -1 4202560 32061 0 1 0 187 14 0 0 15 0 16 0 21868907 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24491] ppid=24486 vsize=1535300 CPUtime=4.68
/proc/24488/task/24491/stat : 24491 (java) S 24486 24488 24373 0 -1 4202560 44902 0 0 0 445 23 0 0 16 0 16 0 21868909 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24492] ppid=24486 vsize=1535300 CPUtime=4.63
/proc/24488/task/24492/stat : 24492 (java) S 24486 24488 24373 0 -1 4202560 45793 0 0 0 440 23 0 0 15 0 16 0 21868909 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24493] ppid=24486 vsize=1535300 CPUtime=11.27
/proc/24488/task/24493/stat : 24493 (java) S 24486 24488 24373 0 -1 4202560 6239 0 0 0 1124 3 0 0 15 0 16 0 21868910 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 0 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24494] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24494/stat : 24494 (java) S 24486 24488 24373 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21868911 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24495] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24495/stat : 24495 (java) S 24486 24488 24373 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 21868911 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24496] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24496/stat : 24496 (java) S 24486 24488 24373 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 21868915 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24497] ppid=24486 vsize=1535300 CPUtime=0.99
/proc/24488/task/24497/stat : 24497 (java) S 24486 24488 24373 0 -1 4202560 150 0 0 0 99 0 0 0 15 0 16 0 21868915 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24498] ppid=24486 vsize=1535300 CPUtime=2.49
/proc/24488/task/24498/stat : 24498 (java) S 24486 24488 24373 0 -1 4202560 5032 0 0 0 248 1 0 0 15 0 16 0 21868915 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24499] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24499/stat : 24499 (java) S 24486 24488 24373 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 21868915 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24500] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24500/stat : 24500 (java) S 24486 24488 24373 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 21868915 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24501] ppid=24486 vsize=1535300 CPUtime=854.71
/proc/24488/task/24501/stat : 24501 (java) R 24486 24488 24373 0 -1 4202560 165 0 0 0 85462 9 0 0 25 0 16 0 21869116 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4109525067 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24488/tid=24502] ppid=24486 vsize=1535300 CPUtime=855.54
/proc/24488/task/24502/stat : 24502 (java) R 24486 24488 24373 0 -1 4202560 116 0 0 0 85544 10 0 0 25 0 16 0 21869116 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4109368587 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24488/tid=24503] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24503/stat : 24503 (java) S 24486 24488 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 21869148 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24504] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24504/stat : 24504 (java) S 24486 24488 24373 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21869150 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1736.42
Current children cumulated vsize (KiB) 1535300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+914.402 s]
/proc/loadavg: 2.09 2.01 1.63 3/122 24537
/proc/meminfo: memFree=1181264/2059040 swapFree=4192956/4192956
[pid=24488] ppid=24486 vsize=1535300 CPUtime=1800.07
/proc/24488/stat : 24488 (java) S 24486 24488 24373 0 -1 4202496 135589 0 1 0 179917 90 0 0 15 0 16 0 21868906 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24488/statm: 383825 120133 1448 10 0 381128 0
[pid=24488/tid=24490] ppid=24486 vsize=1535300 CPUtime=2.01
/proc/24488/task/24490/stat : 24490 (java) S 24486 24488 24373 0 -1 4202560 32061 0 1 0 187 14 0 0 15 0 16 0 21868907 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24491] ppid=24486 vsize=1535300 CPUtime=4.8
/proc/24488/task/24491/stat : 24491 (java) S 24486 24488 24373 0 -1 4202560 44902 0 0 0 457 23 0 0 16 0 16 0 21868909 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24492] ppid=24486 vsize=1535300 CPUtime=4.76
/proc/24488/task/24492/stat : 24492 (java) S 24486 24488 24373 0 -1 4202560 45793 0 0 0 453 23 0 0 15 0 16 0 21868909 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24493] ppid=24486 vsize=1535300 CPUtime=11.27
/proc/24488/task/24493/stat : 24493 (java) S 24486 24488 24373 0 -1 4202560 6241 0 0 0 1124 3 0 0 15 0 16 0 21868910 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 0 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24494] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24494/stat : 24494 (java) S 24486 24488 24373 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21868911 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24495] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24495/stat : 24495 (java) S 24486 24488 24373 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 21868911 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24496] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24496/stat : 24496 (java) S 24486 24488 24373 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 21868915 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24497] ppid=24486 vsize=1535300 CPUtime=0.99
/proc/24488/task/24497/stat : 24497 (java) S 24486 24488 24373 0 -1 4202560 150 0 0 0 99 0 0 0 15 0 16 0 21868915 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24498] ppid=24486 vsize=1535300 CPUtime=2.49
/proc/24488/task/24498/stat : 24498 (java) S 24486 24488 24373 0 -1 4202560 5032 0 0 0 248 1 0 0 15 0 16 0 21868915 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24499] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24499/stat : 24499 (java) S 24486 24488 24373 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 21868915 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24500] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24500/stat : 24500 (java) S 24486 24488 24373 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 21868915 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24501] ppid=24486 vsize=1535300 CPUtime=886.14
/proc/24488/task/24501/stat : 24501 (java) R 24486 24488 24373 0 -1 4202560 167 0 0 0 88604 10 0 0 25 0 16 0 21869116 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4109428621 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24488/tid=24502] ppid=24486 vsize=1535300 CPUtime=887.51
/proc/24488/task/24502/stat : 24502 (java) R 24486 24488 24373 0 -1 4202560 118 0 0 0 88741 10 0 0 25 0 16 0 21869116 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4109322399 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24488/tid=24503] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24503/stat : 24503 (java) S 24486 24488 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 21869148 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24504] ppid=24486 vsize=1535300 CPUtime=0
/proc/24488/task/24504/stat : 24504 (java) S 24486 24488 24373 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21869150 1572147200 120133 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1535300

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

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

[startup+914.516 s]
/proc/loadavg: 2.09 2.01 1.63 3/122 24537
/proc/meminfo: memFree=1181264/2059040 swapFree=4192956/4192956
[pid=24488] ppid=24486 vsize=1535948 CPUtime=1800.28
/proc/24488/stat : 24488 (java) S 24486 24488 24373 0 -1 4202496 135610 0 1 0 179938 90 0 0 15 0 17 0 21868906 1572810752 120152 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24488/statm: 383987 120152 1449 10 0 381290 0
[pid=24488/tid=24490] ppid=24486 vsize=1535948 CPUtime=2.01
/proc/24488/task/24490/stat : 24490 (java) S 24486 24488 24373 0 -1 4202560 32061 0 1 0 187 14 0 0 15 0 17 0 21868907 1572810752 120152 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24491] ppid=24486 vsize=1535948 CPUtime=4.8
/proc/24488/task/24491/stat : 24491 (java) S 24486 24488 24373 0 -1 4202560 44902 0 0 0 457 23 0 0 16 0 17 0 21868909 1572810752 120152 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24492] ppid=24486 vsize=1535948 CPUtime=4.76
/proc/24488/task/24492/stat : 24492 (java) S 24486 24488 24373 0 -1 4202560 45793 0 0 0 453 23 0 0 15 0 17 0 21868909 1572810752 120152 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24493] ppid=24486 vsize=1535948 CPUtime=11.27
/proc/24488/task/24493/stat : 24493 (java) S 24486 24488 24373 0 -1 4202560 6241 0 0 0 1124 3 0 0 15 0 17 0 21868910 1572810752 120152 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 0 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24494] ppid=24486 vsize=1535948 CPUtime=0
/proc/24488/task/24494/stat : 24494 (java) S 24486 24488 24373 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 21868911 1572810752 120152 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24495] ppid=24486 vsize=1535948 CPUtime=0
/proc/24488/task/24495/stat : 24495 (java) S 24486 24488 24373 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 17 0 21868911 1572810752 120152 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24496] ppid=24486 vsize=1535948 CPUtime=0
/proc/24488/task/24496/stat : 24496 (java) S 24486 24488 24373 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 17 0 21868915 1572810752 120152 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24497] ppid=24486 vsize=1535948 CPUtime=0.99
/proc/24488/task/24497/stat : 24497 (java) S 24486 24488 24373 0 -1 4202560 150 0 0 0 99 0 0 0 16 0 17 0 21868915 1572810752 120152 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24498] ppid=24486 vsize=1535948 CPUtime=2.52
/proc/24488/task/24498/stat : 24498 (java) S 24486 24488 24373 0 -1 4202560 5033 0 0 0 251 1 0 0 15 0 17 0 21868915 1572810752 120152 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24499] ppid=24486 vsize=1535948 CPUtime=0
/proc/24488/task/24499/stat : 24499 (java) S 24486 24488 24373 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 17 0 21868915 1572810752 120152 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24500] ppid=24486 vsize=1535948 CPUtime=0
/proc/24488/task/24500/stat : 24500 (java) S 24486 24488 24373 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 17 0 21868915 1572810752 120152 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
[pid=24488/tid=24501] ppid=24486 vsize=1535948 CPUtime=886.2
/proc/24488/task/24501/stat : 24501 (java) R 24486 24488 24373 0 -1 4202560 167 0 0 0 88610 10 0 0 25 0 17 0 21869116 1572810752 120152 1992294400 134512640 134550932 4290129584 18446744073709551615 4109428398 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24488/tid=24502] ppid=24486 vsize=1535948 CPUtime=887.58
/proc/24488/task/24502/stat : 24502 (java) R 24486 24488 24373 0 -1 4202560 118 0 0 0 88748 10 0 0 25 0 17 0 21869116 1572810752 120152 1992294400 134512640 134550932 4290129584 18446744073709551615 4109322399 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24488/tid=24503] ppid=24486 vsize=1535948 CPUtime=0
/proc/24488/task/24503/stat : 24503 (java) S 24486 24488 24373 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 21869148 1572810752 120152 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 1 0 0 0
[pid=24488/tid=24504] ppid=24486 vsize=1535948 CPUtime=0
/proc/24488/task/24504/stat : 24504 (java) S 24486 24488 24373 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 17 0 21869150 1572810752 120152 1992294400 134512640 134550932 4290129584 18446744073709551615 4294960144 0 4 0 16800975 18446604437829343296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 1535948

Child status: 143
Real time (s): 914.571
CPU time (s): 1800.35
CPU user time (s): 1799.4
CPU system time (s): 0.948855
CPU usage (%): 196.851
Max. virtual memory (cumulated for all children) (KiB): 1539424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.948855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135610
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= 22756
involuntary context switches= 50274

runsolver used 4.42333 second user time and 10.9593 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-13 22:57:32
IDJOB=2662130
IDBENCH=2173
IDSOLVER=1166
FILE ID=node005/2662130-1276462652
PBS_JOBID= 11173355
Free space on /tmp= 62532 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g125.18.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662130-1276462652/watcher-2662130-1276462652 -o /tmp/evaluation-result-2662130-1276462652/solver-2662130-1276462652 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662130-1276462652.opb

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

MD5SUM BENCH= 18a894a2ba4f3cf6bad1b497c8fca8eb
RANDOM SEED=538143995

node005.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.246
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.246
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:       1659568 kB
Buffers:        112132 kB
Cached:         158980 kB
SwapCached:          0 kB
Active:         161648 kB
Inactive:       168748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1659568 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2132 kB
Writeback:           0 kB
AnonPages:       59352 kB
Mapped:          15372 kB
Slab:            47172 kB
PageTables:       3952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180612 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 node005 at 2010-06-13 23:12:48