Trace number 3689805

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.07 1796.25

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_0null10mast_rapportOE1.0_TMAX60_K192_cod2.opb
MD5SUM87bd09f9145dfb6c08f481f891635aef
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-45746
Best CPU time to get the best result obtained on this benchmark1633.63
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 986673
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 986673
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3689805-1337893427.opb
0.07/0.13	c reading problem ... 
7.96/5.76	c ... done. Wall clock time 5.634s.
7.96/5.76	c declared #vars     400896
7.96/5.76	c #constraints  402763
7.96/5.76	c constraints type 
7.96/5.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
7.96/5.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.96/5.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.96/5.76	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.96/5.76	c 402763 constraints processed.
7.96/5.76	c objective function length is 1783 literals
42.17/39.38	c cleaning 2498 clauses out of 4999 with flag 5000/5000
82.87/79.84	c cleaning 4244 clauses out of 8501 with flag 11000/11000
124.19/121.18	c cleaning 5626 clauses out of 11258 with flag 18001/18001
179.41/176.39	c cleaning 6792 clauses out of 13633 with flag 26002/26002
244.88/241.70	c cleaning 7767 clauses out of 15840 with flag 35001/35001
307.00/303.86	c cleaning 9028 clauses out of 18072 with flag 45000/45000
372.62/369.48	c cleaning 9887 clauses out of 20045 with flag 56001/56001
437.66/434.40	c cleaning 11031 clauses out of 22157 with flag 68000/68000
515.30/512.05	c cleaning 12058 clauses out of 24127 with flag 81001/81001
592.16/588.86	c cleaning 12973 clauses out of 26068 with flag 95000/95000
697.77/694.39	c cleaning 14021 clauses out of 28095 with flag 110000/110000
802.61/799.18	c cleaning 15033 clauses out of 30075 with flag 126001/126001
894.56/891.06	c cleaning 15986 clauses out of 32041 with flag 143000/143000
1000.60/997.01	c cleaning 17019 clauses out of 34055 with flag 161000/161000
1094.55/1090.99	c cleaning 17987 clauses out of 36037 with flag 180001/180001
1263.31/1259.68	c cleaning 18955 clauses out of 38050 with flag 200001/200001
1368.75/1365.00	c cleaning 20016 clauses out of 40095 with flag 221001/221001
1472.88/1469.10	c cleaning 20985 clauses out of 42080 with flag 243002/243002
1590.90/1587.19	c cleaning 22032 clauses out of 44093 with flag 266000/266000
1714.23/1710.50	c cleaning 23023 clauses out of 46061 with flag 290000/290000
1800.07/1796.21	c starts		: 134
1800.07/1796.21	c conflicts		: 305890
1800.07/1796.21	c decisions		: 8457659
1800.07/1796.21	c propagations		: 6554479623
1800.07/1796.21	c inspects		: 1691392300
1800.07/1796.21	c shortcuts		: 0
1800.07/1796.21	c learnt literals	: 1
1800.07/1796.21	c learnt binary clauses	: 2581
1800.07/1796.21	c learnt ternary clauses	: 1495
1800.07/1796.21	c learnt constraints	: 305889
1800.07/1796.21	c ignored constraints	: 0
1800.07/1796.21	c root simplifications	: 0
1800.07/1796.21	c removed literals (reason simplification)	: 0
1800.07/1796.21	c reason swapping (by a shorter reason)	: 0
1800.07/1796.21	c Calls to reduceDB	: 20
1800.07/1796.21	c number of reductions to clauses (during analyze)	: 0
1800.07/1796.21	c number of learned constraints concerned by reduction	: 0
1800.07/1796.21	c number of learning phase by resolution	: 0
1800.07/1796.21	c number of learning phase by cutting planes	: 0
1800.07/1796.21	c speed (assignments/second)	: 3660958.7354374
1800.07/1796.21	c non guided choices	0
1800.07/1796.23	c learnt constraints type 
1800.07/1796.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2581
1800.07/1796.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 36348
1800.07/1796.23	c constraints type 
1800.07/1796.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.07/1796.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.07/1796.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.07/1796.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.07/1796.23	c 402763 constraints processed.
1800.07/1796.23	s UNKNOWN
1800.07/1796.23	c Total wall clock time (in seconds): 1796.099

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-3689805-1337893427/watcher-3689805-1337893427 -o /tmp/evaluation-result-3689805-1337893427/solver-3689805-1337893427 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689805-1337893427.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: 1.98 2.01 2.00 3/194 27874
/proc/meminfo: memFree=25758508/32873844 swapFree=7356/7356
[pid=27874] ppid=27872 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/27874/stat : 27874 (java) R 27872 27874 23457 0 -1 4202496 278 0 0 0 0 0 0 0 20 0 1 0 255471364 278528 28 33554432000 1073741824 1073778376 140737201094176 140736478909848 245285014448 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27874/statm: 68 33 25 9 0 25 0

