Trace number 3690246

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.61 908.151

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_8_ic.opb
MD5SUMc59785e6f20fb8a9ed43144b528a9d33
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 133432831
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 8863945089
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 133432831
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 8863945089
Number of bits of the biggest sum of numbers34
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
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.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3690246-1337889052.opb
0.09/0.11	c reading problem ... 
1.15/0.63	c ... done. Wall clock time 0.519s.
1.15/0.63	c declared #vars     15725
1.15/0.63	c #constraints  33136
1.15/0.63	c constraints type 
1.15/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.15/0.63	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.15/0.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.15/0.63	c ignored satisfied constraints => 3
1.15/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.15/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.15/0.63	c 33139 constraints processed.
1.15/0.63	c constraints type 
1.15/0.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.15/0.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.15/0.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.15/0.63	c ignored satisfied constraints => 3
1.15/0.63	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.15/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.15/0.63	c 33139 constraints processed.
1.15/0.63	c objective function length is 1825 literals
7.09/2.96	c cleaning 2494 clauses out of 5000 with flag 5000/5000
13.81/6.29	c cleaning 4248 clauses out of 8509 with flag 11003/11003
22.95/10.86	c cleaning 5624 clauses out of 11258 with flag 18000/18000
32.44/15.66	c cleaning 6813 clauses out of 13637 with flag 26003/26003
42.07/20.56	c cleaning 7908 clauses out of 15823 with flag 35002/35002
57.38/28.24	c cleaning 8948 clauses out of 17914 with flag 45001/45001
71.82/35.58	c cleaning 9982 clauses out of 19967 with flag 56002/56002
89.66/44.60	c cleaning 10991 clauses out of 21984 with flag 68001/68001
108.02/53.85	c cleaning 11990 clauses out of 23994 with flag 81002/81002
124.82/62.39	c cleaning 12987 clauses out of 26002 with flag 95000/95000
145.42/72.76	c cleaning 14004 clauses out of 28015 with flag 110000/110000
170.00/85.18	c cleaning 14997 clauses out of 30011 with flag 126000/126000
195.79/98.22	c cleaning 15997 clauses out of 32018 with flag 143004/143004
221.73/111.36	c cleaning 17006 clauses out of 34021 with flag 161004/161004
251.52/126.39	c cleaning 18002 clauses out of 36011 with flag 180000/180000
260.35/130.95	c cleaning 0 clauses out of 5007 with flag 0/5007
288.18/144.90	c cleaning 19004 clauses out of 38012 with flag 200003/200003
318.72/160.37	c cleaning 19997 clauses out of 40006 with flag 221001/221001
356.52/179.34	c cleaning 20998 clauses out of 42012 with flag 243004/243004
394.23/198.30	c cleaning 22001 clauses out of 44010 with flag 266000/266000
431.11/217.06	c cleaning 23003 clauses out of 46010 with flag 290001/290001
473.48/238.33	c cleaning 23994 clauses out of 48008 with flag 315002/315002
515.50/259.45	c cleaning 24999 clauses out of 50012 with flag 341000/341000
555.23/279.47	c cleaning 26001 clauses out of 52013 with flag 368000/368000
595.91/300.01	c cleaning 27004 clauses out of 54013 with flag 396001/396001
641.28/322.86	c cleaning 27993 clauses out of 56008 with flag 425000/425000
691.22/347.94	c cleaning 29005 clauses out of 58017 with flag 455002/455002
735.40/370.19	c cleaning 30002 clauses out of 60010 with flag 486000/486000
788.47/396.99	c cleaning 31001 clauses out of 62008 with flag 518000/518000
832.91/419.62	c cleaning 32001 clauses out of 64010 with flag 551003/551003
876.36/441.55	c cleaning 33001 clauses out of 66006 with flag 585000/585000
927.87/467.66	c cleaning 33997 clauses out of 68005 with flag 620000/620000
986.70/497.29	c cleaning 34999 clauses out of 70008 with flag 656000/656000
1048.33/528.23	c cleaning 36001 clauses out of 72010 with flag 693001/693001
1105.29/556.94	c cleaning 36995 clauses out of 74008 with flag 731000/731000
1147.79/578.65	c cleaning 38007 clauses out of 76015 with flag 770002/770002
1203.67/606.89	c cleaning 39000 clauses out of 78006 with flag 810000/810000
1267.23/638.84	c cleaning 39999 clauses out of 80009 with flag 851003/851003
1300.62/655.84	c cleaning 0 clauses out of 11005 with flag 0/11005
1332.71/672.46	c cleaning 40996 clauses out of 82007 with flag 893000/893000
1401.29/706.96	c cleaning 41992 clauses out of 84012 with flag 936001/936001
1464.72/738.96	c cleaning 43009 clauses out of 86021 with flag 980002/980002
1527.16/770.40	c cleaning 44005 clauses out of 88011 with flag 1025001/1025001
1604.43/809.59	c cleaning 44995 clauses out of 90005 with flag 1071000/1071000
1676.81/845.93	c cleaning 46004 clauses out of 92013 with flag 1118003/1118003
1756.71/886.17	c cleaning 46998 clauses out of 94006 with flag 1166000/1166000
1800.02/908.11	c starts		: 190
1800.02/908.11	c conflicts		: 1197918
1800.02/908.11	c decisions		: 2038113
1800.02/908.11	c propagations		: 952516242
1800.02/908.11	c inspects		: 5659504771
1800.02/908.11	c shortcuts		: 0
1800.02/908.11	c learnt literals	: 0
1800.02/908.11	c learnt binary clauses	: 0
1800.02/908.11	c learnt ternary clauses	: 0
1800.02/908.11	c learnt constraints	: 1197918
1800.02/908.11	c ignored constraints	: 0
1800.02/908.11	c root simplifications	: 0
1800.02/908.11	c removed literals (reason simplification)	: 26544718
1800.02/908.11	c reason swapping (by a shorter reason)	: 0
1800.02/908.11	c Calls to reduceDB	: 44
1800.02/908.11	c number of reductions to clauses (during analyze)	: 0
1800.02/908.11	c number of learned constraints concerned by reduction	: 0
1800.02/908.11	c number of learning phase by resolution	: 0
1800.02/908.11	c number of learning phase by cutting planes	: 0
1800.02/908.11	c speed (assignments/second)	: 1049662.939004904
1800.02/908.11	c non guided choices	2
1800.02/908.13	c learnt constraints type 
1800.02/908.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 78954
1800.02/908.13	c constraints type 
1800.02/908.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.02/908.13	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.02/908.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.02/908.13	c ignored satisfied constraints => 3
1800.02/908.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.02/908.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.02/908.13	c 33139 constraints processed.
1800.02/908.13	c constraints type 
1800.02/908.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.02/908.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.02/908.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.02/908.13	c ignored satisfied constraints => 3
1800.02/908.13	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.02/908.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.02/908.13	c 33139 constraints processed.
1800.02/908.13	s UNKNOWN
1800.02/908.13	c Total wall clock time (in seconds): 908.02

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-3690246-1337889052/watcher-3690246-1337889052 -o /tmp/evaluation-result-3690246-1337889052/solver-3690246-1337889052 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3690246-1337889052.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: 4.04 4.04 3.95 4/198 26306
/proc/meminfo: memFree=28269164/32873648 swapFree=7108/7108
[pid=26306] ppid=26304 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26306/stat : 26306 (java) D 26304 26306 21597 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 255032570 9515008 183 33554432000 1073741824 1073778376 140735484752128 140735484743160 219513962165 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/26306/statm: 2323 183 140 9 0 71 0

