Trace number 3687326

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 NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.15 903.95

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k3_l5_n550.opb
MD5SUMb656932a938990470d09f3771b5047c2
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark904.992
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1650
Total number of constraints113164
Number of constraints which are clauses112614
Number of constraints which are cardinality constraints (but not clauses)550
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3687326-1337871900.opb
0.10/0.10	c reading problem ... 
1.78/1.28	c ... done. Wall clock time 1.177s.
1.78/1.28	c declared #vars     1650
1.78/1.28	c #constraints  113714
1.78/1.28	c constraints type 
1.78/1.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 113164
1.78/1.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 550
1.78/1.28	c 113714 constraints processed.
1.78/1.28	c constraints type 
1.78/1.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 113164
1.78/1.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 550
1.78/1.28	c 113714 constraints processed.
5.31/2.36	c cleaning 2496 clauses out of 5000 with flag 5000/5000
7.62/3.37	c cleaning 4250 clauses out of 8504 with flag 11000/11000
9.77/4.43	c cleaning 5619 clauses out of 11255 with flag 18001/18001
10.95/5.03	c cleaning 0 clauses out of 5001 with flag 0/5001
12.73/5.82	c cleaning 6815 clauses out of 13637 with flag 26002/26002
15.93/7.33	c cleaning 7903 clauses out of 15820 with flag 35000/35000
19.11/8.94	c cleaning 8953 clauses out of 17917 with flag 45000/45000
22.46/10.62	c cleaning 0 clauses out of 11000 with flag 0/11000
23.01/10.94	c cleaning 9972 clauses out of 19964 with flag 56000/56000
26.94/12.99	c cleaning 10990 clauses out of 21995 with flag 68003/68003
31.26/15.13	c cleaning 11990 clauses out of 24002 with flag 81000/81000
36.22/17.65	c cleaning 12994 clauses out of 26012 with flag 95000/95000
41.84/20.53	c cleaning 13995 clauses out of 28018 with flag 110000/110000
46.15/22.74	c cleaning 0 clauses out of 18000 with flag 0/18000
47.25/23.35	c cleaning 15008 clauses out of 30023 with flag 126000/126000
53.36/26.45	c cleaning 15999 clauses out of 32016 with flag 143001/143001
60.39/30.01	c cleaning 16994 clauses out of 34017 with flag 161001/161001
67.47/33.67	c cleaning 18005 clauses out of 36024 with flag 180002/180002
74.98/37.46	c cleaning 19002 clauses out of 38022 with flag 200005/200005
83.65/41.81	c cleaning 19996 clauses out of 40016 with flag 221001/221001
92.27/46.24	c cleaning 21004 clauses out of 42020 with flag 243001/243001
96.56/48.45	c cleaning 0 clauses out of 26000 with flag 0/26000
101.61/51.00	c cleaning 21998 clauses out of 44017 with flag 266002/266002
110.88/55.73	c cleaning 22990 clauses out of 46019 with flag 290002/290002
121.70/61.25	c cleaning 24004 clauses out of 48028 with flag 315001/315001
133.78/67.31	c cleaning 24996 clauses out of 50025 with flag 341002/341002
146.47/73.77	c cleaning 25999 clauses out of 52028 with flag 368001/368001
159.53/80.31	c cleaning 27012 clauses out of 54029 with flag 396001/396001
170.71/86.05	c cleaning 27987 clauses out of 56016 with flag 425000/425000
183.80/92.69	c cleaning 28993 clauses out of 58030 with flag 455001/455001
194.86/98.27	c cleaning 0 clauses out of 35000 with flag 0/35000
198.91/100.37	c cleaning 30001 clauses out of 60036 with flag 486000/486000
216.34/109.10	c cleaning 31006 clauses out of 62037 with flag 518002/518002
232.42/117.20	c cleaning 32001 clauses out of 64030 with flag 551001/551001
251.49/126.87	c cleaning 32997 clauses out of 66030 with flag 585002/585002
264.78/133.57	c cleaning 34004 clauses out of 68031 with flag 620000/620000
281.75/142.15	c cleaning 35006 clauses out of 70028 with flag 656001/656001
300.00/151.39	c cleaning 36000 clauses out of 72021 with flag 693000/693000
320.72/161.75	c cleaning 36990 clauses out of 74021 with flag 731000/731000
336.74/169.89	c cleaning 0 clauses out of 45003 with flag 0/45003
345.66/174.47	c cleaning 37987 clauses out of 76031 with flag 770000/770000
367.93/185.64	c cleaning 39001 clauses out of 78045 with flag 810001/810001
392.40/197.93	c cleaning 39998 clauses out of 80043 with flag 851000/851000
414.45/209.00	c cleaning 41006 clauses out of 82045 with flag 893000/893000
434.61/219.25	c cleaning 42000 clauses out of 84040 with flag 936001/936001
456.70/230.35	c cleaning 43003 clauses out of 86041 with flag 980002/980002
482.02/243.09	c cleaning 44003 clauses out of 88037 with flag 1025001/1025001
509.13/256.65	c cleaning 44988 clauses out of 90034 with flag 1071001/1071001
534.74/269.52	c cleaning 46009 clauses out of 92045 with flag 1118000/1118000
562.06/283.28	c cleaning 47004 clauses out of 94036 with flag 1166000/1166000
579.35/291.91	c cleaning 0 clauses out of 56002 with flag 0/56002
590.78/297.78	c cleaning 48000 clauses out of 96032 with flag 1215000/1215000
620.06/312.44	c cleaning 48994 clauses out of 98033 with flag 1265001/1265001
651.22/328.07	c cleaning 49988 clauses out of 100039 with flag 1316001/1316001
675.73/340.36	c cleaning 51003 clauses out of 102053 with flag 1368003/1368003
705.46/355.25	c cleaning 52003 clauses out of 104048 with flag 1421001/1421001
736.47/370.83	c cleaning 53001 clauses out of 106045 with flag 1475001/1475001
771.65/388.48	c cleaning 54014 clauses out of 108044 with flag 1530001/1530001
810.66/407.91	c cleaning 54996 clauses out of 110030 with flag 1586001/1586001
845.01/425.18	c cleaning 55998 clauses out of 112035 with flag 1643002/1643002
884.62/445.06	c cleaning 56995 clauses out of 114036 with flag 1701001/1701001
901.83/453.78	c cleaning 0 clauses out of 68002 with flag 0/68002
925.89/465.84	c cleaning 58009 clauses out of 116041 with flag 1760001/1760001
967.05/486.49	c cleaning 58978 clauses out of 118031 with flag 1820000/1820000
1010.30/508.18	c cleaning 60004 clauses out of 120053 with flag 1881000/1881000
1057.91/531.98	c cleaning 61007 clauses out of 122049 with flag 1943000/1943000
1096.85/551.48	c cleaning 62009 clauses out of 124043 with flag 2006001/2006001
1129.36/567.74	c cleaning 62993 clauses out of 126033 with flag 2070000/2070000
1167.34/586.83	c cleaning 64003 clauses out of 128040 with flag 2135000/2135000
1207.08/606.78	c cleaning 65000 clauses out of 130038 with flag 2201001/2201001
1254.28/630.39	c cleaning 65986 clauses out of 132037 with flag 2268000/2268000
1300.17/653.33	c cleaning 66992 clauses out of 134052 with flag 2336001/2336001
1348.91/677.86	c cleaning 68002 clauses out of 136060 with flag 2405001/2405001
1378.18/692.51	c cleaning 0 clauses out of 81001 with flag 0/81001
1396.17/701.68	c cleaning 69015 clauses out of 138064 with flag 2475007/2475007
1450.81/728.97	c cleaning 70001 clauses out of 140042 with flag 2546000/2546000
1503.60/755.45	c cleaning 70994 clauses out of 142043 with flag 2618002/2618002
1555.37/781.38	c cleaning 72004 clauses out of 144053 with flag 2691006/2691006
1616.25/811.76	c cleaning 73012 clauses out of 146043 with flag 2765000/2765000
1678.07/842.61	c cleaning 73996 clauses out of 148031 with flag 2840000/2840000
1733.69/870.54	c cleaning 74995 clauses out of 150039 with flag 2916004/2916004
1797.10/902.23	c cleaning 76015 clauses out of 152040 with flag 2993000/2993000
1800.15/903.91	c starts		: 241
1800.15/903.91	c conflicts		: 2999366
1800.15/903.91	c decisions		: 3767966
1800.15/903.91	c propagations		: 390430860
1800.15/903.91	c inspects		: 7655924675
1800.15/903.91	c shortcuts		: 0
1800.15/903.91	c learnt literals	: 0
1800.15/903.91	c learnt binary clauses	: 0
1800.15/903.91	c learnt ternary clauses	: 0
1800.15/903.91	c learnt constraints	: 2999367
1800.15/903.91	c ignored constraints	: 0
1800.15/903.91	c root simplifications	: 0
1800.15/903.91	c removed literals (reason simplification)	: 65270113
1800.15/903.91	c reason swapping (by a shorter reason)	: 0
1800.15/903.91	c Calls to reduceDB	: 73
1800.15/903.91	c number of reductions to clauses (during analyze)	: 0
1800.15/903.91	c number of learned constraints concerned by reduction	: 0
1800.15/903.91	c number of learning phase by resolution	: 0
1800.15/903.91	c number of learning phase by cutting planes	: 0
1800.15/903.91	c speed (assignments/second)	: 432552.15139892447
1800.15/903.91	c non guided choices	290
1800.15/903.94	c learnt constraints type 
1800.15/903.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 82495
1800.15/903.94	c constraints type 
1800.15/903.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 113164
1800.15/903.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 550
1800.15/903.94	c 113714 constraints processed.
1800.15/903.94	c constraints type 
1800.15/903.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 113164
1800.15/903.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 550
1800.15/903.94	c 113714 constraints processed.
1800.15/903.94	s UNKNOWN
1800.15/903.94	c Total wall clock time (in seconds): 903.834

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-3687326-1337871900/watcher-3687326-1337871900 -o /tmp/evaluation-result-3687326-1337871900/solver-3687326-1337871900 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687326-1337871900.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: 0.85 0.21 0.07 4/197 25723
/proc/meminfo: memFree=28798592/32873648 swapFree=6596/6596
[pid=25723] ppid=25721 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/25723/stat : 25723 (java) R 25721 25723 25418 0 -1 4202496 981 0 0 0 0 0 0 0 20 0 1 0 253314550 23793664 709 33554432000 1073741824 1073778376 140737294009984 140737293999048 212064047563 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25723/statm: 5809 709 524 9 0 128 0