[startup+0.0110539 s]
/proc/loadavg: 1.98 2.01 2.00 3/194 27874
/proc/meminfo: memFree=25758508/32873844 swapFree=7356/7356
[pid=27874] ppid=27872 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/27874/stat : 27874 (java) S 27872 27874 23457 0 -1 4202496 1203 0 0 0 0 0 0 0 20 0 2 0 255471364 94019584 916 33554432000 1073741824 1073778376 140737201094176 140737201085312 245297610813 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27874/statm: 22954 916 697 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 91816

[startup+0.100241 s]
/proc/loadavg: 1.98 2.01 2.00 3/194 27874
/proc/meminfo: memFree=25758508/32873844 swapFree=7356/7356
[pid=27874] ppid=27872 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/27874/stat : 27874 (java) S 27872 27874 23457 0 -1 4202496 3708 0 1 0 7 0 0 0 20 0 18 0 255471364 9787813888 4919 33554432000 1073741824 1073778376 140737201094176 140737201085312 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27874/statm: 2389603 4932 1971 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300237 s]
/proc/loadavg: 1.98 2.01 2.00 3/194 27874
/proc/meminfo: memFree=25758508/32873844 swapFree=7356/7356
[pid=27874] ppid=27872 vsize=9558412 CPUtime=0.47 cores=0,2,4,6
/proc/27874/stat : 27874 (java) S 27872 27874 23457 0 -1 4202496 5846 0 1 0 46 1 0 0 20 0 18 0 255471364 9787813888 12397 33554432000 1073741824 1073778376 140737201094176 140737201085312 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27874/statm: 2389603 12364 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700242 s]
/proc/loadavg: 1.98 2.01 2.00 3/194 27874
/proc/meminfo: memFree=25758508/32873844 swapFree=7356/7356
[pid=27874] ppid=27872 vsize=9558412 CPUtime=1.3 cores=0,2,4,6
/proc/27874/stat : 27874 (java) S 27872 27874 23457 0 -1 4202496 9343 0 1 0 125 5 0 0 20 0 18 0 255471364 9787813888 45439 33554432000 1073741824 1073778376 140737201094176 140737201085312 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27874/statm: 2389603 45439 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9558412