[startup+0.00762491 s]
/proc/loadavg: 4.04 4.04 3.95 4/198 26306
/proc/meminfo: memFree=28269164/32873648 swapFree=7108/7108
[pid=26306] ppid=26304 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26306/stat : 26306 (java) D 26304 26306 21597 0 -1 4202496 455 0 0 0 0 0 0 0 20 0 1 0 255032570 9515008 185 33554432000 1073741824 1073778376 140735708887360 140735708876424 219504799015 0 0 4096 0 18446744072100609316 0 0 17 7 0 0 0 0 0
/proc/26306/statm: 2323 185 143 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9292

[startup+0.100216 s]
/proc/loadavg: 4.04 4.04 3.95 4/198 26306
/proc/meminfo: memFree=28269164/32873648 swapFree=7108/7108
[pid=26306] ppid=26304 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/26306/stat : 26306 (java) S 26304 26306 21597 0 -1 4202496 4290 0 1 0 8 1 0 0 20 0 18 0 255032570 9787813888 5484 33554432000 1073741824 1073778376 140735708887360 140735708878496 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26306/statm: 2389603 5484 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.30023 s]
/proc/loadavg: 4.04 4.04 3.95 4/198 26306
/proc/meminfo: memFree=28269164/32873648 swapFree=7108/7108
[pid=26306] ppid=26304 vsize=9558412 CPUtime=0.49 cores=1,3,5,7
/proc/26306/stat : 26306 (java) S 26304 26306 21597 0 -1 4202496 5436 0 1 0 48 1 0 0 20 0 18 0 255032570 9787813888 9354 33554432000 1073741824 1073778376 140735708887360 140735708878496 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26306/statm: 2389603 9354 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558412

[startup+0.700184 s]
/proc/loadavg: 4.04 4.04 3.95 4/198 26306
/proc/meminfo: memFree=28269164/32873648 swapFree=7108/7108
[pid=26306] ppid=26304 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/26306/stat : 26306 (java) S 26304 26306 21597 0 -1 4202496 8200 0 1 0 139 4 0 0 20 0 22 0 255032570 10060460032 39232 33554432000 1073741824 1073778376 140735708887360 140735708878496 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26306/statm: 2456167 39232 2247 9 0 2446860 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9824668

