Trace number 3734809

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 102.118 51.2205

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_4.opb
MD5SUM56022330ee2943e2696d570dbfee01d9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.73782
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2608
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.2.0.v20100531
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		1349517296
0.06/0.11	c Max memory 		1356595200
0.06/0.11	c Total memory 		1356595200
0.06/0.11	c Number of processors 	8
0.06/0.12	c Pseudo Boolean Optimization
0.06/0.12	c ManyCore solver with 2 solvers running in parallel
0.06/0.12	c --- Begin Solver configuration ---
0.06/0.12	c Stops conflict analysis at the first Unique Implication Point
0.06/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.06/0.12	c Learn all clauses as in MiniSAT
0.06/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.12	c Expensive reason simplification
0.06/0.12	c Armin Biere (Picosat) restarts strategy
0.06/0.12	c Glucose learned constraints deletion strategy
0.06/0.12	c timeout=2147483s
0.06/0.12	c DB Simplification allowed=false
0.06/0.12	c --- End Solver configuration ---
0.06/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.12	c --- Begin Solver configuration ---
0.06/0.12	c Stops conflict analysis at the first Unique Implication Point
0.06/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.06/0.12	c Learn all clauses as in MiniSAT
0.06/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.12	c No reason simplification
0.06/0.12	c Armin Biere (Picosat) restarts strategy
0.06/0.12	c Glucose learned constraints deletion strategy
0.06/0.12	c timeout=2147483s
0.06/0.12	c DB Simplification allowed=false
0.06/0.12	c --- End Solver configuration ---
0.06/0.12	
0.06/0.12	c solving HOME/instance-3734809-1338745991.opb
0.06/0.12	c reading problem ... 
0.06/0.14	c ... done. Wall clock time 0.018s.
0.06/0.14	c #vars     31
0.06/0.14	c #constraints  9
0.06/0.14	c constraints type 
0.06/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.06/0.14	c constraints type 
0.06/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
2.71/0.81	c cleaning 2500 clauses out of 5000 with flag 5000/5000
3.51/1.08	c cleaning 4247 clauses out of 8500 with flag 11000/11000
4.52/1.45	c cleaning 5627 clauses out of 11253 with flag 18000/18000
5.75/2.00	c cleaning 6810 clauses out of 13626 with flag 26000/26000
6.96/2.70	c cleaning 7905 clauses out of 15816 with flag 35000/35000
8.94/3.66	c cleaning 8955 clauses out of 17911 with flag 45000/45000
10.92/4.66	c cleaning 9475 clauses out of 18956 with flag 55000/55000
12.89/5.63	c cleaning 9742 clauses out of 19483 with flag 65002/65002
14.88/6.65	c cleaning 9870 clauses out of 19739 with flag 75000/75000
16.66/7.58	c cleaning 9933 clauses out of 19870 with flag 85001/85001
18.83/8.60	c cleaning 9966 clauses out of 19938 with flag 95002/95002
20.41/9.47	c cleaning 9985 clauses out of 19971 with flag 105001/105001
22.39/10.43	c cleaning 9991 clauses out of 19986 with flag 115001/115001
24.18/11.36	c cleaning 9992 clauses out of 19994 with flag 125000/125000
25.96/12.28	c cleaning 9999 clauses out of 20002 with flag 135000/135000
27.74/13.11	c cleaning 10000 clauses out of 20003 with flag 145000/145000
29.28/13.92	c cleaning 9997 clauses out of 20003 with flag 155000/155000
30.67/14.65	c cleaning 9999 clauses out of 20006 with flag 165000/165000
31.64/15.20	c cleaning 0 clauses out of 5000 with flag 0/5000
32.71/15.52	c cleaning 10004 clauses out of 20008 with flag 175001/175001
34.89/16.65	c cleaning 10000 clauses out of 20003 with flag 185000/185000
36.90/17.62	c cleaning 10000 clauses out of 20003 with flag 195000/195000
38.25/18.38	c cleaning 10002 clauses out of 20004 with flag 205001/205001
39.83/19.16	c cleaning 10001 clauses out of 20002 with flag 215001/215001
41.20/19.85	c cleaning 10000 clauses out of 20001 with flag 225001/225001
43.17/20.83	c cleaning 9997 clauses out of 20000 with flag 235000/235000
44.72/21.60	c cleaning 10001 clauses out of 20004 with flag 245001/245001
45.89/22.22	c cleaning 10000 clauses out of 20003 with flag 255001/255001
47.47/23.05	c cleaning 10000 clauses out of 20003 with flag 265001/265001
49.43/24.00	c cleaning 9999 clauses out of 20003 with flag 275001/275001
50.80/24.80	c cleaning 9999 clauses out of 20005 with flag 285002/285002
52.76/25.70	c cleaning 10002 clauses out of 20004 with flag 295000/295000
54.51/26.69	c cleaning 9997 clauses out of 20003 with flag 305001/305001
56.29/27.53	c cleaning 9998 clauses out of 20005 with flag 315000/315000
57.86/28.38	c cleaning 10001 clauses out of 20008 with flag 325001/325001
59.23/29.08	c cleaning 10001 clauses out of 20006 with flag 335000/335000
60.59/29.75	c cleaning 10004 clauses out of 20007 with flag 345002/345002
62.15/30.51	c cleaning 9996 clauses out of 20001 with flag 355000/355000
63.51/31.27	c cleaning 10002 clauses out of 20005 with flag 365000/365000
65.08/32.05	c cleaning 10000 clauses out of 20003 with flag 375000/375000
66.63/32.80	c cleaning 10001 clauses out of 20003 with flag 385000/385000
68.22/33.69	c cleaning 9998 clauses out of 20003 with flag 395001/395001
70.18/34.66	c cleaning 10000 clauses out of 20004 with flag 405000/405000
71.75/35.40	c cleaning 10001 clauses out of 20004 with flag 415000/415000
72.90/36.06	c cleaning 10002 clauses out of 20003 with flag 425000/425000
74.26/36.76	c cleaning 9995 clauses out of 20001 with flag 435000/435000
75.83/37.53	c cleaning 10003 clauses out of 20007 with flag 445001/445001
77.40/38.31	c cleaning 9998 clauses out of 20004 with flag 455001/455001
78.75/39.04	c cleaning 9999 clauses out of 20005 with flag 465000/465000
80.11/39.73	c cleaning 10004 clauses out of 20007 with flag 475001/475001
81.48/40.44	c cleaning 10001 clauses out of 20004 with flag 485002/485002
82.84/41.13	c cleaning 10001 clauses out of 20003 with flag 495002/495002
84.03/41.79	c cleaning 9998 clauses out of 20001 with flag 505001/505001
85.40/42.45	c cleaning 10002 clauses out of 20003 with flag 515001/515001
86.96/43.21	c cleaning 10002 clauses out of 20003 with flag 525003/525003
88.46/43.95	c cleaning 10001 clauses out of 20001 with flag 535003/535003
89.79/44.64	c cleaning 9996 clauses out of 19997 with flag 545000/545000
91.36/45.49	c cleaning 10000 clauses out of 20001 with flag 555000/555000
92.93/46.22	c cleaning 9999 clauses out of 20002 with flag 565001/565001
94.28/46.90	c cleaning 9999 clauses out of 20002 with flag 575000/575000
95.43/47.52	c cleaning 10000 clauses out of 20002 with flag 585000/585000
96.60/48.15	c cleaning 10000 clauses out of 20002 with flag 595001/595001
97.76/48.77	c cleaning 9999 clauses out of 20001 with flag 605000/605000
98.92/49.39	c cleaning 10001 clauses out of 20004 with flag 615002/615002
100.31/50.06	c cleaning 9999 clauses out of 20000 with flag 625001/625001
101.67/50.78	c cleaning 9997 clauses out of 19999 with flag 635000/635000
102.03/50.95	c And the winner is Resolution
101.95/51.20	c starts		: 153
101.95/51.20	c conflicts		: 637745
101.95/51.20	c decisions		: 639534
101.95/51.20	c propagations		: 4618931
101.95/51.20	c inspects		: 595869914
101.95/51.20	c learnt literals	: 11
101.95/51.20	c learnt binary clauses	: 63
101.95/51.20	c learnt ternary clauses	: 283
101.95/51.20	c learnt clauses	: 637733
101.95/51.20	c ignored clauses	: 0
101.95/51.20	c root simplifications	: 0
101.95/51.20	c removed literals (reason simplification)	: 6031144
101.95/51.20	c reason swapping (by a shorter reason)	: 0
101.95/51.20	c Calls to reduceDB	: 65
101.95/51.20	c number of reductions to clauses (during analyze)	: 0
101.95/51.20	c number of learned constraints concerned by reduction	: 0
101.95/51.20	c number of learning phase by resolution	: 0
101.95/51.20	c number of learning phase by cutting planes	: 0
101.95/51.20	c speed (assignments/second)	: 90469.70913720498
101.95/51.20	c non guided choices	12
101.95/51.21	c learnt constraints type 
101.95/51.21	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12677
101.95/51.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 63
101.95/51.21	c constraints type 
101.95/51.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
101.95/51.21	c constraints type 
101.95/51.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
101.95/51.21	s UNSATISFIABLE
101.95/51.21	c Total wall clock time (in seconds): 51.084

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3734809-1338745991/watcher-3734809-1338745991 -o /tmp/evaluation-result-3734809-1338745991/solver-3734809-1338745991 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3734809-1338745991.opb 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.67 3.58 3.63 4/197 19187
/proc/meminfo: memFree=27482512/32873844 swapFree=7632/7632
[pid=19187] ppid=19185 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/19187/stat : 19187 (java6) R 19185 19187 17063 0 -1 4202496 81 0 0 0 0 0 0 0 20 0 1 0 340723420 278528 34 33554432000 1073741824 1073778376 140734463464112 140734463461288 209874677031 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19187/statm: 68 34 25 9 0 25 0

