Trace number 4119118

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
Sat4j PB 2.3.6 Resolution PB16No Cert. 604.092 583.217

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-LIN/
minlplib2-pb-0.1.0/opb/normalized-faclay75.lin.opb
MD5SUM83c48e76d8aaa313629670388a84893b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2669211
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables149652
Total number of constraints428803
Number of constraints which are clauses281926
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints146876
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 149651
Biggest coefficient in the objective function 3944708
Number of bits for the biggest coefficient in the objective function 22
Sum of the numbers in the objective function 34212972
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 3944708
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 34212972
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4119118-1467248605.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
3.76/2.76	c ... done. Wall clock time 2.642s.
3.76/2.76	c declared #vars     149652
3.76/2.76	c #constraints  428804
3.76/2.76	c constraints type 
3.76/2.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 281926
3.76/2.76	c org.sat4j.specs.Constr$1 => 1
3.76/2.76	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
3.76/2.76	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 146876
3.76/2.76	c 428804 constraints processed.
3.76/2.76	c objective function length is 149651 literals
4.37/3.13	c SATISFIABLE
4.37/3.13	c OPTIMIZING...
4.37/3.13	c Got one! Elapsed wall clock time (in seconds):3.01
4.37/3.13	o 2669221
5.37/3.75	c Got one! Elapsed wall clock time (in seconds):3.63
5.37/3.75	o 2669211
72.29/67.15	c cleaning 2504 clauses out of 5012 with flag 10016/5012
150.76/142.30	c cleaning 4252 clauses out of 8508 with flag 22155/11012
242.82/230.51	c cleaning 5621 clauses out of 11257 with flag 36273/18013
345.47/329.65	c cleaning 6809 clauses out of 13635 with flag 52444/26012
461.23/443.21	c cleaning 7908 clauses out of 15830 with flag 70989/35016
586.74/565.87	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
586.74/565.87		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
586.74/565.87		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(LearntWLClause.java:39)
588.66/567.79		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructLearntClause(UnitBinaryWLClauseConstructor.java:66)
588.66/567.79		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructLearntClause(AbstractPBClauseCardConstrDataStructure.java:238)
589.95/569.05		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createUnregisteredClause(AbstractPBClauseCardConstrDataStructure.java:75)
589.95/569.05		at org.sat4j.minisat.core.Solver.analyze(Solver.java:637)
589.95/569.05		at org.sat4j.minisat.core.Solver.search(Solver.java:1310)
589.95/569.05		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1811)
591.25/570.32		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:115)
591.25/570.32		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:179)
591.25/570.32		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:172)
592.46/571.58		at org.sat4j.OptimizationMode.solve(OptimizationMode.java:120)
592.46/571.58		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:313)
592.46/571.58		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:257)
592.46/571.58		at org.sat4j.pb.LanceurPseudo2007.main(LanceurPseudo2007.java:97)
599.35/578.42	c starts		: 3
599.35/578.42	c conflicts		: 44031
599.35/578.42	c decisions		: 48579
599.35/578.42	c propagations		: 1995294
599.35/578.42	c inspects		: 49747389
599.35/578.42	c shortcuts		: 0
599.35/578.42	c learnt literals	: 0
599.35/578.42	c learnt binary clauses	: 3
599.35/578.42	c learnt ternary clauses	: 17
599.35/578.42	c learnt constraints	: 44030
599.35/578.42	c ignored constraints	: 0
599.35/578.42	c root simplifications	: 0
599.35/578.42	c removed literals (reason simplification)	: 0
599.35/578.42	c reason swapping (by a shorter reason)	: 0
599.35/578.42	c Calls to reduceDB	: 5
599.35/578.42	c Number of update (reduction) of LBD	: 23
600.55/579.68	c Imported unit clauses	: 0
600.55/579.68	c number of reductions to clauses (during analyze)	: 0
600.55/579.68	c number of learned constraints concerned by reduction	: 0
600.55/579.68	c number of learning phase by resolution	: 0
600.55/579.68	c number of learning phase by cutting planes	: 0
600.55/579.68	c speed (assignments/second)	: 3459.0196901036343
600.55/579.68	c non guided choices	0
600.55/579.69	c learnt constraints type 
600.55/579.69	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
601.25/580.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16933
601.86/580.97	s SATISFIABLE
601.86/580.97	c Found 2 solution(s)
603.16/582.24	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
603.16/582.24		at java.lang.Integer.toString(Integer.java:310)
603.16/582.24		at java.lang.Integer.toString(Integer.java:118)
603.16/582.24		at java.lang.String.valueOf(String.java:2931)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4119118-1467248605/watcher-4119118-1467248605 -o /tmp/evaluation-result-4119118-1467248605/solver-4119118-1467248605 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467248605-24286 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4119118-1467248605.opb 

pid=24324
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.39 2.11 2.10 3/189 24327
/proc/meminfo: memFree=30232708/32872528 swapFree=1394328/1580332
[pid=24327] ppid=24324 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/24327/stat : 24327 (java) R 24324 24327 24014 0 -1 4202496 1085 0 0 0 0 0 0 0 20 0 1 0 14889161 23793664 734 33554432000 1073741824 1073778376 140734579740128 140734579729192 140129559126014 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24327/statm: 5809 744 547 9 0 128 0

