Trace number 3689598

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.94 924.574

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K80.opb
MD5SUMa3fcbcd7997dcbab652ff1a098fe5a93
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5440
Total number of constraints5602
Number of constraints which are clauses5522
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint80
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 81
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/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-3689598-1337883457.opb
0.09/0.11	c reading problem ... 
0.80/0.42	c ... done. Wall clock time 0.306s.
0.80/0.42	c declared #vars     5440
0.80/0.42	c #constraints  5602
0.80/0.42	c constraints type 
0.80/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4493
0.80/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
0.80/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.80/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1027
0.80/0.42	c 5602 constraints processed.
0.80/0.42	c constraints type 
0.80/0.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1027
0.80/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4493
0.80/0.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 80
0.80/0.42	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.80/0.42	c 5602 constraints processed.
4.36/1.51	c cleaning 2490 clauses out of 4996 with flag 5000/5000
6.38/2.43	c cleaning 4242 clauses out of 8497 with flag 11000/11000
9.22/3.70	c cleaning 5611 clauses out of 11251 with flag 18001/18001
12.24/5.27	c cleaning 6761 clauses out of 13633 with flag 26000/26000
15.40/6.89	c cleaning 7882 clauses out of 15874 with flag 35002/35002
18.73/8.54	c cleaning 8958 clauses out of 17992 with flag 45002/45002
23.50/10.97	c cleaning 9826 clauses out of 20033 with flag 56002/56002
27.98/13.21	c cleaning 11033 clauses out of 22204 with flag 68000/68000
32.98/15.87	c cleaning 12006 clauses out of 24171 with flag 81001/81001
38.45/18.62	c cleaning 12980 clauses out of 26166 with flag 95002/95002
44.95/21.96	c cleaning 14002 clauses out of 28183 with flag 110000/110000
52.22/25.65	c cleaning 15056 clauses out of 30181 with flag 126000/126000
60.74/30.01	c cleaning 15831 clauses out of 32128 with flag 143003/143003
69.36/34.40	c cleaning 17038 clauses out of 34294 with flag 161000/161000
77.14/38.48	c cleaning 17935 clauses out of 36254 with flag 180000/180000
87.26/43.60	c cleaning 18971 clauses out of 38319 with flag 200000/200000
99.43/49.93	c cleaning 20105 clauses out of 40350 with flag 221002/221002
109.75/55.27	c cleaning 20985 clauses out of 42247 with flag 243004/243004
124.24/62.69	c cleaning 22056 clauses out of 44258 with flag 266000/266000
135.68/68.54	c cleaning 22937 clauses out of 46202 with flag 290001/290001
149.51/75.74	c cleaning 23962 clauses out of 48264 with flag 315000/315000
162.58/82.49	c cleaning 24882 clauses out of 50304 with flag 341002/341002
181.06/91.81	c cleaning 25973 clauses out of 52419 with flag 368000/368000
200.22/101.65	c cleaning 27061 clauses out of 54446 with flag 396000/396000
218.54/111.16	c cleaning 28054 clauses out of 56389 with flag 425004/425004
235.82/120.02	c cleaning 29007 clauses out of 58334 with flag 455003/455003
256.61/131.01	c cleaning 30050 clauses out of 60325 with flag 486001/486001
286.83/147.74	c cleaning 30951 clauses out of 62275 with flag 518001/518001
306.28/157.80	c cleaning 0 clauses out of 5002 with flag 0/5002
314.62/162.12	c cleaning 31786 clauses out of 64324 with flag 551001/551001
337.51/173.96	c cleaning 33169 clauses out of 66539 with flag 585002/585002
359.32/185.42	c cleaning 33956 clauses out of 68367 with flag 620000/620000
388.99/200.62	c cleaning 35146 clauses out of 70410 with flag 656000/656000
433.55/223.29	c cleaning 35949 clauses out of 72265 with flag 693001/693001
464.37/239.03	c cleaning 37060 clauses out of 74313 with flag 731002/731002
492.40/253.71	c cleaning 37899 clauses out of 76250 with flag 770000/770000
518.20/267.03	c cleaning 39001 clauses out of 78352 with flag 810001/810001
554.26/285.41	c cleaning 39825 clauses out of 80350 with flag 851000/851000
600.30/308.80	c cleaning 40606 clauses out of 82525 with flag 893000/893000
630.42/324.61	c cleaning 42279 clauses out of 84920 with flag 936001/936001
668.18/343.98	c cleaning 43092 clauses out of 86640 with flag 980000/980000
696.63/358.61	c cleaning 44179 clauses out of 88548 with flag 1025000/1025000
742.47/382.09	c cleaning 44935 clauses out of 90368 with flag 1071000/1071000
777.53/400.47	c cleaning 46017 clauses out of 92432 with flag 1118000/1118000
816.57/421.58	c cleaning 47074 clauses out of 94416 with flag 1166001/1166001
861.67/444.41	c cleaning 47877 clauses out of 96342 with flag 1215001/1215001
901.10/465.10	c cleaning 49076 clauses out of 98468 with flag 1265004/1265004
947.42/488.93	c cleaning 50088 clauses out of 100388 with flag 1316000/1316000
981.09/506.48	c cleaning 50859 clauses out of 102301 with flag 1368001/1368001
1033.05/533.00	c cleaning 52072 clauses out of 104441 with flag 1421000/1421000
1088.17/561.65	c cleaning 53112 clauses out of 106370 with flag 1475001/1475001
1129.04/582.77	c cleaning 53655 clauses out of 108258 with flag 1530001/1530001
1190.25/613.81	c cleaning 54900 clauses out of 110602 with flag 1586000/1586000
1240.13/639.34	c cleaning 55985 clauses out of 112703 with flag 1643001/1643001
1300.14/670.38	c cleaning 56913 clauses out of 114717 with flag 1701000/1701000
1367.72/704.68	c cleaning 58026 clauses out of 116806 with flag 1760002/1760002
1441.12/741.89	c cleaning 59144 clauses out of 118778 with flag 1820000/1820000
1529.34/786.33	c cleaning 59911 clauses out of 120634 with flag 1881000/1881000
1618.06/831.67	c cleaning 61025 clauses out of 122724 with flag 1943001/1943001
1698.46/872.34	c cleaning 62032 clauses out of 124698 with flag 2006001/2006001
1770.92/909.11	c cleaning 63135 clauses out of 126665 with flag 2070000/2070000
1800.17/924.51	c starts		: 210
1800.17/924.51	c conflicts		: 2100781
1800.17/924.51	c decisions		: 11479828
1800.17/924.51	c propagations		: 686129885
1800.17/924.51	c inspects		: 3390850455
1800.17/924.51	c shortcuts		: 0
1800.17/924.51	c learnt literals	: 42
1800.17/924.51	c learnt binary clauses	: 54194
1800.17/924.51	c learnt ternary clauses	: 64029
1800.17/924.51	c learnt constraints	: 2100739
1800.17/924.51	c ignored constraints	: 0
1800.17/924.51	c root simplifications	: 0
1800.17/924.51	c removed literals (reason simplification)	: 88825435
1800.17/924.51	c reason swapping (by a shorter reason)	: 0
1800.17/924.51	c Calls to reduceDB	: 60
1800.17/924.51	c number of reductions to clauses (during analyze)	: 0
1800.17/924.51	c number of learned constraints concerned by reduction	: 0
1800.17/924.51	c number of learning phase by resolution	: 0
1800.17/924.51	c number of learning phase by cutting planes	: 0
1800.17/924.51	c speed (assignments/second)	: 742509.1151103271
1800.17/924.51	c non guided choices	3970
1800.17/924.54	c learnt constraints type 
1800.17/924.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 54194
1800.17/924.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 40182
1800.17/924.54	c constraints type 
1800.17/924.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4493
1800.17/924.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
1800.17/924.54	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.17/924.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1027
1800.17/924.54	c 5602 constraints processed.
1800.17/924.54	c constraints type 
1800.17/924.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1027
1800.17/924.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4493
1800.17/924.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 80
1800.17/924.54	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.17/924.54	c 5602 constraints processed.
1800.17/924.54	s UNKNOWN
1800.17/924.54	c Total wall clock time (in seconds): 924.432

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-3689598-1337883457/watcher-3689598-1337883457 -o /tmp/evaluation-result-3689598-1337883457/solver-3689598-1337883457 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689598-1337883457.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.90 3.97 3.64 4/197 25211
/proc/meminfo: memFree=28198796/32873648 swapFree=7108/7108
[pid=25211] ppid=25209 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25211/stat : 25211 (java) R 25209 25211 21597 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 254473095 9515008 182 33554432000 1073741824 1073778376 140733246704384 140733246695416 219513962165 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25211/statm: 2323 183 141 9 0 71 0