[startup+0.041472 s]
/proc/loadavg: 3.67 3.58 3.63 4/197 19187
/proc/meminfo: memFree=27482512/32873844 swapFree=7632/7632
[pid=19187] ppid=19185 vsize=2158136 CPUtime=0 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19185 19187 17063 0 -1 4202496 3504 0 1 0 0 0 0 0 20 0 10 0 340723420 2209931264 3692 33554432000 1073741824 1073778376 140736712130672 140736712121808 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19187/statm: 539534 3693 1537 9 0 530235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2158136

[startup+0.100276 s]
/proc/loadavg: 3.67 3.58 3.63 4/197 19187
/proc/meminfo: memFree=27482512/32873844 swapFree=7632/7632
[pid=19187] ppid=19185 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19185 19187 17063 0 -1 4202496 3954 0 1 0 5 1 0 0 20 0 18 0 340723420 2764726272 5162 33554432000 1073741824 1073778376 140736712130672 140736712121808 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19187/statm: 674982 5164 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.300199 s]
/proc/loadavg: 3.67 3.58 3.63 4/197 19187
/proc/meminfo: memFree=27482512/32873844 swapFree=7632/7632
[pid=19187] ppid=19185 vsize=2966184 CPUtime=0.71 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19185 19187 17063 0 -1 4202496 10251 0 1 0 69 2 0 0 20 0 22 0 340723420 3037372416 11450 33554432000 1073741824 1073778376 140736712130672 140736712121808 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19187/statm: 741546 11450 2215 9 0 732240 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 2966184

