Trace number 3458709

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
Sat4j Resolution 2.3.0? (TO) 1800.16 1797.76

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMd761333f7ff9a755d3cd90e52b11f227
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark1773.19
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 227
Number of bits of the biggest sum of numbers8
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.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458709-1307633283.opb
0.10/0.11	c reading problem ... 
0.84/0.53	c ... done. Wall clock time 0.42s.
0.84/0.53	c #vars     14400
0.84/0.53	c #constraints  1088
0.84/0.53	c constraints type 
0.84/0.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 480
0.84/0.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 608
7.35/6.77	c cleaning 2479 clauses out of 5000 with flag 5000/5000
15.21/14.55	c cleaning 4241 clauses out of 8521 with flag 11000/11000
27.43/26.76	c cleaning 5618 clauses out of 11280 with flag 18000/18000
44.75/44.01	c cleaning 6793 clauses out of 13662 with flag 26000/26000
67.10/66.31	c cleaning 7898 clauses out of 15869 with flag 35000/35000
93.23/92.45	c cleaning 8943 clauses out of 17971 with flag 45000/45000
120.15/119.33	c cleaning 9476 clauses out of 19028 with flag 55000/55000
143.68/142.89	c cleaning 9700 clauses out of 19553 with flag 65001/65001
186.51/185.61	c cleaning 9887 clauses out of 19855 with flag 75003/75003
208.83/207.95	c cleaning 9851 clauses out of 19965 with flag 85000/85000
240.55/239.64	c cleaning 10001 clauses out of 20114 with flag 95000/95000
269.38/268.43	c cleaning 9981 clauses out of 20113 with flag 105000/105000
305.20/304.23	c cleaning 10053 clauses out of 20132 with flag 115000/115000
323.93/322.96	c cleaning 10014 clauses out of 20079 with flag 125000/125000
348.94/347.90	c cleaning 9914 clauses out of 20067 with flag 135002/135002
380.67/379.61	c cleaning 9986 clauses out of 20152 with flag 145001/145001
403.39/402.36	c cleaning 10028 clauses out of 20166 with flag 155001/155001
427.82/426.74	c cleaning 9964 clauses out of 20142 with flag 165005/165005
448.74/447.62	c cleaning 10008 clauses out of 20173 with flag 175000/175000
472.16/471.03	c cleaning 10035 clauses out of 20166 with flag 185001/185001
494.88/493.79	c cleaning 9941 clauses out of 20131 with flag 195001/195001
522.80/521.61	c cleaning 9971 clauses out of 20189 with flag 205000/205000
551.14/549.94	c cleaning 9945 clauses out of 20220 with flag 215002/215002
580.36/579.12	c cleaning 9992 clauses out of 20273 with flag 225000/225000
601.00/599.72	c cleaning 10027 clauses out of 20282 with flag 235001/235001
607.73/606.42	c cleaning 10005 clauses out of 20254 with flag 245000/245000
617.16/615.88	c cleaning 9975 clauses out of 20249 with flag 255000/255000
632.29/630.91	c cleaning 10065 clauses out of 20275 with flag 265001/265001
666.50/665.16	c cleaning 10021 clauses out of 20211 with flag 275002/275002
688.23/686.81	c cleaning 9981 clauses out of 20188 with flag 285000/285000
721.35/719.94	c cleaning 10049 clauses out of 20207 with flag 295000/295000
748.47/747.08	c cleaning 9966 clauses out of 20159 with flag 305001/305001
787.90/786.43	c cleaning 9986 clauses out of 20192 with flag 315000/315000
812.73/811.29	c cleaning 9989 clauses out of 20206 with flag 325000/325000
859.36/857.81	c cleaning 9938 clauses out of 20217 with flag 335000/335000
922.89/921.34	c cleaning 9997 clauses out of 20279 with flag 345000/345000
961.95/960.34	c cleaning 10015 clauses out of 20282 with flag 355000/355000
999.17/997.57	c cleaning 9987 clauses out of 20270 with flag 365003/365003
1048.00/1046.30	c cleaning 9971 clauses out of 20280 with flag 375000/375000
1105.14/1103.41	c cleaning 9968 clauses out of 20310 with flag 385001/385001
1134.79/1133.07	c cleaning 10127 clauses out of 20341 with flag 395000/395000
1161.30/1159.51	c cleaning 10052 clauses out of 20216 with flag 405002/405002
1186.53/1184.73	c cleaning 9953 clauses out of 20162 with flag 415000/415000
1210.35/1208.50	c cleaning 9905 clauses out of 20209 with flag 425000/425000
1250.87/1249.03	c cleaning 10034 clauses out of 20307 with flag 435003/435003
1272.21/1270.36	c cleaning 9968 clauses out of 20271 with flag 445001/445001
1300.03/1298.16	c cleaning 10017 clauses out of 20302 with flag 455000/455000
1343.55/1341.67	c cleaning 9977 clauses out of 20285 with flag 465000/465000
1370.99/1369.05	c cleaning 9986 clauses out of 20308 with flag 475000/475000
1400.01/1398.05	c cleaning 10075 clauses out of 20322 with flag 485000/485000
1433.64/1431.65	c cleaning 9986 clauses out of 20247 with flag 495000/495000
1469.96/1467.97	c cleaning 10068 clauses out of 20263 with flag 505002/505002
1507.59/1505.56	c cleaning 9983 clauses out of 20193 with flag 515000/515000
1538.42/1536.31	c cleaning 9976 clauses out of 20210 with flag 525000/525000
1570.25/1568.20	c cleaning 10023 clauses out of 20235 with flag 535001/535001
1596.98/1594.82	c cleaning 9965 clauses out of 20211 with flag 545000/545000
1643.61/1641.45	c cleaning 9980 clauses out of 20247 with flag 555001/555001
1676.75/1674.58	c cleaning 10009 clauses out of 20267 with flag 565001/565001
1701.37/1699.19	c cleaning 10026 clauses out of 20258 with flag 575001/575001
1732.00/1729.72	c cleaning 10028 clauses out of 20231 with flag 585000/585000
1748.34/1746.03	c cleaning 9999 clauses out of 20204 with flag 595001/595001
1777.36/1775.01	c cleaning 10053 clauses out of 20204 with flag 605000/605000
1800.09/1797.71	c starts		: 165
1800.09/1797.71	c conflicts		: 611626
1800.09/1797.71	c decisions		: 3011150
1800.09/1797.71	c propagations		: 82500084
1800.09/1797.71	c inspects		: 516283568
1800.09/1797.71	c shortcuts		: 0
1800.09/1797.71	c learnt literals	: 0
1800.09/1797.71	c learnt binary clauses	: 0
1800.09/1797.71	c learnt ternary clauses	: 0
1800.09/1797.71	c learnt constraints	: 611625
1800.09/1797.71	c ignored constraints	: 0
1800.09/1797.71	c root simplifications	: 0
1800.09/1797.71	c removed literals (reason simplification)	: 57153412
1800.09/1797.71	c reason swapping (by a shorter reason)	: 0
1800.09/1797.71	c Calls to reduceDB	: 62
1800.09/1797.71	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.71	c number of learned constraints concerned by reduction	: 0
1800.09/1797.71	c number of learning phase by resolution	: 0
1800.09/1797.71	c number of learning phase by cutting planes	: 0
1800.09/1797.71	c speed (assignments/second)	: 45905.374929681384
1800.09/1797.71	c non guided choices	9435
1800.09/1797.72	c learnt constraints type 
1800.09/1797.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16776
1800.09/1797.72	c constraints type 
1800.09/1797.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 480
1800.09/1797.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 608
1800.09/1797.72	s UNKNOWN
1800.09/1797.72	c Total wall clock time (in seconds): 1797.608

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3458709-1307633283/watcher-3458709-1307633283 -o /tmp/evaluation-result-3458709-1307633283/solver-3458709-1307633283 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458709-1307633283.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.00 0.08 0.14 2/189 26334
/proc/meminfo: memFree=32492168/32951124 swapFree=67050780/67111528
[pid=26334] ppid=26332 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/26334/stat : 26334 (java) S 26332 26334 26276 0 -1 4202496 1237 0 0 0 0 0 0 0 22 0 2 0 874931139 31272960 958 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382759909 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/26334/statm: 7635 958 732 9 0 386 0
[pid=26334/tid=26335] ppid=26332 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26335/stat : 26335 (java) R 26332 26334 26276 0 -1 4202560 126 0 0 0 0 0 0 0 23 0 2 0 874931140 31272960 959 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218370957115 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0982441 s]
/proc/loadavg: 0.00 0.08 0.14 2/189 26334
/proc/meminfo: memFree=32492168/32951124 swapFree=67050780/67111528
[pid=26334] ppid=26332 vsize=13622164 CPUtime=0.1 cores=1,3,5,7
/proc/26334/stat : 26334 (java) S 26332 26334 26276 0 -1 4202496 15479 0 1 0 8 2 0 0 22 0 18 0 874931139 13949095936 15151 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26334/statm: 3405541 15151 2093 9 0 3396275 0
[pid=26334/tid=26335] ppid=26332 vsize=13622164 CPUtime=0.07 cores=1,3,5,7
/proc/26334/task/26335/stat : 26335 (java) R 26332 26334 26276 0 -1 4202560 13513 0 1 0 6 1 0 0 18 0 18 0 874931140 13949095936 15151 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382783947 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622164