[startup+0.086598 s]
/proc/loadavg: 0.85 0.21 0.07 4/197 25723
/proc/meminfo: memFree=28798592/32873648 swapFree=6596/6596
[pid=25723] ppid=25721 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/25723/stat : 25723 (java) S 25721 25723 25418 0 -1 4202496 4279 0 1 0 8 1 0 0 20 0 18 0 253314550 9787813888 5475 33554432000 1073741824 1073778376 140737294009984 140737294001120 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25723/statm: 2389603 5475 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.100239 s]
/proc/loadavg: 0.85 0.21 0.07 4/197 25723
/proc/meminfo: memFree=28798592/32873648 swapFree=6596/6596
[pid=25723] ppid=25721 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/25723/stat : 25723 (java) S 25721 25723 25418 0 -1 4202496 4430 0 1 0 9 1 0 0 20 0 18 0 253314550 9787813888 6099 33554432000 1073741824 1073778376 140737294009984 140737294001120 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25723/statm: 2389603 6099 2131 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300172 s]
/proc/loadavg: 0.85 0.21 0.07 4/197 25723
/proc/meminfo: memFree=28798592/32873648 swapFree=6596/6596
[pid=25723] ppid=25721 vsize=9558412 CPUtime=0.49 cores=1,3,5,7
/proc/25723/stat : 25723 (java) S 25721 25723 25418 0 -1 4202496 5417 0 1 0 47 2 0 0 20 0 18 0 253314550 9787813888 12446 33554432000 1073741824 1073778376 140737294009984 140737294001120 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25723/statm: 2389603 12446 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558412

