Trace number 3689923

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.82 1795.75

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_unif_0null20mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUMebc55ee99ce38561d9e6a8d277ae7659
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-14045
Best CPU time to get the best result obtained on this benchmark1800.31
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1783
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 1069402
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1069402
Number of bits of the biggest sum of numbers21
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	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 --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
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 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-3689923-1337894321.opb
0.09/0.11	c reading problem ... 
7.44/5.49	c ... done. Wall clock time 5.375s.
7.44/5.49	c declared #vars     400896
7.44/5.49	c #constraints  402763
7.44/5.49	c constraints type 
7.44/5.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
7.44/5.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.44/5.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.44/5.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.44/5.49	c 402763 constraints processed.
7.44/5.49	c objective function length is 1783 literals
31.56/28.92	c cleaning 2488 clauses out of 5003 with flag 5004/5004
55.01/52.12	c cleaning 4253 clauses out of 8511 with flag 11000/11000
80.43/77.59	c cleaning 5596 clauses out of 11258 with flag 18000/18000
109.77/106.82	c cleaning 6812 clauses out of 13663 with flag 26001/26001
143.85/140.84	c cleaning 7918 clauses out of 15850 with flag 35000/35000
188.36/185.39	c cleaning 8963 clauses out of 17932 with flag 45000/45000
235.66/232.66	c cleaning 9978 clauses out of 19971 with flag 56002/56002
301.20/298.14	c cleaning 10995 clauses out of 21992 with flag 68001/68001
351.91/348.80	c cleaning 11983 clauses out of 23996 with flag 81000/81000
408.42/405.30	c cleaning 13002 clauses out of 26014 with flag 95001/95001
486.50/483.32	c cleaning 14002 clauses out of 28011 with flag 110000/110000
545.31/542.18	c cleaning 14599 clauses out of 30011 with flag 126002/126002
590.03/586.85	c cleaning 16116 clauses out of 32410 with flag 143000/143000
636.11/632.89	c cleaning 17020 clauses out of 34294 with flag 161000/161000
687.41/684.08	c cleaning 18123 clauses out of 36275 with flag 180001/180001
736.75/733.36	c cleaning 19042 clauses out of 38151 with flag 200000/200000
788.79/785.40	c cleaning 20015 clauses out of 40109 with flag 221000/221000
855.96/852.47	c cleaning 21001 clauses out of 42095 with flag 243001/243001
911.72/908.14	c cleaning 21971 clauses out of 44093 with flag 266000/266000
981.67/978.07	c cleaning 23028 clauses out of 46123 with flag 290001/290001
1039.22/1035.55	c cleaning 24040 clauses out of 48094 with flag 315000/315000
1099.19/1095.42	c cleaning 25014 clauses out of 50055 with flag 341001/341001
1179.80/1175.93	c cleaning 26011 clauses out of 52040 with flag 368000/368000
1240.15/1236.27	c cleaning 26998 clauses out of 54031 with flag 396002/396002
1307.70/1303.77	c cleaning 27948 clauses out of 56034 with flag 425003/425003
1373.25/1369.28	c cleaning 29001 clauses out of 58083 with flag 455000/455000
1454.02/1449.97	c cleaning 30031 clauses out of 60083 with flag 486001/486001
1520.98/1516.82	c cleaning 30967 clauses out of 62051 with flag 518000/518000
1589.00/1584.86	c cleaning 32022 clauses out of 64086 with flag 551002/551002
1679.52/1675.27	c cleaning 33025 clauses out of 66062 with flag 585000/585000
1800.05/1795.71	c starts		: 166
1800.05/1795.71	c conflicts		: 619735
1800.05/1795.71	c decisions		: 13464075
1800.05/1795.71	c propagations		: 5250271921
1800.05/1795.71	c inspects		: 2529676921
1800.05/1795.71	c shortcuts		: 0
1800.05/1795.71	c learnt literals	: 1
1800.05/1795.71	c learnt binary clauses	: 4002
1800.05/1795.71	c learnt ternary clauses	: 3057
1800.05/1795.71	c learnt constraints	: 619734
1800.05/1795.71	c ignored constraints	: 0
1800.05/1795.71	c root simplifications	: 0
1800.05/1795.71	c removed literals (reason simplification)	: 0
1800.05/1795.71	c reason swapping (by a shorter reason)	: 0
1800.05/1795.71	c Calls to reduceDB	: 30
1800.05/1795.71	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.71	c number of learned constraints concerned by reduction	: 0
1800.05/1795.71	c number of learning phase by resolution	: 0
1800.05/1795.71	c number of learning phase by cutting planes	: 0
1800.05/1795.71	c speed (assignments/second)	: 2932878.8963345964
1800.05/1795.71	c non guided choices	3951
1800.05/1795.73	c learnt constraints type 
1800.05/1795.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4002
1800.05/1795.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 63775
1800.05/1795.73	c constraints type 
1800.05/1795.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.05/1795.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.05/1795.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.05/1795.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.05/1795.73	c 402763 constraints processed.
1800.05/1795.73	s UNKNOWN
1800.05/1795.73	c Total wall clock time (in seconds): 1795.618

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