[startup+0.100161 s]
/proc/loadavg: 1.39 2.11 2.10 3/189 24327
/proc/meminfo: memFree=30232708/32872528 swapFree=1394328/1580332
[pid=24327] ppid=24324 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/24327/stat : 24327 (java) S 24324 24327 24014 0 -1 4202496 4450 0 3 0 8 1 0 0 20 0 18 0 14889161 9787879424 5573 33554432000 1073741824 1073778376 140734579740128 140734579731264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24327/statm: 2389619 5573 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 1.39 2.11 2.10 3/189 24327
/proc/meminfo: memFree=30232708/32872528 swapFree=1394328/1580332
[pid=24327] ppid=24324 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/24327/stat : 24327 (java) S 24324 24327 24014 0 -1 4202496 5093 0 3 0 26 2 0 0 20 0 18 0 14889161 9787879424 6986 33554432000 1073741824 1073778376 140734579740128 140734579731264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24327/statm: 2389619 6986 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300244 s]
/proc/loadavg: 1.39 2.11 2.10 3/189 24327
/proc/meminfo: memFree=30232708/32872528 swapFree=1394328/1580332
[pid=24327] ppid=24324 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/24327/stat : 24327 (java) S 24324 24327 24014 0 -1 4202496 6109 0 3 0 44 3 0 0 20 0 18 0 14889161 9787879424 12530 33554432000 1073741824 1073778376 140734579740128 140734579731264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24327/statm: 2389619 12530 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700183 s]
/proc/loadavg: 1.39 2.11 2.10 3/189 24327
/proc/meminfo: memFree=30232708/32872528 swapFree=1394328/1580332
[pid=24327] ppid=24324 vsize=9558476 CPUtime=1.14 cores=1,3,5,7
/proc/24327/stat : 24327 (java) S 24324 24327 24014 0 -1 4202496 7411 0 3 0 109 5 0 0 20 0 18 0 14889161 9787879424 42677 33554432000 1073741824 1073778376 140734579740128 140734579731264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24327/statm: 2389619 42677 2256 9 0 2380296 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 1.39 2.11 2.10 3/212 24350
/proc/meminfo: memFree=29851660/32872528 swapFree=1394328/1580332
[pid=24327] ppid=24324 vsize=9558476 CPUtime=2.25 cores=1,3,5,7
/proc/24327/stat : 24327 (java) S 24324 24327 24014 0 -1 4202496 10316 0 3 0 216 9 0 0 20 0 18 0 14889161 9787879424 68906 33554432000 1073741824 1073778376 140734579740128 140734579731264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24327/statm: 2389619 69418 2269 9 0 2380296 0
[pid=24327/tid=24329] ppid=24324 vsize=9558476 CPUtime=1.4 cores=1,3,5,7
/proc/24327/task/24329/stat : 24329 (java) R 24324 24327 24014 0 -1 4202560 2559 0 1 0 136 4 0 0 20 0 18 0 14889162 9787879424 69418 33554432000 1073741824 1073778376 140734579740128 140129551151072 140129423347573 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0
[pid=24327/tid=24330] ppid=24324 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24330/stat : 24330 (java) S 24324 24327 24014 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 14889162 9787879424 69418 33554432000 1073741824 1073778376 140734579740128 140129395271848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24331] ppid=24324 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/24327/task/24331/stat : 24331 (java) S 24324 24327 24014 0 -1 4202560 101 0 0 0 1 0 0 0 20 0 18 0 14889162 9787879424 69418 33554432000 1073741824 1073778376 140734579740128 140129394219304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24327/tid=24332] ppid=24324 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/24327/task/24332/stat : 24332 (java) S 24324 24327 24014 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 14889162 9787879424 69418 33554432000 1073741824 1073778376 140734579740128 140129393166760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24333] ppid=24324 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/24327/task/24333/stat : 24333 (java) S 24324 24327 24014 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 18 0 14889162 9787879424 69418 33554432000 1073741824 1073778376 140734579740128 140129392114216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24327/tid=24334] ppid=24324 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/24327/task/24334/stat : 24334 (java) S 24324 24327 24014 0 -1 4202560 101 0 0 0 1 0 0 0 20 0 18 0 14889162 9787879424 69418 33554432000 1073741824 1073778376 140734579740128 140129391061672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24335] ppid=24324 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/24327/task/24335/stat : 24335 (java) S 24324 24327 24014 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 14889162 9787879424 69418 33554432000 1073741824 1073778376 140734579740128 140129390009128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24336] ppid=24324 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/24327/task/24336/stat : 24336 (java) S 24324 24327 24014 0 -1 4202560 111 0 0 0 1 1 0 0 20 0 18 0 14889162 9787879424 69418 33554432000 1073741824 1073778376 140734579740128 140129388956584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24327/tid=24337] ppid=24324 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24337/stat : 24337 (java) S 24324 24327 24014 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 18 0 14889162 9787879424 69418 33554432000 1073741824 1073778376 140734579740128 140129387904040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24327/tid=24338] ppid=24324 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24338/stat : 24338 (java) S 24324 24327 24014 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 18 0 14889163 9787879424 69418 33554432000 1073741824 1073778376 140734579740128 140129375492200 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24344] ppid=24324 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24344/stat : 24344 (java) S 24324 24327 24014 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 14889164 9787879424 69418 33554432000 1073741824 1073778376 140734579740128 140129374438520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24345] ppid=24324 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24345/stat : 24345 (java) S 24324 24327 24014 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 14889164 9787879424 69418 33554432000 1073741824 1073778376 140734579740128 140129373385864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24346] ppid=24324 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24346/stat : 24346 (java) S 24324 24327 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 14889166 9787879424 69418 33554432000 1073741824 1073778376 140734579740128 140129372334608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24347] ppid=24324 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/24327/task/24347/stat : 24347 (java) S 24324 24327 24014 0 -1 4202560 3078 0 1 0 28 0 0 0 20 0 18 0 14889166 9787879424 69418 33554432000 1073741824 1073778376 140734579740128 140129371281976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24348] ppid=24324 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/24327/task/24348/stat : 24348 (java) S 24324 24327 24014 0 -1 4202560 2915 0 1 0 33 0 0 0 20 0 18 0 14889166 9787879424 69418 33554432000 1073741824 1073778376 140734579740128 140129370229432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24349] ppid=24324 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24349/stat : 24349 (java) S 24324 24327 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 14889166 9787879424 69418 33554432000 1073741824 1073778376 140734579740128 140129369177080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24350] ppid=24324 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24350/stat : 24350 (java) S 24324 24327 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 14889166 9787879424 69418 33554432000 1073741824 1073778376 140734579740128 140129368124744 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9558476