[startup+0.100268 s]
/proc/loadavg: 0.00 0.08 0.14 2/189 26334
/proc/meminfo: memFree=32492168/32951124 swapFree=67050780/67111528
[pid=26334] ppid=26332 vsize=13622164 CPUtime=0.1 cores=1,3,5,7
/proc/26334/stat : 26334 (java) S 26332 26334 26276 0 -1 4202496 15494 0 1 0 8 2 0 0 22 0 18 0 874931139 13949095936 15166 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26334/statm: 3405541 15166 2093 9 0 3396275 0
[pid=26334/tid=26335] ppid=26332 vsize=13622164 CPUtime=0.08 cores=1,3,5,7
/proc/26334/task/26335/stat : 26335 (java) R 26332 26334 26276 0 -1 4202560 13528 0 1 0 7 1 0 0 18 0 18 0 874931140 13949095936 15166 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 47419310330933 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622164

[startup+0.305254 s]
/proc/loadavg: 0.00 0.08 0.14 2/189 26334
/proc/meminfo: memFree=32492168/32951124 swapFree=67050780/67111528
[pid=26334] ppid=26332 vsize=13625900 CPUtime=0.55 cores=1,3,5,7
/proc/26334/stat : 26334 (java) S 26332 26334 26276 0 -1 4202496 23337 0 1 0 52 3 0 0 22 0 18 0 874931139 13952921600 21924 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26334/statm: 3406475 21926 2200 9 0 3397209 0
[pid=26334/tid=26335] ppid=26332 vsize=13625900 CPUtime=0.28 cores=1,3,5,7
/proc/26334/task/26335/stat : 26335 (java) R 26332 26334 26276 0 -1 4202560 18360 0 1 0 26 2 0 0 18 0 18 0 874931140 13952921600 21927 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 46912505572332 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13625900