[startup+1.50073 s]
/proc/loadavg: 1.98 2.01 2.00 3/212 27892
/proc/meminfo: memFree=25431952/32873844 swapFree=7356/7356
[pid=27874] ppid=27872 vsize=9558412 CPUtime=2.34 cores=0,2,4,6
/proc/27874/stat : 27874 (java) S 27872 27874 23457 0 -1 4202496 10057 0 1 0 222 12 0 0 20 0 18 0 255471364 9787813888 89513 33554432000 1073741824 1073778376 140737201094176 140737201085312 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27874/statm: 2389603 89513 2247 9 0 2380296 0
[pid=27874/tid=27876] ppid=27872 vsize=9558412 CPUtime=1.35 cores=0,2,4,6
/proc/27874/task/27876/stat : 27876 (java) R 27872 27874 23457 0 -1 4202560 2562 0 1 0 130 5 0 0 20 0 18 0 255471365 9787813888 89513 33554432000 1073741824 1073778376 140737201094176 139884492414864 139884350568584 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27874/tid=27877] ppid=27872 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/27874/task/27877/stat : 27877 (java) S 27872 27874 23457 0 -1 4202560 123 0 0 0 3 2 0 0 20 0 18 0 255471367 9787813888 89513 33554432000 1073741824 1073778376 140737201094176 139884470524712 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27878] ppid=27872 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/27874/task/27878/stat : 27878 (java) S 27872 27874 23457 0 -1 4202560 42 0 0 0 3 2 0 0 20 0 18 0 255471367 9787813888 89513 33554432000 1073741824 1073778376 140737201094176 139884469471912 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27874/tid=27879] ppid=27872 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/27874/task/27879/stat : 27879 (java) S 27872 27874 23457 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 18 0 255471367 9787813888 89513 33554432000 1073741824 1073778376 140737201094176 139884266253352 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27874/tid=27880] ppid=27872 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/27874/task/27880/stat : 27880 (java) S 27872 27874 23457 0 -1 4202560 130 0 0 0 4 0 0 0 20 0 18 0 255471367 9787813888 89513 33554432000 1073741824 1073778376 140737201094176 139884265200552 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27881] ppid=27872 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/27874/task/27881/stat : 27881 (java) S 27872 27874 23457 0 -1 4202560 101 0 0 0 3 0 0 0 20 0 18 0 255471367 9787813888 89513 33554432000 1073741824 1073778376 140737201094176 139884264147240 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27882] ppid=27872 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/27874/task/27882/stat : 27882 (java) S 27872 27874 23457 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 255471367 9787813888 89513 33554432000 1073741824 1073778376 140737201094176 139884263094440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27874/tid=27883] ppid=27872 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/27874/task/27883/stat : 27883 (java) S 27872 27874 23457 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 18 0 255471367 9787813888 89513 33554432000 1073741824 1073778376 140737201094176 139884262042152 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27884] ppid=27872 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/27874/task/27884/stat : 27884 (java) S 27872 27874 23457 0 -1 4202560 118 0 0 0 5 0 0 0 20 0 18 0 255471367 9787813888 89513 33554432000 1073741824 1073778376 140737201094176 139884260989352 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27885] ppid=27872 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27885/stat : 27885 (java) S 27872 27874 23457 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255471368 9787813888 89513 33554432000 1073741824 1073778376 140737201094176 139884248791784 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27886] ppid=27872 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27886/stat : 27886 (java) S 27872 27874 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255471368 9787813888 89513 33554432000 1073741824 1073778376 140737201094176 139884247737848 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27887] ppid=27872 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27887/stat : 27887 (java) S 27872 27874 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255471368 9787813888 89513 33554432000 1073741824 1073778376 140737201094176 139884246685448 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27888] ppid=27872 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27888/stat : 27888 (java) S 27872 27874 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471371 9787813888 89513 33554432000 1073741824 1073778376 140737201094176 139884245633936 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27889] ppid=27872 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/27874/task/27889/stat : 27889 (java) S 27872 27874 23457 0 -1 4202560 3256 0 0 0 29 0 0 0 20 0 18 0 255471371 9787813888 89513 33554432000 1073741824 1073778376 140737201094176 139884244580536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27890] ppid=27872 vsize=9558412 CPUtime=0.25 cores=0,2,4,6
/proc/27874/task/27890/stat : 27890 (java) S 27872 27874 23457 0 -1 4202560 2284 0 0 0 25 0 0 0 20 0 18 0 255471371 9787813888 89513 33554432000 1073741824 1073778376 140737201094176 139884243527736 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27891] ppid=27872 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27891/stat : 27891 (java) S 27872 27874 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471371 9787813888 89513 33554432000 1073741824 1073778376 140737201094176 139884242475640 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27892] ppid=27872 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27892/stat : 27892 (java) S 27872 27874 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471371 9787813888 89513 33554432000 1073741824 1073778376 140737201094176 139884241423048 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9558412