[startup+0.700257 s]
/proc/loadavg: 0.85 0.21 0.07 4/197 25723
/proc/meminfo: memFree=28798592/32873648 swapFree=6596/6596
[pid=25723] ppid=25721 vsize=9558412 CPUtime=1.23 cores=1,3,5,7
/proc/25723/stat : 25723 (java) S 25721 25723 25418 0 -1 4202496 11330 0 1 0 117 6 0 0 20 0 18 0 253314550 9787813888 42831 33554432000 1073741824 1073778376 140737294009984 140737294001120 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25723/statm: 2389603 42831 2246 9 0 2380296 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9558412

[startup+1.50063 s]
/proc/loadavg: 0.85 0.21 0.07 4/215 25741
/proc/meminfo: memFree=28622768/32873648 swapFree=6596/6596
[pid=25723] ppid=25721 vsize=9824668 CPUtime=2.78 cores=1,3,5,7
/proc/25723/stat : 25723 (java) S 25721 25723 25418 0 -1 4202496 13457 0 1 0 266 12 0 0 20 0 22 0 253314550 10060460032 82550 33554432000 1073741824 1073778376 140737294009984 140737294001120 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25723/statm: 2456167 82550 2268 9 0 2446860 0
[pid=25723/tid=25725] ppid=25721 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/25723/task/25725/stat : 25725 (java) S 25721 25723 25418 0 -1 4202560 2579 0 1 0 115 5 0 0 20 0 22 0 253314551 10060460032 82550 33554432000 1073741824 1073778376 140737294009984 140198442841080 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25726] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25726/stat : 25726 (java) S 25721 25723 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253314552 10060460032 82550 33554432000 1073741824 1073778376 140737294009984 140198404332200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25727] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25727/stat : 25727 (java) S 25721 25723 25418 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253314552 10060460032 82550 33554432000 1073741824 1073778376 140737294009984 140198285404968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25728] ppid=25721 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25723/task/25728/stat : 25728 (java) S 25721 25723 25418 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 253314552 10060460032 82550 33554432000 1073741824 1073778376 140737294009984 140198284352424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25729] ppid=25721 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25723/task/25729/stat : 25729 (java) S 25721 25723 25418 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 253314552 10060460032 82550 33554432000 1073741824 1073778376 140737294009984 140198283299880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25730] ppid=25721 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25723/task/25730/stat : 25730 (java) S 25721 25723 25418 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253314552 10060460032 82550 33554432000 1073741824 1073778376 140737294009984 140198282246312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25731] ppid=25721 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25723/task/25731/stat : 25731 (java) S 25721 25723 25418 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 253314552 10060460032 82550 33554432000 1073741824 1073778376 140737294009984 140198281193768 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25732] ppid=25721 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25723/task/25732/stat : 25732 (java) S 25721 25723 25418 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 253314552 10060460032 82550 33554432000 1073741824 1073778376 140737294009984 140198280141224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25733] ppid=25721 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25723/task/25733/stat : 25733 (java) S 25721 25723 25418 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253314552 10060460032 82550 33554432000 1073741824 1073778376 140737294009984 140198279088680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25734] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25734/stat : 25734 (java) S 25721 25723 25418 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 253314553 10060460032 82550 33554432000 1073741824 1073778376 140737294009984 140197796760168 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25735] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25735/stat : 25735 (java) S 25721 25723 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314553 10060460032 82550 33554432000 1073741824 1073778376 140737294009984 140197795706488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25736] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25736/stat : 25736 (java) S 25721 25723 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314553 10060460032 82550 33554432000 1073741824 1073778376 140737294009984 140197794653832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25737] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25737/stat : 25737 (java) S 25721 25723 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314555 10060460032 82550 33554432000 1073741824 1073778376 140737294009984 140197793602576 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25738] ppid=25721 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/25723/task/25738/stat : 25738 (java) R 25721 25723 25418 0 -1 4202560 4440 0 0 0 43 1 0 0 20 0 22 0 253314555 10060460032 82550 33554432000 1073741824 1073778376 140737294009984 140197792536200 140198448802835 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25739] ppid=25721 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/25723/task/25739/stat : 25739 (java) R 25721 25723 25418 0 -1 4202560 4865 0 0 0 44 1 0 0 20 0 22 0 253314555 10060460032 82550 33554432000 1073741824 1073778376 140737294009984 140197791473624 140198448803501 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25740] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25740/stat : 25740 (java) S 25721 25723 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314555 10060460032 82550 33554432000 1073741824 1073778376 140737294009984 140197790444024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25741] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25741/stat : 25741 (java) S 25721 25723 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314555 10060460032 82550 33554432000 1073741824 1073778376 140737294009984 140197789391688 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 9824668

