Trace number 2658521

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 Resolution 2.2.0 2010-05-26OPT6 170.263 167.718

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_50_10_4.opb
MD5SUM7b38b4ead930b62d925cf473e2cdd798
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark13.155
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6
Optimality of the best value was proved YES
Number of variables50
Total number of constraints50
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints50
Minimum length of a constraint11
Maximum length of a constraint17
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)614
Sum of products size (including duplicates)1228
Number of different products614
Sum of products size1228

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.25/0.20	c Pseudo Boolean Optimization
0.25/0.20	c --- Begin Solver configuration ---
0.25/0.20	c Stops conflict analysis at the first Unique Implication Point
0.25/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.25/0.20	c Learn all clauses as in MiniSAT
0.25/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.20	c Expensive reason simplification
0.25/0.20	c Armin Biere (Picosat) restarts strategy
0.25/0.20	c Glucose learned constraints deletion strategy
0.25/0.20	c timeout=2147483s
0.25/0.20	c DB Simplification allowed=false
0.25/0.20	c --- End Solver configuration ---
0.25/0.20	c solving HOME/instance-2658521-1276655181.opb
0.25/0.20	c reading problem ... 
0.53/0.40	c ... done. Wall clock time 0.197s.
0.53/0.40	c #vars     664
0.53/0.40	c #constraints  1278
0.53/0.40	c constraints type 
0.53/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 664
0.53/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 614
0.53/0.43	c SATISFIABLE
0.53/0.43	c OPTIMIZING...
0.53/0.43	c Got one! Elapsed wall clock time (in seconds):0.229
0.53/0.43	o 7
1.71/1.08	c Got one! Elapsed wall clock time (in seconds):0.878
1.71/1.08	o 6
3.87/2.58	c cleaning 2497 clauses out of 5000 with flag 5000/5000
5.37/3.91	c cleaning 4251 clauses out of 8504 with flag 11001/11001
6.98/5.51	c cleaning 5622 clauses out of 11254 with flag 18002/18002
8.91/7.40	c cleaning 6813 clauses out of 13630 with flag 26000/26000
11.04/9.59	c cleaning 7906 clauses out of 15818 with flag 35001/35001
13.56/12.02	c cleaning 8953 clauses out of 17914 with flag 45003/45003
15.96/14.44	c cleaning 9478 clauses out of 18960 with flag 55002/55002
18.47/16.91	c cleaning 9737 clauses out of 19482 with flag 65002/65002
20.98/19.47	c cleaning 9869 clauses out of 19745 with flag 75002/75002
23.29/21.79	c cleaning 9934 clauses out of 19875 with flag 85001/85001
25.72/24.12	c cleaning 9967 clauses out of 19940 with flag 95000/95000
28.12/26.55	c cleaning 9984 clauses out of 19973 with flag 105000/105000
30.63/29.03	c cleaning 9992 clauses out of 19990 with flag 115001/115001
32.93/31.36	c cleaning 9994 clauses out of 19997 with flag 125000/125000
35.54/33.99	c cleaning 9998 clauses out of 20003 with flag 135000/135000
38.15/36.52	c cleaning 9998 clauses out of 20005 with flag 145000/145000
40.85/39.20	c cleaning 10000 clauses out of 20007 with flag 155000/155000
43.48/41.81	c cleaning 10001 clauses out of 20008 with flag 165001/165001
46.08/44.40	c cleaning 9999 clauses out of 20007 with flag 175001/175001
48.38/46.70	c cleaning 10000 clauses out of 20007 with flag 185000/185000
50.78/49.18	c cleaning 10000 clauses out of 20007 with flag 195000/195000
53.40/51.76	c cleaning 10002 clauses out of 20010 with flag 205003/205003
55.81/54.19	c cleaning 9998 clauses out of 20005 with flag 215000/215000
58.31/56.67	c cleaning 10001 clauses out of 20008 with flag 225001/225001
60.73/59.09	c cleaning 10001 clauses out of 20007 with flag 235001/235001
63.25/61.56	c cleaning 9998 clauses out of 20005 with flag 245000/245000
65.85/64.12	c cleaning 9999 clauses out of 20010 with flag 255003/255003
68.35/66.64	c cleaning 9997 clauses out of 20008 with flag 265000/265000
70.66/68.98	c cleaning 10002 clauses out of 20012 with flag 275001/275001
73.18/71.42	c cleaning 10000 clauses out of 20010 with flag 285001/285001
75.58/73.83	c cleaning 10001 clauses out of 20010 with flag 295001/295001
78.19/76.45	c cleaning 10001 clauses out of 20009 with flag 305001/305001
80.60/78.90	c cleaning 10001 clauses out of 20011 with flag 315004/315004
83.00/81.29	c cleaning 9999 clauses out of 20008 with flag 325002/325002
85.61/83.84	c cleaning 9999 clauses out of 20007 with flag 335000/335000
88.33/86.56	c cleaning 9999 clauses out of 20008 with flag 345000/345000
90.74/88.92	c cleaning 10000 clauses out of 20009 with flag 355000/355000
93.25/91.42	c cleaning 10001 clauses out of 20009 with flag 365000/365000
95.96/94.12	c cleaning 10001 clauses out of 20010 with flag 375002/375002
98.58/96.74	c cleaning 10000 clauses out of 20007 with flag 385000/385000
101.20/99.31	c cleaning 10000 clauses out of 20008 with flag 395001/395001
103.51/101.64	c cleaning 10000 clauses out of 20008 with flag 405001/405001
106.01/104.15	c cleaning 10003 clauses out of 20013 with flag 415006/415006
108.53/106.68	c cleaning 9997 clauses out of 20004 with flag 425000/425000
111.03/109.17	c cleaning 10002 clauses out of 20009 with flag 435002/435002
113.75/111.86	c cleaning 9998 clauses out of 20006 with flag 445001/445001
116.26/114.37	c cleaning 9995 clauses out of 20007 with flag 455000/455000
118.76/116.87	c cleaning 10002 clauses out of 20012 with flag 465000/465000
121.47/119.59	c cleaning 10002 clauses out of 20012 with flag 475002/475002
124.08/122.19	c cleaning 9999 clauses out of 20008 with flag 485000/485000
126.78/124.82	c cleaning 10002 clauses out of 20011 with flag 495002/495002
129.40/127.43	c cleaning 9999 clauses out of 20008 with flag 505001/505001
132.00/130.02	c cleaning 10001 clauses out of 20008 with flag 515000/515000
134.71/132.70	c cleaning 10000 clauses out of 20008 with flag 525001/525001
137.12/135.20	c cleaning 10001 clauses out of 20008 with flag 535001/535001
139.83/137.87	c cleaning 10000 clauses out of 20006 with flag 545000/545000
142.74/140.73	c cleaning 10001 clauses out of 20007 with flag 555001/555001
145.83/143.81	c cleaning 9999 clauses out of 20006 with flag 565001/565001
149.04/147.06	c cleaning 10004 clauses out of 20009 with flag 575003/575003
152.55/150.48	c cleaning 10001 clauses out of 20009 with flag 585007/585007
155.83/153.43	c cleaning 9997 clauses out of 20001 with flag 595000/595000
158.74/156.30	c cleaning 9999 clauses out of 20004 with flag 605000/605000
161.98/159.56	c cleaning 9999 clauses out of 20006 with flag 615002/615002
164.88/162.48	c cleaning 10001 clauses out of 20008 with flag 625003/625003
167.99/165.57	c cleaning 10000 clauses out of 20007 with flag 635003/635003
170.13/167.65	c starts		: 169
170.13/167.65	c conflicts		: 641316
170.13/167.65	c decisions		: 919586
170.13/167.65	c propagations		: 48796756
170.13/167.65	c inspects		: 487770087
170.13/167.65	c learnt literals	: 5
170.13/167.65	c learnt binary clauses	: 12
170.13/167.65	c learnt ternary clauses	: 38
170.13/167.65	c learnt clauses	: 641310
170.13/167.65	c ignored clauses	: 0
170.13/167.65	c root simplifications	: 0
170.13/167.65	c removed literals (reason simplification)	: 1465771
170.13/167.65	c reason swapping (by a shorter reason)	: 0
170.13/167.65	c Calls to reduceDB	: 65
170.13/167.65	c number of reductions to clauses (during analyze)	: 0
170.13/167.65	c number of learned constraints concerned by reduction	: 0
170.13/167.65	c number of learning phase by resolution	: 0
170.13/167.65	c number of learning phase by cutting planes	: 0
170.13/167.65	c speed (assignments/second)	: 292943.41253737075
170.13/167.65	c non guided choices	0
170.13/167.65	c learnt constraints type 
170.13/167.65	c constraints type 
170.13/167.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 664
170.13/167.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
170.13/167.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 614
170.13/167.65	s OPTIMUM FOUND
170.13/167.65	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 
170.13/167.65	c objective function=6
170.13/167.65	c Total wall clock time (in seconds): 167.454