[startup+1.50077 s]
/proc/loadavg: 4.04 4.04 3.95 7/220 26328
/proc/meminfo: memFree=28095008/32873648 swapFree=7108/7108
[pid=26306] ppid=26304 vsize=9824668 CPUtime=4.03 cores=1,3,5,7
/proc/26306/stat : 26306 (java) S 26304 26306 21597 0 -1 4202496 15098 0 1 0 392 11 0 0 20 0 22 0 255032570 10060460032 52561 33554432000 1073741824 1073778376 140735708887360 140735708878496 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26306/statm: 2456167 52561 2273 9 0 2446860 0
[pid=26306/tid=26308] ppid=26304 vsize=9824668 CPUtime=0.6 cores=1,3,5,7
/proc/26306/task/26308/stat : 26308 (java) S 26304 26306 21597 0 -1 4202560 2508 0 1 0 57 3 0 0 20 0 22 0 255032571 10060460032 52561 33554432000 1073741824 1073778376 140735708887360 140455792563192 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26309] ppid=26304 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26306/task/26309/stat : 26309 (java) S 26304 26306 21597 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 255032572 10060460032 52561 33554432000 1073741824 1073778376 140735708887360 140455770663720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26310] ppid=26304 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26306/task/26310/stat : 26310 (java) S 26304 26306 21597 0 -1 4202560 99 0 0 0 2 1 0 0 20 0 22 0 255032572 10060460032 52561 33554432000 1073741824 1073778376 140735708887360 140455769610920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26311] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26311/stat : 26311 (java) S 26304 26306 21597 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 255032572 10060460032 52561 33554432000 1073741824 1073778376 140735708887360 140455768558632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26312] ppid=26304 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26306/task/26312/stat : 26312 (java) S 26304 26306 21597 0 -1 4202560 97 0 0 0 1 0 0 0 20 0 22 0 255032572 10060460032 52561 33554432000 1073741824 1073778376 140735708887360 140455767505832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26313] ppid=26304 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26306/task/26313/stat : 26313 (java) S 26304 26306 21597 0 -1 4202560 89 0 0 0 3 0 0 0 20 0 22 0 255032572 10060460032 52561 33554432000 1073741824 1073778376 140735708887360 140455766452520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26306/tid=26314] ppid=26304 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26306/task/26314/stat : 26314 (java) S 26304 26306 21597 0 -1 4202560 114 0 0 0 2 1 0 0 20 0 22 0 255032572 10060460032 52561 33554432000 1073741824 1073778376 140735708887360 140455295576232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26306/tid=26315] ppid=26304 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26306/task/26315/stat : 26315 (java) S 26304 26306 21597 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 255032572 10060460032 52561 33554432000 1073741824 1073778376 140735708887360 140455294523944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26316] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26316/stat : 26316 (java) S 26304 26306 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255032572 10060460032 52561 33554432000 1073741824 1073778376 140735708887360 140455293471144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26317] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26317/stat : 26317 (java) S 26304 26306 21597 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 255032573 10060460032 52561 33554432000 1073741824 1073778376 140735708887360 140455281060584 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26318] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26318/stat : 26318 (java) S 26304 26306 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255032573 10060460032 52561 33554432000 1073741824 1073778376 140735708887360 140455280006648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26319] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26319/stat : 26319 (java) S 26304 26306 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255032573 10060460032 52561 33554432000 1073741824 1073778376 140735708887360 140455278954248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26320] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26320/stat : 26320 (java) S 26304 26306 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255032576 10060460032 52561 33554432000 1073741824 1073778376 140735708887360 140455277902736 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26321] ppid=26304 vsize=9824668 CPUtime=0.78 cores=1,3,5,7
/proc/26306/task/26321/stat : 26321 (java) S 26304 26306 21597 0 -1 4202560 3506 0 0 0 78 0 0 0 20 0 22 0 255032576 10060460032 52561 33554432000 1073741824 1073778376 140735708887360 140455276849336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26322] ppid=26304 vsize=9824668 CPUtime=0.8 cores=1,3,5,7
/proc/26306/task/26322/stat : 26322 (java) S 26304 26306 21597 0 -1 4202560 7274 0 0 0 78 2 0 0 20 0 22 0 255032576 10060460032 52561 33554432000 1073741824 1073778376 140735708887360 140455275796536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26306/tid=26323] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26323/stat : 26323 (java) S 26304 26306 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255032576 10060460032 52561 33554432000 1073741824 1073778376 140735708887360 140455274744440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26306/tid=26324] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26324/stat : 26324 (java) S 26304 26306 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255032576 10060460032 52561 33554432000 1073741824 1073778376 140735708887360 140455273691848 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26325] ppid=26304 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/26306/task/26325/stat : 26325 (java) R 26304 26306 21597 0 -1 4202560 23 0 0 0 77 0 0 0 20 0 22 0 255032634 10060460032 52561 33554432000 1073741824 1073778376 140735708887360 140455272602616 140455648648169 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26326] ppid=26304 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/26306/task/26326/stat : 26326 (java) R 26304 26306 21597 0 -1 4202560 82 0 0 0 77 0 0 0 20 0 22 0 255032634 10060460032 52561 33554432000 1073741824 1073778376 140735708887360 140455271550080 140455648026953 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26327] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26327/stat : 26327 (java) S 26304 26306 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255032636 10060460032 52561 33554432000 1073741824 1073778376 140735708887360 140455270500008 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26328] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26328/stat : 26328 (java) S 26304 26306 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255032636 10060460032 52561 33554432000 1073741824 1073778376 140735708887360 140455269447208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9824668