running on 4 cores: 0,2,4,6

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: 2.00 2.00 2.00 2/194 27214
/proc/meminfo: memFree=29056800/32873648 swapFree=7108/7108
[pid=27214] ppid=27212 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27214/stat : 27214 (java) D 27212 27214 21597 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 255559564 9515008 182 33554432000 1073741824 1073778376 140735995259200 140735995250232 219513962165 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/27214/statm: 2323 182 140 9 0 71 0

[startup+0.048238 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 27214
/proc/meminfo: memFree=29056800/32873648 swapFree=7108/7108
[pid=27214] ppid=27212 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/27214/stat : 27214 (java) S 27212 27214 21597 0 -1 4202496 3029 0 1 0 2 1 0 0 20 0 13 0 255559564 9446973440 3728 33554432000 1073741824 1073778376 140736489061344 140736489052480 219517321277 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27214/statm: 2306390 3728 1699 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100203 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 27214
/proc/meminfo: memFree=29056800/32873648 swapFree=7108/7108
[pid=27214] ppid=27212 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/27214/stat : 27214 (java) S 27212 27214 21597 0 -1 4202496 4273 0 1 0 8 1 0 0 20 0 18 0 255559564 9787813888 5471 33554432000 1073741824 1073778376 140736489061344 140736489052480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27214/statm: 2389603 5472 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300239 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 27214
/proc/meminfo: memFree=29056800/32873648 swapFree=7108/7108
[pid=27214] ppid=27212 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/27214/stat : 27214 (java) S 27212 27214 21597 0 -1 4202496 5960 0 1 0 48 2 0 0 20 0 18 0 255559564 9787813888 12486 33554432000 1073741824 1073778376 140736489061344 140736489052480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27214/statm: 2389603 12486 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.70024 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 27214
/proc/meminfo: memFree=29056800/32873648 swapFree=7108/7108
[pid=27214] ppid=27212 vsize=9558412 CPUtime=1.28 cores=0,2,4,6
/proc/27214/stat : 27214 (java) S 27212 27214 21597 0 -1 4202496 9342 0 1 0 123 5 0 0 20 0 18 0 255559564 9787813888 45466 33554432000 1073741824 1073778376 140736489061344 140736489052480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27214/statm: 2389603 45466 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9558412

[startup+1.50069 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 27232
/proc/meminfo: memFree=28730320/32873648 swapFree=7108/7108
[pid=27214] ppid=27212 vsize=9558412 CPUtime=2.36 cores=0,2,4,6
/proc/27214/stat : 27214 (java) S 27212 27214 21597 0 -1 4202496 10050 0 1 0 224 12 0 0 20 0 18 0 255559564 9787813888 89538 33554432000 1073741824 1073778376 140736489061344 140736489052480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27214/statm: 2389603 89538 2247 9 0 2380296 0
[pid=27214/tid=27216] ppid=27212 vsize=9558412 CPUtime=1.34 cores=0,2,4,6
/proc/27214/task/27216/stat : 27216 (java) R 27212 27214 21597 0 -1 4202560 2557 0 1 0 129 5 0 0 20 0 18 0 255559565 9787813888 89538 33554432000 1073741824 1073778376 140736489061344 140725500506128 140725358873016 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27214/tid=27217] ppid=27212 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/27214/task/27217/stat : 27217 (java) S 27212 27214 21597 0 -1 4202560 107 0 0 0 4 0 0 0 20 0 18 0 255559566 9787813888 89538 33554432000 1073741824 1073778376 140736489061344 140725478615336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27214/tid=27218] ppid=27212 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/27214/task/27218/stat : 27218 (java) S 27212 27214 21597 0 -1 4202560 111 0 0 0 4 0 0 0 20 0 18 0 255559566 9787813888 89538 33554432000 1073741824 1073778376 140736489061344 140725477562536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27219] ppid=27212 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/27214/task/27219/stat : 27219 (java) S 27212 27214 21597 0 -1 4202560 98 0 0 0 3 0 0 0 20 0 18 0 255559566 9787813888 89538 33554432000 1073741824 1073778376 140736489061344 140725274536488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27214/tid=27220] ppid=27212 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/27214/task/27220/stat : 27220 (java) S 27212 27214 21597 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 18 0 255559566 9787813888 89538 33554432000 1073741824 1073778376 140736489061344 140725273483688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27221] ppid=27212 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/27214/task/27221/stat : 27221 (java) S 27212 27214 21597 0 -1 4202560 44 0 0 0 4 0 0 0 20 0 18 0 255559566 9787813888 89538 33554432000 1073741824 1073778376 140736489061344 140725272431400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27222] ppid=27212 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/27214/task/27222/stat : 27222 (java) S 27212 27214 21597 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 18 0 255559566 9787813888 89538 33554432000 1073741824 1073778376 140736489061344 140725271378600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27214/tid=27223] ppid=27212 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/27214/task/27223/stat : 27223 (java) S 27212 27214 21597 0 -1 4202560 112 0 0 0 5 0 0 0 20 0 18 0 255559566 9787813888 89538 33554432000 1073741824 1073778376 140736489061344 140725270326312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27224] ppid=27212 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/27214/task/27224/stat : 27224 (java) S 27212 27214 21597 0 -1 4202560 44 0 0 0 6 0 0 0 20 0 18 0 255559566 9787813888 89538 33554432000 1073741824 1073778376 140736489061344 140725269273512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27225] ppid=27212 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27225/stat : 27225 (java) S 27212 27214 21597 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255559567 9787813888 89538 33554432000 1073741824 1073778376 140736489061344 140725257074920 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27226] ppid=27212 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27226/stat : 27226 (java) S 27212 27214 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255559567 9787813888 89538 33554432000 1073741824 1073778376 140736489061344 140725256020984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27227] ppid=27212 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27227/stat : 27227 (java) S 27212 27214 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255559567 9787813888 89538 33554432000 1073741824 1073778376 140736489061344 140725254968584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27228] ppid=27212 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27228/stat : 27228 (java) S 27212 27214 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255559570 9787813888 89538 33554432000 1073741824 1073778376 140736489061344 140725253917072 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27229] ppid=27212 vsize=9558412 CPUtime=0.25 cores=0,2,4,6
/proc/27214/task/27229/stat : 27229 (java) S 27212 27214 21597 0 -1 4202560 2172 0 0 0 25 0 0 0 20 0 18 0 255559570 9787813888 89538 33554432000 1073741824 1073778376 140736489061344 140725252864696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27230] ppid=27212 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/27214/task/27230/stat : 27230 (java) S 27212 27214 21597 0 -1 4202560 3373 0 0 0 29 0 0 0 20 0 18 0 255559570 9787813888 89538 33554432000 1073741824 1073778376 140736489061344 140725251811896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27231] ppid=27212 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27231/stat : 27231 (java) S 27212 27214 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255559570 9787813888 89538 33554432000 1073741824 1073778376 140736489061344 140725250759800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27232] ppid=27212 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27232/stat : 27232 (java) S 27212 27214 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255559570 9787813888 89538 33554432000 1073741824 1073778376 140736489061344 140725249707208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9558412