Verifier Data

OK	6

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658521-1276655181/watcher-2658521-1276655181 -o /tmp/evaluation-result-2658521-1276655181/solver-2658521-1276655181 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658521-1276655181.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.94 0.99 0.99 3/105 16803
/proc/meminfo: memFree=1822644/2059040 swapFree=4140536/4192956
[pid=16803] ppid=16801 vsize=13164 CPUtime=0
/proc/16803/stat : 16803 (java) R 16801 16803 14968 0 -1 4194304 780 0 0 0 0 0 0 0 19 0 1 0 6809495 13479936 347 1992294400 134512640 134550932 4286773696 18446744073709551615 7202437 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16803/statm: 3291 352 143 10 0 1121 0

[startup+0.026734 s]
/proc/loadavg: 0.94 0.99 0.99 3/105 16803
/proc/meminfo: memFree=1822644/2059040 swapFree=4140536/4192956
[pid=16803] ppid=16801 vsize=1518368 CPUtime=0.01
/proc/16803/stat : 16803 (java) S 16801 16803 14968 0 -1 4202496 2773 0 1 0 0 1 0 0 19 0 4 0 6809495 1554808832 2217 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/16803/statm: 379592 2219 504 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.101719 s]
/proc/loadavg: 0.94 0.99 0.99 3/105 16803
/proc/meminfo: memFree=1822644/2059040 swapFree=4140536/4192956
[pid=16803] ppid=16801 vsize=1524184 CPUtime=0.09
/proc/16803/stat : 16803 (java) S 16801 16803 14968 0 -1 4202496 3978 0 1 0 7 2 0 0 19 0 12 0 6809495 1560764416 3417 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16803/statm: 381046 3417 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300167 s]
/proc/loadavg: 0.94 0.99 0.99 3/105 16803
/proc/meminfo: memFree=1822644/2059040 swapFree=4140536/4192956
[pid=16803] ppid=16801 vsize=1526076 CPUtime=0.39
/proc/16803/stat : 16803 (java) S 16801 16803 14968 0 -1 4202496 5298 0 1 0 36 3 0 0 19 0 12 0 6809495 1562701824 4735 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16803/statm: 381519 4736 1365 10 0 378821 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526076