[startup+0.701205 s]
/proc/loadavg: 0.00 0.08 0.14 2/189 26334
/proc/meminfo: memFree=32492168/32951124 swapFree=67050780/67111528
[pid=26334] ppid=26332 vsize=13626456 CPUtime=1.27 cores=1,3,5,7
/proc/26334/stat : 26334 (java) S 26332 26334 26276 0 -1 4202496 58195 0 1 0 121 6 0 0 22 0 19 0 874931139 13953490944 56525 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26334/statm: 3406614 56525 2223 9 0 3397348 0
[pid=26334/tid=26335] ppid=26332 vsize=13626456 CPUtime=0.67 cores=1,3,5,7
/proc/26334/task/26335/stat : 26335 (java) R 26332 26334 26276 0 -1 4202560 52915 0 1 0 62 5 0 0 19 0 19 0 874931140 13953490944 56525 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 46912505704640 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 13626456

[startup+1.50102 s]
/proc/loadavg: 0.00 0.08 0.14 3/214 26359
/proc/meminfo: memFree=32218348/32951124 swapFree=67050780/67111528
[pid=26334] ppid=26332 vsize=13626796 CPUtime=2.13 cores=1,3,5,7
/proc/26334/stat : 26334 (java) S 26332 26334 26276 0 -1 4202496 58695 0 1 0 207 6 0 0 22 0 19 0 874931139 13953839104 57025 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26334/statm: 3406699 57025 2227 9 0 3397433 0
[pid=26334/tid=26335] ppid=26332 vsize=13626796 CPUtime=1.47 cores=1,3,5,7
/proc/26334/task/26335/stat : 26335 (java) R 26332 26334 26276 0 -1 4202560 53324 0 1 0 142 5 0 0 20 0 19 0 874931140 13953839104 57025 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 46912505795757 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26334/tid=26342] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26342/stat : 26342 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 57025 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26343] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26343/stat : 26343 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 57025 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26344] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26344/stat : 26344 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 57025 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26345] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26345/stat : 26345 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 57025 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26346] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26346/stat : 26346 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 57025 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26347] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26347/stat : 26347 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 57025 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26348] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26348/stat : 26348 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 57025 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26349] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26349/stat : 26349 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 57025 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26350] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26350/stat : 26350 (java) S 26332 26334 26276 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 874931143 13953839104 57025 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773760 0 0 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
[pid=26334/tid=26351] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26351/stat : 26351 (java) S 26332 26334 26276 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 874931143 13953839104 57025 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26352] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26352/stat : 26352 (java) S 26332 26334 26276 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 874931143 13953839104 57025 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
[pid=26334/tid=26353] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26353/stat : 26353 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 874931146 13953839104 57025 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382780849 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26354] ppid=26332 vsize=13626796 CPUtime=0.34 cores=1,3,5,7
/proc/26334/task/26354/stat : 26354 (java) S 26332 26334 26276 0 -1 4202560 1756 0 0 0 34 0 0 0 15 0 19 0 874931146 13953839104 57025 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 5 0 0 0
[pid=26334/tid=26355] ppid=26332 vsize=13626796 CPUtime=0.3 cores=1,3,5,7
/proc/26334/task/26355/stat : 26355 (java) S 26332 26334 26276 0 -1 4202560 2456 0 0 0 30 0 0 0 15 0 19 0 874931146 13953839104 57025 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 3 0 0 0
[pid=26334/tid=26356] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26356/stat : 26356 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874931146 13953839104 57025 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26357] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26357/stat : 26357 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874931146 13953839104 57025 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773760 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
[pid=26334/tid=26359] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26359/stat : 26359 (java) S 26332 26334 26276 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874931195 13953839104 57025 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773760 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 13626796

