Trace number 3689823

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 1796.36

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null20mast_rapportOE1.0_TMAX15_K192_cod2.opb
MD5SUMda53a74913ae0ed6caffae915d70714d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11389
Best CPU time to get the best result obtained on this benchmark619.196
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 892
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 623794
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 623794
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.2.v20120418
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/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-3689823-1337893467.opb
0.09/0.11	c reading problem ... 
7.38/5.47	c ... done. Wall clock time 5.36s.
7.38/5.47	c declared #vars     400896
7.38/5.47	c #constraints  402763
7.38/5.47	c constraints type 
7.38/5.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
7.38/5.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.38/5.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.38/5.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.38/5.47	c 402763 constraints processed.
7.38/5.47	c objective function length is 892 literals
41.97/39.41	c cleaning 2492 clauses out of 4998 with flag 5000/5000
85.16/82.43	c cleaning 4251 clauses out of 8506 with flag 11000/11000
136.47/133.76	c cleaning 5625 clauses out of 11255 with flag 18000/18000
191.29/188.53	c cleaning 6691 clauses out of 13631 with flag 26001/26001
240.75/237.95	c cleaning 7953 clauses out of 15939 with flag 35000/35000
300.59/297.76	c cleaning 8966 clauses out of 17986 with flag 45000/45000
361.53/358.66	c cleaning 9973 clauses out of 20020 with flag 56000/56000
431.25/428.37	c cleaning 11016 clauses out of 22047 with flag 68000/68000
508.48/505.59	c cleaning 12007 clauses out of 24032 with flag 81001/81001
592.41/589.41	c cleaning 12553 clauses out of 26024 with flag 95000/95000
683.54/680.53	c cleaning 14226 clauses out of 28471 with flag 110000/110000
789.26/786.21	c cleaning 15069 clauses out of 30245 with flag 126000/126000
891.10/888.02	c cleaning 16086 clauses out of 32177 with flag 143001/143001
977.88/974.72	c cleaning 16966 clauses out of 34090 with flag 161000/161000
1071.21/1067.90	c cleaning 17788 clauses out of 36124 with flag 180000/180000
1155.66/1152.29	c cleaning 19165 clauses out of 38336 with flag 200000/200000
1262.82/1259.34	c cleaning 20075 clauses out of 40173 with flag 221002/221002
1386.35/1382.83	c cleaning 21042 clauses out of 42096 with flag 243000/243000
1507.70/1504.17	c cleaning 21998 clauses out of 44054 with flag 266000/266000
1659.01/1655.41	c cleaning 23021 clauses out of 46056 with flag 290000/290000
1800.00/1796.32	c starts		: 134
1800.00/1796.32	c conflicts		: 314611
1800.00/1796.32	c decisions		: 8029025
1800.00/1796.32	c propagations		: 4320061389
1800.00/1796.32	c inspects		: 2510265455
1800.00/1796.32	c shortcuts		: 0
1800.00/1796.32	c learnt literals	: 2
1800.00/1796.32	c learnt binary clauses	: 2409
1800.00/1796.32	c learnt ternary clauses	: 1303
1800.00/1796.32	c learnt constraints	: 314608
1800.00/1796.32	c ignored constraints	: 0
1800.00/1796.32	c root simplifications	: 0
1800.00/1796.32	c removed literals (reason simplification)	: 0
1800.00/1796.32	c reason swapping (by a shorter reason)	: 0
1800.00/1796.32	c Calls to reduceDB	: 20
1800.00/1796.32	c number of reductions to clauses (during analyze)	: 0
1800.00/1796.32	c number of learned constraints concerned by reduction	: 0
1800.00/1796.32	c number of learning phase by resolution	: 0
1800.00/1796.32	c number of learning phase by cutting planes	: 0
1800.00/1796.32	c speed (assignments/second)	: 2412404.378563411
1800.00/1796.32	c non guided choices	7878
1800.00/1796.33	c learnt constraints type 
1800.00/1796.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2409
1800.00/1796.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 45239
1800.00/1796.33	c constraints type 
1800.00/1796.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.00/1796.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.00/1796.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.00/1796.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.00/1796.33	c 402763 constraints processed.
1800.00/1796.33	s UNKNOWN
1800.00/1796.33	c Total wall clock time (in seconds): 1796.22

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-3689823-1337893467/watcher-3689823-1337893467 -o /tmp/evaluation-result-3689823-1337893467/solver-3689823-1337893467 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689823-1337893467.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.01 2.04 2.05 2/194 30208
/proc/meminfo: memFree=28014232/32873844 swapFree=7616/7616
[pid=30208] ppid=30206 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30208/stat : 30208 (java) D 30206 30208 24080 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 255471112 9515008 183 33554432000 1073741824 1073778376 140733589921984 140733589913016 209883840181 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/30208/statm: 2323 183 140 9 0 71 0