[startup+3.10077 s]
/proc/loadavg: 4.04 4.04 3.95 6/220 26328
/proc/meminfo: memFree=28038416/32873648 swapFree=7108/7108
[pid=26306] ppid=26304 vsize=9824668 CPUtime=7.48 cores=1,3,5,7
/proc/26306/stat : 26306 (java) S 26304 26306 21597 0 -1 4202496 17425 0 1 0 730 18 0 0 20 0 22 0 255032570 10060460032 97305 33554432000 1073741824 1073778376 140735708887360 140735708878496 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26306/statm: 2456167 97305 2285 9 0 2446860 0
[pid=26306/tid=26308] ppid=26304 vsize=9824668 CPUtime=0.6 cores=1,3,5,7
/proc/26306/task/26308/stat : 26308 (java) S 26304 26306 21597 0 -1 4202560 2508 0 1 0 57 3 0 0 20 0 22 0 255032571 10060460032 97305 33554432000 1073741824 1073778376 140735708887360 140455792563192 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26309] ppid=26304 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26306/task/26309/stat : 26309 (java) S 26304 26306 21597 0 -1 4202560 33 0 0 0 2 1 0 0 20 0 22 0 255032572 10060460032 97305 33554432000 1073741824 1073778376 140735708887360 140455770663720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26306/tid=26310] ppid=26304 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/26306/task/26310/stat : 26310 (java) S 26304 26306 21597 0 -1 4202560 144 0 0 0 6 2 0 0 20 0 22 0 255032572 10060460032 97305 33554432000 1073741824 1073778376 140735708887360 140455769610920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26311] ppid=26304 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26306/task/26311/stat : 26311 (java) S 26304 26306 21597 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 22 0 255032572 10060460032 97305 33554432000 1073741824 1073778376 140735708887360 140455768558632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26306/tid=26312] ppid=26304 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26306/task/26312/stat : 26312 (java) S 26304 26306 21597 0 -1 4202560 117 0 0 0 3 1 0 0 20 0 22 0 255032572 10060460032 97305 33554432000 1073741824 1073778376 140735708887360 140455767505832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26313] ppid=26304 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26306/task/26313/stat : 26313 (java) S 26304 26306 21597 0 -1 4202560 115 0 0 0 4 2 0 0 20 0 22 0 255032572 10060460032 97305 33554432000 1073741824 1073778376 140735708887360 140455766452520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26306/tid=26314] ppid=26304 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26306/task/26314/stat : 26314 (java) S 26304 26306 21597 0 -1 4202560 128 0 0 0 4 1 0 0 20 0 22 0 255032572 10060460032 97305 33554432000 1073741824 1073778376 140735708887360 140455295576232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26306/tid=26315] ppid=26304 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26306/task/26315/stat : 26315 (java) S 26304 26306 21597 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 22 0 255032572 10060460032 97305 33554432000 1073741824 1073778376 140735708887360 140455294523944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26306/tid=26316] ppid=26304 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/26306/task/26316/stat : 26316 (java) S 26304 26306 21597 0 -1 4202560 54 0 0 0 5 2 0 0 20 0 22 0 255032572 10060460032 97305 33554432000 1073741824 1073778376 140735708887360 140455293471144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26317] ppid=26304 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/26306/task/26317/stat : 26317 (java) R 26304 26306 21597 0 -1 4202560 222 0 0 0 9 0 0 0 20 0 22 0 255032573 10060460032 97305 33554432000 1073741824 1073778376 140735708887360 140455281059440 219513635141 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26318] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26318/stat : 26318 (java) S 26304 26306 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255032573 10060460032 97817 33554432000 1073741824 1073778376 140735708887360 140455280006648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26319] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26319/stat : 26319 (java) S 26304 26306 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255032573 10060460032 97817 33554432000 1073741824 1073778376 140735708887360 140455278954248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26320] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26320/stat : 26320 (java) S 26304 26306 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255032576 10060460032 97817 33554432000 1073741824 1073778376 140735708887360 140455277902736 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26321] ppid=26304 vsize=9824668 CPUtime=0.83 cores=1,3,5,7
/proc/26306/task/26321/stat : 26321 (java) S 26304 26306 21597 0 -1 4202560 3525 0 0 0 83 0 0 0 20 0 22 0 255032576 10060460032 97817 33554432000 1073741824 1073778376 140735708887360 140455276849336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26322] ppid=26304 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/26306/task/26322/stat : 26322 (java) S 26304 26306 21597 0 -1 4202560 9170 0 0 0 97 2 0 0 20 0 22 0 255032576 10060460032 97817 33554432000 1073741824 1073778376 140735708887360 140455275796536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26306/tid=26323] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26323/stat : 26323 (java) S 26304 26306 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255032576 10060460032 97817 33554432000 1073741824 1073778376 140735708887360 140455274744440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26306/tid=26324] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26324/stat : 26324 (java) S 26304 26306 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255032576 10060460032 97817 33554432000 1073741824 1073778376 140735708887360 140455273691848 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26325] ppid=26304 vsize=9824668 CPUtime=2.19 cores=1,3,5,7
/proc/26306/task/26325/stat : 26325 (java) S 26304 26306 21597 0 -1 4202560 25 0 0 0 219 0 0 0 20 0 22 0 255032634 10060460032 97817 33554432000 1073741824 1073778376 140735708887360 140455272604488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26326] ppid=26304 vsize=9824668 CPUtime=2.19 cores=1,3,5,7
/proc/26306/task/26326/stat : 26326 (java) S 26304 26306 21597 0 -1 4202560 133 0 0 0 217 2 0 0 20 0 22 0 255032634 10060460032 97817 33554432000 1073741824 1073778376 140735708887360 140455271549560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26306/tid=26327] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26327/stat : 26327 (java) S 26304 26306 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255032636 10060460032 97817 33554432000 1073741824 1073778376 140735708887360 140455270500008 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26328] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26328/stat : 26328 (java) S 26304 26306 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255032636 10060460032 97817 33554432000 1073741824 1073778376 140735708887360 140455269447208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 9824668