[startup+0.700243 s]
/proc/loadavg: 3.67 3.58 3.63 4/197 19187
/proc/meminfo: memFree=27482512/32873844 swapFree=7632/7632
[pid=19187] ppid=19185 vsize=2966184 CPUtime=2.31 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19185 19187 17063 0 -1 4202496 20925 0 1 0 226 5 0 0 20 0 22 0 340723420 3037372416 32887 33554432000 1073741824 1073778376 140736712130672 140736712121808 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19187/statm: 741546 32887 2236 9 0 732240 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 2966184

[startup+1.50078 s]
/proc/loadavg: 3.67 3.58 3.63 7/219 19209
/proc/meminfo: memFree=27305500/32873844 swapFree=7632/7632
[pid=19187] ppid=19185 vsize=2966184 CPUtime=4.74 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19185 19187 17063 0 -1 4202496 26086 0 1 0 463 11 0 0 20 0 22 0 340723420 3037372416 78800 33554432000 1073741824 1073778376 140736712130672 140736712121808 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19187/statm: 741546 78800 2265 9 0 732240 0
[pid=19187/tid=19189] ppid=19185 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/19187/task/19189/stat : 19189 (java) S 19185 19187 17063 0 -1 4202560 2839 0 1 0 8 2 0 0 20 0 22 0 340723422 3037372416 78800 33554432000 1073741824 1073778376 140736712130672 140630850221208 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19190] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19190/stat : 19190 (java) S 19185 19187 17063 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340723424 3037372416 78800 33554432000 1073741824 1073778376 140736712130672 140630716304040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19191] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19191/stat : 19191 (java) S 19185 19187 17063 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340723424 3037372416 78800 33554432000 1073741824 1073778376 140736712130672 140630715251496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19192] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19192/stat : 19192 (java) S 19185 19187 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340723424 3037372416 78800 33554432000 1073741824 1073778376 140736712130672 140630714198952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19193] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19193/stat : 19193 (java) S 19185 19187 17063 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340723424 3037372416 78800 33554432000 1073741824 1073778376 140736712130672 140630713146408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19194] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19194/stat : 19194 (java) S 19185 19187 17063 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 340723424 3037372416 78800 33554432000 1073741824 1073778376 140736712130672 140630712092840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19195] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19195/stat : 19195 (java) S 19185 19187 17063 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340723424 3037372416 78800 33554432000 1073741824 1073778376 140736712130672 140630711040296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19196] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19196/stat : 19196 (java) S 19185 19187 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340723424 3037372416 78800 33554432000 1073741824 1073778376 140736712130672 140630709987752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19197] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19197/stat : 19197 (java) S 19185 19187 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340723424 3037372416 78800 33554432000 1073741824 1073778376 140736712130672 140630708935208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19198] ppid=19185 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/19187/task/19198/stat : 19198 (java) S 19185 19187 17063 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 22 0 340723425 3037372416 78800 33554432000 1073741824 1073778376 140736712130672 140630696737384 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19199] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19199/stat : 19199 (java) S 19185 19187 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340723425 3037372416 78800 33554432000 1073741824 1073778376 140736712130672 140630695683704 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19200] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19200/stat : 19200 (java) S 19185 19187 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340723425 3037372416 78800 33554432000 1073741824 1073778376 140736712130672 140630694631048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19201] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19201/stat : 19201 (java) S 19185 19187 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340723428 3037372416 78800 33554432000 1073741824 1073778376 140736712130672 140630693579792 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19202] ppid=19185 vsize=2966184 CPUtime=0.95 cores=1,3,5,7
/proc/19187/task/19202/stat : 19202 (java) S 19185 19187 17063 0 -1 4202560 10478 0 0 0 93 2 0 0 20 0 22 0 340723428 3037372416 78800 33554432000 1073741824 1073778376 140736712130672 140630692526136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19203] ppid=19185 vsize=2966184 CPUtime=0.98 cores=1,3,5,7
/proc/19187/task/19203/stat : 19203 (java) S 19185 19187 17063 0 -1 4202560 11262 0 0 0 96 2 0 0 20 0 22 0 340723428 3037372416 78800 33554432000 1073741824 1073778376 140736712130672 140630691473592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19204] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19204/stat : 19204 (java) S 19185 19187 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340723428 3037372416 78800 33554432000 1073741824 1073778376 140736712130672 140630690421240 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19205] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19205/stat : 19205 (java) S 19185 19187 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340723428 3037372416 78800 33554432000 1073741824 1073778376 140736712130672 140630689368904 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19206] ppid=19185 vsize=2966184 CPUtime=1.28 cores=1,3,5,7
/proc/19187/task/19206/stat : 19206 (java) R 19185 19187 17063 0 -1 4202560 62 0 0 0 128 0 0 0 20 0 22 0 340723435 3037372416 78800 33554432000 1073741824 1073778376 140736712130672 140630688313920 140630790437760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19207] ppid=19185 vsize=2966184 CPUtime=1.27 cores=1,3,5,7
/proc/19187/task/19207/stat : 19207 (java) R 19185 19187 17063 0 -1 4202560 171 0 0 0 124 3 0 0 20 0 22 0 340723435 3037372416 78800 33554432000 1073741824 1073778376 140736712130672 140630687261688 140630790472600 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19208] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19208/stat : 19208 (java) S 19185 19187 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340723435 3037372416 78800 33554432000 1073741824 1073778376 140736712130672 140630686209576 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19209] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19209/stat : 19209 (java) S 19185 19187 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340723435 3037372416 78800 33554432000 1073741824 1073778376 140736712130672 140630685157032 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 2966184