[startup+3.10069 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 27232
/proc/meminfo: memFree=28491328/32873648 swapFree=7108/7108
[pid=27214] ppid=27212 vsize=9558412 CPUtime=4.2 cores=0,2,4,6
/proc/27214/stat : 27214 (java) S 27212 27214 21597 0 -1 4202496 10770 0 1 0 397 23 0 0 20 0 18 0 255559564 9787813888 159666 33554432000 1073741824 1073778376 140736489061344 140736489052480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27214/statm: 2389603 159666 2247 9 0 2380296 0
[pid=27214/tid=27216] ppid=27212 vsize=9558412 CPUtime=2.86 cores=0,2,4,6
/proc/27214/task/27216/stat : 27216 (java) R 27212 27214 21597 0 -1 4202560 2843 0 1 0 277 9 0 0 20 0 18 0 255559565 9787813888 159666 33554432000 1073741824 1073778376 140736489061344 140725500506000 140725358873705 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27214/tid=27217] ppid=27212 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/27214/task/27217/stat : 27217 (java) S 27212 27214 21597 0 -1 4202560 127 0 0 0 6 2 0 0 20 0 18 0 255559566 9787813888 159666 33554432000 1073741824 1073778376 140736489061344 140725478615336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27214/tid=27218] ppid=27212 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/27214/task/27218/stat : 27218 (java) S 27212 27214 21597 0 -1 4202560 124 0 0 0 5 1 0 0 20 0 18 0 255559566 9787813888 159666 33554432000 1073741824 1073778376 140736489061344 140725477562536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27219] ppid=27212 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/27214/task/27219/stat : 27219 (java) S 27212 27214 21597 0 -1 4202560 139 0 0 0 9 2 0 0 20 0 18 0 255559566 9787813888 159666 33554432000 1073741824 1073778376 140736489061344 140725274536488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27214/tid=27220] ppid=27212 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/27214/task/27220/stat : 27220 (java) S 27212 27214 21597 0 -1 4202560 48 0 0 0 8 0 0 0 20 0 18 0 255559566 9787813888 159666 33554432000 1073741824 1073778376 140736489061344 140725273483688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27221] ppid=27212 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/27214/task/27221/stat : 27221 (java) S 27212 27214 21597 0 -1 4202560 64 0 0 0 6 2 0 0 20 0 18 0 255559566 9787813888 159666 33554432000 1073741824 1073778376 140736489061344 140725272431400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27222] ppid=27212 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/27214/task/27222/stat : 27222 (java) S 27212 27214 21597 0 -1 4202560 42 0 0 0 5 1 0 0 20 0 18 0 255559566 9787813888 159666 33554432000 1073741824 1073778376 140736489061344 140725271378600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27223] ppid=27212 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/27214/task/27223/stat : 27223 (java) S 27212 27214 21597 0 -1 4202560 130 0 0 0 7 2 0 0 20 0 18 0 255559566 9787813888 159666 33554432000 1073741824 1073778376 140736489061344 140725270326312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27214/tid=27224] ppid=27212 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/27214/task/27224/stat : 27224 (java) S 27212 27214 21597 0 -1 4202560 57 0 0 0 7 1 0 0 20 0 18 0 255559566 9787813888 159666 33554432000 1073741824 1073778376 140736489061344 140725269273512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27225] ppid=27212 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27225/stat : 27225 (java) S 27212 27214 21597 0 -1 4202560 478 0 0 0 0 0 0 0 20 0 18 0 255559567 9787813888 159666 33554432000 1073741824 1073778376 140736489061344 140725257074920 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27226] ppid=27212 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27226/stat : 27226 (java) S 27212 27214 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255559567 9787813888 159666 33554432000 1073741824 1073778376 140736489061344 140725256020984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27227] ppid=27212 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27227/stat : 27227 (java) S 27212 27214 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255559567 9787813888 159666 33554432000 1073741824 1073778376 140736489061344 140725254968584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27228] ppid=27212 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27228/stat : 27228 (java) S 27212 27214 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255559570 9787813888 159666 33554432000 1073741824 1073778376 140736489061344 140725253917072 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27229] ppid=27212 vsize=9558412 CPUtime=0.25 cores=0,2,4,6
/proc/27214/task/27229/stat : 27229 (java) S 27212 27214 21597 0 -1 4202560 2172 0 0 0 25 0 0 0 20 0 18 0 255559570 9787813888 159666 33554432000 1073741824 1073778376 140736489061344 140725252864696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27230] ppid=27212 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/27214/task/27230/stat : 27230 (java) S 27212 27214 21597 0 -1 4202560 3373 0 0 0 29 0 0 0 20 0 18 0 255559570 9787813888 159666 33554432000 1073741824 1073778376 140736489061344 140725251811896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27231] ppid=27212 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27231/stat : 27231 (java) S 27212 27214 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255559570 9787813888 159666 33554432000 1073741824 1073778376 140736489061344 140725250759800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27232] ppid=27212 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27232/stat : 27232 (java) S 27212 27214 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255559570 9787813888 159666 33554432000 1073741824 1073778376 140736489061344 140725249707208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9558412