[startup+3.10076 s]
/proc/loadavg: 1.98 2.01 2.00 10/212 27892
/proc/meminfo: memFree=25153496/32873844 swapFree=7356/7356
[pid=27874] ppid=27872 vsize=9558412 CPUtime=4.22 cores=0,2,4,6
/proc/27874/stat : 27874 (java) S 27872 27874 23457 0 -1 4202496 10783 0 1 0 398 24 0 0 20 0 18 0 255471364 9787813888 160165 33554432000 1073741824 1073778376 140737201094176 140737201085312 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27874/statm: 2389603 160165 2247 9 0 2380296 0
[pid=27874/tid=27876] ppid=27872 vsize=9558412 CPUtime=2.85 cores=0,2,4,6
/proc/27874/task/27876/stat : 27876 (java) R 27872 27874 23457 0 -1 4202560 2844 0 1 0 277 8 0 0 20 0 18 0 255471365 9787813888 160165 33554432000 1073741824 1073778376 140737201094176 139884492414960 139884350645915 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27874/tid=27877] ppid=27872 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/27874/task/27877/stat : 27877 (java) S 27872 27874 23457 0 -1 4202560 164 0 0 0 11 3 0 0 20 0 18 0 255471367 9787813888 160165 33554432000 1073741824 1073778376 140737201094176 139884470524712 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27878] ppid=27872 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/27874/task/27878/stat : 27878 (java) S 27872 27874 23457 0 -1 4202560 79 0 0 0 11 3 0 0 20 0 18 0 255471367 9787813888 160165 33554432000 1073741824 1073778376 140737201094176 139884469471912 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27879] ppid=27872 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/27874/task/27879/stat : 27879 (java) S 27872 27874 23457 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 18 0 255471367 9787813888 160165 33554432000 1073741824 1073778376 140737201094176 139884266253352 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27874/tid=27880] ppid=27872 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/27874/task/27880/stat : 27880 (java) S 27872 27874 23457 0 -1 4202560 141 0 0 0 5 1 0 0 20 0 18 0 255471367 9787813888 160165 33554432000 1073741824 1073778376 140737201094176 139884265200552 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27881] ppid=27872 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/27874/task/27881/stat : 27881 (java) S 27872 27874 23457 0 -1 4202560 116 0 0 0 4 1 0 0 20 0 18 0 255471367 9787813888 160165 33554432000 1073741824 1073778376 140737201094176 139884264147240 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27882] ppid=27872 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/27874/task/27882/stat : 27882 (java) S 27872 27874 23457 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 18 0 255471367 9787813888 160165 33554432000 1073741824 1073778376 140737201094176 139884263094440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27874/tid=27883] ppid=27872 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/27874/task/27883/stat : 27883 (java) S 27872 27874 23457 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 18 0 255471367 9787813888 160165 33554432000 1073741824 1073778376 140737201094176 139884262042152 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27884] ppid=27872 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/27874/task/27884/stat : 27884 (java) S 27872 27874 23457 0 -1 4202560 131 0 0 0 6 1 0 0 20 0 18 0 255471367 9787813888 160165 33554432000 1073741824 1073778376 140737201094176 139884260989352 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27885] ppid=27872 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27885/stat : 27885 (java) S 27872 27874 23457 0 -1 4202560 480 0 0 0 0 0 0 0 20 0 18 0 255471368 9787813888 160165 33554432000 1073741824 1073778376 140737201094176 139884248791784 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27886] ppid=27872 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27886/stat : 27886 (java) S 27872 27874 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255471368 9787813888 160165 33554432000 1073741824 1073778376 140737201094176 139884247737848 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27887] ppid=27872 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27887/stat : 27887 (java) S 27872 27874 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255471368 9787813888 160165 33554432000 1073741824 1073778376 140737201094176 139884246685448 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27888] ppid=27872 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27888/stat : 27888 (java) S 27872 27874 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471371 9787813888 160165 33554432000 1073741824 1073778376 140737201094176 139884245633936 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27889] ppid=27872 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/27874/task/27889/stat : 27889 (java) S 27872 27874 23457 0 -1 4202560 3256 0 0 0 29 0 0 0 20 0 18 0 255471371 9787813888 160165 33554432000 1073741824 1073778376 140737201094176 139884244580536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27890] ppid=27872 vsize=9558412 CPUtime=0.25 cores=0,2,4,6
/proc/27874/task/27890/stat : 27890 (java) S 27872 27874 23457 0 -1 4202560 2284 0 0 0 25 0 0 0 20 0 18 0 255471371 9787813888 160165 33554432000 1073741824 1073778376 140737201094176 139884243527736 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27891] ppid=27872 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27891/stat : 27891 (java) S 27872 27874 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471371 9787813888 160165 33554432000 1073741824 1073778376 140737201094176 139884242475640 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27892] ppid=27872 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27892/stat : 27892 (java) S 27872 27874 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255471371 9787813888 160165 33554432000 1073741824 1073778376 140737201094176 139884241423048 245297625001 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.30072 s]
/proc/loadavg: 2.54 2.12 2.04 2/192 27895
/proc/meminfo: memFree=26797308/32873844 swapFree=7356/7356
[pid=27874] ppid=27872 vsize=9624976 CPUtime=9.07 cores=0,2,4,6
/proc/27874/stat : 27874 (java) S 27872 27874 23457 0 -1 4202496 15038 0 1 0 832 75 0 0 20 0 19 0 255471364 9855975424 558469 33554432000 1073741824 1073778376 140737201094176 140737201085312 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27874/statm: 2406244 558469 2264 9 0 2396937 0
[pid=27874/tid=27876] ppid=27872 vsize=9624976 CPUtime=5.65 cores=0,2,4,6
/proc/27874/task/27876/stat : 27876 (java) R 27872 27874 23457 0 -1 4202560 4337 0 1 0 533 32 0 0 20 0 19 0 255471365 9855975424 558469 33554432000 1073741824 1073778376 140737201094176 139884492423400 139884351034913 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27874/tid=27877] ppid=27872 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/27874/task/27877/stat : 27877 (java) S 27872 27874 23457 0 -1 4202560 490 0 0 0 22 5 0 0 20 0 19 0 255471367 9855975424 558469 33554432000 1073741824 1073778376 140737201094176 139884470524712 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27878] ppid=27872 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/27874/task/27878/stat : 27878 (java) S 27872 27874 23457 0 -1 4202560 159 0 0 0 33 7 0 0 20 0 19 0 255471367 9855975424 558469 33554432000 1073741824 1073778376 140737201094176 139884469471912 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27874/tid=27879] ppid=27872 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/27874/task/27879/stat : 27879 (java) S 27872 27874 23457 0 -1 4202560 122 0 0 0 22 6 0 0 20 0 19 0 255471367 9855975424 558469 33554432000 1073741824 1073778376 140737201094176 139884266253352 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27874/tid=27880] ppid=27872 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/27874/task/27880/stat : 27880 (java) S 27872 27874 23457 0 -1 4202560 238 0 0 0 19 5 0 0 20 0 19 0 255471367 9855975424 558469 33554432000 1073741824 1073778376 140737201094176 139884265200552 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27874/tid=27881] ppid=27872 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/27874/task/27881/stat : 27881 (java) S 27872 27874 23457 0 -1 4202560 435 0 0 0 13 3 0 0 20 0 19 0 255471367 9855975424 558469 33554432000 1073741824 1073778376 140737201094176 139884264147240 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27882] ppid=27872 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/27874/task/27882/stat : 27882 (java) S 27872 27874 23457 0 -1 4202560 482 0 0 0 31 7 0 0 20 0 19 0 255471367 9855975424 558469 33554432000 1073741824 1073778376 140737201094176 139884263094440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27874/tid=27883] ppid=27872 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/27874/task/27883/stat : 27883 (java) S 27872 27874 23457 0 -1 4202560 98 0 0 0 20 5 0 0 20 0 19 0 255471367 9855975424 558469 33554432000 1073741824 1073778376 140737201094176 139884262042152 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27884] ppid=27872 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/27874/task/27884/stat : 27884 (java) S 27872 27874 23457 0 -1 4202560 491 0 0 0 16 4 0 0 20 0 19 0 255471367 9855975424 558469 33554432000 1073741824 1073778376 140737201094176 139884260989352 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27885] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27885/stat : 27885 (java) S 27872 27874 23457 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 19 0 255471368 9855975424 558469 33554432000 1073741824 1073778376 140737201094176 139884248791784 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27886] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27886/stat : 27886 (java) S 27872 27874 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471368 9855975424 558469 33554432000 1073741824 1073778376 140737201094176 139884247737848 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27887] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27887/stat : 27887 (java) S 27872 27874 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471368 9855975424 558469 33554432000 1073741824 1073778376 140737201094176 139884246685448 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27888] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27888/stat : 27888 (java) S 27872 27874 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471371 9855975424 558469 33554432000 1073741824 1073778376 140737201094176 139884245633936 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27889] ppid=27872 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/27874/task/27889/stat : 27889 (java) S 27872 27874 23457 0 -1 4202560 3438 0 0 0 56 0 0 0 20 0 19 0 255471371 9855975424 558469 33554432000 1073741824 1073778376 140737201094176 139884244580536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27890] ppid=27872 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/27874/task/27890/stat : 27890 (java) S 27872 27874 23457 0 -1 4202560 2306 0 0 0 50 0 0 0 20 0 19 0 255471371 9855975424 558469 33554432000 1073741824 1073778376 140737201094176 139884243527736 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27891] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27891/stat : 27891 (java) S 27872 27874 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471371 9855975424 558469 33554432000 1073741824 1073778376 140737201094176 139884242475640 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27892] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27892/stat : 27892 (java) S 27872 27874 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471371 9855975424 558469 33554432000 1073741824 1073778376 140737201094176 139884241423048 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.07
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]
/proc/loadavg: 2.49 2.12 2.04 10/212 27951
/proc/meminfo: memFree=25561516/32873844 swapFree=7356/7356
[pid=27874] ppid=27872 vsize=9624976 CPUtime=15.57 cores=0,2,4,6
/proc/27874/stat : 27874 (java) S 27872 27874 23457 0 -1 4202496 15043 0 1 0 1482 75 0 0 20 0 19 0 255471364 9855975424 558472 33554432000 1073741824 1073778376 140737201094176 140737201085312 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27874/statm: 2406244 558472 2267 9 0 2396937 0
[pid=27874/tid=27876] ppid=27872 vsize=9624976 CPUtime=12.03 cores=0,2,4,6

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