[startup+3.10086 s]
/proc/loadavg: 1.02 0.25 0.08 7/219 25745
/proc/meminfo: memFree=28443020/32873648 swapFree=6596/6596
[pid=25723] ppid=25721 vsize=9824668 CPUtime=7.2 cores=1,3,5,7
/proc/25723/stat : 25723 (java) S 25721 25723 25418 0 -1 4202496 29478 0 1 0 702 18 0 0 20 0 22 0 253314550 10060460032 100415 33554432000 1073741824 1073778376 140737294009984 140737294001120 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25723/statm: 2456167 100415 2283 9 0 2446860 0
[pid=25723/tid=25725] ppid=25721 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/25723/task/25725/stat : 25725 (java) S 25721 25723 25418 0 -1 4202560 2579 0 1 0 115 5 0 0 20 0 22 0 253314551 10060460032 100415 33554432000 1073741824 1073778376 140737294009984 140198442841080 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25726] ppid=25721 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25723/task/25726/stat : 25726 (java) S 25721 25723 25418 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 253314552 10060460032 100415 33554432000 1073741824 1073778376 140737294009984 140198404332200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25727] ppid=25721 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25723/task/25727/stat : 25727 (java) S 25721 25723 25418 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 253314552 10060460032 100415 33554432000 1073741824 1073778376 140737294009984 140198285404968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25728] ppid=25721 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/25723/task/25728/stat : 25728 (java) S 25721 25723 25418 0 -1 4202560 40 0 0 0 4 1 0 0 20 0 22 0 253314552 10060460032 100415 33554432000 1073741824 1073778376 140737294009984 140198284352424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25729] ppid=25721 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25723/task/25729/stat : 25729 (java) S 25721 25723 25418 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 22 0 253314552 10060460032 100415 33554432000 1073741824 1073778376 140737294009984 140198283299880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25730] ppid=25721 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25723/task/25730/stat : 25730 (java) S 25721 25723 25418 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 253314552 10060460032 100415 33554432000 1073741824 1073778376 140737294009984 140198282246312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25731] ppid=25721 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25723/task/25731/stat : 25731 (java) S 25721 25723 25418 0 -1 4202560 39 0 0 0 3 1 0 0 20 0 22 0 253314552 10060460032 100415 33554432000 1073741824 1073778376 140737294009984 140198281193768 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25732] ppid=25721 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25723/task/25732/stat : 25732 (java) S 25721 25723 25418 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 253314552 10060460032 100415 33554432000 1073741824 1073778376 140737294009984 140198280141224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25733] ppid=25721 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25723/task/25733/stat : 25733 (java) S 25721 25723 25418 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 253314552 10060460032 100415 33554432000 1073741824 1073778376 140737294009984 140198279088680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25734] ppid=25721 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/25723/task/25734/stat : 25734 (java) S 25721 25723 25418 0 -1 4202560 229 0 0 0 7 0 0 0 20 0 22 0 253314553 10060460032 100415 33554432000 1073741824 1073778376 140737294009984 140197796760168 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25735] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25735/stat : 25735 (java) S 25721 25723 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314553 10060460032 100415 33554432000 1073741824 1073778376 140737294009984 140197795706488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25736] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25736/stat : 25736 (java) S 25721 25723 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314553 10060460032 100415 33554432000 1073741824 1073778376 140737294009984 140197794653832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25737] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25737/stat : 25737 (java) S 25721 25723 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314555 10060460032 100415 33554432000 1073741824 1073778376 140737294009984 140197793602576 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25738] ppid=25721 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/25723/task/25738/stat : 25738 (java) S 25721 25723 25418 0 -1 4202560 11055 0 0 0 104 3 0 0 20 0 22 0 253314555 10060460032 100415 33554432000 1073741824 1073778376 140737294009984 140197792548920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25739] ppid=25721 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/25723/task/25739/stat : 25739 (java) S 25721 25723 25418 0 -1 4202560 14136 0 0 0 105 3 0 0 20 0 22 0 253314555 10060460032 100415 33554432000 1073741824 1073778376 140737294009984 140197791496376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25740] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25740/stat : 25740 (java) S 25721 25723 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314555 10060460032 100415 33554432000 1073741824 1073778376 140737294009984 140197790444024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25741] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25741/stat : 25741 (java) S 25721 25723 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314555 10060460032 100415 33554432000 1073741824 1073778376 140737294009984 140197789391688 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25742] ppid=25721 vsize=9824668 CPUtime=1.67 cores=1,3,5,7
/proc/25723/task/25742/stat : 25742 (java) R 25721 25723 25418 0 -1 4202560 25 0 0 0 167 0 0 0 20 0 22 0 253314679 10060460032 100415 33554432000 1073741824 1073778376 140737294009984 140197788336856 140198286118512 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25743] ppid=25721 vsize=9824668 CPUtime=1.67 cores=1,3,5,7
/proc/25723/task/25743/stat : 25743 (java) R 25721 25723 25418 0 -1 4202560 72 0 0 0 167 0 0 0 20 0 22 0 253314679 10060460032 100415 33554432000 1073741824 1073778376 140737294009984 140197787284360 140198286393992 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25744] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25744/stat : 25744 (java) S 25721 25723 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314680 10060460032 100415 33554432000 1073741824 1073778376 140737294009984 140197786232360 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25745] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25745/stat : 25745 (java) S 25721 25723 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314680 10060460032 100415 33554432000 1073741824 1073778376 140737294009984 140197785179816 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 9824668