[startup+0.700171 s]
/proc/loadavg: 0.94 0.99 0.99 3/105 16803
/proc/meminfo: memFree=1822644/2059040 swapFree=4140536/4192956
[pid=16803] ppid=16801 vsize=1536936 CPUtime=1.11
/proc/16803/stat : 16803 (java) S 16801 16803 14968 0 -1 4202496 9470 0 1 0 106 5 0 0 19 0 13 0 6809495 1573822464 7652 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16803/statm: 384234 7652 1402 10 0 381536 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1536936

[startup+1.50118 s]
/proc/loadavg: 1.11 1.03 1.01 4/118 16816
/proc/meminfo: memFree=1793720/2059040 swapFree=4140536/4192956
[pid=16803] ppid=16801 vsize=1538024 CPUtime=2.69
/proc/16803/stat : 16803 (java) S 16801 16803 14968 0 -1 4202496 16056 0 1 0 261 8 0 0 19 0 13 0 6809495 1574936576 14237 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16803/statm: 384506 14238 1421 10 0 381808 0
[pid=16803/tid=16805] ppid=16801 vsize=1538024 CPUtime=1.48
/proc/16803/task/16805/stat : 16805 (java) R 16801 16803 14968 0 -1 4202560 10271 0 1 0 142 6 0 0 20 0 13 0 6809496 1574936576 14240 1992294400 134512640 134550932 4286773696 18446744073709551615 4109019099 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16803/tid=16806] ppid=16801 vsize=1538024 CPUtime=0
/proc/16803/task/16806/stat : 16806 (java) S 16801 16803 14968 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 13 0 6809497 1574936576 14242 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16807] ppid=16801 vsize=1538024 CPUtime=0
/proc/16803/task/16807/stat : 16807 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 6809497 1574936576 14244 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16808] ppid=16801 vsize=1538024 CPUtime=0
/proc/16803/task/16808/stat : 16808 (java) S 16801 16803 14968 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 6809499 1574936576 14244 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 0 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16809] ppid=16801 vsize=1538024 CPUtime=0
/proc/16803/task/16809/stat : 16809 (java) S 16801 16803 14968 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 13 0 6809499 1574936576 14245 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16810] ppid=16801 vsize=1538024 CPUtime=0
/proc/16803/task/16810/stat : 16810 (java) S 16801 16803 14968 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 13 0 6809499 1574936576 14246 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16811] ppid=16801 vsize=1538024 CPUtime=0
/proc/16803/task/16811/stat : 16811 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 6809504 1574936576 14248 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16812] ppid=16801 vsize=1538024 CPUtime=0.59
/proc/16803/task/16812/stat : 16812 (java) R 16801 16803 14968 0 -1 4202560 2423 0 0 0 58 1 0 0 19 0 13 0 6809504 1574936576 14249 1992294400 134512640 134550932 4286773696 18446744073709551615 106127417 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16803/tid=16813] ppid=16801 vsize=1538024 CPUtime=0.6
/proc/16803/task/16813/stat : 16813 (java) R 16801 16803 14968 0 -1 4202560 2296 0 0 0 60 0 0 0 19 0 13 0 6809504 1574936576 14251 1992294400 134512640 134550932 4286773696 18446744073709551615 103466923 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16803/tid=16814] ppid=16801 vsize=1538024 CPUtime=0
/proc/16803/task/16814/stat : 16814 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 6809504 1574936576 14253 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16815] ppid=16801 vsize=1538024 CPUtime=0
/proc/16803/task/16815/stat : 16815 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6809504 1574936576 14255 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16816] ppid=16801 vsize=1538024 CPUtime=0
/proc/16803/task/16816/stat : 16816 (java) S 16801 16803 14968 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6809536 1574936576 14257 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 1538024