[pid=27874/tid=27889] ppid=27872 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/27874/task/27889/stat : 27889 (java) S 27872 27874 23457 0 -1 4202560 3453 0 0 0 67 0 0 0 20 0 19 0 255471371 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884244580536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27890] ppid=27872 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/27874/task/27890/stat : 27890 (java) S 27872 27874 23457 0 -1 4202560 2327 0 0 0 64 0 0 0 20 0 19 0 255471371 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884243527736 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27891] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27891/stat : 27891 (java) S 27872 27874 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471371 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884242475640 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27892] ppid=27872 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/27874/task/27892/stat : 27892 (java) S 27872 27874 23457 0 -1 4202560 99 0 0 0 47 28 0 0 20 0 19 0 255471371 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884241423048 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27896] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27896/stat : 27896 (java) S 27872 27874 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255471948 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884240369064 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.18
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 27967
/proc/meminfo: memFree=24204576/32873844 swapFree=7356/7356
[pid=27874] ppid=27872 vsize=9624976 CPUtime=1786.17 cores=0,2,4,6
/proc/27874/stat : 27874 (java) S 27872 27874 23457 0 -1 4202496 15540 0 1 0 178506 111 0 0 20 0 19 0 255471364 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 140737201085312 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27874/statm: 2406244 596525 2281 9 0 2396937 0
[pid=27874/tid=27876] ppid=27872 vsize=9624976 CPUtime=1767.55 cores=0,2,4,6
/proc/27874/task/27876/stat : 27876 (java) R 27872 27874 23457 0 -1 4202560 4362 0 1 0 176696 59 0 0 20 0 19 0 255471365 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884492421680 139884350941092 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27874/tid=27877] ppid=27872 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/27874/task/27877/stat : 27877 (java) S 27872 27874 23457 0 -1 4202560 563 0 0 0 34 7 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884470524712 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27878] ppid=27872 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/27874/task/27878/stat : 27878 (java) S 27872 27874 23457 0 -1 4202560 176 0 0 0 42 9 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884469471912 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27879] ppid=27872 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/27874/task/27879/stat : 27879 (java) S 27872 27874 23457 0 -1 4202560 152 0 0 0 36 7 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884266253352 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27880] ppid=27872 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/27874/task/27880/stat : 27880 (java) S 27872 27874 23457 0 -1 4202560 276 0 0 0 35 7 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884265200552 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27874/tid=27881] ppid=27872 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/27874/task/27881/stat : 27881 (java) S 27872 27874 23457 0 -1 4202560 444 0 0 0 28 4 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884264147240 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27882] ppid=27872 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/27874/task/27882/stat : 27882 (java) S 27872 27874 23457 0 -1 4202560 494 0 0 0 42 8 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884263094440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27874/tid=27883] ppid=27872 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/27874/task/27883/stat : 27883 (java) S 27872 27874 23457 0 -1 4202560 118 0 0 0 29 6 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884262042152 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27884] ppid=27872 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/27874/task/27884/stat : 27884 (java) S 27872 27874 23457 0 -1 4202560 502 0 0 0 27 5 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884260989352 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27885] ppid=27872 vsize=9624976 CPUtime=9.05 cores=0,2,4,6
/proc/27874/task/27885/stat : 27885 (java) S 27872 27874 23457 0 -1 4202560 1390 0 0 0 901 4 0 0 20 0 19 0 255471368 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884248791784 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27886] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27886/stat : 27886 (java) S 27872 27874 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471368 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884247737848 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27887] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27887/stat : 27887 (java) S 27872 27874 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471368 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884246685448 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27888] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27888/stat : 27888 (java) S 27872 27874 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471371 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884245633936 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27889] ppid=27872 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/27874/task/27889/stat : 27889 (java) S 27872 27874 23457 0 -1 4202560 3455 0 0 0 67 0 0 0 20 0 19 0 255471371 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884244580536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27890] ppid=27872 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/27874/task/27890/stat : 27890 (java) S 27872 27874 23457 0 -1 4202560 2327 0 0 0 64 0 0 0 20 0 19 0 255471371 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884243527736 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27891] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27891/stat : 27891 (java) S 27872 27874 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471371 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884242475640 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27892] ppid=27872 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/27874/task/27892/stat : 27892 (java) S 27872 27874 23457 0 -1 4202560 103 0 0 0 49 28 0 0 20 0 19 0 255471371 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884241423048 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27874/tid=27896] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27896/stat : 27896 (java) S 27872 27874 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255471948 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884240369064 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.17
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 27967
/proc/meminfo: memFree=24188316/32873844 swapFree=7356/7356
[pid=27874] ppid=27872 vsize=9624976 CPUtime=1800.07 cores=0,2,4,6
/proc/27874/stat : 27874 (java) S 27872 27874 23457 0 -1 4202496 15541 0 1 0 179896 111 0 0 20 0 19 0 255471364 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 140737201085312 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27874/statm: 2406244 596525 2281 9 0 2396937 0
[pid=27874/tid=27876] ppid=27872 vsize=9624976 CPUtime=1781.41 cores=0,2,4,6
/proc/27874/task/27876/stat : 27876 (java) R 27872 27874 23457 0 -1 4202560 4363 0 1 0 178081 60 0 0 20 0 19 0 255471365 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884492421680 139884350985524 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27874/tid=27877] ppid=27872 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/27874/task/27877/stat : 27877 (java) S 27872 27874 23457 0 -1 4202560 563 0 0 0 34 7 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884470524712 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27878] ppid=27872 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/27874/task/27878/stat : 27878 (java) S 27872 27874 23457 0 -1 4202560 176 0 0 0 42 9 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884469471912 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27879] ppid=27872 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/27874/task/27879/stat : 27879 (java) S 27872 27874 23457 0 -1 4202560 152 0 0 0 36 7 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884266253352 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27880] ppid=27872 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/27874/task/27880/stat : 27880 (java) S 27872 27874 23457 0 -1 4202560 276 0 0 0 35 7 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884265200552 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27874/tid=27881] ppid=27872 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/27874/task/27881/stat : 27881 (java) S 27872 27874 23457 0 -1 4202560 444 0 0 0 28 4 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884264147240 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27882] ppid=27872 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/27874/task/27882/stat : 27882 (java) S 27872 27874 23457 0 -1 4202560 494 0 0 0 42 8 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884263094440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27874/tid=27883] ppid=27872 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/27874/task/27883/stat : 27883 (java) S 27872 27874 23457 0 -1 4202560 118 0 0 0 29 6 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884262042152 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27884] ppid=27872 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/27874/task/27884/stat : 27884 (java) S 27872 27874 23457 0 -1 4202560 502 0 0 0 27 5 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884260989352 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27885] ppid=27872 vsize=9624976 CPUtime=9.05 cores=0,2,4,6
/proc/27874/task/27885/stat : 27885 (java) S 27872 27874 23457 0 -1 4202560 1390 0 0 0 901 4 0 0 20 0 19 0 255471368 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884248791784 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27886] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27886/stat : 27886 (java) S 27872 27874 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471368 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884247737848 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27887] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27887/stat : 27887 (java) S 27872 27874 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471368 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884246685448 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27888] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27888/stat : 27888 (java) S 27872 27874 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471371 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884245633936 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27889] ppid=27872 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/27874/task/27889/stat : 27889 (java) S 27872 27874 23457 0 -1 4202560 3455 0 0 0 67 0 0 0 20 0 19 0 255471371 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884244580536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27890] ppid=27872 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/27874/task/27890/stat : 27890 (java) S 27872 27874 23457 0 -1 4202560 2327 0 0 0 64 0 0 0 20 0 19 0 255471371 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884243527736 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27891] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27891/stat : 27891 (java) S 27872 27874 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471371 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884242475640 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27892] ppid=27872 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/27874/task/27892/stat : 27892 (java) S 27872 27874 23457 0 -1 4202560 103 0 0 0 49 29 0 0 20 0 19 0 255471371 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884241423048 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27874/tid=27896] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27896/stat : 27896 (java) S 27872 27874 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255471948 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884240369064 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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.2 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 27967
/proc/meminfo: memFree=24188316/32873844 swapFree=7356/7356
[pid=27874] ppid=27872 vsize=9624976 CPUtime=1800.07 cores=0,2,4,6
/proc/27874/stat : 27874 (java) S 27872 27874 23457 0 -1 4202496 15541 0 1 0 179896 111 0 0 20 0 19 0 255471364 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 140737201085312 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27874/statm: 2406244 596525 2281 9 0 2396937 0
[pid=27874/tid=27876] ppid=27872 vsize=9624976 CPUtime=1781.41 cores=0,2,4,6
/proc/27874/task/27876/stat : 27876 (java) R 27872 27874 23457 0 -1 4202560 4363 0 1 0 178081 60 0 0 20 0 19 0 255471365 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884492421680 139884350985524 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27874/tid=27877] ppid=27872 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/27874/task/27877/stat : 27877 (java) S 27872 27874 23457 0 -1 4202560 563 0 0 0 34 7 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884470524712 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27878] ppid=27872 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/27874/task/27878/stat : 27878 (java) S 27872 27874 23457 0 -1 4202560 176 0 0 0 42 9 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884469471912 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27879] ppid=27872 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/27874/task/27879/stat : 27879 (java) S 27872 27874 23457 0 -1 4202560 152 0 0 0 36 7 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884266253352 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27880] ppid=27872 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/27874/task/27880/stat : 27880 (java) S 27872 27874 23457 0 -1 4202560 276 0 0 0 35 7 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884265200552 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27874/tid=27881] ppid=27872 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/27874/task/27881/stat : 27881 (java) S 27872 27874 23457 0 -1 4202560 444 0 0 0 28 4 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884264147240 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27882] ppid=27872 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/27874/task/27882/stat : 27882 (java) S 27872 27874 23457 0 -1 4202560 494 0 0 0 42 8 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884263094440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27874/tid=27883] ppid=27872 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/27874/task/27883/stat : 27883 (java) S 27872 27874 23457 0 -1 4202560 118 0 0 0 29 6 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884262042152 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27884] ppid=27872 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/27874/task/27884/stat : 27884 (java) S 27872 27874 23457 0 -1 4202560 502 0 0 0 27 5 0 0 20 0 19 0 255471367 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884260989352 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27885] ppid=27872 vsize=9624976 CPUtime=9.05 cores=0,2,4,6
/proc/27874/task/27885/stat : 27885 (java) S 27872 27874 23457 0 -1 4202560 1390 0 0 0 901 4 0 0 20 0 19 0 255471368 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884248791784 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27886] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27886/stat : 27886 (java) S 27872 27874 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255471368 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884247737848 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27887] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27887/stat : 27887 (java) S 27872 27874 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255471368 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884246685448 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27888] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27888/stat : 27888 (java) S 27872 27874 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471371 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884245633936 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27889] ppid=27872 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/27874/task/27889/stat : 27889 (java) S 27872 27874 23457 0 -1 4202560 3455 0 0 0 67 0 0 0 20 0 19 0 255471371 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884244580536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27874/tid=27890] ppid=27872 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/27874/task/27890/stat : 27890 (java) S 27872 27874 23457 0 -1 4202560 2327 0 0 0 64 0 0 0 20 0 19 0 255471371 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884243527736 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27891] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27891/stat : 27891 (java) S 27872 27874 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255471371 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884242475640 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27874/tid=27892] ppid=27872 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/27874/task/27892/stat : 27892 (java) S 27872 27874 23457 0 -1 4202560 103 0 0 0 49 29 0 0 20 0 19 0 255471371 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884241423048 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27874/tid=27896] ppid=27872 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27874/task/27896/stat : 27896 (java) S 27872 27874 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255471948 9855975424 596525 33554432000 1073741824 1073778376 140737201094176 139884240369064 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624976