[startup+3.10073 s]
/proc/loadavg: 0.00 0.08 0.14 4/214 26359
/proc/meminfo: memFree=32210908/32951124 swapFree=67050780/67111528
[pid=26334] ppid=26332 vsize=13626796 CPUtime=3.74 cores=1,3,5,7
/proc/26334/stat : 26334 (java) S 26332 26334 26276 0 -1 4202496 59584 0 1 0 368 6 0 0 22 0 19 0 874931139 13953839104 57913 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26334/statm: 3406699 57913 2227 9 0 3397433 0
[pid=26334/tid=26335] ppid=26332 vsize=13626796 CPUtime=3.08 cores=1,3,5,7
/proc/26334/task/26335/stat : 26335 (java) R 26332 26334 26276 0 -1 4202560 54212 0 1 0 302 6 0 0 25 0 19 0 874931140 13953839104 57913 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 46912505795757 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26334/tid=26342] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26342/stat : 26342 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 57913 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26343] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26343/stat : 26343 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 57913 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26344] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26344/stat : 26344 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 57913 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26345] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26345/stat : 26345 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 57913 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26346] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26346/stat : 26346 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 57913 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26347] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26347/stat : 26347 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 57913 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26348] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26348/stat : 26348 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 57913 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26349] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26349/stat : 26349 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 57913 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26350] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26350/stat : 26350 (java) S 26332 26334 26276 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 874931143 13953839104 57913 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773760 0 0 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
[pid=26334/tid=26351] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26351/stat : 26351 (java) S 26332 26334 26276 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 874931143 13953839104 57913 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26352] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26352/stat : 26352 (java) S 26332 26334 26276 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 874931143 13953839104 57913 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
[pid=26334/tid=26353] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26353/stat : 26353 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 874931146 13953839104 57913 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382780849 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26354] ppid=26332 vsize=13626796 CPUtime=0.34 cores=1,3,5,7
/proc/26334/task/26354/stat : 26354 (java) S 26332 26334 26276 0 -1 4202560 1756 0 0 0 34 0 0 0 15 0 19 0 874931146 13953839104 57913 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 5 0 0 0
[pid=26334/tid=26355] ppid=26332 vsize=13626796 CPUtime=0.3 cores=1,3,5,7
/proc/26334/task/26355/stat : 26355 (java) S 26332 26334 26276 0 -1 4202560 2456 0 0 0 30 0 0 0 15 0 19 0 874931146 13953839104 57913 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 3 0 0 0
[pid=26334/tid=26356] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26356/stat : 26356 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874931146 13953839104 57913 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26357] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26357/stat : 26357 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874931146 13953839104 57913 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773760 0 4 0 16800975 18446604459636328256 0 0 -1 5 0 0 0
[pid=26334/tid=26359] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26359/stat : 26359 (java) S 26332 26334 26276 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874931195 13953839104 57913 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773760 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 13626796

[startup+6.30118 s]
/proc/loadavg: 0.16 0.11 0.14 3/214 26359
/proc/meminfo: memFree=32195756/32951124 swapFree=67050780/67111528
[pid=26334] ppid=26332 vsize=13626796 CPUtime=6.95 cores=1,3,5,7
/proc/26334/stat : 26334 (java) S 26332 26334 26276 0 -1 4202496 61383 0 1 0 688 7 0 0 22 0 19 0 874931139 13953839104 59674 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26334/statm: 3406699 59674 2227 9 0 3397433 0
[pid=26334/tid=26335] ppid=26332 vsize=13626796 CPUtime=6.28 cores=1,3,5,7
/proc/26334/task/26335/stat : 26335 (java) R 26332 26334 26276 0 -1 4202560 56011 0 1 0 622 6 0 0 25 0 19 0 874931140 13953839104 59674 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 46912505704640 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26334/tid=26342] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26342/stat : 26342 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 59674 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26343] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26343/stat : 26343 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 59674 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26344] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26344/stat : 26344 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 59674 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26345] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26345/stat : 26345 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 59674 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26346] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26346/stat : 26346 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 59674 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26347] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26347/stat : 26347 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 59674 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26348] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26348/stat : 26348 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 59674 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26349] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26349/stat : 26349 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874931142 13953839104 59674 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26350] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26350/stat : 26350 (java) S 26332 26334 26276 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 874931143 13953839104 59674 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773760 0 0 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
[pid=26334/tid=26351] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26351/stat : 26351 (java) S 26332 26334 26276 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 874931143 13953839104 59674 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26352] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26352/stat : 26352 (java) S 26332 26334 26276 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 874931143 13953839104 59674 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
[pid=26334/tid=26353] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26353/stat : 26353 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 874931146 13953839104 59674 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382780849 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26354] ppid=26332 vsize=13626796 CPUtime=0.34 cores=1,3,5,7
/proc/26334/task/26354/stat : 26354 (java) S 26332 26334 26276 0 -1 4202560 1756 0 0 0 34 0 0 0 15 0 19 0 874931146 13953839104 59674 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 5 0 0 0
[pid=26334/tid=26355] ppid=26332 vsize=13626796 CPUtime=0.3 cores=1,3,5,7
/proc/26334/task/26355/stat : 26355 (java) S 26332 26334 26276 0 -1 4202560 2456 0 0 0 30 0 0 0 15 0 19 0 874931146 13953839104 59674 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 3 0 0 0

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