[startup+6.30082 s]
/proc/loadavg: 1.02 0.25 0.08 5/219 25745
/proc/meminfo: memFree=28355856/32873648 swapFree=6596/6596
[pid=25723] ppid=25721 vsize=9824668 CPUtime=13.85 cores=1,3,5,7
/proc/25723/stat : 25723 (java) S 25721 25723 25418 0 -1 4202496 30763 0 1 0 1366 19 0 0 20 0 22 0 253314550 10060460032 102985 33554432000 1073741824 1073778376 140737294009984 140737294001120 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25723/statm: 2456167 102985 2285 9 0 2446860 0
[pid=25723/tid=25725] ppid=25721 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/25723/task/25725/stat : 25725 (java) S 25721 25723 25418 0 -1 4202560 2579 0 1 0 115 5 0 0 20 0 22 0 253314551 10060460032 102985 33554432000 1073741824 1073778376 140737294009984 140198442841080 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25726] ppid=25721 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25723/task/25726/stat : 25726 (java) S 25721 25723 25418 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 253314552 10060460032 102985 33554432000 1073741824 1073778376 140737294009984 140198404332200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25727] ppid=25721 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25723/task/25727/stat : 25727 (java) S 25721 25723 25418 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 253314552 10060460032 102985 33554432000 1073741824 1073778376 140737294009984 140198285404968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25728] ppid=25721 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25723/task/25728/stat : 25728 (java) S 25721 25723 25418 0 -1 4202560 43 0 0 0 4 2 0 0 20 0 22 0 253314552 10060460032 102985 33554432000 1073741824 1073778376 140737294009984 140198284352424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25729] ppid=25721 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25723/task/25729/stat : 25729 (java) S 25721 25723 25418 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 22 0 253314552 10060460032 102985 33554432000 1073741824 1073778376 140737294009984 140198283299880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25730] ppid=25721 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25723/task/25730/stat : 25730 (java) S 25721 25723 25418 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 253314552 10060460032 102985 33554432000 1073741824 1073778376 140737294009984 140198282246312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25731] ppid=25721 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25723/task/25731/stat : 25731 (java) S 25721 25723 25418 0 -1 4202560 42 0 0 0 3 1 0 0 20 0 22 0 253314552 10060460032 102985 33554432000 1073741824 1073778376 140737294009984 140198281193768 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25732] ppid=25721 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25723/task/25732/stat : 25732 (java) S 25721 25723 25418 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 253314552 10060460032 102985 33554432000 1073741824 1073778376 140737294009984 140198280141224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25733] ppid=25721 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25723/task/25733/stat : 25733 (java) S 25721 25723 25418 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 253314552 10060460032 102985 33554432000 1073741824 1073778376 140737294009984 140198279088680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25734] ppid=25721 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/25723/task/25734/stat : 25734 (java) S 25721 25723 25418 0 -1 4202560 233 0 0 0 42 0 0 0 20 0 22 0 253314553 10060460032 102985 33554432000 1073741824 1073778376 140737294009984 140197796760168 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25735] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25735/stat : 25735 (java) S 25721 25723 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314553 10060460032 102985 33554432000 1073741824 1073778376 140737294009984 140197795706488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25736] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25736/stat : 25736 (java) S 25721 25723 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314553 10060460032 102985 33554432000 1073741824 1073778376 140737294009984 140197794653832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25737] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25737/stat : 25737 (java) S 25721 25723 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314555 10060460032 102985 33554432000 1073741824 1073778376 140737294009984 140197793602576 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25738] ppid=25721 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/25723/task/25738/stat : 25738 (java) S 25721 25723 25418 0 -1 4202560 12300 0 0 0 151 3 0 0 20 0 22 0 253314555 10060460032 102985 33554432000 1073741824 1073778376 140737294009984 140197792548920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25739] ppid=25721 vsize=9824668 CPUtime=1.19 cores=1,3,5,7
/proc/25723/task/25739/stat : 25739 (java) S 25721 25723 25418 0 -1 4202560 14139 0 0 0 116 3 0 0 20 0 22 0 253314555 10060460032 102985 33554432000 1073741824 1073778376 140737294009984 140197791496376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25740] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25740/stat : 25740 (java) S 25721 25723 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314555 10060460032 102985 33554432000 1073741824 1073778376 140737294009984 140197790444024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25741] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25741/stat : 25741 (java) S 25721 25723 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314555 10060460032 102985 33554432000 1073741824 1073778376 140737294009984 140197789391688 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25742] ppid=25721 vsize=9824668 CPUtime=4.49 cores=1,3,5,7
/proc/25723/task/25742/stat : 25742 (java) R 25721 25723 25418 0 -1 4202560 27 0 0 0 449 0 0 0 20 0 22 0 253314679 10060460032 102985 33554432000 1073741824 1073778376 140737294009984 140197788336736 140198286118360 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0

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