[startup+0.0660411 s]
/proc/loadavg: 3.90 3.97 3.64 4/197 25211
/proc/meminfo: memFree=28198796/32873648 swapFree=7108/7108
[pid=25211] ppid=25209 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/25211/stat : 25211 (java) S 25209 25211 21597 0 -1 4202496 3205 0 1 0 3 0 0 0 20 0 18 0 254473095 9787813888 4415 33554432000 1073741824 1073778376 140736928564384 140736928555520 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25211/statm: 2389603 4415 1757 9 0 2380296 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9558412

[startup+0.10031 s]
/proc/loadavg: 3.90 3.97 3.64 4/197 25211
/proc/meminfo: memFree=28198796/32873648 swapFree=7108/7108
[pid=25211] ppid=25209 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/25211/stat : 25211 (java) S 25209 25211 21597 0 -1 4202496 4329 0 1 0 8 1 0 0 20 0 18 0 254473095 9787813888 5515 33554432000 1073741824 1073778376 140736928564384 140736928555520 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25211/statm: 2389603 5515 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300281 s]
/proc/loadavg: 3.90 3.97 3.64 4/197 25211
/proc/meminfo: memFree=28198796/32873648 swapFree=7108/7108
[pid=25211] ppid=25209 vsize=9558412 CPUtime=0.57 cores=1,3,5,7
/proc/25211/stat : 25211 (java) S 25209 25211 21597 0 -1 4202496 7098 0 1 0 55 2 0 0 20 0 18 0 254473095 9787813888 9893 33554432000 1073741824 1073778376 140736928564384 140736928555520 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25211/statm: 2389603 9893 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558412

[startup+0.700197 s]
/proc/loadavg: 3.90 3.97 3.64 4/197 25211
/proc/meminfo: memFree=28198796/32873648 swapFree=7108/7108
[pid=25211] ppid=25209 vsize=9824668 CPUtime=1.96 cores=1,3,5,7
/proc/25211/stat : 25211 (java) S 25209 25211 21597 0 -1 4202496 13891 0 1 0 192 4 0 0 20 0 22 0 254473095 10060460032 21838 33554432000 1073741824 1073778376 140736928564384 140736928555520 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25211/statm: 2456167 21838 2254 9 0 2446860 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9824668