[startup+3.1008 s]
/proc/loadavg: 1.39 2.11 2.10 3/212 24350
/proc/meminfo: memFree=29444488/32872528 swapFree=1394328/1580332
[pid=24327] ppid=24324 vsize=9625040 CPUtime=4.37 cores=1,3,5,7
/proc/24327/stat : 24327 (java) S 24324 24327 24014 0 -1 4202496 11268 0 3 0 418 19 0 0 20 0 19 0 14889161 9856040960 100385 33554432000 1073741824 1073778376 140734579740128 140734579731264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24327/statm: 2406260 100385 2274 9 0 2396937 0
[pid=24327/tid=24329] ppid=24324 vsize=9625040 CPUtime=2.88 cores=1,3,5,7
/proc/24327/task/24329/stat : 24329 (java) R 24324 24327 24014 0 -1 4202560 2582 0 1 0 283 5 0 0 20 0 19 0 14889162 9856040960 100385 33554432000 1073741824 1073778376 140734579740128 140129551159672 140129423703657 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0
[pid=24327/tid=24330] ppid=24324 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/24327/task/24330/stat : 24330 (java) S 24324 24327 24014 0 -1 4202560 58 0 0 0 7 2 0 0 20 0 19 0 14889162 9856040960 100385 33554432000 1073741824 1073778376 140734579740128 140129395271848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24327/tid=24331] ppid=24324 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/24327/task/24331/stat : 24331 (java) S 24324 24327 24014 0 -1 4202560 113 0 0 0 5 0 0 0 20 0 19 0 14889162 9856040960 100385 33554432000 1073741824 1073778376 140734579740128 140129394219304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24332] ppid=24324 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/24327/task/24332/stat : 24332 (java) S 24324 24327 24014 0 -1 4202560 44 0 0 0 5 0 0 0 20 0 19 0 14889162 9856040960 100385 33554432000 1073741824 1073778376 140734579740128 140129393166760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24333] ppid=24324 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/24327/task/24333/stat : 24333 (java) S 24324 24327 24014 0 -1 4202560 40 0 0 0 3 2 0 0 20 0 19 0 14889162 9856040960 100385 33554432000 1073741824 1073778376 140734579740128 140129392114216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24327/tid=24334] ppid=24324 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/24327/task/24334/stat : 24334 (java) S 24324 24327 24014 0 -1 4202560 119 0 0 0 3 1 0 0 20 0 19 0 14889162 9856040960 100385 33554432000 1073741824 1073778376 140734579740128 140129391061672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24335] ppid=24324 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/24327/task/24335/stat : 24335 (java) S 24324 24327 24014 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 19 0 14889162 9856040960 100385 33554432000 1073741824 1073778376 140734579740128 140129390009128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24327/tid=24336] ppid=24324 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/24327/task/24336/stat : 24336 (java) S 24324 24327 24014 0 -1 4202560 136 0 0 0 4 2 0 0 20 0 19 0 14889162 9856040960 100385 33554432000 1073741824 1073778376 140734579740128 140129388956584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24327/tid=24337] ppid=24324 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/24327/task/24337/stat : 24337 (java) S 24324 24327 24014 0 -1 4202560 124 0 0 0 9 2 0 0 20 0 19 0 14889162 9856040960 100385 33554432000 1073741824 1073778376 140734579740128 140129387904040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24327/tid=24338] ppid=24324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24338/stat : 24338 (java) S 24324 24327 24014 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 14889163 9856040960 100385 33554432000 1073741824 1073778376 140734579740128 140129375492200 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24344] ppid=24324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24344/stat : 24344 (java) S 24324 24327 24014 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14889164 9856040960 100385 33554432000 1073741824 1073778376 140734579740128 140129374438520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24345] ppid=24324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24345/stat : 24345 (java) S 24324 24327 24014 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14889164 9856040960 100385 33554432000 1073741824 1073778376 140734579740128 140129373385864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24346] ppid=24324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24346/stat : 24346 (java) S 24324 24327 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14889166 9856040960 100385 33554432000 1073741824 1073778376 140734579740128 140129372334608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24347] ppid=24324 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/24327/task/24347/stat : 24347 (java) S 24324 24327 24014 0 -1 4202560 3632 0 1 0 40 0 0 0 20 0 19 0 14889166 9856040960 100385 33554432000 1073741824 1073778376 140734579740128 140129371281976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24348] ppid=24324 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/24327/task/24348/stat : 24348 (java) S 24324 24327 24014 0 -1 4202560 2928 0 1 0 42 0 0 0 20 0 19 0 14889166 9856040960 100385 33554432000 1073741824 1073778376 140734579740128 140129370229432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24349] ppid=24324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24349/stat : 24349 (java) S 24324 24327 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14889166 9856040960 100385 33554432000 1073741824 1073778376 140734579740128 140129369177080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24350] ppid=24324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24350/stat : 24350 (java) S 24324 24327 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14889166 9856040960 100385 33554432000 1073741824 1073778376 140734579740128 140129368124744 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 1.60 2.14 2.11 3/214 24352
/proc/meminfo: memFree=29287696/32872528 swapFree=1394328/1580332
[pid=24327] ppid=24324 vsize=9625040 CPUtime=8.04 cores=1,3,5,7
/proc/24327/stat : 24327 (java) S 24324 24327 24014 0 -1 4202496 12724 0 3 0 781 23 0 0 20 0 19 0 14889161 9856040960 142764 33554432000 1073741824 1073778376 140734579740128 140734579731264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24327/statm: 2406260 142764 2277 9 0 2396937 0
[pid=24327/tid=24329] ppid=24324 vsize=9625040 CPUtime=6.07 cores=1,3,5,7
/proc/24327/task/24329/stat : 24329 (java) R 24324 24327 24014 0 -1 4202560 2850 0 1 0 599 8 0 0 20 0 19 0 14889162 9856040960 142764 33554432000 1073741824 1073778376 140734579740128 140129551157440 140129423896001 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0
[pid=24327/tid=24330] ppid=24324 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/24327/task/24330/stat : 24330 (java) S 24324 24327 24014 0 -1 4202560 58 0 0 0 7 2 0 0 20 0 19 0 14889162 9856040960 142764 33554432000 1073741824 1073778376 140734579740128 140129395271848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24327/tid=24331] ppid=24324 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/24327/task/24331/stat : 24331 (java) S 24324 24327 24014 0 -1 4202560 113 0 0 0 5 0 0 0 20 0 19 0 14889162 9856040960 142764 33554432000 1073741824 1073778376 140734579740128 140129394219304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24332] ppid=24324 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/24327/task/24332/stat : 24332 (java) S 24324 24327 24014 0 -1 4202560 44 0 0 0 5 0 0 0 20 0 19 0 14889162 9856040960 142764 33554432000 1073741824 1073778376 140734579740128 140129393166760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24333] ppid=24324 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/24327/task/24333/stat : 24333 (java) S 24324 24327 24014 0 -1 4202560 40 0 0 0 3 2 0 0 20 0 19 0 14889162 9856040960 142764 33554432000 1073741824 1073778376 140734579740128 140129392114216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24327/tid=24334] ppid=24324 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/24327/task/24334/stat : 24334 (java) S 24324 24327 24014 0 -1 4202560 119 0 0 0 3 1 0 0 20 0 19 0 14889162 9856040960 142764 33554432000 1073741824 1073778376 140734579740128 140129391061672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24335] ppid=24324 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/24327/task/24335/stat : 24335 (java) S 24324 24327 24014 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 19 0 14889162 9856040960 142764 33554432000 1073741824 1073778376 140734579740128 140129390009128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24327/tid=24336] ppid=24324 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/24327/task/24336/stat : 24336 (java) S 24324 24327 24014 0 -1 4202560 136 0 0 0 4 2 0 0 20 0 19 0 14889162 9856040960 142764 33554432000 1073741824 1073778376 140734579740128 140129388956584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24327/tid=24337] ppid=24324 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/24327/task/24337/stat : 24337 (java) S 24324 24327 24014 0 -1 4202560 124 0 0 0 9 2 0 0 20 0 19 0 14889162 9856040960 142764 33554432000 1073741824 1073778376 140734579740128 140129387904040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24327/tid=24338] ppid=24324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24338/stat : 24338 (java) S 24324 24327 24014 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 19 0 14889163 9856040960 142764 33554432000 1073741824 1073778376 140734579740128 140129375492200 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24327/tid=24344] ppid=24324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24344/stat : 24344 (java) S 24324 24327 24014 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14889164 9856040960 142764 33554432000 1073741824 1073778376 140734579740128 140129374438520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24345] ppid=24324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24345/stat : 24345 (java) S 24324 24327 24014 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14889164 9856040960 142764 33554432000 1073741824 1073778376 140734579740128 140129373385864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24346] ppid=24324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24346/stat : 24346 (java) S 24324 24327 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14889166 9856040960 142764 33554432000 1073741824 1073778376 140734579740128 140129372334608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24347] ppid=24324 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/24327/task/24347/stat : 24347 (java) S 24324 24327 24014 0 -1 4202560 4681 0 1 0 72 1 0 0 20 0 19 0 14889166 9856040960 142764 33554432000 1073741824 1073778376 140734579740128 140129371281976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24348] ppid=24324 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/24327/task/24348/stat : 24348 (java) S 24324 24327 24014 0 -1 4202560 3066 0 1 0 56 0 0 0 20 0 19 0 14889166 9856040960 142764 33554432000 1073741824 1073778376 140734579740128 140129370229432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24349] ppid=24324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24349/stat : 24349 (java) S 24324 24327 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14889166 9856040960 142764 33554432000 1073741824 1073778376 140734579740128 140129369177080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24350] ppid=24324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24350/stat : 24350 (java) S 24324 24327 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14889166 9856040960 142764 33554432000 1073741824 1073778376 140734579740128 140129368124744 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24327/tid=24352] ppid=24324 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24352/stat : 24352 (java) S 24324 24327 24014 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14889446 9856040960 142764 33554432000 1073741824 1073778376 140734579740128 140129366971176 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 1.63 2.14 2.11 3/214 24352
/proc/meminfo: memFree=28645896/32872528 swapFree=1394328/1580332
[pid=24327] ppid=24324 vsize=9625040 CPUtime=14.9 cores=1,3,5,7

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