[startup+3.10078 s]
/proc/loadavg: 3.67 3.58 3.63 5/219 19209
/proc/meminfo: memFree=27067064/32873844 swapFree=7632/7632
[pid=19187] ppid=19185 vsize=2966184 CPUtime=7.93 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19185 19187 17063 0 -1 4202496 26199 0 1 0 780 13 0 0 20 0 22 0 340723420 3037372416 106502 33554432000 1073741824 1073778376 140736712130672 140736712121808 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19187/statm: 741546 106502 2273 9 0 732240 0
[pid=19187/tid=19189] ppid=19185 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/19187/task/19189/stat : 19189 (java) S 19185 19187 17063 0 -1 4202560 2839 0 1 0 8 2 0 0 20 0 22 0 340723422 3037372416 106502 33554432000 1073741824 1073778376 140736712130672 140630850221208 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19190] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19190/stat : 19190 (java) S 19185 19187 17063 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 340723424 3037372416 106502 33554432000 1073741824 1073778376 140736712130672 140630716304040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19191] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19191/stat : 19191 (java) S 19185 19187 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340723424 3037372416 106502 33554432000 1073741824 1073778376 140736712130672 140630715251496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19192] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19192/stat : 19192 (java) S 19185 19187 17063 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 340723424 3037372416 106502 33554432000 1073741824 1073778376 140736712130672 140630714198952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19193] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19193/stat : 19193 (java) S 19185 19187 17063 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340723424 3037372416 106502 33554432000 1073741824 1073778376 140736712130672 140630713146408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19194] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19194/stat : 19194 (java) S 19185 19187 17063 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 340723424 3037372416 106502 33554432000 1073741824 1073778376 140736712130672 140630712092840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19195] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19195/stat : 19195 (java) S 19185 19187 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340723424 3037372416 106502 33554432000 1073741824 1073778376 140736712130672 140630711040296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19196] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19196/stat : 19196 (java) S 19185 19187 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340723424 3037372416 106502 33554432000 1073741824 1073778376 140736712130672 140630709987752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19197] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19197/stat : 19197 (java) S 19185 19187 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340723424 3037372416 106502 33554432000 1073741824 1073778376 140736712130672 140630708935208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19198] ppid=19185 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/19187/task/19198/stat : 19198 (java) S 19185 19187 17063 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 22 0 340723425 3037372416 106502 33554432000 1073741824 1073778376 140736712130672 140630696737384 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19199] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19199/stat : 19199 (java) S 19185 19187 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340723425 3037372416 106502 33554432000 1073741824 1073778376 140736712130672 140630695683704 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19200] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19200/stat : 19200 (java) S 19185 19187 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340723425 3037372416 106502 33554432000 1073741824 1073778376 140736712130672 140630694631048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19201] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19201/stat : 19201 (java) S 19185 19187 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340723428 3037372416 106502 33554432000 1073741824 1073778376 140736712130672 140630693579792 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19202] ppid=19185 vsize=2966184 CPUtime=0.96 cores=1,3,5,7
/proc/19187/task/19202/stat : 19202 (java) S 19185 19187 17063 0 -1 4202560 10478 0 0 0 94 2 0 0 20 0 22 0 340723428 3037372416 106502 33554432000 1073741824 1073778376 140736712130672 140630692526136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19203] ppid=19185 vsize=2966184 CPUtime=1.02 cores=1,3,5,7
/proc/19187/task/19203/stat : 19203 (java) S 19185 19187 17063 0 -1 4202560 11279 0 0 0 100 2 0 0 20 0 22 0 340723428 3037372416 106502 33554432000 1073741824 1073778376 140736712130672 140630691473592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19204] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19204/stat : 19204 (java) S 19185 19187 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340723428 3037372416 106502 33554432000 1073741824 1073778376 140736712130672 140630690421240 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19205] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19205/stat : 19205 (java) S 19185 19187 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340723428 3037372416 106502 33554432000 1073741824 1073778376 140736712130672 140630689368904 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19206] ppid=19185 vsize=2966184 CPUtime=2.82 cores=1,3,5,7
/proc/19187/task/19206/stat : 19206 (java) R 19185 19187 17063 0 -1 4202560 67 0 0 0 281 1 0 0 20 0 22 0 340723435 3037372416 106502 33554432000 1073741824 1073778376 140736712130672 140630688313920 140630790438527 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19207] ppid=19185 vsize=2966184 CPUtime=2.81 cores=1,3,5,7
/proc/19187/task/19207/stat : 19207 (java) R 19185 19187 17063 0 -1 4202560 224 0 0 0 276 5 0 0 20 0 22 0 340723435 3037372416 106502 33554432000 1073741824 1073778376 140736712130672 140630687259344 140630790495597 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19208] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19208/stat : 19208 (java) S 19185 19187 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340723435 3037372416 106502 33554432000 1073741824 1073778376 140736712130672 140630686209576 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19209] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19209/stat : 19209 (java) S 19185 19187 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340723435 3037372416 106502 33554432000 1073741824 1073778376 140736712130672 140630685157032 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 2966184