/proc/25723/statm: 2456167 298947 2286 9 0 2446860 0
[pid=25723/tid=25725] ppid=25721 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/25723/task/25725/stat : 25725 (java) S 25721 25723 25418 0 -1 4202560 2609 0 1 0 118 7 0 0 20 0 22 0 253314551 10060460032 298947 33554432000 1073741824 1073778376 140737294009984 140198442841080 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25726] ppid=25721 vsize=9824668 CPUtime=2.94 cores=1,3,5,7
/proc/25723/task/25726/stat : 25726 (java) S 25721 25723 25418 0 -1 4202560 259 0 0 0 288 6 0 0 20 0 22 0 253314552 10060460032 298947 33554432000 1073741824 1073778376 140737294009984 140198404332200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25727] ppid=25721 vsize=9824668 CPUtime=2.87 cores=1,3,5,7
/proc/25723/task/25727/stat : 25727 (java) S 25721 25723 25418 0 -1 4202560 244 0 0 0 281 6 0 0 20 0 22 0 253314552 10060460032 298947 33554432000 1073741824 1073778376 140737294009984 140198285404968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25728] ppid=25721 vsize=9824668 CPUtime=2.92 cores=1,3,5,7
/proc/25723/task/25728/stat : 25728 (java) S 25721 25723 25418 0 -1 4202560 275 0 0 0 285 7 0 0 20 0 22 0 253314552 10060460032 298947 33554432000 1073741824 1073778376 140737294009984 140198284352424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25729] ppid=25721 vsize=9824668 CPUtime=2.76 cores=1,3,5,7
/proc/25723/task/25729/stat : 25729 (java) S 25721 25723 25418 0 -1 4202560 266 0 0 0 270 6 0 0 20 0 22 0 253314552 10060460032 298947 33554432000 1073741824 1073778376 140737294009984 140198283299880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25730] ppid=25721 vsize=9824668 CPUtime=2.87 cores=1,3,5,7
/proc/25723/task/25730/stat : 25730 (java) S 25721 25723 25418 0 -1 4202560 276 0 0 0 279 8 0 0 20 0 22 0 253314552 10060460032 298947 33554432000 1073741824 1073778376 140737294009984 140198282246312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25731] ppid=25721 vsize=9824668 CPUtime=2.96 cores=1,3,5,7
/proc/25723/task/25731/stat : 25731 (java) S 25721 25723 25418 0 -1 4202560 260 0 0 0 290 6 0 0 20 0 22 0 253314552 10060460032 298947 33554432000 1073741824 1073778376 140737294009984 140198281193768 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25732] ppid=25721 vsize=9824668 CPUtime=2.88 cores=1,3,5,7
/proc/25723/task/25732/stat : 25732 (java) S 25721 25723 25418 0 -1 4202560 246 0 0 0 282 6 0 0 20 0 22 0 253314552 10060460032 298947 33554432000 1073741824 1073778376 140737294009984 140198280141224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25733] ppid=25721 vsize=9824668 CPUtime=2.96 cores=1,3,5,7
/proc/25723/task/25733/stat : 25733 (java) S 25721 25723 25418 0 -1 4202560 237 0 0 0 290 6 0 0 20 0 22 0 253314552 10060460032 298947 33554432000 1073741824 1073778376 140737294009984 140198279088680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25734] ppid=25721 vsize=9824668 CPUtime=18.58 cores=1,3,5,7
/proc/25723/task/25734/stat : 25734 (java) S 25721 25723 25418 0 -1 4202560 1409 0 0 0 1820 38 0 0 20 0 22 0 253314553 10060460032 298947 33554432000 1073741824 1073778376 140737294009984 140197796760168 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25735] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25735/stat : 25735 (java) S 25721 25723 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314553 10060460032 298947 33554432000 1073741824 1073778376 140737294009984 140197795706488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25736] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25736/stat : 25736 (java) S 25721 25723 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314553 10060460032 298947 33554432000 1073741824 1073778376 140737294009984 140197794653832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25737] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25737/stat : 25737 (java) S 25721 25723 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314555 10060460032 298947 33554432000 1073741824 1073778376 140737294009984 140197793602576 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25738] ppid=25721 vsize=9824668 CPUtime=1.86 cores=1,3,5,7
/proc/25723/task/25738/stat : 25738 (java) S 25721 25723 25418 0 -1 4202560 12311 0 0 0 183 3 0 0 20 0 22 0 253314555 10060460032 298947 33554432000 1073741824 1073778376 140737294009984 140197792548920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25739] ppid=25721 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/25723/task/25739/stat : 25739 (java) S 25721 25723 25418 0 -1 4202560 14143 0 0 0 118 3 0 0 20 0 22 0 253314555 10060460032 298947 33554432000 1073741824 1073778376 140737294009984 140197791496376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25740] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25740/stat : 25740 (java) S 25721 25723 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314555 10060460032 298947 33554432000 1073741824 1073778376 140737294009984 140197790444024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25741] ppid=25721 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/25723/task/25741/stat : 25741 (java) S 25721 25723 25418 0 -1 4202560 50 0 0 0 14 20 0 0 20 0 22 0 253314555 10060460032 298947 33554432000 1073741824 1073778376 140737294009984 140197789391688 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25742] ppid=25721 vsize=9824668 CPUtime=853.24 cores=1,3,5,7
/proc/25723/task/25742/stat : 25742 (java) R 25721 25723 25418 0 -1 4202560 367 0 0 0 85310 14 0 0 20 0 22 0 253314679 10060460032 298947 33554432000 1073741824 1073778376 140737294009984 140197788335776 140198286118616 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25743] ppid=25721 vsize=9824668 CPUtime=853.21 cores=1,3,5,7
/proc/25723/task/25743/stat : 25743 (java) R 25721 25723 25418 0 -1 4202560 1830 0 0 0 85273 48 0 0 20 0 22 0 253314679 10060460032 298947 33554432000 1073741824 1073778376 140737294009984 140197787282320 140198286186427 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25744] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25744/stat : 25744 (java) S 25721 25723 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314680 10060460032 298947 33554432000 1073741824 1073778376 140737294009984 140197786232360 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25745] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25745/stat : 25745 (java) S 25721 25723 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314680 10060460032 298947 33554432000 1073741824 1073778376 140737294009984 140197785179816 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1757.04
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.901 s]
/proc/loadavg: 4.71 4.01 2.55 3/197 25757
/proc/meminfo: memFree=28125652/32873648 swapFree=6596/6596
[pid=25723] ppid=25721 vsize=9824668 CPUtime=1800.15 cores=1,3,5,7
/proc/25723/stat : 25723 (java) S 25721 25723 25418 0 -1 4202496 36039 0 1 0 179851 164 0 0 20 0 22 0 253314550 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140737294001120 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25723/statm: 2456167 288680 2286 9 0 2446860 0
[pid=25723/tid=25725] ppid=25721 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/25723/task/25725/stat : 25725 (java) S 25721 25723 25418 0 -1 4202560 2610 0 1 0 118 7 0 0 20 0 22 0 253314551 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140198442841080 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25726] ppid=25721 vsize=9824668 CPUtime=3.02 cores=1,3,5,7
/proc/25723/task/25726/stat : 25726 (java) S 25721 25723 25418 0 -1 4202560 264 0 0 0 296 6 0 0 20 0 22 0 253314552 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140198404332200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25727] ppid=25721 vsize=9824668 CPUtime=2.95 cores=1,3,5,7
/proc/25723/task/25727/stat : 25727 (java) S 25721 25723 25418 0 -1 4202560 257 0 0 0 289 6 0 0 20 0 22 0 253314552 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140198285404968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25728] ppid=25721 vsize=9824668 CPUtime=3 cores=1,3,5,7
/proc/25723/task/25728/stat : 25728 (java) S 25721 25723 25418 0 -1 4202560 277 0 0 0 292 8 0 0 20 0 22 0 253314552 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140198284352424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25729] ppid=25721 vsize=9824668 CPUtime=2.85 cores=1,3,5,7
/proc/25723/task/25729/stat : 25729 (java) S 25721 25723 25418 0 -1 4202560 286 0 0 0 279 6 0 0 20 0 22 0 253314552 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140198283299880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25730] ppid=25721 vsize=9824668 CPUtime=2.98 cores=1,3,5,7
/proc/25723/task/25730/stat : 25730 (java) S 25721 25723 25418 0 -1 4202560 279 0 0 0 290 8 0 0 20 0 22 0 253314552 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140198282246312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25731] ppid=25721 vsize=9824668 CPUtime=3.03 cores=1,3,5,7
/proc/25723/task/25731/stat : 25731 (java) S 25721 25723 25418 0 -1 4202560 262 0 0 0 297 6 0 0 20 0 22 0 253314552 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140198281193768 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25732] ppid=25721 vsize=9824668 CPUtime=2.96 cores=1,3,5,7
/proc/25723/task/25732/stat : 25732 (java) S 25721 25723 25418 0 -1 4202560 253 0 0 0 290 6 0 0 20 0 22 0 253314552 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140198280141224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25733] ppid=25721 vsize=9824668 CPUtime=3.04 cores=1,3,5,7
/proc/25723/task/25733/stat : 25733 (java) S 25721 25723 25418 0 -1 4202560 239 0 0 0 298 6 0 0 20 0 22 0 253314552 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140198279088680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25734] ppid=25721 vsize=9824668 CPUtime=18.96 cores=1,3,5,7
/proc/25723/task/25734/stat : 25734 (java) S 25721 25723 25418 0 -1 4202560 1411 0 0 0 1858 38 0 0 20 0 22 0 253314553 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197796760168 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25735] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25735/stat : 25735 (java) S 25721 25723 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314553 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197795706488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25736] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25736/stat : 25736 (java) S 25721 25723 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314553 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197794653832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25737] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25737/stat : 25737 (java) S 25721 25723 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314555 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197793602576 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25738] ppid=25721 vsize=9824668 CPUtime=1.86 cores=1,3,5,7
/proc/25723/task/25738/stat : 25738 (java) S 25721 25723 25418 0 -1 4202560 12311 0 0 0 183 3 0 0 20 0 22 0 253314555 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197792548920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25739] ppid=25721 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/25723/task/25739/stat : 25739 (java) S 25721 25723 25418 0 -1 4202560 14143 0 0 0 118 3 0 0 20 0 22 0 253314555 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197791496376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25740] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25740/stat : 25740 (java) S 25721 25723 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314555 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197790444024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25741] ppid=25721 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/25723/task/25741/stat : 25741 (java) S 25721 25723 25418 0 -1 4202560 52 0 0 0 15 21 0 0 20 0 22 0 253314555 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197789391688 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25742] ppid=25721 vsize=9824668 CPUtime=874.2 cores=1,3,5,7
/proc/25723/task/25742/stat : 25742 (java) R 25721 25723 25418 0 -1 4202560 377 0 0 0 87405 15 0 0 20 0 22 0 253314679 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197788336736 140198286118616 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25743] ppid=25721 vsize=9824668 CPUtime=874.19 cores=1,3,5,7
/proc/25723/task/25743/stat : 25743 (java) R 25721 25723 25418 0 -1 4202560 1831 0 0 0 87370 49 0 0 20 0 22 0 253314679 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197787282320 140198286158572 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25744] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25744/stat : 25744 (java) S 25721 25723 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314680 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197786232360 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25745] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25745/stat : 25745 (java) S 25721 25723 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314680 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197785179816 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 9824668

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

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