[startup+0.061813 s]
/proc/loadavg: 2.01 2.04 2.05 2/194 30208
/proc/meminfo: memFree=28014232/32873844 swapFree=7616/7616
[pid=30208] ppid=30206 vsize=9225560 CPUtime=0.04 cores=0,2,4,6
/proc/30208/stat : 30208 (java) S 30206 30208 24080 0 -1 4202496 3093 0 1 0 3 1 0 0 20 0 13 0 255471112 9446973440 4301 33554432000 1073741824 1073778376 140734694468800 140734694459936 209887199293 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30208/statm: 2306390 4301 1714 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.10026 s]
/proc/loadavg: 2.01 2.04 2.05 2/194 30208
/proc/meminfo: memFree=28014232/32873844 swapFree=7616/7616
[pid=30208] ppid=30206 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/30208/stat : 30208 (java) S 30206 30208 24080 0 -1 4202496 4268 0 1 0 8 1 0 0 20 0 18 0 255471112 9787813888 5474 33554432000 1073741824 1073778376 140734694468800 140734694459936 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30208/statm: 2389603 5474 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300228 s]
/proc/loadavg: 2.01 2.04 2.05 2/194 30208
/proc/meminfo: memFree=28014232/32873844 swapFree=7616/7616
[pid=30208] ppid=30206 vsize=9558412 CPUtime=0.49 cores=0,2,4,6
/proc/30208/stat : 30208 (java) S 30206 30208 24080 0 -1 4202496 5742 0 1 0 47 2 0 0 20 0 18 0 255471112 9787813888 12522 33554432000 1073741824 1073778376 140734694468800 140734694459936 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30208/statm: 2389603 12522 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558412

[startup+0.700229 s]
/proc/loadavg: 2.01 2.04 2.05 2/194 30208
/proc/meminfo: memFree=28014232/32873844 swapFree=7616/7616
[pid=30208] ppid=30206 vsize=9558412 CPUtime=1.29 cores=0,2,4,6
/proc/30208/stat : 30208 (java) S 30206 30208 24080 0 -1 4202496 9166 0 1 0 122 7 0 0 20 0 18 0 255471112 9787813888 44947 33554432000 1073741824 1073778376 140734694468800 140734694459936 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30208/statm: 2389603 44947 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9558412