[startup+6.30086 s]
/proc/loadavg: 3.69 3.59 3.64 4/219 19209
/proc/meminfo: memFree=27047636/32873844 swapFree=7632/7632
[pid=19187] ppid=19185 vsize=2966184 CPUtime=14.27 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19185 19187 17063 0 -1 4202496 26245 0 1 0 1412 15 0 0 20 0 22 0 340723420 3037372416 118757 33554432000 1073741824 1073778376 140736712130672 140736712121808 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19187/statm: 741546 118757 2273 9 0 732240 0
[pid=19187/tid=19189] ppid=19185 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/19187/task/19189/stat : 19189 (java) S 19185 19187 17063 0 -1 4202560 2839 0 1 0 8 2 0 0 20 0 22 0 340723422 3037372416 118757 33554432000 1073741824 1073778376 140736712130672 140630850221208 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19190] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19190/stat : 19190 (java) S 19185 19187 17063 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 340723424 3037372416 118757 33554432000 1073741824 1073778376 140736712130672 140630716304040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19191] ppid=19185 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/19187/task/19191/stat : 19191 (java) S 19185 19187 17063 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 340723424 3037372416 118757 33554432000 1073741824 1073778376 140736712130672 140630715251496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19192] ppid=19185 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/19187/task/19192/stat : 19192 (java) S 19185 19187 17063 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 340723424 3037372416 118757 33554432000 1073741824 1073778376 140736712130672 140630714198952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19193] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19193/stat : 19193 (java) S 19185 19187 17063 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340723424 3037372416 118757 33554432000 1073741824 1073778376 140736712130672 140630713146408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19194] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19194/stat : 19194 (java) S 19185 19187 17063 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 340723424 3037372416 118757 33554432000 1073741824 1073778376 140736712130672 140630712092840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19195] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19195/stat : 19195 (java) S 19185 19187 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340723424 3037372416 118757 33554432000 1073741824 1073778376 140736712130672 140630711040296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19196] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19196/stat : 19196 (java) S 19185 19187 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340723424 3037372416 118757 33554432000 1073741824 1073778376 140736712130672 140630709987752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19197] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19197/stat : 19197 (java) S 19185 19187 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340723424 3037372416 118757 33554432000 1073741824 1073778376 140736712130672 140630708935208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19198] ppid=19185 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/19187/task/19198/stat : 19198 (java) S 19185 19187 17063 0 -1 4202560 35 0 0 0 14 0 0 0 20 0 22 0 340723425 3037372416 118757 33554432000 1073741824 1073778376 140736712130672 140630696737384 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19199] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19199/stat : 19199 (java) S 19185 19187 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340723425 3037372416 118757 33554432000 1073741824 1073778376 140736712130672 140630695683704 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19200] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19200/stat : 19200 (java) S 19185 19187 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340723425 3037372416 118757 33554432000 1073741824 1073778376 140736712130672 140630694631048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19201] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19201/stat : 19201 (java) S 19185 19187 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340723428 3037372416 118757 33554432000 1073741824 1073778376 140736712130672 140630693579792 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19202] ppid=19185 vsize=2966184 CPUtime=0.96 cores=1,3,5,7
/proc/19187/task/19202/stat : 19202 (java) S 19185 19187 17063 0 -1 4202560 10478 0 0 0 94 2 0 0 20 0 22 0 340723428 3037372416 118757 33554432000 1073741824 1073778376 140736712130672 140630692526136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/19187/task/19203/stat : 19203 (java) S 19185 19187 17063 0 -1 4202560 13007 0 0 0 129 2 0 0 20 0 22 0 340723428 3037372416 134802 33554432000 1073741824 1073778376 140736712130672 140630691473592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19204] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19204/stat : 19204 (java) S 19185 19187 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340723428 3037372416 134802 33554432000 1073741824 1073778376 140736712130672 140630690421240 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19205] ppid=19185 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/19187/task/19205/stat : 19205 (java) S 19185 19187 17063 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 22 0 340723428 3037372416 134802 33554432000 1073741824 1073778376 140736712130672 140630689368904 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19206] ppid=19185 vsize=2966184 CPUtime=47.65 cores=1,3,5,7
/proc/19187/task/19206/stat : 19206 (java) R 19185 19187 17063 0 -1 4202560 140 0 0 0 4763 2 0 0 20 0 22 0 340723435 3037372416 134802 33554432000 1073741824 1073778376 140736712130672 140630688313920 140630790456907 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19207] ppid=19185 vsize=2966184 CPUtime=47.68 cores=1,3,5,7
/proc/19187/task/19207/stat : 19207 (java) R 19185 19187 17063 0 -1 4202560 276 0 0 0 4761 7 0 0 20 0 22 0 340723435 3037372416 134802 33554432000 1073741824 1073778376 140736712130672 140630687259640 140630790334662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19208] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19208/stat : 19208 (java) S 19185 19187 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340723435 3037372416 134802 33554432000 1073741824 1073778376 140736712130672 140630686209576 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19209] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19209/stat : 19209 (java) S 19185 19187 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340723435 3037372416 134802 33554432000 1073741824 1073778376 140736712130672 140630685157032 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 2966184