[pid=24327/tid=24330] ppid=24324 vsize=9691556 CPUtime=3.03 cores=1,3,5,7
/proc/24327/task/24330/stat : 24330 (java) S 24324 24327 24014 0 -1 4202560 1471 0 0 0 224 79 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129395271848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24331] ppid=24324 vsize=9691556 CPUtime=3.2 cores=1,3,5,7
/proc/24327/task/24331/stat : 24331 (java) S 24324 24327 24014 0 -1 4202560 1963 0 0 0 226 94 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129394219304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24327/tid=24332] ppid=24324 vsize=9691556 CPUtime=2.88 cores=1,3,5,7
/proc/24327/task/24332/stat : 24332 (java) S 24324 24327 24014 0 -1 4202560 1871 0 0 0 200 88 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129393166760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24333] ppid=24324 vsize=9691556 CPUtime=3 cores=1,3,5,7
/proc/24327/task/24333/stat : 24333 (java) S 24324 24327 24014 0 -1 4202560 4563 0 0 0 210 90 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129392114216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24327/tid=24334] ppid=24324 vsize=9691556 CPUtime=3.35 cores=1,3,5,7
/proc/24327/task/24334/stat : 24334 (java) S 24324 24327 24014 0 -1 4202560 2090 0 0 0 234 101 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129391061672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24327/tid=24335] ppid=24324 vsize=9691556 CPUtime=3.06 cores=1,3,5,7
/proc/24327/task/24335/stat : 24335 (java) S 24324 24327 24014 0 -1 4202560 2008 0 0 0 213 93 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129390009128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24336] ppid=24324 vsize=9691556 CPUtime=2.71 cores=1,3,5,7
/proc/24327/task/24336/stat : 24336 (java) S 24324 24327 24014 0 -1 4202560 4327 0 0 0 190 81 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129388956584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24337] ppid=24324 vsize=9691556 CPUtime=3.18 cores=1,3,5,7
/proc/24327/task/24337/stat : 24337 (java) S 24324 24327 24014 0 -1 4202560 2244 0 0 0 216 102 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129387904040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24338] ppid=24324 vsize=9691556 CPUtime=28.8 cores=1,3,5,7
/proc/24327/task/24338/stat : 24338 (java) R 24324 24327 24014 0 -1 4202560 13792 0 0 0 2854 26 0 0 20 0 19 0 14889163 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129375492360 140129557667906 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24344] ppid=24324 vsize=9691556 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24344/stat : 24344 (java) S 24324 24327 24014 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 14889164 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129374438520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24345] ppid=24324 vsize=9691556 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24345/stat : 24345 (java) S 24324 24327 24014 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 14889164 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129373385864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24346] ppid=24324 vsize=9691556 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24346/stat : 24346 (java) S 24324 24327 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14889166 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129372334608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24347] ppid=24324 vsize=9691556 CPUtime=1.21 cores=1,3,5,7
/proc/24327/task/24347/stat : 24347 (java) S 24324 24327 24014 0 -1 4202560 11190 0 1 0 119 2 0 0 20 0 19 0 14889166 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129371281976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24327/tid=24348] ppid=24324 vsize=9691556 CPUtime=1.45 cores=1,3,5,7
/proc/24327/task/24348/stat : 24348 (java) S 24324 24327 24014 0 -1 4202560 12465 0 1 0 142 3 0 0 20 0 19 0 14889166 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129370229432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24327/tid=24349] ppid=24324 vsize=9691556 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24349/stat : 24349 (java) S 24324 24327 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14889166 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129369177080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24350] ppid=24324 vsize=9691556 CPUtime=0.22 cores=1,3,5,7
/proc/24327/task/24350/stat : 24350 (java) S 24324 24327 24014 0 -1 4202560 33 0 0 0 7 15 0 0 20 0 19 0 14889166 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129368124744 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24327/tid=24367] ppid=24324 vsize=9691556 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24367/stat : 24367 (java) S 24324 24327 24014 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 14946773 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129365916648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 604.06
Current children cumulated vsize (KiB) 9691556