[pid=26334/tid=26347] ppid=26332 vsize=13626796 CPUtime=0.26 cores=1,3,5,7
/proc/26334/task/26347/stat : 26347 (java) S 26332 26334 26276 0 -1 4202560 7213 0 0 0 25 1 0 0 15 0 19 0 874931142 13953839104 112162 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
[pid=26334/tid=26348] ppid=26332 vsize=13626796 CPUtime=0.21 cores=1,3,5,7
/proc/26334/task/26348/stat : 26348 (java) S 26332 26334 26276 0 -1 4202560 4282 0 0 0 21 0 0 0 15 0 19 0 874931142 13953839104 112162 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 3 0 0 0
[pid=26334/tid=26349] ppid=26332 vsize=13626796 CPUtime=0.28 cores=1,3,5,7
/proc/26334/task/26349/stat : 26349 (java) S 26332 26334 26276 0 -1 4202560 6183 0 0 0 27 1 0 0 16 0 19 0 874931142 13953839104 112162 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 3 0 0 0
[pid=26334/tid=26350] ppid=26332 vsize=13626796 CPUtime=2.28 cores=1,3,5,7
/proc/26334/task/26350/stat : 26350 (java) S 26332 26334 26276 0 -1 4202560 7836 0 0 0 227 1 0 0 15 0 19 0 874931143 13953839104 112162 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773760 0 0 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26351] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26351/stat : 26351 (java) S 26332 26334 26276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874931143 13953839104 112162 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26352] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26352/stat : 26352 (java) S 26332 26334 26276 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 874931143 13953839104 112162 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
[pid=26334/tid=26353] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26353/stat : 26353 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 874931146 13953839104 112162 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382780849 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26354] ppid=26332 vsize=13626796 CPUtime=0.39 cores=1,3,5,7
/proc/26334/task/26354/stat : 26354 (java) S 26332 26334 26276 0 -1 4202560 1770 0 0 0 39 0 0 0 15 0 19 0 874931146 13953839104 112162 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 5 0 0 0
[pid=26334/tid=26355] ppid=26332 vsize=13626796 CPUtime=0.35 cores=1,3,5,7
/proc/26334/task/26355/stat : 26355 (java) S 26332 26334 26276 0 -1 4202560 2487 0 0 0 35 0 0 0 15 0 19 0 874931146 13953839104 112162 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 3 0 0 0
[pid=26334/tid=26356] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26356/stat : 26356 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874931146 13953839104 112162 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26357] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26357/stat : 26357 (java) S 26332 26334 26276 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 874931146 13953839104 112162 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773760 0 4 0 16800975 18446604459636328256 0 0 -1 3 0 0 0
[pid=26334/tid=26359] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26359/stat : 26359 (java) S 26332 26334 26276 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874931195 13953839104 112162 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773760 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1724.6
Current children cumulated vsize (KiB) 13626796