[startup+51.001 s]
/proc/loadavg: 3.87 3.65 3.65 4/219 19209
/proc/meminfo: memFree=26924852/32873844 swapFree=7632/7632
[pid=19187] ppid=19185 vsize=2966184 CPUtime=101.95 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19185 19187 17063 0 -1 4202496 28221 0 1 0 10171 24 0 0 20 0 20 0 340723420 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140736712121808 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19187/statm: 741546 134790 2275 9 0 732240 0
[pid=19187/tid=19189] ppid=19185 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/19187/task/19189/stat : 19189 (java) S 19185 19187 17063 0 -1 4202560 2841 0 1 0 9 2 0 0 20 0 20 0 340723422 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630850221208 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19190] ppid=19185 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/19187/task/19190/stat : 19190 (java) S 19185 19187 17063 0 -1 4202560 40 0 0 0 15 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630716304040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19191] ppid=19185 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/19187/task/19191/stat : 19191 (java) S 19185 19187 17063 0 -1 4202560 28 0 0 0 15 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630715251496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19192] ppid=19185 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/19187/task/19192/stat : 19192 (java) S 19185 19187 17063 0 -1 4202560 32 0 0 0 15 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630714198952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19193] ppid=19185 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/19187/task/19193/stat : 19193 (java) S 19185 19187 17063 0 -1 4202560 18 0 0 0 14 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630713146408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19194] ppid=19185 vsize=2966184 CPUtime=0.16 cores=1,3,5,7
/proc/19187/task/19194/stat : 19194 (java) S 19185 19187 17063 0 -1 4202560 40 0 0 0 16 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630712092840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19195] ppid=19185 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/19187/task/19195/stat : 19195 (java) S 19185 19187 17063 0 -1 4202560 23 0 0 0 15 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630711040296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19196] ppid=19185 vsize=2966184 CPUtime=0.17 cores=1,3,5,7
/proc/19187/task/19196/stat : 19196 (java) S 19185 19187 17063 0 -1 4202560 31 0 0 0 17 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630709987752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19197] ppid=19185 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/19187/task/19197/stat : 19197 (java) S 19185 19187 17063 0 -1 4202560 19 0 0 0 15 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630708935208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19198] ppid=19185 vsize=2966184 CPUtime=2.44 cores=1,3,5,7
/proc/19187/task/19198/stat : 19198 (java) S 19185 19187 17063 0 -1 4202560 42 0 0 0 242 2 0 0 20 0 20 0 340723425 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630696737384 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19199] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19199/stat : 19199 (java) S 19185 19187 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340723425 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630695683704 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19200] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19200/stat : 19200 (java) S 19185 19187 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340723425 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630694631048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19201] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19201/stat : 19201 (java) S 19185 19187 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340723428 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630693579792 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19202] ppid=19185 vsize=2966184 CPUtime=1.19 cores=1,3,5,7
/proc/19187/task/19202/stat : 19202 (java) S 19185 19187 17063 0 -1 4202560 10491 0 0 0 117 2 0 0 20 0 20 0 340723428 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630692526136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19203] ppid=19185 vsize=2966184 CPUtime=1.31 cores=1,3,5,7
/proc/19187/task/19203/stat : 19203 (java) S 19185 19187 17063 0 -1 4202560 13007 0 0 0 129 2 0 0 20 0 20 0 340723428 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630691473592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19204] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19204/stat : 19204 (java) S 19185 19187 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340723428 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630690421240 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19205] ppid=19185 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/19187/task/19205/stat : 19205 (java) S 19185 19187 17063 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 20 0 340723428 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630689368904 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19208] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19208/stat : 19208 (java) S 19185 19187 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340723435 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630686209576 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19209] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19209/stat : 19209 (java) S 19185 19187 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340723435 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630685157032 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 2966184
#
############