[startup+6.3007 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 27232
/proc/meminfo: memFree=26838680/32873648 swapFree=7108/7108
[pid=27214] ppid=27212 vsize=9624976 CPUtime=8.82 cores=0,2,4,6
/proc/27214/stat : 27214 (java) S 27212 27214 21597 0 -1 4202496 14647 0 1 0 818 64 0 0 20 0 19 0 255559564 9855975424 555538 33554432000 1073741824 1073778376 140736489061344 140736489052480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27214/statm: 2406244 555538 2264 9 0 2396937 0
[pid=27214/tid=27216] ppid=27212 vsize=9624976 CPUtime=5.73 cores=0,2,4,6
/proc/27214/task/27216/stat : 27216 (java) R 27212 27214 21597 0 -1 4202560 4358 0 1 0 543 30 0 0 20 0 19 0 255559565 9855975424 555538 33554432000 1073741824 1073778376 140736489061344 140725500514648 140725359395581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27214/tid=27217] ppid=27212 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/27214/task/27217/stat : 27217 (java) S 27212 27214 21597 0 -1 4202560 186 0 0 0 22 4 0 0 20 0 19 0 255559566 9855975424 555538 33554432000 1073741824 1073778376 140736489061344 140725478615336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27214/tid=27218] ppid=27212 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/27214/task/27218/stat : 27218 (java) S 27212 27214 21597 0 -1 4202560 241 0 0 0 23 5 0 0 20 0 19 0 255559566 9855975424 555538 33554432000 1073741824 1073778376 140736489061344 140725477562536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27219] ppid=27212 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/27214/task/27219/stat : 27219 (java) S 27212 27214 21597 0 -1 4202560 500 0 0 0 23 5 0 0 20 0 19 0 255559566 9855975424 555538 33554432000 1073741824 1073778376 140736489061344 140725274536488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27220] ppid=27212 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/27214/task/27220/stat : 27220 (java) S 27212 27214 21597 0 -1 4202560 368 0 0 0 18 3 0 0 20 0 19 0 255559566 9855975424 555538 33554432000 1073741824 1073778376 140736489061344 140725273483688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27214/tid=27221] ppid=27212 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/27214/task/27221/stat : 27221 (java) S 27212 27214 21597 0 -1 4202560 130 0 0 0 18 4 0 0 20 0 19 0 255559566 9855975424 555538 33554432000 1073741824 1073778376 140736489061344 140725272431400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27222] ppid=27212 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/27214/task/27222/stat : 27222 (java) S 27212 27214 21597 0 -1 4202560 106 0 0 0 17 3 0 0 20 0 19 0 255559566 9855975424 555538 33554432000 1073741824 1073778376 140736489061344 140725271378600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27223] ppid=27212 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/27214/task/27223/stat : 27223 (java) S 27212 27214 21597 0 -1 4202560 180 0 0 0 16 4 0 0 20 0 19 0 255559566 9855975424 555538 33554432000 1073741824 1073778376 140736489061344 140725270326312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27214/tid=27224] ppid=27212 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/27214/task/27224/stat : 27224 (java) S 27212 27214 21597 0 -1 4202560 378 0 0 0 21 4 0 0 20 0 19 0 255559566 9855975424 555538 33554432000 1073741824 1073778376 140736489061344 140725269273512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27214/tid=27225] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27225/stat : 27225 (java) S 27212 27214 21597 0 -1 4202560 1266 0 0 0 0 0 0 0 20 0 19 0 255559567 9855975424 555538 33554432000 1073741824 1073778376 140736489061344 140725257074920 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27214/tid=27226] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27226/stat : 27226 (java) S 27212 27214 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255559567 9855975424 555538 33554432000 1073741824 1073778376 140736489061344 140725256020984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27227] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27227/stat : 27227 (java) S 27212 27214 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255559567 9855975424 555538 33554432000 1073741824 1073778376 140736489061344 140725254968584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27228] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27228/stat : 27228 (java) S 27212 27214 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255559570 9855975424 555538 33554432000 1073741824 1073778376 140736489061344 140725253917072 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27229] ppid=27212 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/27214/task/27229/stat : 27229 (java) S 27212 27214 21597 0 -1 4202560 2347 0 0 0 51 0 0 0 20 0 19 0 255559570 9855975424 555538 33554432000 1073741824 1073778376 140736489061344 140725252864696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27230] ppid=27212 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/27214/task/27230/stat : 27230 (java) S 27212 27214 21597 0 -1 4202560 3406 0 0 0 53 0 0 0 20 0 19 0 255559570 9855975424 555538 33554432000 1073741824 1073778376 140736489061344 140725251811896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27231] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27231/stat : 27231 (java) S 27212 27214 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255559570 9855975424 555538 33554432000 1073741824 1073778376 140736489061344 140725250759800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27232] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27232/stat : 27232 (java) S 27212 27214 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255559570 9855975424 555538 33554432000 1073741824 1073778376 140736489061344 140725249707208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.82
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 27233
/proc/meminfo: memFree=26837952/32873648 swapFree=7108/7108
[pid=27214] ppid=27212 vsize=9624976 CPUtime=15.35 cores=0,2,4,6
/proc/27214/stat : 27214 (java) S 27212 27214 21597 0 -1 4202496 14656 0 1 0 1471 64 0 0 20 0 19 0 255559564 9855975424 555542 33554432000 1073741824 1073778376 140736489061344 140736489052480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27214/statm: 2406244 555542 2267 9 0 2396937 0
[pid=27214/tid=27216] ppid=27212 vsize=9624976 CPUtime=12.13 cores=0,2,4,6

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