[startup+3.1021 s]
/proc/loadavg: 1.11 1.03 1.01 2/118 16816
/proc/meminfo: memFree=1709648/2059040 swapFree=4140536/4192956
[pid=16803] ppid=16801 vsize=1538024 CPUtime=4.53
/proc/16803/stat : 16803 (java) S 16801 16803 14968 0 -1 4202496 38918 0 1 0 435 18 0 0 19 0 13 0 6809495 1574936576 37091 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16803/statm: 384506 37091 1440 10 0 381808 0
[pid=16803/tid=16805] ppid=16801 vsize=1538024 CPUtime=3.03
/proc/16803/task/16805/stat : 16805 (java) R 16801 16803 14968 0 -1 4202560 32075 0 1 0 289 14 0 0 18 0 13 0 6809496 1574936576 37091 1992294400 134512640 134550932 4286773696 18446744073709551615 4109018126 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16803/tid=16806] ppid=16801 vsize=1538024 CPUtime=0.01
/proc/16803/task/16806/stat : 16806 (java) S 16801 16803 14968 0 -1 4202560 451 0 0 0 1 0 0 0 16 0 13 0 6809497 1574936576 37091 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16807] ppid=16801 vsize=1538024 CPUtime=0
/proc/16803/task/16807/stat : 16807 (java) S 16801 16803 14968 0 -1 4202560 267 0 0 0 0 0 0 0 16 0 13 0 6809497 1574936576 37091 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16808] ppid=16801 vsize=1538024 CPUtime=0.02
/proc/16803/task/16808/stat : 16808 (java) S 16801 16803 14968 0 -1 4202560 314 0 0 0 2 0 0 0 15 0 13 0 6809499 1574936576 37091 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 0 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16809] ppid=16801 vsize=1538024 CPUtime=0
/proc/16803/task/16809/stat : 16809 (java) S 16801 16803 14968 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6809499 1574936576 37091 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16810] ppid=16801 vsize=1538024 CPUtime=0
/proc/16803/task/16810/stat : 16810 (java) S 16801 16803 14968 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6809499 1574936576 37091 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16811] ppid=16801 vsize=1538024 CPUtime=0
/proc/16803/task/16811/stat : 16811 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 6809504 1574936576 37091 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16812] ppid=16801 vsize=1538024 CPUtime=0.66
/proc/16803/task/16812/stat : 16812 (java) S 16801 16803 14968 0 -1 4202560 2427 0 0 0 65 1 0 0 15 0 13 0 6809504 1574936576 37091 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16813] ppid=16801 vsize=1538024 CPUtime=0.75
/proc/16803/task/16813/stat : 16813 (java) S 16801 16803 14968 0 -1 4202560 2317 0 0 0 75 0 0 0 15 0 13 0 6809504 1574936576 37091 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16814] ppid=16801 vsize=1538024 CPUtime=0
/proc/16803/task/16814/stat : 16814 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 6809504 1574936576 37091 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16815] ppid=16801 vsize=1538024 CPUtime=0
/proc/16803/task/16815/stat : 16815 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6809504 1574936576 37091 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16816] ppid=16801 vsize=1538024 CPUtime=0
/proc/16803/task/16816/stat : 16816 (java) S 16801 16803 14968 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6809536 1574936576 37091 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 1538024

[startup+6.3015 s]
/proc/loadavg: 1.11 1.03 1.01 2/118 16818
/proc/meminfo: memFree=1678772/2059040 swapFree=4140536/4192956
[pid=16803] ppid=16801 vsize=1536696 CPUtime=7.78
/proc/16803/stat : 16803 (java) S 16801 16803 14968 0 -1 4202496 39204 0 1 0 760 18 0 0 19 0 13 0 6809495 1573576704 37062 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16803/statm: 384174 37062 1440 10 0 381476 0
[pid=16803/tid=16805] ppid=16801 vsize=1536696 CPUtime=6.16
/proc/16803/task/16805/stat : 16805 (java) R 16801 16803 14968 0 -1 4202560 32080 0 1 0 601 15 0 0 25 0 13 0 6809496 1573576704 37062 1992294400 134512640 134550932 4286773696 18446744073709551615 4109019047 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16803/tid=16806] ppid=16801 vsize=1536696 CPUtime=0.02
/proc/16803/task/16806/stat : 16806 (java) S 16801 16803 14968 0 -1 4202560 462 0 0 0 2 0 0 0 16 0 13 0 6809497 1573576704 37062 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16807] ppid=16801 vsize=1536696 CPUtime=0.01
/proc/16803/task/16807/stat : 16807 (java) S 16801 16803 14968 0 -1 4202560 274 0 0 0 1 0 0 0 16 0 13 0 6809497 1573576704 37062 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16808] ppid=16801 vsize=1536696 CPUtime=0.06
/proc/16803/task/16808/stat : 16808 (java) S 16801 16803 14968 0 -1 4202560 573 0 0 0 6 0 0 0 16 0 13 0 6809499 1573576704 37062 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 0 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16809] ppid=16801 vsize=1536696 CPUtime=0
/proc/16803/task/16809/stat : 16809 (java) S 16801 16803 14968 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6809499 1573576704 37062 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16810] ppid=16801 vsize=1536696 CPUtime=0
/proc/16803/task/16810/stat : 16810 (java) S 16801 16803 14968 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6809499 1573576704 37062 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16811] ppid=16801 vsize=1536696 CPUtime=0
/proc/16803/task/16811/stat : 16811 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 6809504 1573576704 37062 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16812] ppid=16801 vsize=1536696 CPUtime=0.67
/proc/16803/task/16812/stat : 16812 (java) S 16801 16803 14968 0 -1 4202560 2427 0 0 0 66 1 0 0 15 0 13 0 6809504 1573576704 37062 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16813] ppid=16801 vsize=1536696 CPUtime=0.81
/proc/16803/task/16813/stat : 16813 (java) S 16801 16803 14968 0 -1 4202560 2321 0 0 0 81 0 0 0 15 0 13 0 6809504 1573576704 37062 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16814] ppid=16801 vsize=1536696 CPUtime=0
/proc/16803/task/16814/stat : 16814 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 6809504 1573576704 37062 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16815] ppid=16801 vsize=1536696 CPUtime=0
/proc/16803/task/16815/stat : 16815 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6809504 1573576704 37062 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16816] ppid=16801 vsize=1536696 CPUtime=0
/proc/16803/task/16816/stat : 16816 (java) S 16801 16803 14968 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6809536 1573576704 37062 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 1536696