[startup+6.30079 s]
/proc/loadavg: 4.04 4.04 3.95 5/220 26328
/proc/meminfo: memFree=27649780/32873648 swapFree=7108/7108
[pid=26306] ppid=26304 vsize=9824668 CPUtime=14 cores=1,3,5,7
/proc/26306/stat : 26306 (java) S 26304 26306 21597 0 -1 4202496 18101 0 1 0 1377 23 0 0 20 0 22 0 255032570 10060460032 157116 33554432000 1073741824 1073778376 140735708887360 140735708878496 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26306/statm: 2456167 157116 2286 9 0 2446860 0
[pid=26306/tid=26308] ppid=26304 vsize=9824668 CPUtime=0.6 cores=1,3,5,7
/proc/26306/task/26308/stat : 26308 (java) S 26304 26306 21597 0 -1 4202560 2508 0 1 0 57 3 0 0 20 0 22 0 255032571 10060460032 157116 33554432000 1073741824 1073778376 140735708887360 140455792563192 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26309] ppid=26304 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26306/task/26309/stat : 26309 (java) R 26304 26306 21597 0 -1 4202560 37 0 0 0 2 2 0 0 20 0 22 0 255032572 10060460032 157116 33554432000 1073741824 1073778376 140735708887360 140455770663720 140455795033801 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26306/tid=26310] ppid=26304 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/26306/task/26310/stat : 26310 (java) R 26304 26306 21597 0 -1 4202560 146 0 0 0 6 2 0 0 20 0 22 0 255032572 10060460032 157116 33554432000 1073741824 1073778376 140735708887360 140455769610920 140455795033785 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26311] ppid=26304 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26306/task/26311/stat : 26311 (java) S 26304 26306 21597 0 -1 4202560 36 0 0 0 4 0 0 0 20 0 22 0 255032572 10060460032 157628 33554432000 1073741824 1073778376 140735708887360 140455768558632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26306/tid=26312] ppid=26304 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26306/task/26312/stat : 26312 (java) S 26304 26306 21597 0 -1 4202560 121 0 0 0 3 2 0 0 20 0 22 0 255032572 10060460032 157628 33554432000 1073741824 1073778376 140735708887360 140455767505832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26306/tid=26313] ppid=26304 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/26306/task/26313/stat : 26313 (java) R 26304 26306 21597 0 -1 4202560 116 0 0 0 5 2 0 0 20 0 22 0 255032572 10060460032 157628 33554432000 1073741824 1073778376 140735708887360 140455766452520 219517334588 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26306/tid=26314] ppid=26304 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26306/task/26314/stat : 26314 (java) S 26304 26306 21597 0 -1 4202560 131 0 0 0 4 2 0 0 20 0 22 0 255032572 10060460032 157628 33554432000 1073741824 1073778376 140735708887360 140455295576232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26315] ppid=26304 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26306/task/26315/stat : 26315 (java) S 26304 26306 21597 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 22 0 255032572 10060460032 157628 33554432000 1073741824 1073778376 140735708887360 140455294523944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26306/tid=26316] ppid=26304 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/26306/task/26316/stat : 26316 (java) S 26304 26306 21597 0 -1 4202560 54 0 0 0 6 2 0 0 20 0 22 0 255032572 10060460032 157628 33554432000 1073741824 1073778376 140735708887360 140455293471144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26317] ppid=26304 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/26306/task/26317/stat : 26317 (java) S 26304 26306 21597 0 -1 4202560 480 0 0 0 10 0 0 0 20 0 22 0 255032573 10060460032 157628 33554432000 1073741824 1073778376 140735708887360 140455281059560 219517334588 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26318] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26318/stat : 26318 (java) S 26304 26306 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255032573 10060460032 157628 33554432000 1073741824 1073778376 140735708887360 140455280006648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26319] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26319/stat : 26319 (java) S 26304 26306 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255032573 10060460032 157628 33554432000 1073741824 1073778376 140735708887360 140455278954248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26320] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26320/stat : 26320 (java) S 26304 26306 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255032576 10060460032 157628 33554432000 1073741824 1073778376 140735708887360 140455277902736 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26321] ppid=26304 vsize=9824668 CPUtime=0.86 cores=1,3,5,7
/proc/26306/task/26321/stat : 26321 (java) S 26304 26306 21597 0 -1 4202560 3525 0 0 0 86 0 0 0 20 0 22 0 255032576 10060460032 157628 33554432000 1073741824 1073778376 140735708887360 140455276849336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=26306/tid=26326] ppid=26304 vsize=9824668 CPUtime=789.99 cores=1,3,5,7
/proc/26306/task/26326/stat : 26326 (java) R 26304 26306 21597 0 -1 4202560 2039 0 0 0 78949 50 0 0 20 0 22 0 255032634 10060460032 634583 33554432000 1073741824 1073778376 140735708887360 140455271551696 140455648865479 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26327] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26327/stat : 26327 (java) S 26304 26306 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255032636 10060460032 634583 33554432000 1073741824 1073778376 140735708887360 140455270500008 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26328] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26328/stat : 26328 (java) S 26304 26306 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255032636 10060460032 634583 33554432000 1073741824 1073778376 140735708887360 140455269447208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1629.35
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 1.99 2.16 2.86 3/192 26387
/proc/meminfo: memFree=26691588/32873648 swapFree=7108/7108
[pid=26306] ppid=26304 vsize=9824668 CPUtime=1749.04 cores=1,3,5,7
/proc/26306/stat : 26306 (java) S 26304 26306 21597 0 -1 4202496 37991 0 1 0 174735 169 0 0 20 0 22 0 255032570 10060460032 668778 33554432000 1073741824 1073778376 140735708887360 140735708878496 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26306/statm: 2456167 668778 2286 9 0 2446860 0
[pid=26306/tid=26308] ppid=26304 vsize=9824668 CPUtime=0.65 cores=1,3,5,7
/proc/26306/task/26308/stat : 26308 (java) S 26304 26306 21597 0 -1 4202560 2520 0 1 0 59 6 0 0 20 0 22 0 255032571 10060460032 668778 33554432000 1073741824 1073778376 140735708887360 140455792563192 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26309] ppid=26304 vsize=9824668 CPUtime=2.69 cores=1,3,5,7
/proc/26306/task/26309/stat : 26309 (java) S 26304 26306 21597 0 -1 4202560 676 0 0 0 257 12 0 0 20 0 22 0 255032572 10060460032 668778 33554432000 1073741824 1073778376 140735708887360 140455770663720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26310] ppid=26304 vsize=9824668 CPUtime=2.57 cores=1,3,5,7
/proc/26306/task/26310/stat : 26310 (java) S 26304 26306 21597 0 -1 4202560 1915 0 0 0 243 14 0 0 20 0 22 0 255032572 10060460032 668778 33554432000 1073741824 1073778376 140735708887360 140455769610920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26306/tid=26311] ppid=26304 vsize=9824668 CPUtime=2.74 cores=1,3,5,7
/proc/26306/task/26311/stat : 26311 (java) S 26304 26306 21597 0 -1 4202560 1139 0 0 0 264 10 0 0 20 0 22 0 255032572 10060460032 668778 33554432000 1073741824 1073778376 140735708887360 140455768558632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26306/tid=26312] ppid=26304 vsize=9824668 CPUtime=2.6 cores=1,3,5,7
/proc/26306/task/26312/stat : 26312 (java) S 26304 26306 21597 0 -1 4202560 931 0 0 0 249 11 0 0 20 0 22 0 255032572 10060460032 668778 33554432000 1073741824 1073778376 140735708887360 140455767505832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26306/tid=26313] ppid=26304 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/26306/task/26313/stat : 26313 (java) S 26304 26306 21597 0 -1 4202560 1257 0 0 0 261 11 0 0 20 0 22 0 255032572 10060460032 668778 33554432000 1073741824 1073778376 140735708887360 140455766452520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26314] ppid=26304 vsize=9824668 CPUtime=2.54 cores=1,3,5,7
/proc/26306/task/26314/stat : 26314 (java) S 26304 26306 21597 0 -1 4202560 947 0 0 0 245 9 0 0 20 0 22 0 255032572 10060460032 668778 33554432000 1073741824 1073778376 140735708887360 140455295576232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26315] ppid=26304 vsize=9824668 CPUtime=2.52 cores=1,3,5,7
/proc/26306/task/26315/stat : 26315 (java) S 26304 26306 21597 0 -1 4202560 659 0 0 0 242 10 0 0 20 0 22 0 255032572 10060460032 668778 33554432000 1073741824 1073778376 140735708887360 140455294523944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26306/tid=26316] ppid=26304 vsize=9824668 CPUtime=2.8 cores=1,3,5,7
/proc/26306/task/26316/stat : 26316 (java) S 26304 26306 21597 0 -1 4202560 859 0 0 0 269 11 0 0 20 0 22 0 255032572 10060460032 668778 33554432000 1073741824 1073778376 140735708887360 140455293471144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26317] ppid=26304 vsize=9824668 CPUtime=26.9 cores=1,3,5,7
/proc/26306/task/26317/stat : 26317 (java) S 26304 26306 21597 0 -1 4202560 6724 0 0 0 2670 20 0 0 20 0 22 0 255032573 10060460032 668778 33554432000 1073741824 1073778376 140735708887360 140455281060584 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26306/tid=26318] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26318/stat : 26318 (java) S 26304 26306 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255032573 10060460032 668778 33554432000 1073741824 1073778376 140735708887360 140455280006648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26319] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26319/stat : 26319 (java) S 26304 26306 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255032573 10060460032 668778 33554432000 1073741824 1073778376 140735708887360 140455278954248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26320] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26320/stat : 26320 (java) S 26304 26306 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255032576 10060460032 668778 33554432000 1073741824 1073778376 140735708887360 140455277902736 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26321] ppid=26304 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/26306/task/26321/stat : 26321 (java) S 26304 26306 21597 0 -1 4202560 7611 0 0 0 127 2 0 0 20 0 22 0 255032576 10060460032 668778 33554432000 1073741824 1073778376 140735708887360 140455276849336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26306/tid=26322] ppid=26304 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/26306/task/26322/stat : 26322 (java) S 26304 26306 21597 0 -1 4202560 9381 0 0 0 115 2 0 0 20 0 22 0 255032576 10060460032 668778 33554432000 1073741824 1073778376 140735708887360 140455275796536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26323] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26323/stat : 26323 (java) S 26304 26306 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255032576 10060460032 668778 33554432000 1073741824 1073778376 140735708887360 140455274744440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26306/tid=26324] ppid=26304 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/26306/task/26324/stat : 26324 (java) S 26304 26306 21597 0 -1 4202560 51 0 0 0 12 26 0 0 20 0 22 0 255032576 10060460032 668778 33554432000 1073741824 1073778376 140735708887360 140455273691848 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26325] ppid=26304 vsize=9824668 CPUtime=848.86 cores=1,3,5,7
/proc/26306/task/26325/stat : 26325 (java) R 26304 26306 21597 0 -1 4202560 88 0 0 0 84872 14 0 0 20 0 22 0 255032634 10060460032 668778 33554432000 1073741824 1073778376 140735708887360 140455272603424 140455648686447 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26306/tid=26326] ppid=26304 vsize=9824668 CPUtime=848.79 cores=1,3,5,7
/proc/26306/task/26326/stat : 26326 (java) R 26304 26306 21597 0 -1 4202560 2046 0 0 0 84829 50 0 0 20 0 22 0 255032634 10060460032 668778 33554432000 1073741824 1073778376 140735708887360 140455271551800 140455649027203 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26327] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26327/stat : 26327 (java) S 26304 26306 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255032636 10060460032 668778 33554432000 1073741824 1073778376 140735708887360 140455270500008 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26328] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26328/stat : 26328 (java) S 26304 26306 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255032636 10060460032 668778 33554432000 1073741824 1073778376 140735708887360 140455269447208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1749.04
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+908.101 s]
/proc/loadavg: 1.99 2.14 2.84 3/192 26387
/proc/meminfo: memFree=26605328/32873648 swapFree=7108/7108
[pid=26306] ppid=26304 vsize=9824668 CPUtime=1800.02 cores=1,3,5,7
/proc/26306/stat : 26306 (java) S 26304 26306 21597 0 -1 4202496 38181 0 1 0 179826 176 0 0 20 0 22 0 255032570 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140735708878496 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26306/statm: 2456167 690348 2286 9 0 2446860 0
[pid=26306/tid=26308] ppid=26304 vsize=9824668 CPUtime=0.65 cores=1,3,5,7
/proc/26306/task/26308/stat : 26308 (java) S 26304 26306 21597 0 -1 4202560 2520 0 1 0 59 6 0 0 20 0 22 0 255032571 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455792563192 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26309] ppid=26304 vsize=9824668 CPUtime=2.74 cores=1,3,5,7
/proc/26306/task/26309/stat : 26309 (java) S 26304 26306 21597 0 -1 4202560 698 0 0 0 261 13 0 0 20 0 22 0 255032572 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455770663720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26310] ppid=26304 vsize=9824668 CPUtime=2.65 cores=1,3,5,7
/proc/26306/task/26310/stat : 26310 (java) S 26304 26306 21597 0 -1 4202560 1934 0 0 0 250 15 0 0 20 0 22 0 255032572 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455769610920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26311] ppid=26304 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/26306/task/26311/stat : 26311 (java) S 26304 26306 21597 0 -1 4202560 1153 0 0 0 273 10 0 0 20 0 22 0 255032572 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455768558632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26306/tid=26312] ppid=26304 vsize=9824668 CPUtime=2.67 cores=1,3,5,7
/proc/26306/task/26312/stat : 26312 (java) S 26304 26306 21597 0 -1 4202560 938 0 0 0 255 12 0 0 20 0 22 0 255032572 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455767505832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26306/tid=26313] ppid=26304 vsize=9824668 CPUtime=2.79 cores=1,3,5,7
/proc/26306/task/26313/stat : 26313 (java) S 26304 26306 21597 0 -1 4202560 1269 0 0 0 268 11 0 0 20 0 22 0 255032572 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455766452520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26314] ppid=26304 vsize=9824668 CPUtime=2.59 cores=1,3,5,7
/proc/26306/task/26314/stat : 26314 (java) S 26304 26306 21597 0 -1 4202560 959 0 0 0 249 10 0 0 20 0 22 0 255032572 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455295576232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26306/tid=26315] ppid=26304 vsize=9824668 CPUtime=2.59 cores=1,3,5,7
/proc/26306/task/26315/stat : 26315 (java) S 26304 26306 21597 0 -1 4202560 688 0 0 0 248 11 0 0 20 0 22 0 255032572 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455294523944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26306/tid=26316] ppid=26304 vsize=9824668 CPUtime=2.87 cores=1,3,5,7
/proc/26306/task/26316/stat : 26316 (java) S 26304 26306 21597 0 -1 4202560 876 0 0 0 276 11 0 0 20 0 22 0 255032572 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455293471144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26317] ppid=26304 vsize=9824668 CPUtime=27.79 cores=1,3,5,7
/proc/26306/task/26317/stat : 26317 (java) S 26304 26306 21597 0 -1 4202560 6772 0 0 0 2759 20 0 0 20 0 22 0 255032573 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455281060584 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26318] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26318/stat : 26318 (java) S 26304 26306 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255032573 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455280006648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26319] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26319/stat : 26319 (java) S 26304 26306 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255032573 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455278954248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26320] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26320/stat : 26320 (java) S 26304 26306 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255032576 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455277902736 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26321] ppid=26304 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/26306/task/26321/stat : 26321 (java) S 26304 26306 21597 0 -1 4202560 7611 0 0 0 127 2 0 0 20 0 22 0 255032576 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455276849336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26306/tid=26322] ppid=26304 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/26306/task/26322/stat : 26322 (java) S 26304 26306 21597 0 -1 4202560 9381 0 0 0 115 2 0 0 20 0 22 0 255032576 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455275796536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26323] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26323/stat : 26323 (java) S 26304 26306 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255032576 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455274744440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26306/tid=26324] ppid=26304 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/26306/task/26324/stat : 26324 (java) S 26304 26306 21597 0 -1 4202560 53 0 0 0 12 27 0 0 20 0 22 0 255032576 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455273691848 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26325] ppid=26304 vsize=9824668 CPUtime=873.63 cores=1,3,5,7
/proc/26306/task/26325/stat : 26325 (java) R 26304 26306 21597 0 -1 4202560 88 0 0 0 87348 15 0 0 20 0 22 0 255032634 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455272602576 140455648571559 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26306/tid=26326] ppid=26304 vsize=9824668 CPUtime=873.55 cores=1,3,5,7
/proc/26306/task/26326/stat : 26326 (java) R 26304 26306 21597 0 -1 4202560 2054 0 0 0 87304 51 0 0 20 0 22 0 255032634 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455271550464 140455649027277 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26327] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26327/stat : 26327 (java) S 26304 26306 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255032636 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455270500008 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26328] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26328/stat : 26328 (java) S 26304 26306 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255032636 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455269447208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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+908.101 s]
/proc/loadavg: 1.99 2.14 2.84 3/192 26387
/proc/meminfo: memFree=26605328/32873648 swapFree=7108/7108
[pid=26306] ppid=26304 vsize=9824668 CPUtime=1800.02 cores=1,3,5,7
/proc/26306/stat : 26306 (java) S 26304 26306 21597 0 -1 4202496 38181 0 1 0 179826 176 0 0 20 0 22 0 255032570 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140735708878496 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26306/statm: 2456167 690348 2286 9 0 2446860 0
[pid=26306/tid=26308] ppid=26304 vsize=9824668 CPUtime=0.65 cores=1,3,5,7
/proc/26306/task/26308/stat : 26308 (java) S 26304 26306 21597 0 -1 4202560 2520 0 1 0 59 6 0 0 20 0 22 0 255032571 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455792563192 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26309] ppid=26304 vsize=9824668 CPUtime=2.74 cores=1,3,5,7
/proc/26306/task/26309/stat : 26309 (java) S 26304 26306 21597 0 -1 4202560 698 0 0 0 261 13 0 0 20 0 22 0 255032572 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455770663720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26310] ppid=26304 vsize=9824668 CPUtime=2.65 cores=1,3,5,7
/proc/26306/task/26310/stat : 26310 (java) S 26304 26306 21597 0 -1 4202560 1934 0 0 0 250 15 0 0 20 0 22 0 255032572 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455769610920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26311] ppid=26304 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/26306/task/26311/stat : 26311 (java) S 26304 26306 21597 0 -1 4202560 1153 0 0 0 273 10 0 0 20 0 22 0 255032572 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455768558632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26306/tid=26312] ppid=26304 vsize=9824668 CPUtime=2.67 cores=1,3,5,7
/proc/26306/task/26312/stat : 26312 (java) S 26304 26306 21597 0 -1 4202560 938 0 0 0 255 12 0 0 20 0 22 0 255032572 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455767505832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26306/tid=26313] ppid=26304 vsize=9824668 CPUtime=2.79 cores=1,3,5,7
/proc/26306/task/26313/stat : 26313 (java) S 26304 26306 21597 0 -1 4202560 1269 0 0 0 268 11 0 0 20 0 22 0 255032572 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455766452520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26314] ppid=26304 vsize=9824668 CPUtime=2.59 cores=1,3,5,7
/proc/26306/task/26314/stat : 26314 (java) S 26304 26306 21597 0 -1 4202560 959 0 0 0 249 10 0 0 20 0 22 0 255032572 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455295576232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26306/tid=26315] ppid=26304 vsize=9824668 CPUtime=2.59 cores=1,3,5,7
/proc/26306/task/26315/stat : 26315 (java) S 26304 26306 21597 0 -1 4202560 688 0 0 0 248 11 0 0 20 0 22 0 255032572 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455294523944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26306/tid=26316] ppid=26304 vsize=9824668 CPUtime=2.87 cores=1,3,5,7
/proc/26306/task/26316/stat : 26316 (java) S 26304 26306 21597 0 -1 4202560 876 0 0 0 276 11 0 0 20 0 22 0 255032572 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455293471144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26317] ppid=26304 vsize=9824668 CPUtime=27.79 cores=1,3,5,7
/proc/26306/task/26317/stat : 26317 (java) S 26304 26306 21597 0 -1 4202560 6772 0 0 0 2759 20 0 0 20 0 22 0 255032573 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455281060584 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26318] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26318/stat : 26318 (java) S 26304 26306 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255032573 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455280006648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26319] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26319/stat : 26319 (java) S 26304 26306 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255032573 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455278954248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26320] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26320/stat : 26320 (java) S 26304 26306 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255032576 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455277902736 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26321] ppid=26304 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/26306/task/26321/stat : 26321 (java) S 26304 26306 21597 0 -1 4202560 7611 0 0 0 127 2 0 0 20 0 22 0 255032576 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455276849336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26306/tid=26322] ppid=26304 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/26306/task/26322/stat : 26322 (java) S 26304 26306 21597 0 -1 4202560 9381 0 0 0 115 2 0 0 20 0 22 0 255032576 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455275796536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26323] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26323/stat : 26323 (java) S 26304 26306 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255032576 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455274744440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26306/tid=26324] ppid=26304 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/26306/task/26324/stat : 26324 (java) S 26304 26306 21597 0 -1 4202560 53 0 0 0 12 27 0 0 20 0 22 0 255032576 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455273691848 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26325] ppid=26304 vsize=9824668 CPUtime=873.63 cores=1,3,5,7
/proc/26306/task/26325/stat : 26325 (java) R 26304 26306 21597 0 -1 4202560 88 0 0 0 87348 15 0 0 20 0 22 0 255032634 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455272602576 140455648571559 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26306/tid=26326] ppid=26304 vsize=9824668 CPUtime=873.55 cores=1,3,5,7
/proc/26306/task/26326/stat : 26326 (java) R 26304 26306 21597 0 -1 4202560 2054 0 0 0 87304 51 0 0 20 0 22 0 255032634 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455271550464 140455649027277 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26306/tid=26327] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26327/stat : 26327 (java) S 26304 26306 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255032636 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455270500008 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26306/tid=26328] ppid=26304 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26306/task/26328/stat : 26328 (java) S 26304 26306 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255032636 10060460032 690348 33554432000 1073741824 1073778376 140735708887360 140455269447208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 908.151
CPU time (s): 1800.61
CPU user time (s): 1798.29
CPU system time (s): 2.32065
CPU usage (%): 198.272
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.29
system time used= 2.32065
maximum resident set size= 2906672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38215
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27852
involuntary context switches= 43644