[startup+1.50072 s]
/proc/loadavg: 3.90 3.97 3.64 7/219 25233
/proc/meminfo: memFree=28109624/32873648 swapFree=7108/7108
[pid=25211] ppid=25209 vsize=9824668 CPUtime=4.36 cores=1,3,5,7
/proc/25211/stat : 25211 (java) S 25209 25211 21597 0 -1 4202496 19922 0 1 0 431 5 0 0 20 0 22 0 254473095 10060460032 27936 33554432000 1073741824 1073778376 140736928564384 140736928555520 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25211/statm: 2456167 27936 2265 9 0 2446860 0
[pid=25211/tid=25213] ppid=25209 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/25211/task/25213/stat : 25213 (java) S 25209 25211 21597 0 -1 4202560 2489 0 1 0 37 2 0 0 20 0 22 0 254473096 10060460032 27936 33554432000 1073741824 1073778376 140736928564384 139702183207928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25214] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25214/stat : 25214 (java) S 25209 25211 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254473098 10060460032 27936 33554432000 1073741824 1073778376 140736928564384 139702144699048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25215] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25215/stat : 25215 (java) S 25209 25211 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254473098 10060460032 27936 33554432000 1073741824 1073778376 140736928564384 139702143646504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25211/tid=25216] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25216/stat : 25216 (java) S 25209 25211 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254473098 10060460032 27936 33554432000 1073741824 1073778376 140736928564384 139702142593960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25217] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254473098 10060460032 27936 33554432000 1073741824 1073778376 140736928564384 139702141541416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25218] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254473098 10060460032 27936 33554432000 1073741824 1073778376 140736928564384 139702140487848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25219] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254473098 10060460032 27936 33554432000 1073741824 1073778376 140736928564384 139702139435304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25220/stat : 25220 (java) S 25209 25211 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254473098 10060460032 27936 33554432000 1073741824 1073778376 140736928564384 139702138382760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25221] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25221/stat : 25221 (java) S 25209 25211 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254473098 10060460032 27936 33554432000 1073741824 1073778376 140736928564384 139702137330216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25222] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25222/stat : 25222 (java) S 25209 25211 21597 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254473099 10060460032 27936 33554432000 1073741824 1073778376 140736928564384 139702006934120 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25223] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25223/stat : 25223 (java) S 25209 25211 21597 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254473099 10060460032 27936 33554432000 1073741824 1073778376 140736928564384 139702005880440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25224] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25224/stat : 25224 (java) S 25209 25211 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254473099 10060460032 27936 33554432000 1073741824 1073778376 140736928564384 139702004827784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25225] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25225/stat : 25225 (java) S 25209 25211 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254473101 10060460032 27936 33554432000 1073741824 1073778376 140736928564384 139702003776528 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25226] ppid=25209 vsize=9824668 CPUtime=0.93 cores=1,3,5,7
/proc/25211/task/25226/stat : 25226 (java) S 25209 25211 21597 0 -1 4202560 5552 0 0 0 91 2 0 0 20 0 22 0 254473101 10060460032 27936 33554432000 1073741824 1073778376 140736928564384 139702002722872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25227] ppid=25209 vsize=9824668 CPUtime=0.89 cores=1,3,5,7
/proc/25211/task/25227/stat : 25227 (java) R 25209 25211 21597 0 -1 4202560 10564 0 0 0 87 2 0 0 20 0 22 0 254473101 10060460032 27936 33554432000 1073741824 1073778376 140736928564384 139702001664168 139702185793782 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25211/tid=25228] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25228/stat : 25228 (java) S 25209 25211 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254473101 10060460032 27936 33554432000 1073741824 1073778376 140736928564384 139702000617976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25211/tid=25229] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25229/stat : 25229 (java) S 25209 25211 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254473101 10060460032 27936 33554432000 1073741824 1073778376 140736928564384 139700991945544 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25230] ppid=25209 vsize=9824668 CPUtime=1.04 cores=1,3,5,7
/proc/25211/task/25230/stat : 25230 (java) R 25209 25211 21597 0 -1 4202560 26 0 0 0 104 0 0 0 20 0 22 0 254473138 10060460032 27936 33554432000 1073741824 1073778376 140736928564384 139700990889928 139702015458391 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25231] ppid=25209 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/25211/task/25231/stat : 25231 (java) R 25209 25211 21597 0 -1 4202560 90 0 0 0 106 0 0 0 20 0 22 0 254473138 10060460032 27936 33554432000 1073741824 1073778376 140736928564384 139700989837832 139702016158329 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25232] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25232/stat : 25232 (java) S 25209 25211 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254473140 10060460032 27936 33554432000 1073741824 1073778376 140736928564384 139700988786216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25233] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25233/stat : 25233 (java) S 25209 25211 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254473140 10060460032 27936 33554432000 1073741824 1073778376 140736928564384 139700987733672 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 9824668