[startup+583.201 s]
/proc/loadavg: 2.18 2.23 2.17 4/214 24367
/proc/meminfo: memFree=21201380/32872528 swapFree=1394328/1580332
[pid=24327] ppid=24324 vsize=0 CPUtime=602.76 cores=1,3,5,7
/proc/24327/stat : 24327 (java) Z 24324 24327 24014 0 -1 4202508 62902 0 3 0 59465 811 0 0 20 0 2 0 14889161 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24327/statm: 0 0 0 0 0 0 0
[pid=24327/tid=24348] ppid=24324 vsize=0 CPUtime=1.46 cores=1,3,5,7
/proc/24327/task/24348/stat : 24348 (java) R 24324 24327 24014 0 -1 4203588 12465 0 1 0 142 4 0 0 20 0 2 0 14889166 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 602.76
Current children cumulated vsize (KiB) 0
#
############


Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 24327 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+582.401 s]
/proc/loadavg: 2.18 2.23 2.17 4/214 24367
/proc/meminfo: memFree=21201504/32872528 swapFree=1394328/1580332
[pid=24327] ppid=24324 vsize=9691556 CPUtime=603.36 cores=1,3,5,7
/proc/24327/stat : 24327 (java) S 24324 24327 24014 0 -1 4202496 62890 0 3 0 59546 790 0 0 20 0 19 0 14889161 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140734579731264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24327/statm: 2422889 2073810 2281 9 0 2413578 0
[pid=24327/tid=24329] ppid=24324 vsize=9691556 CPUtime=546.35 cores=1,3,5,7
/proc/24327/task/24329/stat : 24329 (java) S 24324 24327 24014 0 -1 4202560 3592 0 1 0 54610 25 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129551160504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 1 0 0
[pid=24327/tid=24330] ppid=24324 vsize=9691556 CPUtime=3.03 cores=1,3,5,7
/proc/24327/task/24330/stat : 24330 (java) S 24324 24327 24014 0 -1 4202560 1471 0 0 0 224 79 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129395271848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24331] ppid=24324 vsize=9691556 CPUtime=3.2 cores=1,3,5,7
/proc/24327/task/24331/stat : 24331 (java) S 24324 24327 24014 0 -1 4202560 1963 0 0 0 226 94 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129394219304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24327/tid=24332] ppid=24324 vsize=9691556 CPUtime=2.88 cores=1,3,5,7
/proc/24327/task/24332/stat : 24332 (java) S 24324 24327 24014 0 -1 4202560 1871 0 0 0 200 88 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129393166760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24333] ppid=24324 vsize=9691556 CPUtime=3 cores=1,3,5,7
/proc/24327/task/24333/stat : 24333 (java) S 24324 24327 24014 0 -1 4202560 4563 0 0 0 210 90 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129392114216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24327/tid=24334] ppid=24324 vsize=9691556 CPUtime=3.35 cores=1,3,5,7
/proc/24327/task/24334/stat : 24334 (java) S 24324 24327 24014 0 -1 4202560 2090 0 0 0 234 101 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129391061672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24327/tid=24335] ppid=24324 vsize=9691556 CPUtime=3.06 cores=1,3,5,7
/proc/24327/task/24335/stat : 24335 (java) S 24324 24327 24014 0 -1 4202560 2008 0 0 0 213 93 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129390009128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24336] ppid=24324 vsize=9691556 CPUtime=2.71 cores=1,3,5,7
/proc/24327/task/24336/stat : 24336 (java) S 24324 24327 24014 0 -1 4202560 4327 0 0 0 190 81 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129388956584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24337] ppid=24324 vsize=9691556 CPUtime=3.18 cores=1,3,5,7
/proc/24327/task/24337/stat : 24337 (java) S 24324 24327 24014 0 -1 4202560 2244 0 0 0 216 102 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129387904040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24338] ppid=24324 vsize=9691556 CPUtime=28.09 cores=1,3,5,7
/proc/24327/task/24338/stat : 24338 (java) R 24324 24327 24014 0 -1 4202560 13792 0 0 0 2783 26 0 0 20 0 19 0 14889163 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129375492200 140129558014433 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24344] ppid=24324 vsize=9691556 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24344/stat : 24344 (java) S 24324 24327 24014 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 14889164 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129374438520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24345] ppid=24324 vsize=9691556 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24345/stat : 24345 (java) S 24324 24327 24014 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 14889164 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129373385864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24346] ppid=24324 vsize=9691556 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24346/stat : 24346 (java) S 24324 24327 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14889166 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129372334608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24347] ppid=24324 vsize=9691556 CPUtime=1.21 cores=1,3,5,7
/proc/24327/task/24347/stat : 24347 (java) S 24324 24327 24014 0 -1 4202560 11190 0 1 0 119 2 0 0 20 0 19 0 14889166 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129371281976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24327/tid=24348] ppid=24324 vsize=9691556 CPUtime=1.45 cores=1,3,5,7
/proc/24327/task/24348/stat : 24348 (java) S 24324 24327 24014 0 -1 4202560 12465 0 1 0 142 3 0 0 20 0 19 0 14889166 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129370229432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24327/tid=24349] ppid=24324 vsize=9691556 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24349/stat : 24349 (java) S 24324 24327 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14889166 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129369177080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24350] ppid=24324 vsize=9691556 CPUtime=0.22 cores=1,3,5,7
/proc/24327/task/24350/stat : 24350 (java) S 24324 24327 24014 0 -1 4202560 33 0 0 0 7 15 0 0 20 0 19 0 14889166 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129368124744 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24327/tid=24367] ppid=24324 vsize=9691556 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24367/stat : 24367 (java) S 24324 24327 24014 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 14946773 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129365917224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 603.36
Current children cumulated vsize (KiB) 9691556