[startup+51.1012 s]
/proc/loadavg: 3.87 3.65 3.65 4/219 19209
/proc/meminfo: memFree=26924852/32873844 swapFree=7632/7632
[pid=19187] ppid=19185 vsize=2966184 CPUtime=101.95 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19185 19187 17063 0 -1 4202496 28221 0 1 0 10171 24 0 0 20 0 20 0 340723420 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140736712121808 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19187/statm: 741546 134790 2275 9 0 732240 0
[pid=19187/tid=19189] ppid=19185 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/19187/task/19189/stat : 19189 (java) S 19185 19187 17063 0 -1 4202560 2841 0 1 0 9 2 0 0 20 0 20 0 340723422 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630850221208 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19190] ppid=19185 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/19187/task/19190/stat : 19190 (java) S 19185 19187 17063 0 -1 4202560 40 0 0 0 15 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630716304040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19191] ppid=19185 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/19187/task/19191/stat : 19191 (java) S 19185 19187 17063 0 -1 4202560 28 0 0 0 15 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630715251496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19192] ppid=19185 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/19187/task/19192/stat : 19192 (java) S 19185 19187 17063 0 -1 4202560 32 0 0 0 15 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630714198952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19193] ppid=19185 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/19187/task/19193/stat : 19193 (java) S 19185 19187 17063 0 -1 4202560 18 0 0 0 14 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630713146408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19194] ppid=19185 vsize=2966184 CPUtime=0.16 cores=1,3,5,7
/proc/19187/task/19194/stat : 19194 (java) S 19185 19187 17063 0 -1 4202560 40 0 0 0 16 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630712092840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19195] ppid=19185 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/19187/task/19195/stat : 19195 (java) S 19185 19187 17063 0 -1 4202560 23 0 0 0 15 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630711040296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19196] ppid=19185 vsize=2966184 CPUtime=0.17 cores=1,3,5,7
/proc/19187/task/19196/stat : 19196 (java) S 19185 19187 17063 0 -1 4202560 31 0 0 0 17 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630709987752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19197] ppid=19185 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/19187/task/19197/stat : 19197 (java) S 19185 19187 17063 0 -1 4202560 19 0 0 0 15 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630708935208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19198] ppid=19185 vsize=2966184 CPUtime=2.44 cores=1,3,5,7
/proc/19187/task/19198/stat : 19198 (java) S 19185 19187 17063 0 -1 4202560 42 0 0 0 242 2 0 0 20 0 20 0 340723425 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630696737384 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19199] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19199/stat : 19199 (java) S 19185 19187 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340723425 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630695683704 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19200] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19200/stat : 19200 (java) S 19185 19187 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340723425 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630694631048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19201] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19201/stat : 19201 (java) S 19185 19187 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340723428 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630693579792 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19202] ppid=19185 vsize=2966184 CPUtime=1.19 cores=1,3,5,7
/proc/19187/task/19202/stat : 19202 (java) S 19185 19187 17063 0 -1 4202560 10491 0 0 0 117 2 0 0 20 0 20 0 340723428 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630692526136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19203] ppid=19185 vsize=2966184 CPUtime=1.31 cores=1,3,5,7
/proc/19187/task/19203/stat : 19203 (java) S 19185 19187 17063 0 -1 4202560 13007 0 0 0 129 2 0 0 20 0 20 0 340723428 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630691473592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19204] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19204/stat : 19204 (java) S 19185 19187 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340723428 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630690421240 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19205] ppid=19185 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/19187/task/19205/stat : 19205 (java) S 19185 19187 17063 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 20 0 340723428 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630689368904 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19208] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19208/stat : 19208 (java) S 19185 19187 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340723435 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630686209576 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19209] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19209/stat : 19209 (java) S 19185 19187 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340723435 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630685157032 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 2966184

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