[startup+1.50067 s]
/proc/loadavg: 2.01 2.04 2.05 3/212 30226
/proc/meminfo: memFree=27687372/32873844 swapFree=7616/7616
[pid=30208] ppid=30206 vsize=9558412 CPUtime=2.36 cores=0,2,4,6
/proc/30208/stat : 30208 (java) S 30206 30208 24080 0 -1 4202496 9864 0 1 0 223 13 0 0 20 0 18 0 255471112 9787813888 89519 33554432000 1073741824 1073778376 140734694468800 140734694459936 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30208/statm: 2389603 89519 2247 9 0 2380296 0
[pid=30208/tid=30210] ppid=30206 vsize=9558412 CPUtime=1.34 cores=0,2,4,6
/proc/30208/task/30210/stat : 30210 (java) R 30206 30208 24080 0 -1 4202560 2557 0 1 0 129 5 0 0 20 0 18 0 255471113 9787813888 89519 33554432000 1073741824 1073778376 140734694468800 140248988610544 140248818794836 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30211] ppid=30206 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/30208/task/30211/stat : 30211 (java) S 30206 30208 24080 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 18 0 255471114 9787813888 89519 33554432000 1073741824 1073778376 140734694468800 140248950111272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30208/tid=30212] ppid=30206 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/30208/task/30212/stat : 30212 (java) S 30206 30208 24080 0 -1 4202560 122 0 0 0 4 0 0 0 20 0 18 0 255471114 9787813888 89519 33554432000 1073741824 1073778376 140734694468800 140248949058472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30213] ppid=30206 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/30208/task/30213/stat : 30213 (java) S 30206 30208 24080 0 -1 4202560 108 0 0 0 3 0 0 0 20 0 18 0 255471114 9787813888 89519 33554432000 1073741824 1073778376 140734694468800 140248948005672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30214] ppid=30206 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 24080 0 -1 4202560 117 0 0 0 6 0 0 0 20 0 18 0 255471114 9787813888 89519 33554432000 1073741824 1073778376 140734694468800 140248946952872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30208/tid=30215] ppid=30206 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 24080 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 18 0 255471114 9787813888 89519 33554432000 1073741824 1073778376 140734694468800 140248945900072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30216] ppid=30206 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 24080 0 -1 4202560 138 0 0 0 6 1 0 0 20 0 18 0 255471114 9787813888 89519 33554432000 1073741824 1073778376 140734694468800 140248944847272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30217] ppid=30206 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/30208/task/30217/stat : 30217 (java) S 30206 30208 24080 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 255471114 9787813888 89519 33554432000 1073741824 1073778376 140734694468800 140248943794472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30208/tid=30218] ppid=30206 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/30208/task/30218/stat : 30218 (java) S 30206 30208 24080 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 18 0 255471114 9787813888 89519 33554432000 1073741824 1073778376 140734694468800 140248942741672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30219] ppid=30206 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30219/stat : 30219 (java) S 30206 30208 24080 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255471116 9787813888 89519 33554432000 1073741824 1073778376 140734694468800 140248812063720 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30220] ppid=30206 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30220/stat : 30220 (java) S 30206 30208 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255471116 9787813888 89519 33554432000 1073741824 1073778376 140734694468800 140248811009784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30221] ppid=30206 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30221/stat : 30221 (java) S 30206 30208 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255471116 9787813888 89519 33554432000 1073741824 1073778376 140734694468800 140248809956872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30222] ppid=30206 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30222/stat : 30222 (java) S 30206 30208 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471119 9787813888 89519 33554432000 1073741824 1073778376 140734694468800 140248808905360 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30223] ppid=30206 vsize=9558412 CPUtime=0.31 cores=0,2,4,6
/proc/30208/task/30223/stat : 30223 (java) S 30206 30208 24080 0 -1 4202560 2815 0 0 0 31 0 0 0 20 0 18 0 255471119 9787813888 89519 33554432000 1073741824 1073778376 140734694468800 140248807852472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30224] ppid=30206 vsize=9558412 CPUtime=0.22 cores=0,2,4,6
/proc/30208/task/30224/stat : 30224 (java) S 30206 30208 24080 0 -1 4202560 2548 0 0 0 22 0 0 0 20 0 18 0 255471119 9787813888 89519 33554432000 1073741824 1073778376 140734694468800 140248806799672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30208/tid=30225] ppid=30206 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30225/stat : 30225 (java) S 30206 30208 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471119 9787813888 89519 33554432000 1073741824 1073778376 140734694468800 140248805747064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30208/tid=30226] ppid=30206 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30226/stat : 30226 (java) S 30206 30208 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471119 9787813888 89519 33554432000 1073741824 1073778376 140734694468800 140248804694472 209887213481 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.10067 s]
/proc/loadavg: 2.01 2.04 2.05 3/212 30226
/proc/meminfo: memFree=27452040/32873844 swapFree=7616/7616
[pid=30208] ppid=30206 vsize=9558412 CPUtime=4.22 cores=0,2,4,6
/proc/30208/stat : 30208 (java) S 30206 30208 24080 0 -1 4202496 10586 0 1 0 396 26 0 0 20 0 18 0 255471112 9787813888 159648 33554432000 1073741824 1073778376 140734694468800 140734694459936 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30208/statm: 2389603 159648 2247 9 0 2380296 0
[pid=30208/tid=30210] ppid=30206 vsize=9558412 CPUtime=2.84 cores=0,2,4,6
/proc/30208/task/30210/stat : 30210 (java) R 30206 30208 24080 0 -1 4202560 2843 0 1 0 275 9 0 0 20 0 18 0 255471113 9787813888 159648 33554432000 1073741824 1073778376 140734694468800 140248988610448 140248818830571 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30211] ppid=30206 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/30208/task/30211/stat : 30211 (java) S 30206 30208 24080 0 -1 4202560 64 0 0 0 8 3 0 0 20 0 18 0 255471114 9787813888 159648 33554432000 1073741824 1073778376 140734694468800 140248950111272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30212] ppid=30206 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/30208/task/30212/stat : 30212 (java) S 30206 30208 24080 0 -1 4202560 129 0 0 0 5 1 0 0 20 0 18 0 255471114 9787813888 159648 33554432000 1073741824 1073778376 140734694468800 140248949058472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30213] ppid=30206 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/30208/task/30213/stat : 30213 (java) S 30206 30208 24080 0 -1 4202560 115 0 0 0 4 0 0 0 20 0 18 0 255471114 9787813888 159648 33554432000 1073741824 1073778376 140734694468800 140248948005672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30214] ppid=30206 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 24080 0 -1 4202560 128 0 0 0 6 2 0 0 20 0 18 0 255471114 9787813888 159648 33554432000 1073741824 1073778376 140734694468800 140248946952872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30215] ppid=30206 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 24080 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 18 0 255471114 9787813888 159648 33554432000 1073741824 1073778376 140734694468800 140248945900072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30208/tid=30216] ppid=30206 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 24080 0 -1 4202560 144 0 0 0 7 2 0 0 20 0 18 0 255471114 9787813888 159648 33554432000 1073741824 1073778376 140734694468800 140248944847272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30217] ppid=30206 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/30208/task/30217/stat : 30217 (java) S 30206 30208 24080 0 -1 4202560 51 0 0 0 8 3 0 0 20 0 18 0 255471114 9787813888 159648 33554432000 1073741824 1073778376 140734694468800 140248943794472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30218] ppid=30206 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/30208/task/30218/stat : 30218 (java) S 30206 30208 24080 0 -1 4202560 64 0 0 0 10 3 0 0 20 0 18 0 255471114 9787813888 159648 33554432000 1073741824 1073778376 140734694468800 140248942741672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30219] ppid=30206 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30219/stat : 30219 (java) S 30206 30208 24080 0 -1 4202560 478 0 0 0 0 0 0 0 20 0 18 0 255471116 9787813888 159648 33554432000 1073741824 1073778376 140734694468800 140248812063720 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30208/tid=30220] ppid=30206 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30220/stat : 30220 (java) S 30206 30208 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255471116 9787813888 159648 33554432000 1073741824 1073778376 140734694468800 140248811009784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30221] ppid=30206 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30221/stat : 30221 (java) S 30206 30208 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255471116 9787813888 159648 33554432000 1073741824 1073778376 140734694468800 140248809956872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30222] ppid=30206 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30222/stat : 30222 (java) S 30206 30208 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471119 9787813888 159648 33554432000 1073741824 1073778376 140734694468800 140248808905360 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30223] ppid=30206 vsize=9558412 CPUtime=0.31 cores=0,2,4,6
/proc/30208/task/30223/stat : 30223 (java) S 30206 30208 24080 0 -1 4202560 2815 0 0 0 31 0 0 0 20 0 18 0 255471119 9787813888 159648 33554432000 1073741824 1073778376 140734694468800 140248807852472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30224] ppid=30206 vsize=9558412 CPUtime=0.22 cores=0,2,4,6
/proc/30208/task/30224/stat : 30224 (java) S 30206 30208 24080 0 -1 4202560 2548 0 0 0 22 0 0 0 20 0 18 0 255471119 9787813888 159648 33554432000 1073741824 1073778376 140734694468800 140248806799672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30208/tid=30225] ppid=30206 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30225/stat : 30225 (java) S 30206 30208 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471119 9787813888 159648 33554432000 1073741824 1073778376 140734694468800 140248805747064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30208/tid=30226] ppid=30206 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30226/stat : 30226 (java) S 30206 30208 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471119 9787813888 159648 33554432000 1073741824 1073778376 140734694468800 140248804694472 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 9558412