[startup+582.801 s]
/proc/loadavg: 2.18 2.23 2.17 4/214 24367
/proc/meminfo: memFree=21201504/32872528 swapFree=1394328/1580332
[pid=24327] ppid=24324 vsize=9691556 CPUtime=603.76 cores=1,3,5,7
/proc/24327/stat : 24327 (java) S 24324 24327 24014 0 -1 4202496 62891 0 3 0 59586 790 0 0 20 0 19 0 14889161 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140734579731264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24327/statm: 2422889 2073810 2281 9 0 2413578 0
[pid=24327/tid=24329] ppid=24324 vsize=9691556 CPUtime=546.35 cores=1,3,5,7
/proc/24327/task/24329/stat : 24329 (java) S 24324 24327 24014 0 -1 4202560 3592 0 1 0 54610 25 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129551160504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 1 0 0
[pid=24327/tid=24330] ppid=24324 vsize=9691556 CPUtime=3.03 cores=1,3,5,7
/proc/24327/task/24330/stat : 24330 (java) S 24324 24327 24014 0 -1 4202560 1471 0 0 0 224 79 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129395271848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24331] ppid=24324 vsize=9691556 CPUtime=3.2 cores=1,3,5,7
/proc/24327/task/24331/stat : 24331 (java) S 24324 24327 24014 0 -1 4202560 1963 0 0 0 226 94 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129394219304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24327/tid=24332] ppid=24324 vsize=9691556 CPUtime=2.88 cores=1,3,5,7
/proc/24327/task/24332/stat : 24332 (java) S 24324 24327 24014 0 -1 4202560 1871 0 0 0 200 88 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129393166760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24333] ppid=24324 vsize=9691556 CPUtime=3 cores=1,3,5,7
/proc/24327/task/24333/stat : 24333 (java) S 24324 24327 24014 0 -1 4202560 4563 0 0 0 210 90 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129392114216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24327/tid=24334] ppid=24324 vsize=9691556 CPUtime=3.35 cores=1,3,5,7
/proc/24327/task/24334/stat : 24334 (java) S 24324 24327 24014 0 -1 4202560 2090 0 0 0 234 101 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129391061672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24327/tid=24335] ppid=24324 vsize=9691556 CPUtime=3.06 cores=1,3,5,7
/proc/24327/task/24335/stat : 24335 (java) S 24324 24327 24014 0 -1 4202560 2008 0 0 0 213 93 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129390009128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24336] ppid=24324 vsize=9691556 CPUtime=2.71 cores=1,3,5,7
/proc/24327/task/24336/stat : 24336 (java) S 24324 24327 24014 0 -1 4202560 4327 0 0 0 190 81 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129388956584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24337] ppid=24324 vsize=9691556 CPUtime=3.18 cores=1,3,5,7
/proc/24327/task/24337/stat : 24337 (java) S 24324 24327 24014 0 -1 4202560 2244 0 0 0 216 102 0 0 20 0 19 0 14889162 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129387904040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24338] ppid=24324 vsize=9691556 CPUtime=28.49 cores=1,3,5,7
/proc/24327/task/24338/stat : 24338 (java) R 24324 24327 24014 0 -1 4202560 13792 0 0 0 2823 26 0 0 20 0 19 0 14889163 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129375492200 140129557667912 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24344] ppid=24324 vsize=9691556 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24344/stat : 24344 (java) S 24324 24327 24014 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 14889164 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129374438520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24345] ppid=24324 vsize=9691556 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24345/stat : 24345 (java) S 24324 24327 24014 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 14889164 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129373385864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24346] ppid=24324 vsize=9691556 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24346/stat : 24346 (java) S 24324 24327 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14889166 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129372334608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24327/tid=24347] ppid=24324 vsize=9691556 CPUtime=1.21 cores=1,3,5,7
/proc/24327/task/24347/stat : 24347 (java) S 24324 24327 24014 0 -1 4202560 11190 0 1 0 119 2 0 0 20 0 19 0 14889166 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129371281976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24327/tid=24348] ppid=24324 vsize=9691556 CPUtime=1.45 cores=1,3,5,7
/proc/24327/task/24348/stat : 24348 (java) S 24324 24327 24014 0 -1 4202560 12465 0 1 0 142 3 0 0 20 0 19 0 14889166 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129370229432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24327/tid=24349] ppid=24324 vsize=9691556 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24349/stat : 24349 (java) S 24324 24327 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14889166 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129369177080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24327/tid=24350] ppid=24324 vsize=9691556 CPUtime=0.22 cores=1,3,5,7
/proc/24327/task/24350/stat : 24350 (java) S 24324 24327 24014 0 -1 4202560 33 0 0 0 7 15 0 0 20 0 19 0 14889166 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129368124744 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24327/tid=24367] ppid=24324 vsize=9691556 CPUtime=0 cores=1,3,5,7
/proc/24327/task/24367/stat : 24367 (java) S 24324 24327 24014 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14946773 9924153344 2073810 33554432000 1073741824 1073778376 140734579740128 140129365917560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 603.76
Current children cumulated vsize (KiB) 9691556