[startup+1782.3 s]
/proc/loadavg: 2.08 1.99 1.70 3/214 27098
/proc/meminfo: memFree=31985948/32951124 swapFree=67050780/67111528
[pid=26334] ppid=26332 vsize=13626796 CPUtime=1784.69 cores=1,3,5,7
/proc/26334/stat : 26334 (java) S 26332 26334 26276 0 -1 4202496 114275 0 1 0 178452 17 0 0 22 0 19 0 874931139 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26334/statm: 3406699 112176 2253 9 0 3397433 0
[pid=26334/tid=26335] ppid=26332 vsize=13626796 CPUtime=1779.26 cores=1,3,5,7
/proc/26334/task/26335/stat : 26335 (java) R 26332 26334 26276 0 -1 4202560 56315 0 1 0 177920 6 0 0 25 0 19 0 874931140 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 46912505761387 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26334/tid=26342] ppid=26332 vsize=13626796 CPUtime=0.29 cores=1,3,5,7
/proc/26334/task/26342/stat : 26342 (java) S 26332 26334 26276 0 -1 4202560 5419 0 0 0 28 1 0 0 16 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 5 0 0 0
[pid=26334/tid=26343] ppid=26332 vsize=13626796 CPUtime=0.26 cores=1,3,5,7
/proc/26334/task/26343/stat : 26343 (java) S 26332 26334 26276 0 -1 4202560 9274 0 0 0 25 1 0 0 15 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 3 0 0 0
[pid=26334/tid=26344] ppid=26332 vsize=13626796 CPUtime=0.29 cores=1,3,5,7
/proc/26334/task/26344/stat : 26344 (java) S 26332 26334 26276 0 -1 4202560 5411 0 0 0 29 0 0 0 15 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 3 0 0 0
[pid=26334/tid=26345] ppid=26332 vsize=13626796 CPUtime=0.26 cores=1,3,5,7
/proc/26334/task/26345/stat : 26345 (java) S 26332 26334 26276 0 -1 4202560 3729 0 0 0 26 0 0 0 16 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 5 0 0 0
[pid=26334/tid=26346] ppid=26332 vsize=13626796 CPUtime=0.23 cores=1,3,5,7
/proc/26334/task/26346/stat : 26346 (java) S 26332 26334 26276 0 -1 4202560 3089 0 0 0 23 0 0 0 15 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
[pid=26334/tid=26347] ppid=26332 vsize=13626796 CPUtime=0.29 cores=1,3,5,7
/proc/26334/task/26347/stat : 26347 (java) S 26332 26334 26276 0 -1 4202560 7219 0 0 0 28 1 0 0 15 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
[pid=26334/tid=26348] ppid=26332 vsize=13626796 CPUtime=0.24 cores=1,3,5,7
/proc/26334/task/26348/stat : 26348 (java) S 26332 26334 26276 0 -1 4202560 4284 0 0 0 24 0 0 0 15 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 3 0 0 0
[pid=26334/tid=26349] ppid=26332 vsize=13626796 CPUtime=0.3 cores=1,3,5,7
/proc/26334/task/26349/stat : 26349 (java) S 26332 26334 26276 0 -1 4202560 6187 0 0 0 29 1 0 0 15 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
[pid=26334/tid=26350] ppid=26332 vsize=13626796 CPUtime=2.41 cores=1,3,5,7
/proc/26334/task/26350/stat : 26350 (java) S 26332 26334 26276 0 -1 4202560 7840 0 0 0 240 1 0 0 15 0 19 0 874931143 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773760 0 0 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26351] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26351/stat : 26351 (java) S 26332 26334 26276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874931143 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26352] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26352/stat : 26352 (java) S 26332 26334 26276 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 874931143 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
[pid=26334/tid=26353] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26353/stat : 26353 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 874931146 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382780849 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26354] ppid=26332 vsize=13626796 CPUtime=0.39 cores=1,3,5,7
/proc/26334/task/26354/stat : 26354 (java) S 26332 26334 26276 0 -1 4202560 1770 0 0 0 39 0 0 0 15 0 19 0 874931146 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 5 0 0 0
[pid=26334/tid=26355] ppid=26332 vsize=13626796 CPUtime=0.35 cores=1,3,5,7
/proc/26334/task/26355/stat : 26355 (java) S 26332 26334 26276 0 -1 4202560 2487 0 0 0 35 0 0 0 15 0 19 0 874931146 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 3 0 0 0
[pid=26334/tid=26356] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26356/stat : 26356 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874931146 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26357] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26357/stat : 26357 (java) S 26332 26334 26276 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 874931146 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773760 0 4 0 16800975 18446604459636328256 0 0 -1 5 0 0 0
[pid=26334/tid=26359] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26359/stat : 26359 (java) S 26332 26334 26276 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874931195 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773760 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1784.69
Current children cumulated vsize (KiB) 13626796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.14 2.01 1.71 3/214 27098
/proc/meminfo: memFree=31985796/32951124 swapFree=67050780/67111528
[pid=26334] ppid=26332 vsize=13626796 CPUtime=1800.09 cores=1,3,5,7
/proc/26334/stat : 26334 (java) S 26332 26334 26276 0 -1 4202496 114277 0 1 0 179992 17 0 0 22 0 19 0 874931139 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26334/statm: 3406699 112176 2253 9 0 3397433 0
[pid=26334/tid=26335] ppid=26332 vsize=13626796 CPUtime=1794.67 cores=1,3,5,7
/proc/26334/task/26335/stat : 26335 (java) R 26332 26334 26276 0 -1 4202560 56315 0 1 0 179461 6 0 0 25 0 19 0 874931140 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 46912505749637 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26334/tid=26342] ppid=26332 vsize=13626796 CPUtime=0.29 cores=1,3,5,7
/proc/26334/task/26342/stat : 26342 (java) S 26332 26334 26276 0 -1 4202560 5419 0 0 0 28 1 0 0 16 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 5 0 0 0
[pid=26334/tid=26343] ppid=26332 vsize=13626796 CPUtime=0.26 cores=1,3,5,7
/proc/26334/task/26343/stat : 26343 (java) S 26332 26334 26276 0 -1 4202560 9274 0 0 0 25 1 0 0 15 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 3 0 0 0
[pid=26334/tid=26344] ppid=26332 vsize=13626796 CPUtime=0.29 cores=1,3,5,7
/proc/26334/task/26344/stat : 26344 (java) S 26332 26334 26276 0 -1 4202560 5411 0 0 0 29 0 0 0 15 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 3 0 0 0
[pid=26334/tid=26345] ppid=26332 vsize=13626796 CPUtime=0.26 cores=1,3,5,7
/proc/26334/task/26345/stat : 26345 (java) S 26332 26334 26276 0 -1 4202560 3729 0 0 0 26 0 0 0 16 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 5 0 0 0
[pid=26334/tid=26346] ppid=26332 vsize=13626796 CPUtime=0.23 cores=1,3,5,7
/proc/26334/task/26346/stat : 26346 (java) S 26332 26334 26276 0 -1 4202560 3089 0 0 0 23 0 0 0 15 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
[pid=26334/tid=26347] ppid=26332 vsize=13626796 CPUtime=0.29 cores=1,3,5,7
/proc/26334/task/26347/stat : 26347 (java) S 26332 26334 26276 0 -1 4202560 7219 0 0 0 28 1 0 0 15 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
[pid=26334/tid=26348] ppid=26332 vsize=13626796 CPUtime=0.24 cores=1,3,5,7
/proc/26334/task/26348/stat : 26348 (java) S 26332 26334 26276 0 -1 4202560 4284 0 0 0 24 0 0 0 15 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 3 0 0 0
[pid=26334/tid=26349] ppid=26332 vsize=13626796 CPUtime=0.3 cores=1,3,5,7
/proc/26334/task/26349/stat : 26349 (java) S 26332 26334 26276 0 -1 4202560 6187 0 0 0 29 1 0 0 15 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
[pid=26334/tid=26350] ppid=26332 vsize=13626796 CPUtime=2.41 cores=1,3,5,7
/proc/26334/task/26350/stat : 26350 (java) S 26332 26334 26276 0 -1 4202560 7840 0 0 0 240 1 0 0 15 0 19 0 874931143 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773760 0 0 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26351] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26351/stat : 26351 (java) S 26332 26334 26276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874931143 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26352] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26352/stat : 26352 (java) S 26332 26334 26276 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 874931143 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
[pid=26334/tid=26353] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26353/stat : 26353 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 874931146 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382780849 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26354] ppid=26332 vsize=13626796 CPUtime=0.39 cores=1,3,5,7
/proc/26334/task/26354/stat : 26354 (java) S 26332 26334 26276 0 -1 4202560 1770 0 0 0 39 0 0 0 15 0 19 0 874931146 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 5 0 0 0
[pid=26334/tid=26355] ppid=26332 vsize=13626796 CPUtime=0.35 cores=1,3,5,7
/proc/26334/task/26355/stat : 26355 (java) S 26332 26334 26276 0 -1 4202560 2487 0 0 0 35 0 0 0 15 0 19 0 874931146 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 3 0 0 0
[pid=26334/tid=26356] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26356/stat : 26356 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874931146 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26357] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26357/stat : 26357 (java) S 26332 26334 26276 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 874931146 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773760 0 4 0 16800975 18446604459636328256 0 0 -1 5 0 0 0
[pid=26334/tid=26359] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26359/stat : 26359 (java) S 26332 26334 26276 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874931195 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773760 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 13626796

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

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