[startup+6.30067 s]
/proc/loadavg: 2.01 2.04 2.05 3/212 30226
/proc/meminfo: memFree=25805400/32873844 swapFree=7616/7616
[pid=30208] ppid=30206 vsize=9624976 CPUtime=8.76 cores=0,2,4,6
/proc/30208/stat : 30208 (java) S 30206 30208 24080 0 -1 4202496 14284 0 1 0 809 67 0 0 20 0 19 0 255471112 9855975424 555417 33554432000 1073741824 1073778376 140734694468800 140734694459936 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30208/statm: 2406244 555417 2264 9 0 2396937 0
[pid=30208/tid=30210] ppid=30206 vsize=9624976 CPUtime=5.72 cores=0,2,4,6
/proc/30208/task/30210/stat : 30210 (java) R 30206 30208 24080 0 -1 4202560 4427 0 1 0 541 31 0 0 20 0 19 0 255471113 9855975424 555417 33554432000 1073741824 1073778376 140734694468800 140248988619192 140248819224193 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30211] ppid=30206 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/30208/task/30211/stat : 30211 (java) S 30206 30208 24080 0 -1 4202560 99 0 0 0 18 4 0 0 20 0 19 0 255471114 9855975424 555417 33554432000 1073741824 1073778376 140734694468800 140248950111272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30212] ppid=30206 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/30208/task/30212/stat : 30212 (java) S 30206 30208 24080 0 -1 4202560 205 0 0 0 18 4 0 0 20 0 19 0 255471114 9855975424 555417 33554432000 1073741824 1073778376 140734694468800 140248949058472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30208/tid=30213] ppid=30206 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/30208/task/30213/stat : 30213 (java) S 30206 30208 24080 0 -1 4202560 186 0 0 0 14 3 0 0 20 0 19 0 255471114 9855975424 555417 33554432000 1073741824 1073778376 140734694468800 140248948005672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30214] ppid=30206 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 24080 0 -1 4202560 459 0 0 0 21 4 0 0 20 0 19 0 255471114 9855975424 555417 33554432000 1073741824 1073778376 140734694468800 140248946952872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30208/tid=30215] ppid=30206 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 24080 0 -1 4202560 112 0 0 0 18 4 0 0 20 0 19 0 255471114 9855975424 555417 33554432000 1073741824 1073778376 140734694468800 140248945900072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30216] ppid=30206 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 24080 0 -1 4202560 204 0 0 0 17 3 0 0 20 0 19 0 255471114 9855975424 555417 33554432000 1073741824 1073778376 140734694468800 140248944847272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30208/tid=30217] ppid=30206 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/30208/task/30217/stat : 30217 (java) S 30206 30208 24080 0 -1 4202560 379 0 0 0 22 5 0 0 20 0 19 0 255471114 9855975424 555417 33554432000 1073741824 1073778376 140734694468800 140248943794472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30218] ppid=30206 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/30208/task/30218/stat : 30218 (java) S 30206 30208 24080 0 -1 4202560 393 0 0 0 22 6 0 0 20 0 19 0 255471114 9855975424 555417 33554432000 1073741824 1073778376 140734694468800 140248942741672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30208/tid=30219] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30219/stat : 30219 (java) S 30206 30208 24080 0 -1 4202560 1265 0 0 0 0 0 0 0 20 0 19 0 255471116 9855975424 555417 33554432000 1073741824 1073778376 140734694468800 140248812063720 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30220] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30220/stat : 30220 (java) S 30206 30208 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471116 9855975424 555417 33554432000 1073741824 1073778376 140734694468800 140248811009784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30221] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30221/stat : 30221 (java) S 30206 30208 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471116 9855975424 555417 33554432000 1073741824 1073778376 140734694468800 140248809956872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30222] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30222/stat : 30222 (java) S 30206 30208 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471119 9855975424 555417 33554432000 1073741824 1073778376 140734694468800 140248808905360 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30223] ppid=30206 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/30208/task/30223/stat : 30223 (java) S 30206 30208 24080 0 -1 4202560 2817 0 0 0 55 0 0 0 20 0 19 0 255471119 9855975424 555417 33554432000 1073741824 1073778376 140734694468800 140248807852472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30224] ppid=30206 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/30208/task/30224/stat : 30224 (java) S 30206 30208 24080 0 -1 4202560 2554 0 0 0 47 0 0 0 20 0 19 0 255471119 9855975424 555417 33554432000 1073741824 1073778376 140734694468800 140248806799672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30208/tid=30225] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30225/stat : 30225 (java) S 30206 30208 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471119 9855975424 555417 33554432000 1073741824 1073778376 140734694468800 140248805747064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30208/tid=30226] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30226/stat : 30226 (java) S 30206 30208 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471119 9855975424 555417 33554432000 1073741824 1073778376 140734694468800 140248804694472 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.76
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 2.01 2.04 2.05 3/212 30227
/proc/meminfo: memFree=25813676/32873844 swapFree=7616/7616
[pid=30208] ppid=30206 vsize=9624976 CPUtime=15.22 cores=0,2,4,6
/proc/30208/stat : 30208 (java) S 30206 30208 24080 0 -1 4202496 14286 0 1 0 1455 67 0 0 20 0 19 0 255471112 9855975424 555418 33554432000 1073741824 1073778376 140734694468800 140734694459936 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30208/statm: 2406244 555418 2265 9 0 2396937 0
[pid=30208/tid=30210] ppid=30206 vsize=9624976 CPUtime=12.1 cores=0,2,4,6

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