[startup+903.901 s]
/proc/loadavg: 4.71 4.01 2.55 3/197 25757
/proc/meminfo: memFree=28125652/32873648 swapFree=6596/6596
[pid=25723] ppid=25721 vsize=9824668 CPUtime=1800.15 cores=1,3,5,7
/proc/25723/stat : 25723 (java) S 25721 25723 25418 0 -1 4202496 36039 0 1 0 179851 164 0 0 20 0 22 0 253314550 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140737294001120 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25723/statm: 2456167 288680 2286 9 0 2446860 0
[pid=25723/tid=25725] ppid=25721 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/25723/task/25725/stat : 25725 (java) S 25721 25723 25418 0 -1 4202560 2610 0 1 0 118 7 0 0 20 0 22 0 253314551 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140198442841080 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25726] ppid=25721 vsize=9824668 CPUtime=3.02 cores=1,3,5,7
/proc/25723/task/25726/stat : 25726 (java) S 25721 25723 25418 0 -1 4202560 264 0 0 0 296 6 0 0 20 0 22 0 253314552 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140198404332200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25727] ppid=25721 vsize=9824668 CPUtime=2.95 cores=1,3,5,7
/proc/25723/task/25727/stat : 25727 (java) S 25721 25723 25418 0 -1 4202560 257 0 0 0 289 6 0 0 20 0 22 0 253314552 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140198285404968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25728] ppid=25721 vsize=9824668 CPUtime=3 cores=1,3,5,7
/proc/25723/task/25728/stat : 25728 (java) S 25721 25723 25418 0 -1 4202560 277 0 0 0 292 8 0 0 20 0 22 0 253314552 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140198284352424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25729] ppid=25721 vsize=9824668 CPUtime=2.85 cores=1,3,5,7
/proc/25723/task/25729/stat : 25729 (java) S 25721 25723 25418 0 -1 4202560 286 0 0 0 279 6 0 0 20 0 22 0 253314552 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140198283299880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25730] ppid=25721 vsize=9824668 CPUtime=2.98 cores=1,3,5,7
/proc/25723/task/25730/stat : 25730 (java) S 25721 25723 25418 0 -1 4202560 279 0 0 0 290 8 0 0 20 0 22 0 253314552 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140198282246312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25731] ppid=25721 vsize=9824668 CPUtime=3.03 cores=1,3,5,7
/proc/25723/task/25731/stat : 25731 (java) S 25721 25723 25418 0 -1 4202560 262 0 0 0 297 6 0 0 20 0 22 0 253314552 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140198281193768 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25732] ppid=25721 vsize=9824668 CPUtime=2.96 cores=1,3,5,7
/proc/25723/task/25732/stat : 25732 (java) S 25721 25723 25418 0 -1 4202560 253 0 0 0 290 6 0 0 20 0 22 0 253314552 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140198280141224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25733] ppid=25721 vsize=9824668 CPUtime=3.04 cores=1,3,5,7
/proc/25723/task/25733/stat : 25733 (java) S 25721 25723 25418 0 -1 4202560 239 0 0 0 298 6 0 0 20 0 22 0 253314552 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140198279088680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25734] ppid=25721 vsize=9824668 CPUtime=18.96 cores=1,3,5,7
/proc/25723/task/25734/stat : 25734 (java) S 25721 25723 25418 0 -1 4202560 1411 0 0 0 1858 38 0 0 20 0 22 0 253314553 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197796760168 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25735] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25735/stat : 25735 (java) S 25721 25723 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314553 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197795706488 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25736] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25736/stat : 25736 (java) S 25721 25723 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314553 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197794653832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25737] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25737/stat : 25737 (java) S 25721 25723 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314555 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197793602576 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25723/tid=25738] ppid=25721 vsize=9824668 CPUtime=1.86 cores=1,3,5,7
/proc/25723/task/25738/stat : 25738 (java) S 25721 25723 25418 0 -1 4202560 12311 0 0 0 183 3 0 0 20 0 22 0 253314555 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197792548920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25739] ppid=25721 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/25723/task/25739/stat : 25739 (java) S 25721 25723 25418 0 -1 4202560 14143 0 0 0 118 3 0 0 20 0 22 0 253314555 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197791496376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25740] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25740/stat : 25740 (java) S 25721 25723 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314555 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197790444024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25723/tid=25741] ppid=25721 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/25723/task/25741/stat : 25741 (java) S 25721 25723 25418 0 -1 4202560 52 0 0 0 15 21 0 0 20 0 22 0 253314555 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197789391688 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25742] ppid=25721 vsize=9824668 CPUtime=874.2 cores=1,3,5,7
/proc/25723/task/25742/stat : 25742 (java) R 25721 25723 25418 0 -1 4202560 377 0 0 0 87405 15 0 0 20 0 22 0 253314679 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197788336736 140198286118616 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25743] ppid=25721 vsize=9824668 CPUtime=874.19 cores=1,3,5,7
/proc/25723/task/25743/stat : 25743 (java) R 25721 25723 25418 0 -1 4202560 1831 0 0 0 87370 49 0 0 20 0 22 0 253314679 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197787282320 140198286158572 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25723/tid=25744] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25744/stat : 25744 (java) S 25721 25723 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314680 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197786232360 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25723/tid=25745] ppid=25721 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25723/task/25745/stat : 25745 (java) S 25721 25723 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314680 10060460032 288680 33554432000 1073741824 1073778376 140737294009984 140197785179816 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25723 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=239234
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=51688
# CPU time returned by wait4() is 1796.29
# while last known CPU time is 1800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 903.95
CPU time (s): 1800.15
CPU user time (s): 1798.51
CPU system time (s): 1.64
CPU usage (%): 199.143
Max. virtual memory (cumulated for all children) (KiB): 9826468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.24
system time used= 2.05169
maximum resident set size= 2906508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36071
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37401
involuntary context switches= 56319