[startup+12.7013 s]
/proc/loadavg: 1.09 1.03 1.00 2/118 16818
/proc/meminfo: memFree=1644680/2059040 swapFree=4140536/4192956
[pid=16803] ppid=16801 vsize=1536696 CPUtime=14.25
/proc/16803/stat : 16803 (java) S 16801 16803 14968 0 -1 4202496 48310 0 1 0 1403 22 0 0 19 0 13 0 6809495 1573576704 46073 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16803/statm: 384174 46073 1440 10 0 381476 0
[pid=16803/tid=16805] ppid=16801 vsize=1536696 CPUtime=12.42
/proc/16803/task/16805/stat : 16805 (java) R 16801 16803 14968 0 -1 4202560 39523 0 1 0 1224 18 0 0 25 0 13 0 6809496 1573576704 46073 1992294400 134512640 134550932 4286773696 18446744073709551615 4109019034 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16803/tid=16806] ppid=16801 vsize=1536696 CPUtime=0.06
/proc/16803/task/16806/stat : 16806 (java) S 16801 16803 14968 0 -1 4202560 1224 0 0 0 6 0 0 0 16 0 13 0 6809497 1573576704 46073 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16807] ppid=16801 vsize=1536696 CPUtime=0.05
/proc/16803/task/16807/stat : 16807 (java) S 16801 16803 14968 0 -1 4202560 1046 0 0 0 5 0 0 0 15 0 13 0 6809497 1573576704 46073 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16808] ppid=16801 vsize=1536696 CPUtime=0.14
/proc/16803/task/16808/stat : 16808 (java) S 16801 16803 14968 0 -1 4202560 685 0 0 0 14 0 0 0 16 0 13 0 6809499 1573576704 46073 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 0 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16809] ppid=16801 vsize=1536696 CPUtime=0
/proc/16803/task/16809/stat : 16809 (java) S 16801 16803 14968 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6809499 1573576704 46073 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16810] ppid=16801 vsize=1536696 CPUtime=0
/proc/16803/task/16810/stat : 16810 (java) S 16801 16803 14968 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6809499 1573576704 46073 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16811] ppid=16801 vsize=1536696 CPUtime=0
/proc/16803/task/16811/stat : 16811 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 6809504 1573576704 46073 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16812] ppid=16801 vsize=1536696 CPUtime=0.67
/proc/16803/task/16812/stat : 16812 (java) S 16801 16803 14968 0 -1 4202560 2427 0 0 0 66 1 0 0 15 0 13 0 6809504 1573576704 46073 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16813] ppid=16801 vsize=1536696 CPUtime=0.86
/proc/16803/task/16813/stat : 16813 (java) S 16801 16803 14968 0 -1 4202560 2338 0 0 0 86 0 0 0 15 0 13 0 6809504 1573576704 46073 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16814] ppid=16801 vsize=1536696 CPUtime=0
/proc/16803/task/16814/stat : 16814 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 6809504 1573576704 46073 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16815] ppid=16801 vsize=1536696 CPUtime=0
/proc/16803/task/16815/stat : 16815 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6809504 1573576704 46073 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16816] ppid=16801 vsize=1536696 CPUtime=0
/proc/16803/task/16816/stat : 16816 (java) S 16801 16803 14968 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6809536 1573576704 46073 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.25
Current children cumulated vsize (KiB) 1536696