[pid=30208/tid=30223] ppid=30206 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/30208/task/30223/stat : 30223 (java) S 30206 30208 24080 0 -1 4202560 2831 0 0 0 65 0 0 0 20 0 19 0 255471119 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248807852472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30224] ppid=30206 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/30208/task/30224/stat : 30224 (java) S 30206 30208 24080 0 -1 4202560 2757 0 0 0 63 0 0 0 20 0 19 0 255471119 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248806799672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30225] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30225/stat : 30225 (java) S 30206 30208 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471119 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248805747064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30208/tid=30226] ppid=30206 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/30208/task/30226/stat : 30226 (java) S 30206 30208 24080 0 -1 4202560 99 0 0 0 32 32 0 0 20 0 19 0 255471119 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248804694472 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30227] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30227/stat : 30227 (java) S 30206 30208 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471667 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248803641000 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1725.97
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.05 2.08 2.03 3/213 30302
/proc/meminfo: memFree=22882452/32873844 swapFree=7616/7616
[pid=30208] ppid=30206 vsize=9624976 CPUtime=1785.99 cores=0,2,4,6
/proc/30208/stat : 30208 (java) S 30206 30208 24080 0 -1 4202496 15366 0 1 0 178490 109 0 0 20 0 19 0 255471112 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140734694459936 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30208/statm: 2406244 602671 2281 9 0 2396937 0
[pid=30208/tid=30210] ppid=30206 vsize=9624976 CPUtime=1768.14 cores=0,2,4,6
/proc/30208/task/30210/stat : 30210 (java) R 30206 30208 24080 0 -1 4202560 4448 0 1 0 176754 60 0 0 20 0 19 0 255471113 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248988619040 140248818978943 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30211] ppid=30206 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/30208/task/30211/stat : 30211 (java) S 30206 30208 24080 0 -1 4202560 154 0 0 0 34 6 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248950111272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30212] ppid=30206 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/30208/task/30212/stat : 30212 (java) S 30206 30208 24080 0 -1 4202560 230 0 0 0 33 5 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248949058472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30213] ppid=30206 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/30208/task/30213/stat : 30213 (java) S 30206 30208 24080 0 -1 4202560 293 0 0 0 26 4 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248948005672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30208/tid=30214] ppid=30206 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 24080 0 -1 4202560 478 0 0 0 34 6 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248946952872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30208/tid=30215] ppid=30206 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 24080 0 -1 4202560 135 0 0 0 33 5 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248945900072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30216] ppid=30206 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 24080 0 -1 4202560 360 0 0 0 34 6 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248944847272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30217] ppid=30206 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/30208/task/30217/stat : 30217 (java) S 30206 30208 24080 0 -1 4202560 475 0 0 0 34 7 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248943794472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30208/tid=30218] ppid=30206 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/30208/task/30218/stat : 30218 (java) S 30206 30208 24080 0 -1 4202560 523 0 0 0 40 8 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248942741672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30208/tid=30219] ppid=30206 vsize=9624976 CPUtime=8.36 cores=0,2,4,6
/proc/30208/task/30219/stat : 30219 (java) S 30206 30208 24080 0 -1 4202560 1396 0 0 0 833 3 0 0 20 0 19 0 255471116 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248812063720 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30220] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30220/stat : 30220 (java) S 30206 30208 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471116 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248811009784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30221] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30221/stat : 30221 (java) S 30206 30208 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471116 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248809956872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30222] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30222/stat : 30222 (java) S 30206 30208 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471119 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248808905360 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30223] ppid=30206 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/30208/task/30223/stat : 30223 (java) S 30206 30208 24080 0 -1 4202560 2831 0 0 0 65 0 0 0 20 0 19 0 255471119 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248807852472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30224] ppid=30206 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/30208/task/30224/stat : 30224 (java) S 30206 30208 24080 0 -1 4202560 2757 0 0 0 63 0 0 0 20 0 19 0 255471119 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248806799672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30225] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30225/stat : 30225 (java) S 30206 30208 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471119 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248805747064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30208/tid=30226] ppid=30206 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/30208/task/30226/stat : 30226 (java) S 30206 30208 24080 0 -1 4202560 103 0 0 0 34 33 0 0 20 0 19 0 255471119 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248804694472 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30227] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30227/stat : 30227 (java) S 30206 30208 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471667 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248803641000 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1785.99
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.31 s]
/proc/loadavg: 2.04 2.08 2.02 3/213 30302
/proc/meminfo: memFree=22882576/32873844 swapFree=7616/7616
[pid=30208] ppid=30206 vsize=9624976 CPUtime=1800 cores=0,2,4,6
/proc/30208/stat : 30208 (java) S 30206 30208 24080 0 -1 4202496 15366 0 1 0 179891 109 0 0 20 0 19 0 255471112 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140734694459936 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30208/statm: 2406244 602671 2281 9 0 2396937 0
[pid=30208/tid=30210] ppid=30206 vsize=9624976 CPUtime=1782.12 cores=0,2,4,6
/proc/30208/task/30210/stat : 30210 (java) R 30206 30208 24080 0 -1 4202560 4448 0 1 0 178151 61 0 0 20 0 19 0 255471113 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248988619040 140248819296765 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30211] ppid=30206 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/30208/task/30211/stat : 30211 (java) S 30206 30208 24080 0 -1 4202560 154 0 0 0 34 6 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248950111272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30212] ppid=30206 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/30208/task/30212/stat : 30212 (java) S 30206 30208 24080 0 -1 4202560 230 0 0 0 33 5 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248949058472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30213] ppid=30206 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/30208/task/30213/stat : 30213 (java) S 30206 30208 24080 0 -1 4202560 293 0 0 0 26 4 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248948005672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30208/tid=30214] ppid=30206 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 24080 0 -1 4202560 478 0 0 0 34 6 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248946952872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30208/tid=30215] ppid=30206 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 24080 0 -1 4202560 135 0 0 0 33 5 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248945900072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30216] ppid=30206 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 24080 0 -1 4202560 360 0 0 0 34 6 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248944847272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30217] ppid=30206 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/30208/task/30217/stat : 30217 (java) S 30206 30208 24080 0 -1 4202560 475 0 0 0 34 7 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248943794472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30208/tid=30218] ppid=30206 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/30208/task/30218/stat : 30218 (java) S 30206 30208 24080 0 -1 4202560 523 0 0 0 40 8 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248942741672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30208/tid=30219] ppid=30206 vsize=9624976 CPUtime=8.36 cores=0,2,4,6
/proc/30208/task/30219/stat : 30219 (java) S 30206 30208 24080 0 -1 4202560 1396 0 0 0 833 3 0 0 20 0 19 0 255471116 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248812063720 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30220] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30220/stat : 30220 (java) S 30206 30208 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471116 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248811009784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30221] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30221/stat : 30221 (java) S 30206 30208 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471116 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248809956872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30222] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30222/stat : 30222 (java) S 30206 30208 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471119 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248808905360 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30223] ppid=30206 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/30208/task/30223/stat : 30223 (java) S 30206 30208 24080 0 -1 4202560 2831 0 0 0 65 0 0 0 20 0 19 0 255471119 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248807852472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30224] ppid=30206 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/30208/task/30224/stat : 30224 (java) S 30206 30208 24080 0 -1 4202560 2757 0 0 0 63 0 0 0 20 0 19 0 255471119 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248806799672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30225] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30225/stat : 30225 (java) S 30206 30208 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471119 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248805747064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30208/tid=30226] ppid=30206 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/30208/task/30226/stat : 30226 (java) S 30206 30208 24080 0 -1 4202560 103 0 0 0 34 33 0 0 20 0 19 0 255471119 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248804694472 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30227] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30227/stat : 30227 (java) S 30206 30208 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471667 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248803641000 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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+1796.31 s]
/proc/loadavg: 2.04 2.08 2.02 3/213 30302
/proc/meminfo: memFree=22882576/32873844 swapFree=7616/7616
[pid=30208] ppid=30206 vsize=9624976 CPUtime=1800 cores=0,2,4,6
/proc/30208/stat : 30208 (java) S 30206 30208 24080 0 -1 4202496 15366 0 1 0 179891 109 0 0 20 0 19 0 255471112 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140734694459936 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30208/statm: 2406244 602671 2281 9 0 2396937 0
[pid=30208/tid=30210] ppid=30206 vsize=9624976 CPUtime=1782.12 cores=0,2,4,6
/proc/30208/task/30210/stat : 30210 (java) R 30206 30208 24080 0 -1 4202560 4448 0 1 0 178151 61 0 0 20 0 19 0 255471113 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248988619040 140248819296765 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30211] ppid=30206 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/30208/task/30211/stat : 30211 (java) S 30206 30208 24080 0 -1 4202560 154 0 0 0 34 6 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248950111272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30212] ppid=30206 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/30208/task/30212/stat : 30212 (java) S 30206 30208 24080 0 -1 4202560 230 0 0 0 33 5 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248949058472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30213] ppid=30206 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/30208/task/30213/stat : 30213 (java) S 30206 30208 24080 0 -1 4202560 293 0 0 0 26 4 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248948005672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30208/tid=30214] ppid=30206 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 24080 0 -1 4202560 478 0 0 0 34 6 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248946952872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30208/tid=30215] ppid=30206 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 24080 0 -1 4202560 135 0 0 0 33 5 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248945900072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30216] ppid=30206 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 24080 0 -1 4202560 360 0 0 0 34 6 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248944847272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30217] ppid=30206 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/30208/task/30217/stat : 30217 (java) S 30206 30208 24080 0 -1 4202560 475 0 0 0 34 7 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248943794472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30208/tid=30218] ppid=30206 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/30208/task/30218/stat : 30218 (java) S 30206 30208 24080 0 -1 4202560 523 0 0 0 40 8 0 0 20 0 19 0 255471114 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248942741672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30208/tid=30219] ppid=30206 vsize=9624976 CPUtime=8.36 cores=0,2,4,6
/proc/30208/task/30219/stat : 30219 (java) S 30206 30208 24080 0 -1 4202560 1396 0 0 0 833 3 0 0 20 0 19 0 255471116 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248812063720 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30220] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30220/stat : 30220 (java) S 30206 30208 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471116 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248811009784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30221] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30221/stat : 30221 (java) S 30206 30208 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471116 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248809956872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30222] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30222/stat : 30222 (java) S 30206 30208 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471119 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248808905360 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30223] ppid=30206 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/30208/task/30223/stat : 30223 (java) S 30206 30208 24080 0 -1 4202560 2831 0 0 0 65 0 0 0 20 0 19 0 255471119 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248807852472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30208/tid=30224] ppid=30206 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/30208/task/30224/stat : 30224 (java) S 30206 30208 24080 0 -1 4202560 2757 0 0 0 63 0 0 0 20 0 19 0 255471119 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248806799672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30225] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30225/stat : 30225 (java) S 30206 30208 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471119 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248805747064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30208/tid=30226] ppid=30206 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/30208/task/30226/stat : 30226 (java) S 30206 30208 24080 0 -1 4202560 103 0 0 0 34 33 0 0 20 0 19 0 255471119 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248804694472 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30208/tid=30227] ppid=30206 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30208/task/30227/stat : 30227 (java) S 30206 30208 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471667 9855975424 602671 33554432000 1073741824 1073778376 140734694468800 140248803641000 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30208 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=312223
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=590758
# CPU time returned by wait4() is 1795.9
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.36
CPU time (s): 1800
CPU user time (s): 1798.91
CPU system time (s): 1.09
CPU usage (%): 100.203
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.31
system time used= 1.59076
maximum resident set size= 2414564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15400
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38886
involuntary context switches= 22356