Child status: 143

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

Real time (s): 1796.25
CPU time (s): 1800.07
CPU user time (s): 1798.96
CPU system time (s): 1.11
CPU usage (%): 100.213
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.53
system time used= 1.60376
maximum resident set size= 2389804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15576
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38822
involuntary context switches= 10571

runsolver used 8.47271 second user time and 12.862 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-24 23:03:48
IDJOB=3689805
IDBENCH=90871
IDSOLVER=2269
FILE ID=node109/3689805-1337893427
RUNJOBID= node109-1337889848-27597
PBS_JOBID= 14620095
Free space on /tmp= 71652 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_0null10mast_rapportOE1.0_TMAX60_K192_cod2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689805-1337893427/watcher-3689805-1337893427 -o /tmp/evaluation-result-3689805-1337893427/solver-3689805-1337893427 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689805-1337893427.opb

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

MD5SUM BENCH= 87bd09f9145dfb6c08f481f891635aef
RANDOM SEED=949565583

node109.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		: 2667.264
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	: 5334.52
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		: 2667.264
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		: 2667.264
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.91
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25758888 kB
Buffers:          217584 kB
Cached:          2850048 kB
SwapCached:            0 kB
Active:          3680472 kB
Inactive:        2660684 kB
Active(anon):    3276268 kB
Inactive(anon):        0 kB
Active(file):     404204 kB
Inactive(file):  2660684 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             28032 kB
Writeback:             0 kB
AnonPages:       3280708 kB
Mapped:            22636 kB
Shmem:               200 kB
Slab:             627752 kB
SReclaimable:      70444 kB
SUnreclaim:       557308 kB
KernelStack:        1608 kB
PageTables:        10556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3907292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3235840 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= 71628 MiB
End job on node109 at 2012-05-24 23:33:46