[startup+1797.7 s]
/proc/loadavg: 2.14 2.01 1.71 3/214 27098
/proc/meminfo: memFree=31985796/32951124 swapFree=67050780/67111528
[pid=26334] ppid=26332 vsize=13626796 CPUtime=1800.09 cores=1,3,5,7
/proc/26334/stat : 26334 (java) S 26332 26334 26276 0 -1 4202496 114277 0 1 0 179992 17 0 0 22 0 19 0 874931139 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26334/statm: 3406699 112176 2253 9 0 3397433 0
[pid=26334/tid=26335] ppid=26332 vsize=13626796 CPUtime=1794.67 cores=1,3,5,7
/proc/26334/task/26335/stat : 26335 (java) R 26332 26334 26276 0 -1 4202560 56315 0 1 0 179461 6 0 0 25 0 19 0 874931140 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 46912505749637 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26334/tid=26342] ppid=26332 vsize=13626796 CPUtime=0.29 cores=1,3,5,7
/proc/26334/task/26342/stat : 26342 (java) S 26332 26334 26276 0 -1 4202560 5419 0 0 0 28 1 0 0 16 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 5 0 0 0
[pid=26334/tid=26343] ppid=26332 vsize=13626796 CPUtime=0.26 cores=1,3,5,7
/proc/26334/task/26343/stat : 26343 (java) S 26332 26334 26276 0 -1 4202560 9274 0 0 0 25 1 0 0 15 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 3 0 0 0
[pid=26334/tid=26344] ppid=26332 vsize=13626796 CPUtime=0.29 cores=1,3,5,7
/proc/26334/task/26344/stat : 26344 (java) S 26332 26334 26276 0 -1 4202560 5411 0 0 0 29 0 0 0 15 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 3 0 0 0
[pid=26334/tid=26345] ppid=26332 vsize=13626796 CPUtime=0.26 cores=1,3,5,7
/proc/26334/task/26345/stat : 26345 (java) S 26332 26334 26276 0 -1 4202560 3729 0 0 0 26 0 0 0 16 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 5 0 0 0
[pid=26334/tid=26346] ppid=26332 vsize=13626796 CPUtime=0.23 cores=1,3,5,7
/proc/26334/task/26346/stat : 26346 (java) S 26332 26334 26276 0 -1 4202560 3089 0 0 0 23 0 0 0 15 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
[pid=26334/tid=26347] ppid=26332 vsize=13626796 CPUtime=0.29 cores=1,3,5,7
/proc/26334/task/26347/stat : 26347 (java) S 26332 26334 26276 0 -1 4202560 7219 0 0 0 28 1 0 0 15 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
[pid=26334/tid=26348] ppid=26332 vsize=13626796 CPUtime=0.24 cores=1,3,5,7
/proc/26334/task/26348/stat : 26348 (java) S 26332 26334 26276 0 -1 4202560 4284 0 0 0 24 0 0 0 15 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 3 0 0 0
[pid=26334/tid=26349] ppid=26332 vsize=13626796 CPUtime=0.3 cores=1,3,5,7
/proc/26334/task/26349/stat : 26349 (java) S 26332 26334 26276 0 -1 4202560 6187 0 0 0 29 1 0 0 15 0 19 0 874931142 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
[pid=26334/tid=26350] ppid=26332 vsize=13626796 CPUtime=2.41 cores=1,3,5,7
/proc/26334/task/26350/stat : 26350 (java) S 26332 26334 26276 0 -1 4202560 7840 0 0 0 240 1 0 0 15 0 19 0 874931143 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773760 0 0 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26351] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26351/stat : 26351 (java) S 26332 26334 26276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874931143 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26352] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26352/stat : 26352 (java) S 26332 26334 26276 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 874931143 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
[pid=26334/tid=26353] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26353/stat : 26353 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 874931146 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382780849 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26354] ppid=26332 vsize=13626796 CPUtime=0.39 cores=1,3,5,7
/proc/26334/task/26354/stat : 26354 (java) S 26332 26334 26276 0 -1 4202560 1770 0 0 0 39 0 0 0 15 0 19 0 874931146 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 5 0 0 0
[pid=26334/tid=26355] ppid=26332 vsize=13626796 CPUtime=0.35 cores=1,3,5,7
/proc/26334/task/26355/stat : 26355 (java) S 26332 26334 26276 0 -1 4202560 2487 0 0 0 35 0 0 0 15 0 19 0 874931146 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 3 0 0 0
[pid=26334/tid=26356] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26356/stat : 26356 (java) S 26332 26334 26276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874931146 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773145 0 4 0 16800975 18446604459636328256 0 0 -1 1 0 0 0
[pid=26334/tid=26357] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26357/stat : 26357 (java) S 26332 26334 26276 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 874931146 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773760 0 4 0 16800975 18446604459636328256 0 0 -1 5 0 0 0
[pid=26334/tid=26359] ppid=26332 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/26334/task/26359/stat : 26359 (java) S 26332 26334 26276 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874931195 13953839104 112176 33554432000 1073741824 1073778376 140737241255760 18446744073709551615 218382773760 0 4 0 16800975 18446604459636328256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 13626796