runsolver used 3.38248 second user time and 8.11177 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-24 21:50:52
IDJOB=3690246
IDBENCH=92785
IDSOLVER=2268
FILE ID=node114/3690246-1337889052
RUNJOBID= node114-1337871881-21614
PBS_JOBID= 14620090
Free space on /tmp= 71668 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_8_ic.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690246-1337889052/watcher-3690246-1337889052 -o /tmp/evaluation-result-3690246-1337889052/solver-3690246-1337889052 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3690246-1337889052.opb

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

MD5SUM BENCH= c59785e6f20fb8a9ed43144b528a9d33
RANDOM SEED=1661358078

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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	: 5332.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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	: 5451.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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		: 2666.242
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28269692 kB
Buffers:          214284 kB
Cached:          2522468 kB
SwapCached:            0 kB
Active:          1723288 kB
Inactive:        2119084 kB
Active(anon):    1108196 kB
Inactive(anon):        0 kB
Active(file):     615092 kB
Inactive(file):  2119084 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1684 kB
Writeback:             0 kB
AnonPages:       1112808 kB
Mapped:            21684 kB
Shmem:               200 kB
Slab:             622900 kB
SReclaimable:      67308 kB
SUnreclaim:       555592 kB
KernelStack:        1640 kB
PageTables:         6444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1420356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1048576 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= 71668 MiB
End job on node114 at 2012-05-24 22:06:02