runsolver used 3.62145 second user time and 8.15376 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-24 17:05:01
IDJOB=3687326
IDBENCH=1370
IDSOLVER=2268
FILE ID=node148/3687326-1337871900
RUNJOBID= node148-1337871865-25435
PBS_JOBID= 14620056
Free space on /tmp= 71696 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k3_l5_n550.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687326-1337871900/watcher-3687326-1337871900 -o /tmp/evaluation-result-3687326-1337871900/solver-3687326-1337871900 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687326-1337871900.opb

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

MD5SUM BENCH= b656932a938990470d09f3771b5047c2
RANDOM SEED=1151847124

node148.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		: 2667.284
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	: 5334.56
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		: 2667.284
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.94
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		: 2667.284
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.92
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		: 2667.284
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.91
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		: 2667.284
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.90
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		: 2667.284
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		: 2667.284
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.90
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		: 2667.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28798816 kB
Buffers:          228472 kB
Cached:          2569084 kB
SwapCached:            0 kB
Active:           917952 kB
Inactive:        2354440 kB
Active(anon):     477408 kB
Inactive(anon):        0 kB
Active(file):     440544 kB
Inactive(file):  2354440 kB
Unevictable:        6596 kB
Mlocked:            6596 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7900 kB
Writeback:             0 kB
AnonPages:        456752 kB
Mapped:            22516 kB
Shmem:               200 kB
Slab:             645856 kB
SReclaimable:      89916 kB
SUnreclaim:       555940 kB
KernelStack:        1608 kB
PageTables:         5424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1085548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71692 MiB
End job on node148 at 2012-05-24 17:20:06