[startup+25.5014 s]
/proc/loadavg: 1.08 1.02 1.00 2/118 16818
/proc/meminfo: memFree=1639844/2059040 swapFree=4140536/4192956
[pid=16803] ppid=16801 vsize=1536696 CPUtime=27.11
/proc/16803/stat : 16803 (java) S 16801 16803 14968 0 -1 4202496 49162 0 1 0 2687 24 0 0 19 0 13 0 6809495 1573576704 46834 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16803/statm: 384174 46834 1440 10 0 381476 0
[pid=16803/tid=16805] ppid=16801 vsize=1536696 CPUtime=25
/proc/16803/task/16805/stat : 16805 (java) R 16801 16803 14968 0 -1 4202560 39538 0 1 0 2482 18 0 0 25 0 13 0 6809496 1573576704 46834 1992294400 134512640 134550932 4286773696 18446744073709551615 4109019031 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16803/tid=16806] ppid=16801 vsize=1536696 CPUtime=0.12
/proc/16803/task/16806/stat : 16806 (java) S 16801 16803 14968 0 -1 4202560 1624 0 0 0 12 0 0 0 16 0 13 0 6809497 1573576704 46834 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16807] ppid=16801 vsize=1536696 CPUtime=0.11
/proc/16803/task/16807/stat : 16807 (java) S 16801 16803 14968 0 -1 4202560 1474 0 0 0 10 1 0 0 15 0 13 0 6809497 1573576704 46834 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16808] ppid=16801 vsize=1536696 CPUtime=0.28

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

/proc/16803/statm: 384342 47552 1440 10 0 381644 0
[pid=16803/tid=16805] ppid=16801 vsize=1537368 CPUtime=159.48
/proc/16803/task/16805/stat : 16805 (java) R 16801 16803 14968 0 -1 4202560 39696 0 1 0 15929 19 0 0 25 0 13 0 6809496 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4109150973 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16803/tid=16806] ppid=16801 vsize=1537368 CPUtime=0.78
/proc/16803/task/16806/stat : 16806 (java) S 16801 16803 14968 0 -1 4202560 1906 0 0 0 75 3 0 0 15 0 13 0 6809497 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16807] ppid=16801 vsize=1537368 CPUtime=0.72
/proc/16803/task/16807/stat : 16807 (java) S 16801 16803 14968 0 -1 4202560 1723 0 0 0 67 5 0 0 16 0 13 0 6809497 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16808] ppid=16801 vsize=1537368 CPUtime=1.75
/proc/16803/task/16808/stat : 16808 (java) S 16801 16803 14968 0 -1 4202560 704 0 0 0 173 2 0 0 15 0 13 0 6809499 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 0 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16809] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16809/stat : 16809 (java) S 16801 16803 14968 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6809499 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16810] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16810/stat : 16810 (java) S 16801 16803 14968 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6809499 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16811] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16811/stat : 16811 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16812] ppid=16801 vsize=1537368 CPUtime=1.12
/proc/16803/task/16812/stat : 16812 (java) S 16801 16803 14968 0 -1 4202560 2645 0 0 0 111 1 0 0 15 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16813] ppid=16801 vsize=1537368 CPUtime=0.87
/proc/16803/task/16813/stat : 16813 (java) S 16801 16803 14968 0 -1 4202560 2338 0 0 0 87 0 0 0 15 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16814] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16814/stat : 16814 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16815] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16815/stat : 16815 (java) S 16801 16803 14968 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16816] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16816/stat : 16816 (java) S 16801 16803 14968 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6809536 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 164.78
Current children cumulated vsize (KiB) 1537368

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

[startup+163.102 s]
/proc/loadavg: 1.21 1.06 1.02 2/118 16822
/proc/meminfo: memFree=1636496/2059040 swapFree=4140536/4192956
[pid=16803] ppid=16801 vsize=1537368 CPUtime=165.58
/proc/16803/stat : 16803 (java) S 16801 16803 14968 0 -1 4202496 50090 0 1 0 16525 33 0 0 19 0 13 0 6809495 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16803/statm: 384342 47552 1440 10 0 381644 0
[pid=16803/tid=16805] ppid=16801 vsize=1537368 CPUtime=160.25
/proc/16803/task/16805/stat : 16805 (java) R 16801 16803 14968 0 -1 4202560 39697 0 1 0 16006 19 0 0 25 0 13 0 6809496 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4108974544 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16803/tid=16806] ppid=16801 vsize=1537368 CPUtime=0.79
/proc/16803/task/16806/stat : 16806 (java) S 16801 16803 14968 0 -1 4202560 1906 0 0 0 76 3 0 0 16 0 13 0 6809497 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16807] ppid=16801 vsize=1537368 CPUtime=0.72
/proc/16803/task/16807/stat : 16807 (java) S 16801 16803 14968 0 -1 4202560 1723 0 0 0 67 5 0 0 15 0 13 0 6809497 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16808] ppid=16801 vsize=1537368 CPUtime=1.78
/proc/16803/task/16808/stat : 16808 (java) S 16801 16803 14968 0 -1 4202560 704 0 0 0 176 2 0 0 15 0 13 0 6809499 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 0 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16809] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16809/stat : 16809 (java) S 16801 16803 14968 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6809499 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16810] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16810/stat : 16810 (java) S 16801 16803 14968 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6809499 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16811] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16811/stat : 16811 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16812] ppid=16801 vsize=1537368 CPUtime=1.12
/proc/16803/task/16812/stat : 16812 (java) S 16801 16803 14968 0 -1 4202560 2645 0 0 0 111 1 0 0 15 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16813] ppid=16801 vsize=1537368 CPUtime=0.87
/proc/16803/task/16813/stat : 16813 (java) S 16801 16803 14968 0 -1 4202560 2338 0 0 0 87 0 0 0 15 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16814] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16814/stat : 16814 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16815] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16815/stat : 16815 (java) S 16801 16803 14968 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16816] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16816/stat : 16816 (java) S 16801 16803 14968 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6809536 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 165.58
Current children cumulated vsize (KiB) 1537368