[startup+583.201 s]
/proc/loadavg: 2.18 2.23 2.17 4/214 24367
/proc/meminfo: memFree=21201380/32872528 swapFree=1394328/1580332
[pid=24327] ppid=24324 vsize=0 CPUtime=602.76 cores=1,3,5,7
/proc/24327/stat : 24327 (java) Z 24324 24327 24014 0 -1 4202508 62902 0 3 0 59465 811 0 0 20 0 2 0 14889161 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24327/statm: 0 0 0 0 0 0 0
[pid=24327/tid=24348] ppid=24324 vsize=0 CPUtime=1.46 cores=1,3,5,7
/proc/24327/task/24348/stat : 24348 (java) R 24324 24327 24014 0 -1 4203588 12465 0 1 0 142 4 0 0 20 0 2 0 14889166 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 602.76
Current children cumulated vsize (KiB) 0

Child status: 1

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.29999
#  lost CPU user time (s): 1.50995
#  lost CPU system time (s): -0.21

Real time (s): 583.217
CPU time (s): 604.092
CPU user time (s): 596.161
CPU system time (s): 7.93176
CPU usage (%): 103.579
Max. virtual memory (cumulated for all children) (KiB): 9691556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 594.651
system time used= 8.14176
maximum resident set size= 8295256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62902
page faults= 3
swaps= 0
block input operations= 512
block output operations= 640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13643
involuntary context switches= 8905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.38064 second user time and 2.66559 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-30 03:03:26
IDJOB=4119118
IDBENCH=111655
IDSOLVER=2546
FILE ID=node139/4119118-1467248605
RUNJOBID= node139-1467248605-24286
PBS_JOBID= 20004484
Free space on /tmp= 71680 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-LIN/minlplib2-pb-0.1.0/opb/normalized-faclay75.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119118-1467248605/watcher-4119118-1467248605 -o /tmp/evaluation-result-4119118-1467248605/solver-4119118-1467248605 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467248605-24286 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119118-1467248605.opb

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

MD5SUM BENCH= 83c48e76d8aaa313629670388a84893b
RANDOM SEED=1772993895

node139.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.092
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.18
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.092
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	: 5332.55
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.092
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	: 5332.55
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.092
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	: 5332.55
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.092
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	: 5332.56
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.092
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	: 5332.55
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.092
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	: 5332.48
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.092
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30233352 kB
Buffers:          144052 kB
Cached:           167308 kB
SwapCached:         3080 kB
Active:           120584 kB
Inactive:         203084 kB
Active(anon):      12144 kB
Inactive(anon):     3176 kB
Active(file):     108440 kB
Inactive(file):   199908 kB
Unevictable:     1580332 kB
Mlocked:         1394328 kB
SwapTotal:      67108856 kB
SwapFree:       67097568 kB
Dirty:             31024 kB
Writeback:            20 kB
AnonPages:       1587456 kB
Mapped:            13348 kB
Shmem:                 0 kB
Slab:             601236 kB
SReclaimable:      45564 kB
SUnreclaim:       555672 kB
KernelStack:        1376 kB
PageTables:         7012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2261704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node139 at 2016-06-30 03:13:09