[pid=27214/tid=27222] ppid=27212 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/27214/task/27222/stat : 27222 (java) S 27212 27214 21597 0 -1 4202560 177 0 0 0 40 5 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725271378600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27223] ppid=27212 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/27214/task/27223/stat : 27223 (java) S 27212 27214 21597 0 -1 4202560 411 0 0 0 46 7 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725270326312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27214/tid=27224] ppid=27212 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/27214/task/27224/stat : 27224 (java) S 27212 27214 21597 0 -1 4202560 494 0 0 0 43 6 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725269273512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27214/tid=27225] ppid=27212 vsize=9624976 CPUtime=12.78 cores=0,2,4,6
/proc/27214/task/27225/stat : 27225 (java) S 27212 27214 21597 0 -1 4202560 1425 0 0 0 1274 4 0 0 20 0 19 0 255559567 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725257074920 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27214/tid=27226] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27226/stat : 27226 (java) S 27212 27214 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255559567 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725256020984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27227] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27227/stat : 27227 (java) S 27212 27214 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255559567 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725254968584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27228] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27228/stat : 27228 (java) S 27212 27214 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255559570 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725253917072 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27229] ppid=27212 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/27214/task/27229/stat : 27229 (java) S 27212 27214 21597 0 -1 4202560 2638 0 0 0 65 0 0 0 20 0 19 0 255559570 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725252864696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27230] ppid=27212 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/27214/task/27230/stat : 27230 (java) S 27212 27214 21597 0 -1 4202560 3420 0 0 0 69 0 0 0 20 0 19 0 255559570 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725251811896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27231] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27231/stat : 27231 (java) S 27212 27214 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255559570 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725250759800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27232] ppid=27212 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/27214/task/27232/stat : 27232 (java) S 27212 27214 21597 0 -1 4202560 99 0 0 0 37 31 0 0 20 0 19 0 255559570 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725249707208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27214/tid=27233] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27233/stat : 27233 (java) S 27212 27214 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255560121 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725248652200 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.64
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/213 27366
/proc/meminfo: memFree=26007528/32873648 swapFree=7108/7108
[pid=27214] ppid=27212 vsize=9624976 CPUtime=1786.64 cores=0,2,4,6
/proc/27214/stat : 27214 (java) S 27212 27214 21597 0 -1 4202496 16090 0 1 0 178558 106 0 0 20 0 19 0 255559564 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140736489052480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27214/statm: 2406244 617452 2281 9 0 2396937 0
[pid=27214/tid=27216] ppid=27212 vsize=9624976 CPUtime=1768.31 cores=0,2,4,6
/proc/27214/task/27216/stat : 27216 (java) R 27212 27214 21597 0 -1 4202560 4393 0 1 0 176772 59 0 0 20 0 19 0 255559565 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725500514592 140725359242849 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27217] ppid=27212 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/27214/task/27217/stat : 27217 (java) S 27212 27214 21597 0 -1 4202560 225 0 0 0 44 6 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725478615336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27218] ppid=27212 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/27214/task/27218/stat : 27218 (java) S 27212 27214 21597 0 -1 4202560 275 0 0 0 47 6 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725477562536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27214/tid=27219] ppid=27212 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/27214/task/27219/stat : 27219 (java) S 27212 27214 21597 0 -1 4202560 718 0 0 0 44 7 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725274536488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27220] ppid=27212 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/27214/task/27220/stat : 27220 (java) S 27212 27214 21597 0 -1 4202560 412 0 0 0 42 5 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725273483688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27221] ppid=27212 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/27214/task/27221/stat : 27221 (java) S 27212 27214 21597 0 -1 4202560 219 0 0 0 39 6 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725272431400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27214/tid=27222] ppid=27212 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/27214/task/27222/stat : 27222 (java) S 27212 27214 21597 0 -1 4202560 177 0 0 0 40 5 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725271378600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27223] ppid=27212 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/27214/task/27223/stat : 27223 (java) S 27212 27214 21597 0 -1 4202560 411 0 0 0 46 7 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725270326312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27214/tid=27224] ppid=27212 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/27214/task/27224/stat : 27224 (java) S 27212 27214 21597 0 -1 4202560 494 0 0 0 43 6 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725269273512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27214/tid=27225] ppid=27212 vsize=9624976 CPUtime=12.78 cores=0,2,4,6
/proc/27214/task/27225/stat : 27225 (java) S 27212 27214 21597 0 -1 4202560 1425 0 0 0 1274 4 0 0 20 0 19 0 255559567 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725257074920 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27214/tid=27226] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27226/stat : 27226 (java) S 27212 27214 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255559567 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725256020984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27227] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27227/stat : 27227 (java) S 27212 27214 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255559567 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725254968584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27228] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27228/stat : 27228 (java) S 27212 27214 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255559570 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725253917072 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27229] ppid=27212 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/27214/task/27229/stat : 27229 (java) S 27212 27214 21597 0 -1 4202560 2638 0 0 0 65 0 0 0 20 0 19 0 255559570 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725252864696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27230] ppid=27212 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/27214/task/27230/stat : 27230 (java) S 27212 27214 21597 0 -1 4202560 3420 0 0 0 69 0 0 0 20 0 19 0 255559570 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725251811896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27231] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27231/stat : 27231 (java) S 27212 27214 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255559570 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725250759800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27232] ppid=27212 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/27214/task/27232/stat : 27232 (java) S 27212 27214 21597 0 -1 4202560 103 0 0 0 39 32 0 0 20 0 19 0 255559570 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725249707208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27214/tid=27233] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27233/stat : 27233 (java) S 27212 27214 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255560121 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725248652200 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.64
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.7 s]
/proc/loadavg: 1.99 1.99 1.99 3/213 27366
/proc/meminfo: memFree=26007528/32873648 swapFree=7108/7108
[pid=27214] ppid=27212 vsize=9624976 CPUtime=1800.05 cores=0,2,4,6
/proc/27214/stat : 27214 (java) S 27212 27214 21597 0 -1 4202496 16090 0 1 0 179899 106 0 0 20 0 19 0 255559564 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140736489052480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27214/statm: 2406244 617452 2281 9 0 2396937 0
[pid=27214/tid=27216] ppid=27212 vsize=9624976 CPUtime=1781.72 cores=0,2,4,6
/proc/27214/task/27216/stat : 27216 (java) R 27212 27214 21597 0 -1 4202560 4393 0 1 0 178112 60 0 0 20 0 19 0 255559565 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725500514592 140725359274624 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27217] ppid=27212 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/27214/task/27217/stat : 27217 (java) S 27212 27214 21597 0 -1 4202560 225 0 0 0 44 6 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725478615336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27218] ppid=27212 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/27214/task/27218/stat : 27218 (java) S 27212 27214 21597 0 -1 4202560 275 0 0 0 47 6 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725477562536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27214/tid=27219] ppid=27212 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/27214/task/27219/stat : 27219 (java) S 27212 27214 21597 0 -1 4202560 718 0 0 0 44 7 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725274536488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27220] ppid=27212 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/27214/task/27220/stat : 27220 (java) S 27212 27214 21597 0 -1 4202560 412 0 0 0 42 5 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725273483688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27221] ppid=27212 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/27214/task/27221/stat : 27221 (java) S 27212 27214 21597 0 -1 4202560 219 0 0 0 39 6 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725272431400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27214/tid=27222] ppid=27212 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/27214/task/27222/stat : 27222 (java) S 27212 27214 21597 0 -1 4202560 177 0 0 0 40 5 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725271378600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27223] ppid=27212 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/27214/task/27223/stat : 27223 (java) S 27212 27214 21597 0 -1 4202560 411 0 0 0 46 7 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725270326312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27214/tid=27224] ppid=27212 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/27214/task/27224/stat : 27224 (java) S 27212 27214 21597 0 -1 4202560 494 0 0 0 43 6 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725269273512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27214/tid=27225] ppid=27212 vsize=9624976 CPUtime=12.78 cores=0,2,4,6
/proc/27214/task/27225/stat : 27225 (java) S 27212 27214 21597 0 -1 4202560 1425 0 0 0 1274 4 0 0 20 0 19 0 255559567 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725257074920 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27214/tid=27226] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27226/stat : 27226 (java) S 27212 27214 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255559567 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725256020984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27227] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27227/stat : 27227 (java) S 27212 27214 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255559567 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725254968584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27228] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27228/stat : 27228 (java) S 27212 27214 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255559570 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725253917072 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27229] ppid=27212 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/27214/task/27229/stat : 27229 (java) S 27212 27214 21597 0 -1 4202560 2638 0 0 0 65 0 0 0 20 0 19 0 255559570 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725252864696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27230] ppid=27212 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/27214/task/27230/stat : 27230 (java) S 27212 27214 21597 0 -1 4202560 3420 0 0 0 69 0 0 0 20 0 19 0 255559570 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725251811896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27231] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27231/stat : 27231 (java) S 27212 27214 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255559570 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725250759800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27232] ppid=27212 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/27214/task/27232/stat : 27232 (java) S 27212 27214 21597 0 -1 4202560 103 0 0 0 39 32 0 0 20 0 19 0 255559570 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725249707208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27214/tid=27233] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27233/stat : 27233 (java) S 27212 27214 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255560121 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725248652200 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1795.7 s]
/proc/loadavg: 1.99 1.99 1.99 3/213 27366
/proc/meminfo: memFree=26007528/32873648 swapFree=7108/7108
[pid=27214] ppid=27212 vsize=9624976 CPUtime=1800.05 cores=0,2,4,6
/proc/27214/stat : 27214 (java) S 27212 27214 21597 0 -1 4202496 16090 0 1 0 179899 106 0 0 20 0 19 0 255559564 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140736489052480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27214/statm: 2406244 617452 2281 9 0 2396937 0
[pid=27214/tid=27216] ppid=27212 vsize=9624976 CPUtime=1781.72 cores=0,2,4,6
/proc/27214/task/27216/stat : 27216 (java) R 27212 27214 21597 0 -1 4202560 4393 0 1 0 178112 60 0 0 20 0 19 0 255559565 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725500514592 140725359274624 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27217] ppid=27212 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/27214/task/27217/stat : 27217 (java) S 27212 27214 21597 0 -1 4202560 225 0 0 0 44 6 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725478615336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27218] ppid=27212 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/27214/task/27218/stat : 27218 (java) S 27212 27214 21597 0 -1 4202560 275 0 0 0 47 6 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725477562536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27214/tid=27219] ppid=27212 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/27214/task/27219/stat : 27219 (java) S 27212 27214 21597 0 -1 4202560 718 0 0 0 44 7 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725274536488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27220] ppid=27212 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/27214/task/27220/stat : 27220 (java) S 27212 27214 21597 0 -1 4202560 412 0 0 0 42 5 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725273483688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27221] ppid=27212 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/27214/task/27221/stat : 27221 (java) S 27212 27214 21597 0 -1 4202560 219 0 0 0 39 6 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725272431400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27214/tid=27222] ppid=27212 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/27214/task/27222/stat : 27222 (java) S 27212 27214 21597 0 -1 4202560 177 0 0 0 40 5 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725271378600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27223] ppid=27212 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/27214/task/27223/stat : 27223 (java) S 27212 27214 21597 0 -1 4202560 411 0 0 0 46 7 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725270326312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27214/tid=27224] ppid=27212 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/27214/task/27224/stat : 27224 (java) S 27212 27214 21597 0 -1 4202560 494 0 0 0 43 6 0 0 20 0 19 0 255559566 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725269273512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27214/tid=27225] ppid=27212 vsize=9624976 CPUtime=12.78 cores=0,2,4,6
/proc/27214/task/27225/stat : 27225 (java) S 27212 27214 21597 0 -1 4202560 1425 0 0 0 1274 4 0 0 20 0 19 0 255559567 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725257074920 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27214/tid=27226] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27226/stat : 27226 (java) S 27212 27214 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255559567 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725256020984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27227] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27227/stat : 27227 (java) S 27212 27214 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255559567 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725254968584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27228] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27228/stat : 27228 (java) S 27212 27214 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255559570 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725253917072 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27229] ppid=27212 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/27214/task/27229/stat : 27229 (java) S 27212 27214 21597 0 -1 4202560 2638 0 0 0 65 0 0 0 20 0 19 0 255559570 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725252864696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27214/tid=27230] ppid=27212 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/27214/task/27230/stat : 27230 (java) S 27212 27214 21597 0 -1 4202560 3420 0 0 0 69 0 0 0 20 0 19 0 255559570 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725251811896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27231] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27231/stat : 27231 (java) S 27212 27214 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255559570 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725250759800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27214/tid=27232] ppid=27212 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/27214/task/27232/stat : 27232 (java) S 27212 27214 21597 0 -1 4202560 103 0 0 0 39 32 0 0 20 0 19 0 255559570 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725249707208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27214/tid=27233] ppid=27212 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27214/task/27233/stat : 27233 (java) S 27212 27214 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255560121 9855975424 617452 33554432000 1073741824 1073778376 140736489061344 140725248652200 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1795.75
CPU time (s): 1800.82
CPU user time (s): 1799.23
CPU system time (s): 1.59376
CPU usage (%): 100.282
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 1.59376
maximum resident set size= 2469936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16126
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39140
involuntary context switches= 13403