runsolver used 6.43102 second user time and 14.7938 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-24 23:04:28
IDJOB=3689823
IDBENCH=90937
IDSOLVER=2269
FILE ID=node141/3689823-1337893467
RUNJOBID= node141-1337889888-28799
PBS_JOBID= 14620063
Free space on /tmp= 71660 MiB

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

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

MD5SUM BENCH= da53a74913ae0ed6caffae915d70714d
RANDOM SEED=1681707519

node141.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.744
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	: 5333.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.744
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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.93
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.744
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.92
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.744
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.92
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.744
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.744
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.92
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.744
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:       32873844 kB
MemFree:        28014612 kB
Buffers:          232060 kB
Cached:          3120588 kB
SwapCached:            0 kB
Active:          1157444 kB
Inactive:        2928292 kB
Active(anon):     735760 kB
Inactive(anon):        0 kB
Active(file):     421684 kB
Inactive(file):  2928292 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             27740 kB
Writeback:            16 kB
AnonPages:        742680 kB
Mapped:            22564 kB
Shmem:               200 kB
Slab:             631900 kB
SReclaimable:      74176 kB
SUnreclaim:       557724 kB
KernelStack:        1600 kB
PageTables:         5504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1007220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    712704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71656 MiB
End job on node141 at 2012-05-24 23:34:26