[startup+3.10085 s]
/proc/loadavg: 3.90 3.97 3.64 5/219 25233
/proc/meminfo: memFree=28078656/32873648 swapFree=7108/7108
[pid=25211] ppid=25209 vsize=9824668 CPUtime=7.92 cores=1,3,5,7
/proc/25211/stat : 25211 (java) S 25209 25211 21597 0 -1 4202496 20110 0 1 0 783 9 0 0 20 0 22 0 254473095 10060460032 51603 33554432000 1073741824 1073778376 140736928564384 140736928555520 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25211/statm: 2456167 51603 2286 9 0 2446860 0
[pid=25211/tid=25213] ppid=25209 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/25211/task/25213/stat : 25213 (java) S 25209 25211 21597 0 -1 4202560 2489 0 1 0 37 2 0 0 20 0 22 0 254473096 10060460032 51603 33554432000 1073741824 1073778376 140736928564384 139702183207928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25214] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25214/stat : 25214 (java) S 25209 25211 21597 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254473098 10060460032 51603 33554432000 1073741824 1073778376 140736928564384 139702144699048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25215] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25215/stat : 25215 (java) S 25209 25211 21597 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254473098 10060460032 51603 33554432000 1073741824 1073778376 140736928564384 139702143646504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25216] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25216/stat : 25216 (java) S 25209 25211 21597 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254473098 10060460032 51603 33554432000 1073741824 1073778376 140736928564384 139702142593960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25217] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254473098 10060460032 51603 33554432000 1073741824 1073778376 140736928564384 139702141541416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25218] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 21597 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254473098 10060460032 51603 33554432000 1073741824 1073778376 140736928564384 139702140487848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25219] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 21597 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254473098 10060460032 51603 33554432000 1073741824 1073778376 140736928564384 139702139435304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25211/task/25220/stat : 25220 (java) S 25209 25211 21597 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254473098 10060460032 51603 33554432000 1073741824 1073778376 140736928564384 139702138382760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25221] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25221/stat : 25221 (java) S 25209 25211 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254473098 10060460032 51603 33554432000 1073741824 1073778376 140736928564384 139702137330216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25211/tid=25222] ppid=25209 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/25211/task/25222/stat : 25222 (java) S 25209 25211 21597 0 -1 4202560 99 0 0 0 5 0 0 0 20 0 22 0 254473099 10060460032 51603 33554432000 1073741824 1073778376 140736928564384 139702006934120 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25223] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25223/stat : 25223 (java) S 25209 25211 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254473099 10060460032 51603 33554432000 1073741824 1073778376 140736928564384 139702005880440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25224] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25224/stat : 25224 (java) S 25209 25211 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254473099 10060460032 51603 33554432000 1073741824 1073778376 140736928564384 139702004827784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25225] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25225/stat : 25225 (java) S 25209 25211 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254473101 10060460032 51603 33554432000 1073741824 1073778376 140736928564384 139702003776528 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25226] ppid=25209 vsize=9824668 CPUtime=1.13 cores=1,3,5,7
/proc/25211/task/25226/stat : 25226 (java) S 25209 25211 21597 0 -1 4202560 5553 0 0 0 111 2 0 0 20 0 22 0 254473101 10060460032 51603 33554432000 1073741824 1073778376 140736928564384 139702002722872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25227] ppid=25209 vsize=9824668 CPUtime=1.09 cores=1,3,5,7
/proc/25211/task/25227/stat : 25227 (java) S 25209 25211 21597 0 -1 4202560 10565 0 0 0 107 2 0 0 20 0 22 0 254473101 10060460032 51603 33554432000 1073741824 1073778376 140736928564384 139702001670328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25228] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25228/stat : 25228 (java) S 25209 25211 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254473101 10060460032 51603 33554432000 1073741824 1073778376 140736928564384 139702000617976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25211/tid=25229] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25229/stat : 25229 (java) S 25209 25211 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254473101 10060460032 51603 33554432000 1073741824 1073778376 140736928564384 139700991945544 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25230] ppid=25209 vsize=9824668 CPUtime=2.54 cores=1,3,5,7
/proc/25211/task/25230/stat : 25230 (java) R 25209 25211 21597 0 -1 4202560 29 0 0 0 254 0 0 0 20 0 22 0 254473138 10060460032 51603 33554432000 1073741824 1073778376 140736928564384 139700990891000 139702016138817 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25211/tid=25231] ppid=25209 vsize=9824668 CPUtime=2.57 cores=1,3,5,7
/proc/25211/task/25231/stat : 25231 (java) R 25209 25211 21597 0 -1 4202560 121 0 0 0 255 2 0 0 20 0 22 0 254473138 10060460032 51603 33554432000 1073741824 1073778376 140736928564384 139700989836888 139702016308223 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25232] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25232/stat : 25232 (java) S 25209 25211 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254473140 10060460032 51603 33554432000 1073741824 1073778376 140736928564384 139700988786216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25233] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25233/stat : 25233 (java) S 25209 25211 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254473140 10060460032 51603 33554432000 1073741824 1073778376 140736928564384 139700987733672 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 9824668