[startup+166.302 s]
/proc/loadavg: 1.19 1.06 1.01 2/118 16822
/proc/meminfo: memFree=1636372/2059040 swapFree=4140536/4192956
[pid=16803] ppid=16801 vsize=1537368 CPUtime=168.8
/proc/16803/stat : 16803 (java) S 16801 16803 14968 0 -1 4202496 50093 0 1 0 16847 33 0 0 19 0 13 0 6809495 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16803/statm: 384342 47552 1440 10 0 381644 0
[pid=16803/tid=16805] ppid=16801 vsize=1537368 CPUtime=163.4
/proc/16803/task/16805/stat : 16805 (java) R 16801 16803 14968 0 -1 4202560 39700 0 1 0 16321 19 0 0 20 0 13 0 6809496 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4109019104 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16803/tid=16806] ppid=16801 vsize=1537368 CPUtime=0.8
/proc/16803/task/16806/stat : 16806 (java) S 16801 16803 14968 0 -1 4202560 1906 0 0 0 77 3 0 0 15 0 13 0 6809497 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16807] ppid=16801 vsize=1537368 CPUtime=0.73
/proc/16803/task/16807/stat : 16807 (java) S 16801 16803 14968 0 -1 4202560 1723 0 0 0 68 5 0 0 15 0 13 0 6809497 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16808] ppid=16801 vsize=1537368 CPUtime=1.82
/proc/16803/task/16808/stat : 16808 (java) S 16801 16803 14968 0 -1 4202560 704 0 0 0 180 2 0 0 15 0 13 0 6809499 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 0 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16809] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16809/stat : 16809 (java) S 16801 16803 14968 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6809499 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16810] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16810/stat : 16810 (java) S 16801 16803 14968 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6809499 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16811] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16811/stat : 16811 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16812] ppid=16801 vsize=1537368 CPUtime=1.13
/proc/16803/task/16812/stat : 16812 (java) S 16801 16803 14968 0 -1 4202560 2645 0 0 0 112 1 0 0 15 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16813] ppid=16801 vsize=1537368 CPUtime=0.87
/proc/16803/task/16813/stat : 16813 (java) S 16801 16803 14968 0 -1 4202560 2338 0 0 0 87 0 0 0 15 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16814] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16814/stat : 16814 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16815] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16815/stat : 16815 (java) S 16801 16803 14968 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16816] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16816/stat : 16816 (java) S 16801 16803 14968 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6809536 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 168.8
Current children cumulated vsize (KiB) 1537368

[startup+167.101 s]
/proc/loadavg: 1.19 1.06 1.01 2/118 16822
/proc/meminfo: memFree=1636372/2059040 swapFree=4140536/4192956
[pid=16803] ppid=16801 vsize=1537368 CPUtime=169.64
/proc/16803/stat : 16803 (java) S 16801 16803 14968 0 -1 4202496 50094 0 1 0 16931 33 0 0 19 0 13 0 6809495 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16803/statm: 384342 47552 1440 10 0 381644 0
[pid=16803/tid=16805] ppid=16801 vsize=1537368 CPUtime=164.2
/proc/16803/task/16805/stat : 16805 (java) R 16801 16803 14968 0 -1 4202560 39701 0 1 0 16401 19 0 0 22 0 13 0 6809496 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4109000390 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16803/tid=16806] ppid=16801 vsize=1537368 CPUtime=0.8
/proc/16803/task/16806/stat : 16806 (java) S 16801 16803 14968 0 -1 4202560 1906 0 0 0 77 3 0 0 15 0 13 0 6809497 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16807] ppid=16801 vsize=1537368 CPUtime=0.74
/proc/16803/task/16807/stat : 16807 (java) S 16801 16803 14968 0 -1 4202560 1723 0 0 0 69 5 0 0 16 0 13 0 6809497 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16808] ppid=16801 vsize=1537368 CPUtime=1.82
/proc/16803/task/16808/stat : 16808 (java) S 16801 16803 14968 0 -1 4202560 704 0 0 0 180 2 0 0 15 0 13 0 6809499 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 0 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16809] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16809/stat : 16809 (java) S 16801 16803 14968 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6809499 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16810] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16810/stat : 16810 (java) S 16801 16803 14968 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6809499 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16811] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16811/stat : 16811 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16812] ppid=16801 vsize=1537368 CPUtime=1.16
/proc/16803/task/16812/stat : 16812 (java) S 16801 16803 14968 0 -1 4202560 2645 0 0 0 115 1 0 0 15 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16813] ppid=16801 vsize=1537368 CPUtime=0.87
/proc/16803/task/16813/stat : 16813 (java) S 16801 16803 14968 0 -1 4202560 2338 0 0 0 87 0 0 0 15 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16814] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16814/stat : 16814 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16815] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16815/stat : 16815 (java) S 16801 16803 14968 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16816] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16816/stat : 16816 (java) S 16801 16803 14968 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6809536 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 169.64
Current children cumulated vsize (KiB) 1537368