runsolver used 6.49001 second user time and 14.8557 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-24 23:18:42
IDJOB=3689923
IDBENCH=92010
IDSOLVER=2269
FILE ID=node114/3689923-1337894321
RUNJOBID= node114-1337889993-26418
PBS_JOBID= 14620090
Free space on /tmp= 71640 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_unif_0null20mast_rapportOE2.0_TMAX120_K192_cod2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689923-1337894321/watcher-3689923-1337894321 -o /tmp/evaluation-result-3689923-1337894321/solver-3689923-1337894321 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689923-1337894321.opb

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

MD5SUM BENCH= ebc55ee99ce38561d9e6a8d277ae7659
RANDOM SEED=386599189

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:        29057444 kB
Buffers:          219520 kB
Cached:          2562324 kB
SwapCached:            0 kB
Active:           911712 kB
Inactive:        2134672 kB
Active(anon):     267056 kB
Inactive(anon):        0 kB
Active(file):     644656 kB
Inactive(file):  2134672 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             28024 kB
Writeback:             0 kB
AnonPages:        279664 kB
Mapped:            21720 kB
Shmem:               200 kB
Slab:             624236 kB
SReclaimable:      68460 kB
SUnreclaim:       555776 kB
KernelStack:        1592 kB
PageTables:         4708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     827496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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= 71616 MiB
End job on node114 at 2012-05-24 23:48:40