[startup+51.2009 s]
/proc/loadavg: 3.87 3.65 3.65 4/219 19209
/proc/meminfo: memFree=26924852/32873844 swapFree=7632/7632
[pid=19187] ppid=19185 vsize=2966184 CPUtime=101.95 cores=1,3,5,7
/proc/19187/stat : 19187 (java) S 19185 19187 17063 0 -1 4202496 28221 0 1 0 10171 24 0 0 20 0 20 0 340723420 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140736712121808 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19187/statm: 741546 134790 2275 9 0 732240 0
[pid=19187/tid=19189] ppid=19185 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/19187/task/19189/stat : 19189 (java) S 19185 19187 17063 0 -1 4202560 2841 0 1 0 9 2 0 0 20 0 20 0 340723422 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630850221208 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19190] ppid=19185 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/19187/task/19190/stat : 19190 (java) S 19185 19187 17063 0 -1 4202560 40 0 0 0 15 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630716304040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19191] ppid=19185 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/19187/task/19191/stat : 19191 (java) S 19185 19187 17063 0 -1 4202560 28 0 0 0 15 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630715251496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19192] ppid=19185 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/19187/task/19192/stat : 19192 (java) S 19185 19187 17063 0 -1 4202560 32 0 0 0 15 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630714198952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19193] ppid=19185 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/19187/task/19193/stat : 19193 (java) S 19185 19187 17063 0 -1 4202560 18 0 0 0 14 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630713146408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19194] ppid=19185 vsize=2966184 CPUtime=0.16 cores=1,3,5,7
/proc/19187/task/19194/stat : 19194 (java) S 19185 19187 17063 0 -1 4202560 40 0 0 0 16 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630712092840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19195] ppid=19185 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/19187/task/19195/stat : 19195 (java) S 19185 19187 17063 0 -1 4202560 23 0 0 0 15 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630711040296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19196] ppid=19185 vsize=2966184 CPUtime=0.17 cores=1,3,5,7
/proc/19187/task/19196/stat : 19196 (java) S 19185 19187 17063 0 -1 4202560 31 0 0 0 17 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630709987752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19197] ppid=19185 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/19187/task/19197/stat : 19197 (java) S 19185 19187 17063 0 -1 4202560 19 0 0 0 15 0 0 0 20 0 20 0 340723424 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630708935208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19198] ppid=19185 vsize=2966184 CPUtime=2.44 cores=1,3,5,7
/proc/19187/task/19198/stat : 19198 (java) S 19185 19187 17063 0 -1 4202560 42 0 0 0 242 2 0 0 20 0 20 0 340723425 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630696737384 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19199] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19199/stat : 19199 (java) S 19185 19187 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340723425 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630695683704 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19200] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19200/stat : 19200 (java) S 19185 19187 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340723425 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630694631048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19201] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19201/stat : 19201 (java) S 19185 19187 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340723428 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630693579792 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19187/tid=19202] ppid=19185 vsize=2966184 CPUtime=1.19 cores=1,3,5,7
/proc/19187/task/19202/stat : 19202 (java) S 19185 19187 17063 0 -1 4202560 10491 0 0 0 117 2 0 0 20 0 20 0 340723428 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630692526136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19203] ppid=19185 vsize=2966184 CPUtime=1.31 cores=1,3,5,7
/proc/19187/task/19203/stat : 19203 (java) S 19185 19187 17063 0 -1 4202560 13007 0 0 0 129 2 0 0 20 0 20 0 340723428 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630691473592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19204] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19204/stat : 19204 (java) S 19185 19187 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340723428 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630690421240 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19187/tid=19205] ppid=19185 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/19187/task/19205/stat : 19205 (java) S 19185 19187 17063 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 20 0 340723428 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630689368904 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19187/tid=19208] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19208/stat : 19208 (java) S 19185 19187 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340723435 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630686209576 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19187/tid=19209] ppid=19185 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19187/task/19209/stat : 19209 (java) S 19185 19187 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340723435 3037372416 134790 33554432000 1073741824 1073778376 140736712130672 140630685157032 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 2966184

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0800095
#  lost CPU user time (s): 0.090004
#  lost CPU system time (s): -0.00999999

Real time (s): 51.2205
CPU time (s): 102.118
CPU user time (s): 101.787
CPU system time (s): 0.331948
CPU usage (%): 199.37
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 101.697
system time used= 0.341948
maximum resident set size= 539212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28229
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3849
involuntary context switches= 3671

runsolver used 0.149977 second user time and 0.298954 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-03 19:53:11
IDJOB=3734809
IDBENCH=2907
IDSOLVER=2324
FILE ID=node141/3734809-1338745991
RUNJOBID= node141-1338738353-17080
PBS_JOBID= 14636770
Free space on /tmp= 70712 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_4.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734809-1338745991/watcher-3734809-1338745991 -o /tmp/evaluation-result-3734809-1338745991/solver-3734809-1338745991 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3734809-1338745991.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 56022330ee2943e2696d570dbfee01d9
RANDOM SEED=1505182427

node141.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27483156 kB
Buffers:          423636 kB
Cached:          3192876 kB
SwapCached:          216 kB
Active:          2161368 kB
Inactive:        2345108 kB
Active(anon):     880944 kB
Inactive(anon):    11288 kB
Active(file):    1280424 kB
Inactive(file):  2333820 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:               436 kB
Writeback:             0 kB
AnonPages:        897192 kB
Mapped:            18940 kB
Shmem:               172 kB
Slab:             741476 kB
SReclaimable:     183448 kB
SUnreclaim:       558028 kB
KernelStack:        1600 kB
PageTables:         6196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1573060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    851968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70712 MiB
End job on node141 at 2012-06-03 19:54:02