[startup+167.501 s]
/proc/loadavg: 1.19 1.06 1.01 2/118 16822
/proc/meminfo: memFree=1636372/2059040 swapFree=4140536/4192956
[pid=16803] ppid=16801 vsize=1537368 CPUtime=170.03
/proc/16803/stat : 16803 (java) S 16801 16803 14968 0 -1 4202496 50094 0 1 0 16970 33 0 0 19 0 13 0 6809495 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16803/statm: 384342 47552 1440 10 0 381644 0
[pid=16803/tid=16805] ppid=16801 vsize=1537368 CPUtime=164.59
/proc/16803/task/16805/stat : 16805 (java) R 16801 16803 14968 0 -1 4202560 39701 0 1 0 16440 19 0 0 23 0 13 0 6809496 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4109134011 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16803/tid=16806] ppid=16801 vsize=1537368 CPUtime=0.8
/proc/16803/task/16806/stat : 16806 (java) S 16801 16803 14968 0 -1 4202560 1906 0 0 0 77 3 0 0 15 0 13 0 6809497 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16807] ppid=16801 vsize=1537368 CPUtime=0.74
/proc/16803/task/16807/stat : 16807 (java) S 16801 16803 14968 0 -1 4202560 1723 0 0 0 69 5 0 0 16 0 13 0 6809497 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16808] ppid=16801 vsize=1537368 CPUtime=1.82
/proc/16803/task/16808/stat : 16808 (java) S 16801 16803 14968 0 -1 4202560 704 0 0 0 180 2 0 0 15 0 13 0 6809499 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 0 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16809] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16809/stat : 16809 (java) S 16801 16803 14968 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6809499 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16810] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16810/stat : 16810 (java) S 16801 16803 14968 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6809499 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16811] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16811/stat : 16811 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16812] ppid=16801 vsize=1537368 CPUtime=1.16
/proc/16803/task/16812/stat : 16812 (java) S 16801 16803 14968 0 -1 4202560 2645 0 0 0 115 1 0 0 15 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16813] ppid=16801 vsize=1537368 CPUtime=0.87
/proc/16803/task/16813/stat : 16813 (java) S 16801 16803 14968 0 -1 4202560 2338 0 0 0 87 0 0 0 15 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
[pid=16803/tid=16814] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16814/stat : 16814 (java) S 16801 16803 14968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16815] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16815/stat : 16815 (java) S 16801 16803 14968 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 6809504 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 0 0 0 0
[pid=16803/tid=16816] ppid=16801 vsize=1537368 CPUtime=0
/proc/16803/task/16816/stat : 16816 (java) S 16801 16803 14968 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6809536 1574264832 47552 1992294400 134512640 134550932 4286773696 18446744073709551615 4294960144 0 4 0 16800975 18446604437819763776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (KiB) 1537368

[startup+167.702 s]
/proc/loadavg: 1.19 1.06 1.01 2/118 16822
/proc/meminfo: memFree=1636372/2059040 swapFree=4140536/4192956
[pid=16803] ppid=16801 vsize=0 CPUtime=170.24
/proc/16803/stat : 16803 (java) R 16801 16803 14968 0 -1 4203524 50111 0 1 0 16990 34 0 0 18 0 1 0 6809495 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16803/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 170.24
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 167.718
CPU time (s): 170.263
CPU user time (s): 169.902
CPU system time (s): 0.360945
CPU usage (%): 101.518
Max. virtual memory (cumulated for all children) (KiB): 1538024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.902
system time used= 0.360945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50111
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= 5537
involuntary context switches= 3207

runsolver used 0.39094 second user time and 0.887865 second system time

The end

Launcher Data

Begin job on node054 at 2010-06-16 04:26:21
IDJOB=2658521
IDBENCH=48135
IDSOLVER=1164
FILE ID=node054/2658521-1276655181
PBS_JOBID= 11172449
Free space on /tmp= 62480 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_50_10_4.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658521-1276655181/watcher-2658521-1276655181 -o /tmp/evaluation-result-2658521-1276655181/solver-2658521-1276655181 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658521-1276655181.opb

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

MD5SUM BENCH= 7b38b4ead930b62d925cf473e2cdd798
RANDOM SEED=542753586

node054.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.217
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.43
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.217
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:       1823048 kB
Buffers:         47280 kB
Cached:         109268 kB
SwapCached:       6812 kB
Active:          93556 kB
Inactive:        76764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1823048 kB
SwapTotal:     4192956 kB
SwapFree:      4140536 kB
Dirty:             492 kB
Writeback:           0 kB
AnonPages:       11096 kB
Mapped:          12928 kB
Slab:            44064 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181360 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62480 MiB
End job on node054 at 2010-06-16 04:29:09