Child status: 143
Real time (s): 1797.76
CPU time (s): 1800.16
CPU user time (s): 1799.97
CPU system time (s): 0.19397
CPU usage (%): 100.134
Max. virtual memory (cumulated for all children) (KiB): 13626928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.19397
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114320
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38224
involuntary context switches= 29630

runsolver used 2.91456 second user time and 6.91295 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-09 17:28:04
IDJOB=3458709
IDBENCH=1153
IDSOLVER=1952
FILE ID=node101/3458709-1307633283
RUNJOBID= node101-1307633281-26295
PBS_JOBID= 13549390
Free space on /tmp= 74204 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin16.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458709-1307633283/watcher-3458709-1307633283 -o /tmp/evaluation-result-3458709-1307633283/solver-3458709-1307633283 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458709-1307633283.opb

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

MD5SUM BENCH= d761333f7ff9a755d3cd90e52b11f227
RANDOM SEED=886993162

node101.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32494108 kB
Buffers:         77892 kB
Cached:         134452 kB
SwapCached:      27576 kB
Active:         124136 kB
Inactive:       165496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32494108 kB
SwapTotal:    67111528 kB
SwapFree:     67050780 kB
Dirty:            2392 kB
Writeback:           0 kB
AnonPages:       71208 kB
Mapped:          14736 kB
Slab:           100424 kB
PageTables:       4908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 13598640 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node101 at 2011-06-09 17:58:03