[startup+6.30086 s]
/proc/loadavg: 3.90 3.97 3.64 4/219 25233
/proc/meminfo: memFree=27900032/32873648 swapFree=7108/7108
[pid=25211] ppid=25209 vsize=9824668 CPUtime=14.4 cores=1,3,5,7
/proc/25211/stat : 25211 (java) S 25209 25211 21597 0 -1 4202496 20263 0 1 0 1425 15 0 0 20 0 22 0 254473095 10060460032 77603 33554432000 1073741824 1073778376 140736928564384 140736928555520 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25211/statm: 2456167 77603 2286 9 0 2446860 0
[pid=25211/tid=25213] ppid=25209 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/25211/task/25213/stat : 25213 (java) S 25209 25211 21597 0 -1 4202560 2489 0 1 0 37 2 0 0 20 0 22 0 254473096 10060460032 77603 33554432000 1073741824 1073778376 140736928564384 139702183207928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25214] ppid=25209 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25211/task/25214/stat : 25214 (java) S 25209 25211 21597 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254473098 10060460032 77603 33554432000 1073741824 1073778376 140736928564384 139702144699048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25215] ppid=25209 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25211/task/25215/stat : 25215 (java) S 25209 25211 21597 0 -1 4202560 19 0 0 0 1 2 0 0 20 0 22 0 254473098 10060460032 77603 33554432000 1073741824 1073778376 140736928564384 139702143646504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25211/tid=25216] ppid=25209 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25211/task/25216/stat : 25216 (java) S 25209 25211 21597 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 254473098 10060460032 77603 33554432000 1073741824 1073778376 140736928564384 139702142593960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25217] ppid=25209 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 21597 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 254473098 10060460032 77603 33554432000 1073741824 1073778376 140736928564384 139702141541416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25218] ppid=25209 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 21597 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 254473098 10060460032 77603 33554432000 1073741824 1073778376 140736928564384 139702140487848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25219] ppid=25209 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 21597 0 -1 4202560 19 0 0 0 2 2 0 0 20 0 22 0 254473098 10060460032 77603 33554432000 1073741824 1073778376 140736928564384 139702139435304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/25211/task/25220/stat : 25220 (java) S 25209 25211 21597 0 -1 4202560 22 0 0 0 4 1 0 0 20 0 22 0 254473098 10060460032 77603 33554432000 1073741824 1073778376 140736928564384 139702138382760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25221] ppid=25209 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25211/task/25221/stat : 25221 (java) S 25209 25211 21597 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 254473098 10060460032 77603 33554432000 1073741824 1073778376 140736928564384 139702137330216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25222] ppid=25209 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/25211/task/25222/stat : 25222 (java) S 25209 25211 21597 0 -1 4202560 127 0 0 0 22 0 0 0 20 0 22 0 254473099 10060460032 77603 33554432000 1073741824 1073778376 140736928564384 139702006934120 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25223] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25223/stat : 25223 (java) S 25209 25211 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254473099 10060460032 77603 33554432000 1073741824 1073778376 140736928564384 139702005880440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25224] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25224/stat : 25224 (java) S 25209 25211 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254473099 10060460032 77603 33554432000 1073741824 1073778376 140736928564384 139702004827784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25225] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25225/stat : 25225 (java) S 25209 25211 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254473101 10060460032 77603 33554432000 1073741824 1073778376 140736928564384 139702003776528 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25226] ppid=25209 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/25211/task/25226/stat : 25226 (java) S 25209 25211 21597 0 -1 4202560 5559 0 0 0 120 2 0 0 20 0 22 0 254473101 10060460032 77603 33554432000 1073741824 1073778376 140736928564384 139702002722872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=25211/tid=25231] ppid=25209 vsize=9824668 CPUtime=759.92 cores=1,3,5,7
/proc/25211/task/25231/stat : 25231 (java) R 25209 25211 21597 0 -1 4202560 1241 0 0 0 75945 47 0 0 20 0 22 0 254473138 10060460032 936395 33554432000 1073741824 1073778376 140736928564384 139700989836112 139702016666992 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25211/tid=25232] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25232/stat : 25232 (java) S 25209 25211 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254473140 10060460032 936395 33554432000 1073741824 1073778376 140736928564384 139700988786216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25233] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25233/stat : 25233 (java) S 25209 25211 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254473140 10060460032 936395 33554432000 1073741824 1073778376 140736928564384 139700987733672 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1599.29
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.71 3.83 3.73 5/219 25304
/proc/meminfo: memFree=21924720/32873648 swapFree=7108/7108
[pid=25211] ppid=25209 vsize=9824668 CPUtime=1716.92 cores=1,3,5,7
/proc/25211/stat : 25211 (java) S 25209 25211 21597 0 -1 4202496 31834 0 1 0 171555 137 0 0 20 0 22 0 254473095 10060460032 945829 33554432000 1073741824 1073778376 140736928564384 140736928555520 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25211/statm: 2456167 945829 2287 9 0 2446860 0
[pid=25211/tid=25213] ppid=25209 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/25211/task/25213/stat : 25213 (java) S 25209 25211 21597 0 -1 4202560 2530 0 1 0 39 4 0 0 20 0 22 0 254473096 10060460032 945829 33554432000 1073741824 1073778376 140736928564384 139702183207928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25214] ppid=25209 vsize=9824668 CPUtime=2.54 cores=1,3,5,7
/proc/25211/task/25214/stat : 25214 (java) S 25209 25211 21597 0 -1 4202560 682 0 0 0 248 6 0 0 20 0 22 0 254473098 10060460032 945829 33554432000 1073741824 1073778376 140736928564384 139702144699048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25215] ppid=25209 vsize=9824668 CPUtime=2.71 cores=1,3,5,7
/proc/25211/task/25215/stat : 25215 (java) S 25209 25211 21597 0 -1 4202560 386 0 0 0 264 7 0 0 20 0 22 0 254473098 10060460032 945829 33554432000 1073741824 1073778376 140736928564384 139702143646504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25216] ppid=25209 vsize=9824668 CPUtime=2.88 cores=1,3,5,7
/proc/25211/task/25216/stat : 25216 (java) S 25209 25211 21597 0 -1 4202560 642 0 0 0 281 7 0 0 20 0 22 0 254473098 10060460032 945829 33554432000 1073741824 1073778376 140736928564384 139702142593960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25217] ppid=25209 vsize=9824668 CPUtime=2.85 cores=1,3,5,7
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 21597 0 -1 4202560 425 0 0 0 278 7 0 0 20 0 22 0 254473098 10060460032 945829 33554432000 1073741824 1073778376 140736928564384 139702141541416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25218] ppid=25209 vsize=9824668 CPUtime=2.67 cores=1,3,5,7
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 21597 0 -1 4202560 527 0 0 0 260 7 0 0 20 0 22 0 254473098 10060460032 945829 33554432000 1073741824 1073778376 140736928564384 139702140487848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25219] ppid=25209 vsize=9824668 CPUtime=2.94 cores=1,3,5,7
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 21597 0 -1 4202560 435 0 0 0 286 8 0 0 20 0 22 0 254473098 10060460032 945829 33554432000 1073741824 1073778376 140736928564384 139702139435304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=9824668 CPUtime=2.67 cores=1,3,5,7
/proc/25211/task/25220/stat : 25220 (java) S 25209 25211 21597 0 -1 4202560 602 0 0 0 257 10 0 0 20 0 22 0 254473098 10060460032 945829 33554432000 1073741824 1073778376 140736928564384 139702138382760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25221] ppid=25209 vsize=9824668 CPUtime=2.47 cores=1,3,5,7
/proc/25211/task/25221/stat : 25221 (java) S 25209 25211 21597 0 -1 4202560 763 0 0 0 241 6 0 0 20 0 22 0 254473098 10060460032 945829 33554432000 1073741824 1073778376 140736928564384 139702137330216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25222] ppid=25209 vsize=9824668 CPUtime=60.03 cores=1,3,5,7
/proc/25211/task/25222/stat : 25222 (java) S 25209 25211 21597 0 -1 4202560 4075 0 0 0 5983 20 0 0 20 0 22 0 254473099 10060460032 945829 33554432000 1073741824 1073778376 140736928564384 139702006934120 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25211/tid=25223] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25223/stat : 25223 (java) S 25209 25211 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254473099 10060460032 945829 33554432000 1073741824 1073778376 140736928564384 139702005880440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25224] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25224/stat : 25224 (java) S 25209 25211 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254473099 10060460032 945829 33554432000 1073741824 1073778376 140736928564384 139702004827784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25225] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25225/stat : 25225 (java) S 25209 25211 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254473101 10060460032 945829 33554432000 1073741824 1073778376 140736928564384 139702003776528 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25226] ppid=25209 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/25211/task/25226/stat : 25226 (java) S 25209 25211 21597 0 -1 4202560 7584 0 0 0 149 2 0 0 20 0 22 0 254473101 10060460032 945829 33554432000 1073741824 1073778376 140736928564384 139702002722872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25227] ppid=25209 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/25211/task/25227/stat : 25227 (java) S 25209 25211 21597 0 -1 4202560 10583 0 0 0 119 2 0 0 20 0 22 0 254473101 10060460032 945829 33554432000 1073741824 1073778376 140736928564384 139702001670328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25211/tid=25228] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25228/stat : 25228 (java) S 25209 25211 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254473101 10060460032 945829 33554432000 1073741824 1073778376 140736928564384 139702000617976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25211/tid=25229] ppid=25209 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/25211/task/25229/stat : 25229 (java) S 25209 25211 21597 0 -1 4202560 51 0 0 0 13 20 0 0 20 0 22 0 254473101 10060460032 945829 33554432000 1073741824 1073778376 140736928564384 139700991945544 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25230] ppid=25209 vsize=9824668 CPUtime=816 cores=1,3,5,7
/proc/25211/task/25230/stat : 25230 (java) R 25209 25211 21597 0 -1 4202560 119 0 0 0 81585 15 0 0 20 0 22 0 254473138 10060460032 945829 33554432000 1073741824 1073778376 140736928564384 139700990889632 139702016148379 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25211/tid=25231] ppid=25209 vsize=9824668 CPUtime=815.96 cores=1,3,5,7
/proc/25211/task/25231/stat : 25231 (java) R 25209 25211 21597 0 -1 4202560 1243 0 0 0 81548 48 0 0 20 0 22 0 254473138 10060460032 945829 33554432000 1073741824 1073778376 140736928564384 139700989836128 139702016666920 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25232] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25232/stat : 25232 (java) S 25209 25211 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254473140 10060460032 945829 33554432000 1073741824 1073778376 140736928564384 139700988786216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25233] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25233/stat : 25233 (java) S 25209 25211 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254473140 10060460032 945829 33554432000 1073741824 1073778376 140736928564384 139700987733672 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1716.92
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+924.501 s]
/proc/loadavg: 3.91 3.86 3.75 5/219 25305
/proc/meminfo: memFree=21903996/32873648 swapFree=7108/7108
[pid=25211] ppid=25209 vsize=9824668 CPUtime=1800.17 cores=1,3,5,7
/proc/25211/stat : 25211 (java) S 25209 25211 21597 0 -1 4202496 31944 0 1 0 179878 139 0 0 20 0 22 0 254473095 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 140736928555520 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25211/statm: 2456167 950991 2287 9 0 2446860 0
[pid=25211/tid=25213] ppid=25209 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/25211/task/25213/stat : 25213 (java) S 25209 25211 21597 0 -1 4202560 2530 0 1 0 39 4 0 0 20 0 22 0 254473096 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702183207928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25214] ppid=25209 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/25211/task/25214/stat : 25214 (java) S 25209 25211 21597 0 -1 4202560 682 0 0 0 266 6 0 0 20 0 22 0 254473098 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702144699048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25215] ppid=25209 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/25211/task/25215/stat : 25215 (java) S 25209 25211 21597 0 -1 4202560 394 0 0 0 276 7 0 0 20 0 22 0 254473098 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702143646504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25216] ppid=25209 vsize=9824668 CPUtime=3.04 cores=1,3,5,7
/proc/25211/task/25216/stat : 25216 (java) S 25209 25211 21597 0 -1 4202560 642 0 0 0 297 7 0 0 20 0 22 0 254473098 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702142593960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25217] ppid=25209 vsize=9824668 CPUtime=3.03 cores=1,3,5,7
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 21597 0 -1 4202560 473 0 0 0 296 7 0 0 20 0 22 0 254473098 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702141541416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25218] ppid=25209 vsize=9824668 CPUtime=2.84 cores=1,3,5,7
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 21597 0 -1 4202560 527 0 0 0 277 7 0 0 20 0 22 0 254473098 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702140487848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25219] ppid=25209 vsize=9824668 CPUtime=3.09 cores=1,3,5,7
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 21597 0 -1 4202560 435 0 0 0 301 8 0 0 20 0 22 0 254473098 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702139435304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=9824668 CPUtime=2.8 cores=1,3,5,7
/proc/25211/task/25220/stat : 25220 (java) S 25209 25211 21597 0 -1 4202560 602 0 0 0 270 10 0 0 20 0 22 0 254473098 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702138382760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25221] ppid=25209 vsize=9824668 CPUtime=2.62 cores=1,3,5,7
/proc/25211/task/25221/stat : 25221 (java) S 25209 25211 21597 0 -1 4202560 766 0 0 0 256 6 0 0 20 0 22 0 254473098 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702137330216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25222] ppid=25209 vsize=9824668 CPUtime=61.77 cores=1,3,5,7
/proc/25211/task/25222/stat : 25222 (java) S 25209 25211 21597 0 -1 4202560 4118 0 0 0 6156 21 0 0 20 0 22 0 254473099 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702006934120 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25223] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25223/stat : 25223 (java) S 25209 25211 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254473099 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702005880440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25224] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25224/stat : 25224 (java) S 25209 25211 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254473099 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702004827784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25225] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25225/stat : 25225 (java) S 25209 25211 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254473101 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702003776528 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25226] ppid=25209 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/25211/task/25226/stat : 25226 (java) S 25209 25211 21597 0 -1 4202560 7584 0 0 0 149 2 0 0 20 0 22 0 254473101 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702002722872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25227] ppid=25209 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/25211/task/25227/stat : 25227 (java) S 25209 25211 21597 0 -1 4202560 10583 0 0 0 119 2 0 0 20 0 22 0 254473101 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702001670328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25211/tid=25228] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25228/stat : 25228 (java) S 25209 25211 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254473101 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702000617976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25211/tid=25229] ppid=25209 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/25211/task/25229/stat : 25229 (java) S 25209 25211 21597 0 -1 4202560 53 0 0 0 14 21 0 0 20 0 22 0 254473101 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139700991945544 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25230] ppid=25209 vsize=9824668 CPUtime=856.15 cores=1,3,5,7
/proc/25211/task/25230/stat : 25230 (java) R 25209 25211 21597 0 -1 4202560 124 0 0 0 85599 16 0 0 20 0 22 0 254473138 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139700990888800 139702016165487 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25211/tid=25231] ppid=25209 vsize=9824668 CPUtime=856.1 cores=1,3,5,7
/proc/25211/task/25231/stat : 25231 (java) R 25209 25211 21597 0 -1 4202560 1244 0 0 0 85561 49 0 0 20 0 22 0 254473138 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139700989836960 139702016667730 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25232] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25232/stat : 25232 (java) S 25209 25211 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254473140 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139700988786216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25233] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25233/stat : 25233 (java) S 25209 25211 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254473140 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139700987733672 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
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+924.501 s]
/proc/loadavg: 3.91 3.86 3.75 5/219 25305
/proc/meminfo: memFree=21903996/32873648 swapFree=7108/7108
[pid=25211] ppid=25209 vsize=9824668 CPUtime=1800.17 cores=1,3,5,7
/proc/25211/stat : 25211 (java) S 25209 25211 21597 0 -1 4202496 31944 0 1 0 179878 139 0 0 20 0 22 0 254473095 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 140736928555520 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25211/statm: 2456167 950991 2287 9 0 2446860 0
[pid=25211/tid=25213] ppid=25209 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/25211/task/25213/stat : 25213 (java) S 25209 25211 21597 0 -1 4202560 2530 0 1 0 39 4 0 0 20 0 22 0 254473096 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702183207928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25214] ppid=25209 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/25211/task/25214/stat : 25214 (java) S 25209 25211 21597 0 -1 4202560 682 0 0 0 266 6 0 0 20 0 22 0 254473098 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702144699048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25215] ppid=25209 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/25211/task/25215/stat : 25215 (java) S 25209 25211 21597 0 -1 4202560 394 0 0 0 276 7 0 0 20 0 22 0 254473098 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702143646504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25216] ppid=25209 vsize=9824668 CPUtime=3.04 cores=1,3,5,7
/proc/25211/task/25216/stat : 25216 (java) S 25209 25211 21597 0 -1 4202560 642 0 0 0 297 7 0 0 20 0 22 0 254473098 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702142593960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25217] ppid=25209 vsize=9824668 CPUtime=3.03 cores=1,3,5,7
/proc/25211/task/25217/stat : 25217 (java) S 25209 25211 21597 0 -1 4202560 473 0 0 0 296 7 0 0 20 0 22 0 254473098 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702141541416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25218] ppid=25209 vsize=9824668 CPUtime=2.84 cores=1,3,5,7
/proc/25211/task/25218/stat : 25218 (java) S 25209 25211 21597 0 -1 4202560 527 0 0 0 277 7 0 0 20 0 22 0 254473098 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702140487848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25219] ppid=25209 vsize=9824668 CPUtime=3.09 cores=1,3,5,7
/proc/25211/task/25219/stat : 25219 (java) S 25209 25211 21597 0 -1 4202560 435 0 0 0 301 8 0 0 20 0 22 0 254473098 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702139435304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25220] ppid=25209 vsize=9824668 CPUtime=2.8 cores=1,3,5,7
/proc/25211/task/25220/stat : 25220 (java) S 25209 25211 21597 0 -1 4202560 602 0 0 0 270 10 0 0 20 0 22 0 254473098 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702138382760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25221] ppid=25209 vsize=9824668 CPUtime=2.62 cores=1,3,5,7
/proc/25211/task/25221/stat : 25221 (java) S 25209 25211 21597 0 -1 4202560 766 0 0 0 256 6 0 0 20 0 22 0 254473098 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702137330216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25222] ppid=25209 vsize=9824668 CPUtime=61.77 cores=1,3,5,7
/proc/25211/task/25222/stat : 25222 (java) S 25209 25211 21597 0 -1 4202560 4118 0 0 0 6156 21 0 0 20 0 22 0 254473099 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702006934120 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25223] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25223/stat : 25223 (java) S 25209 25211 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254473099 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702005880440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25224] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25224/stat : 25224 (java) S 25209 25211 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254473099 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702004827784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25225] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25225/stat : 25225 (java) S 25209 25211 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254473101 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702003776528 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25211/tid=25226] ppid=25209 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/25211/task/25226/stat : 25226 (java) S 25209 25211 21597 0 -1 4202560 7584 0 0 0 149 2 0 0 20 0 22 0 254473101 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702002722872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25227] ppid=25209 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/25211/task/25227/stat : 25227 (java) S 25209 25211 21597 0 -1 4202560 10583 0 0 0 119 2 0 0 20 0 22 0 254473101 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702001670328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25211/tid=25228] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25228/stat : 25228 (java) S 25209 25211 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254473101 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139702000617976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25211/tid=25229] ppid=25209 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/25211/task/25229/stat : 25229 (java) S 25209 25211 21597 0 -1 4202560 53 0 0 0 14 21 0 0 20 0 22 0 254473101 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139700991945544 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25230] ppid=25209 vsize=9824668 CPUtime=856.15 cores=1,3,5,7
/proc/25211/task/25230/stat : 25230 (java) R 25209 25211 21597 0 -1 4202560 124 0 0 0 85599 16 0 0 20 0 22 0 254473138 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139700990888800 139702016165487 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25211/tid=25231] ppid=25209 vsize=9824668 CPUtime=856.1 cores=1,3,5,7
/proc/25211/task/25231/stat : 25231 (java) R 25209 25211 21597 0 -1 4202560 1244 0 0 0 85561 49 0 0 20 0 22 0 254473138 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139700989836960 139702016667730 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25211/tid=25232] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25232/stat : 25232 (java) S 25209 25211 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254473140 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139700988786216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25211/tid=25233] ppid=25209 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25211/task/25233/stat : 25233 (java) S 25209 25211 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254473140 10060460032 950991 33554432000 1073741824 1073778376 140736928564384 139700987733672 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 924.574
CPU time (s): 1800.94
CPU user time (s): 1799.04
CPU system time (s): 1.90271
CPU usage (%): 194.786
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 1.90271
maximum resident set size= 3804092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31978
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25719
involuntary context switches= 38889

runsolver used 3.44948 second user time and 8.5347 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-24 20:17:37
IDJOB=3689598
IDBENCH=90115
IDSOLVER=2268
FILE ID=node114/3689598-1337883457
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/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K80.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689598-1337883457/watcher-3689598-1337883457 -o /tmp/evaluation-result-3689598-1337883457/solver-3689598-1337883457 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689598-1337883457.opb

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

MD5SUM BENCH= a3fcbcd7997dcbab652ff1a098fe5a93
RANDOM SEED=2058674001

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:        28198688 kB
Buffers:          208724 kB
Cached:          2506908 kB
SwapCached:            0 kB
Active:          1791092 kB
Inactive:        2096716 kB
Active(anon):    1174744 kB
Inactive(anon):        0 kB
Active(file):     616348 kB
Inactive(file):  2096716 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       1208168 kB
Mapped:            21676 kB
Shmem:               200 kB
Slab:             622788 kB
SReclaimable:      66912 kB
SUnreclaim:       555876 kB
KernelStack:        1624 kB
PageTables:         6584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1759132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1159168 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 20:33:04