Trace number 4100389

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 PB16? (TO) 1800.01 1793.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-blp-ic97.opb
MD5SUMaef7e3722fd5816dc0cbb2acb61edf83
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark264293
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 264081
Optimality of the best value was proved NO
Number of variables11503
Total number of constraints971
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)835
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint4
Maximum length of a constraint9784
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 529231
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4100389-1466213282.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.90/0.57	c ... done. Wall clock time 0.471s.
0.90/0.57	c declared #vars     11503
0.90/0.57	c #constraints  1063
0.90/0.57	c constraints type 
0.90/0.57	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
0.90/0.57	c org.sat4j.specs.Constr$1 => 127
0.90/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 708
0.90/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 224
0.90/0.57	c 1063 constraints processed.
0.90/0.57	c objective function length is 31 literals
5.89/4.96	c cleaning 2501 clauses out of 5002 with flag 10380/5003
10.24/9.09	c cleaning 4249 clauses out of 8498 with flag 22406/11000
15.27/13.91	c cleaning 5625 clauses out of 11250 with flag 36431/18001
21.95/20.27	c cleaning 6816 clauses out of 13632 with flag 52546/26008
29.17/27.45	c cleaning 7907 clauses out of 15814 with flag 70595/35006
37.27/35.52	c cleaning 8953 clauses out of 17905 with flag 90646/45004
46.51/44.31	c cleaning 9974 clauses out of 19948 with flag 112744/56000
82.20/80.01	c cleaning 10991 clauses out of 21982 with flag 139351/68008
111.65/109.01	c cleaning 11992 clauses out of 23983 with flag 166627/81000
147.15/144.51	c cleaning 12992 clauses out of 25991 with flag 197221/95000
202.70/199.23	c cleaning 13987 clauses out of 27999 with flag 230195/110000
256.72/253.21	c cleaning 15000 clauses out of 30012 with flag 268044/126000
309.42/305.94	c cleaning 15977 clauses out of 32014 with flag 311808/143002
370.38/366.62	c cleaning 16994 clauses out of 34040 with flag 364264/161005
432.80/429.01	c cleaning 17997 clauses out of 36041 with flag 419258/180000
500.10/496.32	c cleaning 18983 clauses out of 38045 with flag 481224/200001
566.92/562.04	c cleaning 20023 clauses out of 40065 with flag 554283/221004
641.42/636.51	c cleaning 21016 clauses out of 42045 with flag 618876/243007
736.62/731.79	c cleaning 21978 clauses out of 44022 with flag 678685/266000
918.87/913.65	c cleaning 23032 clauses out of 46080 with flag 727752/290036
1109.68/1103.98	c cleaning 23989 clauses out of 48012 with flag 779090/315000
1296.18/1290.49	c cleaning 25017 clauses out of 50041 with flag 833887/341018
1491.99/1486.05	c cleaning 26007 clauses out of 52033 with flag 892702/368027
1698.52/1691.83	c cleaning 26932 clauses out of 53999 with flag 950654/396000
1800.01/1793.11	c starts		: 3
1800.01/1793.11	c conflicts		: 409523
1800.01/1793.11	c decisions		: 441791
1800.01/1793.11	c propagations		: 11353138
1800.01/1793.11	c inspects		: 348171540
1800.01/1793.11	c shortcuts		: 0
1800.01/1793.11	c learnt literals	: 1
1800.01/1793.11	c learnt binary clauses	: 0
1800.01/1793.11	c learnt ternary clauses	: 0
1800.01/1793.11	c learnt constraints	: 409521
1800.01/1793.11	c ignored constraints	: 0
1800.01/1793.11	c root simplifications	: 0
1800.01/1793.11	c removed literals (reason simplification)	: 0
1800.01/1793.11	c reason swapping (by a shorter reason)	: 0
1800.01/1793.11	c Calls to reduceDB	: 24
1800.01/1793.11	c Number of update (reduction) of LBD	: 9393
1800.01/1793.11	c Imported unit clauses	: 0
1800.01/1793.11	c number of reductions to clauses (during analyze)	: 0
1800.01/1793.11	c number of learned constraints concerned by reduction	: 0
1800.01/1793.11	c number of learning phase by resolution	: 0
1800.01/1793.11	c number of learning phase by cutting planes	: 0
1800.01/1793.11	c speed (assignments/second)	: 6333.629192916998
1800.01/1793.11	c non guided choices	3972
1800.01/1793.12	c timeout
1800.01/1793.13	c learnt constraints type 
1800.01/1793.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 40590
1800.01/1793.13	s UNKNOWN
1800.01/1793.13	c Total wall clock time (in seconds): 1793.029

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-4100389-1466213282/watcher-4100389-1466213282 -o /tmp/evaluation-result-4100389-1466213282/solver-4100389-1466213282 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466206086-5895 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100389-1466213282.opb 

pid=6949
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: 2.37 2.30 2.21 3/195 6952
/proc/meminfo: memFree=29949992/32872528 swapFree=1590032/1720848
[pid=6952] ppid=6949 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6952/stat : 6952 (java) S 6949 6952 5878 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 23376526 98570240 977 33554432000 1073741824 1073778376 140735958187936 140735958179072 226087698493 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6952/statm: 24065 977 744 9 0 16771 0
[pid=6952/tid=6953] ppid=6949 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6953/stat : 6953 (java) R 6949 6952 5878 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 23376527 98570240 977 33554432000 1073741824 1073778376 140735958187936 140133423861288 226084341120 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.37 2.30 2.21 3/195 6952
/proc/meminfo: memFree=29949992/32872528 swapFree=1590032/1720848
[pid=6952] ppid=6949 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/6952/stat : 6952 (java) S 6949 6952 5878 0 -1 4202496 4478 0 1 0 10 1 0 0 20 0 18 0 23376526 9787879424 6120 33554432000 1073741824 1073778376 140735958187936 140735958179072 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6952/statm: 2389619 6121 2157 9 0 2380296 0
[pid=6952/tid=6953] ppid=6949 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/6952/task/6953/stat : 6953 (java) R 6949 6952 5878 0 -1 4202560 2381 0 1 0 6 1 0 0 20 0 18 0 23376527 9787879424 6121 33554432000 1073741824 1073778376 140735958187936 140133423865560 226087724301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200271 s]
/proc/loadavg: 2.37 2.30 2.21 3/195 6952
/proc/meminfo: memFree=29949992/32872528 swapFree=1590032/1720848
[pid=6952] ppid=6949 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/6952/stat : 6952 (java) S 6949 6952 5878 0 -1 4202496 7108 0 1 0 31 1 0 0 20 0 18 0 23376526 9787879424 8927 33554432000 1073741824 1073778376 140735958187936 140735958179072 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6952/statm: 2389619 8927 2219 9 0 2380296 0
[pid=6952/tid=6953] ppid=6949 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/6952/task/6953/stat : 6953 (java) R 6949 6952 5878 0 -1 4202560 2399 0 1 0 16 1 0 0 20 0 18 0 23376527 9787879424 8927 33554432000 1073741824 1073778376 140735958187936 140133423864040 140133427151738 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9558476

[startup+0.300279 s]
/proc/loadavg: 2.37 2.30 2.21 3/195 6952
/proc/meminfo: memFree=29949992/32872528 swapFree=1590032/1720848
[pid=6952] ppid=6949 vsize=9558476 CPUtime=0.62 cores=1,3,5,7
/proc/6952/stat : 6952 (java) S 6949 6952 5878 0 -1 4202496 9812 0 1 0 60 2 0 0 20 0 18 0 23376526 9787879424 11339 33554432000 1073741824 1073778376 140735958187936 140735958179072 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6952/statm: 2389619 11339 2234 9 0 2380296 0
[pid=6952/tid=6953] ppid=6949 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/6952/task/6953/stat : 6953 (java) R 6949 6952 5878 0 -1 4202560 2402 0 1 0 26 1 0 0 20 0 18 0 23376527 9787879424 11339 33554432000 1073741824 1073778376 140735958187936 140133423864040 140133257387424 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 9558476

[startup+0.700215 s]
/proc/loadavg: 2.37 2.30 2.21 3/195 6952
/proc/meminfo: memFree=29949992/32872528 swapFree=1590032/1720848
[pid=6952] ppid=6949 vsize=9625040 CPUtime=1.34 cores=1,3,5,7
/proc/6952/stat : 6952 (java) S 6949 6952 5878 0 -1 4202496 10891 0 1 0 128 6 0 0 20 0 19 0 23376526 9856040960 46049 33554432000 1073741824 1073778376 140735958187936 140735958179072 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6952/statm: 2406260 46049 2278 9 0 2396937 0
[pid=6952/tid=6953] ppid=6949 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/6952/task/6953/stat : 6953 (java) R 6949 6952 5878 0 -1 4202560 2473 0 1 0 62 2 0 0 20 0 19 0 23376527 9856040960 46049 33554432000 1073741824 1073778376 140735958187936 140133423866496 140133257563594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.37 2.30 2.21 3/214 6971
/proc/meminfo: memFree=29774164/32872528 swapFree=1590032/1720848
[pid=6952] ppid=6949 vsize=9625040 CPUtime=2.33 cores=1,3,5,7
/proc/6952/stat : 6952 (java) S 6949 6952 5878 0 -1 4202496 11912 0 1 0 225 8 0 0 20 0 19 0 23376526 9856040960 51329 33554432000 1073741824 1073778376 140735958187936 140735958179072 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6952/statm: 2406260 51329 2280 9 0 2396937 0
[pid=6952/tid=6953] ppid=6949 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/6952/task/6953/stat : 6953 (java) R 6949 6952 5878 0 -1 4202560 2474 0 1 0 139 3 0 0 20 0 19 0 23376527 9856040960 51329 33554432000 1073741824 1073778376 140735958187936 140133423864960 140133427151767 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6952/tid=6955] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6955/stat : 6955 (java) S 6949 6952 5878 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 23376528 9856040960 51329 33554432000 1073741824 1073778376 140735958187936 140133385358376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6956] ppid=6949 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6952/task/6956/stat : 6956 (java) S 6949 6952 5878 0 -1 4202560 59 0 0 0 1 0 0 0 20 0 19 0 23376528 9856040960 51329 33554432000 1073741824 1073778376 140735958187936 140133384305576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6957] ppid=6949 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6952/task/6957/stat : 6957 (java) S 6949 6952 5878 0 -1 4202560 59 0 0 0 1 0 0 0 20 0 19 0 23376528 9856040960 51329 33554432000 1073741824 1073778376 140735958187936 140133383252776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6958] ppid=6949 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/6952/task/6958/stat : 6958 (java) S 6949 6952 5878 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 23376528 9856040960 51329 33554432000 1073741824 1073778376 140735958187936 140133382199976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6952/tid=6959] ppid=6949 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6952/task/6959/stat : 6959 (java) S 6949 6952 5878 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 23376528 9856040960 51329 33554432000 1073741824 1073778376 140735958187936 140133381147176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6960] ppid=6949 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6952/task/6960/stat : 6960 (java) S 6949 6952 5878 0 -1 4202560 65 0 0 0 1 0 0 0 20 0 19 0 23376528 9856040960 51329 33554432000 1073741824 1073778376 140735958187936 140133380094376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6961] ppid=6949 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6952/task/6961/stat : 6961 (java) S 6949 6952 5878 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 23376528 9856040960 51329 33554432000 1073741824 1073778376 140735958187936 140133379041576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6962] ppid=6949 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6952/task/6962/stat : 6962 (java) S 6949 6952 5878 0 -1 4202560 61 0 0 0 1 0 0 0 20 0 19 0 23376528 9856040960 51329 33554432000 1073741824 1073778376 140735958187936 140133377988776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6963] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6963/stat : 6963 (java) S 6949 6952 5878 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23376529 9856040960 51329 33554432000 1073741824 1073778376 140735958187936 140133247441896 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6964] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6964/stat : 6964 (java) S 6949 6952 5878 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 23376529 9856040960 51329 33554432000 1073741824 1073778376 140735958187936 140133246387960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6965] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6965/stat : 6965 (java) S 6949 6952 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23376529 9856040960 51329 33554432000 1073741824 1073778376 140735958187936 140133245335048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6966] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6966/stat : 6966 (java) S 6949 6952 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23376531 9856040960 51329 33554432000 1073741824 1073778376 140735958187936 140133244283536 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6967] ppid=6949 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/6952/task/6967/stat : 6967 (java) S 6949 6952 5878 0 -1 4202560 4468 0 0 0 31 0 0 0 20 0 19 0 23376531 9856040960 51329 33554432000 1073741824 1073778376 140735958187936 140133243230648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6968] ppid=6949 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/6952/task/6968/stat : 6968 (java) R 6949 6952 5878 0 -1 4202560 3336 0 0 0 37 0 0 0 20 0 19 0 23376531 9856040960 51329 33554432000 1073741824 1073778376 140735958187936 140133242177728 140133427963979 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6969] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6969/stat : 6969 (java) S 6949 6952 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23376531 9856040960 51329 33554432000 1073741824 1073778376 140735958187936 140132367722872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6970] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6970/stat : 6970 (java) S 6949 6952 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23376531 9856040960 51329 33554432000 1073741824 1073778376 140735958187936 140132366670280 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6971] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6971/stat : 6971 (java) S 6949 6952 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23376586 9856040960 51329 33554432000 1073741824 1073778376 140735958187936 140132365616808 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.42 2.31 2.21 3/214 6971
/proc/meminfo: memFree=29752212/32872528 swapFree=1590032/1720848
[pid=6952] ppid=6949 vsize=9625040 CPUtime=4.09 cores=1,3,5,7
/proc/6952/stat : 6952 (java) S 6949 6952 5878 0 -1 4202496 12056 0 1 0 400 9 0 0 20 0 19 0 23376526 9856040960 51357 33554432000 1073741824 1073778376 140735958187936 140735958179072 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6952/statm: 2406260 51357 2281 9 0 2396937 0
[pid=6952/tid=6953] ppid=6949 vsize=9625040 CPUtime=3.02 cores=1,3,5,7
/proc/6952/task/6953/stat : 6953 (java) R 6949 6952 5878 0 -1 4202560 2475 0 1 0 299 3 0 0 20 0 19 0 23376527 9856040960 51357 33554432000 1073741824 1073778376 140735958187936 140133423866072 140133257439520 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6952/tid=6955] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6955/stat : 6955 (java) S 6949 6952 5878 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 23376528 9856040960 51357 33554432000 1073741824 1073778376 140735958187936 140133385358376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6956] ppid=6949 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6952/task/6956/stat : 6956 (java) S 6949 6952 5878 0 -1 4202560 59 0 0 0 1 0 0 0 20 0 19 0 23376528 9856040960 51357 33554432000 1073741824 1073778376 140735958187936 140133384305576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6957] ppid=6949 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6952/task/6957/stat : 6957 (java) S 6949 6952 5878 0 -1 4202560 59 0 0 0 1 0 0 0 20 0 19 0 23376528 9856040960 51357 33554432000 1073741824 1073778376 140735958187936 140133383252776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6958] ppid=6949 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/6952/task/6958/stat : 6958 (java) S 6949 6952 5878 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 23376528 9856040960 51357 33554432000 1073741824 1073778376 140735958187936 140133382199976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6952/tid=6959] ppid=6949 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6952/task/6959/stat : 6959 (java) S 6949 6952 5878 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 23376528 9856040960 51357 33554432000 1073741824 1073778376 140735958187936 140133381147176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6960] ppid=6949 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6952/task/6960/stat : 6960 (java) S 6949 6952 5878 0 -1 4202560 65 0 0 0 1 0 0 0 20 0 19 0 23376528 9856040960 51357 33554432000 1073741824 1073778376 140735958187936 140133380094376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6961] ppid=6949 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6952/task/6961/stat : 6961 (java) S 6949 6952 5878 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 23376528 9856040960 51357 33554432000 1073741824 1073778376 140735958187936 140133379041576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6962] ppid=6949 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6952/task/6962/stat : 6962 (java) S 6949 6952 5878 0 -1 4202560 61 0 0 0 1 0 0 0 20 0 19 0 23376528 9856040960 51357 33554432000 1073741824 1073778376 140735958187936 140133377988776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6963] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6963/stat : 6963 (java) S 6949 6952 5878 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23376529 9856040960 51357 33554432000 1073741824 1073778376 140735958187936 140133247441896 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6964] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6964/stat : 6964 (java) S 6949 6952 5878 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 23376529 9856040960 51357 33554432000 1073741824 1073778376 140735958187936 140133246387960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6965] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6965/stat : 6965 (java) S 6949 6952 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23376529 9856040960 51357 33554432000 1073741824 1073778376 140735958187936 140133245335048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6966] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6966/stat : 6966 (java) S 6949 6952 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23376531 9856040960 51357 33554432000 1073741824 1073778376 140735958187936 140133244283536 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6967] ppid=6949 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/6952/task/6967/stat : 6967 (java) S 6949 6952 5878 0 -1 4202560 4496 0 0 0 41 0 0 0 20 0 19 0 23376531 9856040960 51357 33554432000 1073741824 1073778376 140735958187936 140133243230648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6968] ppid=6949 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/6952/task/6968/stat : 6968 (java) S 6949 6952 5878 0 -1 4202560 3451 0 0 0 42 0 0 0 20 0 19 0 23376531 9856040960 51357 33554432000 1073741824 1073778376 140735958187936 140133242177848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6969] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6969/stat : 6969 (java) S 6949 6952 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23376531 9856040960 51357 33554432000 1073741824 1073778376 140735958187936 140132367722872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6970] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6970/stat : 6970 (java) S 6949 6952 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23376531 9856040960 51357 33554432000 1073741824 1073778376 140735958187936 140132366670280 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6971] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6971/stat : 6971 (java) S 6949 6952 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23376586 9856040960 51357 33554432000 1073741824 1073778376 140735958187936 140132365616808 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.42 2.31 2.21 3/214 6971
/proc/meminfo: memFree=29748896/32872528 swapFree=1590032/1720848
[pid=6952] ppid=6949 vsize=9625040 CPUtime=7.31 cores=1,3,5,7
/proc/6952/stat : 6952 (java) S 6949 6952 5878 0 -1 4202496 12083 0 1 0 722 9 0 0 20 0 19 0 23376526 9856040960 58342 33554432000 1073741824 1073778376 140735958187936 140735958179072 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6952/statm: 2406260 58342 2286 9 0 2396937 0
[pid=6952/tid=6953] ppid=6949 vsize=9625040 CPUtime=6.2 cores=1,3,5,7
/proc/6952/task/6953/stat : 6953 (java) R 6949 6952 5878 0 -1 4202560 2492 0 1 0 617 3 0 0 20 0 19 0 23376527 9856040960 58342 33554432000 1073741824 1073778376 140735958187936 140133423864344 140133257649116 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6952/tid=6955] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6955/stat : 6955 (java) S 6949 6952 5878 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 23376528 9856040960 58342 33554432000 1073741824 1073778376 140735958187936 140133385358376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6956] ppid=6949 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6952/task/6956/stat : 6956 (java) S 6949 6952 5878 0 -1 4202560 59 0 0 0 1 0 0 0 20 0 19 0 23376528 9856040960 58342 33554432000 1073741824 1073778376 140735958187936 140133384305576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6957] ppid=6949 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6952/task/6957/stat : 6957 (java) S 6949 6952 5878 0 -1 4202560 59 0 0 0 1 0 0 0 20 0 19 0 23376528 9856040960 58342 33554432000 1073741824 1073778376 140735958187936 140133383252776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6958] ppid=6949 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/6952/task/6958/stat : 6958 (java) S 6949 6952 5878 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 23376528 9856040960 58342 33554432000 1073741824 1073778376 140735958187936 140133382199976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6952/tid=6959] ppid=6949 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6952/task/6959/stat : 6959 (java) S 6949 6952 5878 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 23376528 9856040960 58342 33554432000 1073741824 1073778376 140735958187936 140133381147176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6960] ppid=6949 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6952/task/6960/stat : 6960 (java) S 6949 6952 5878 0 -1 4202560 65 0 0 0 1 0 0 0 20 0 19 0 23376528 9856040960 58342 33554432000 1073741824 1073778376 140735958187936 140133380094376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6961] ppid=6949 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6952/task/6961/stat : 6961 (java) S 6949 6952 5878 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 23376528 9856040960 58342 33554432000 1073741824 1073778376 140735958187936 140133379041576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6962] ppid=6949 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6952/task/6962/stat : 6962 (java) S 6949 6952 5878 0 -1 4202560 61 0 0 0 1 0 0 0 20 0 19 0 23376528 9856040960 58342 33554432000 1073741824 1073778376 140735958187936 140133377988776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6963] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6963/stat : 6963 (java) S 6949 6952 5878 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23376529 9856040960 58342 33554432000 1073741824 1073778376 140735958187936 140133247441896 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6964] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6964/stat : 6964 (java) S 6949 6952 5878 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 23376529 9856040960 58342 33554432000 1073741824 1073778376 140735958187936 140133246387960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6965] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6965/stat : 6965 (java) S 6949 6952 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23376529 9856040960 58342 33554432000 1073741824 1073778376 140735958187936 140133245335048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6966] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6966/stat : 6966 (java) S 6949 6952 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23376531 9856040960 58342 33554432000 1073741824 1073778376 140735958187936 140133244283536 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6967] ppid=6949 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/6952/task/6967/stat : 6967 (java) S 6949 6952 5878 0 -1 4202560 4501 0 0 0 42 0 0 0 20 0 19 0 23376531 9856040960 58342 33554432000 1073741824 1073778376 140735958187936 140133243230648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6968] ppid=6949 vsize=9625040 CPUtime=0.43 cores=1,3,5,7

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

[pid=6952/tid=6971] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6971/stat : 6971 (java) S 6949 6952 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23376586 9856040960 887763 33554432000 1073741824 1073778376 140735958187936 140132365616808 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1729.01
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.15 2.16 2.17 3/213 8795
/proc/meminfo: memFree=26061236/32872528 swapFree=1590032/1720848
[pid=6952] ppid=6949 vsize=9625040 CPUtime=1789.19 cores=1,3,5,7
/proc/6952/stat : 6952 (java) S 6949 6952 5878 0 -1 4202496 20856 0 1 0 178581 338 0 0 20 0 19 0 23376526 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140735958179072 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6952/statm: 2406260 870116 2294 9 0 2396937 0
[pid=6952/tid=6953] ppid=6949 vsize=9625040 CPUtime=1774.55 cores=1,3,5,7
/proc/6952/task/6953/stat : 6953 (java) R 6949 6952 5878 0 -1 4202560 3582 0 1 0 177417 38 0 0 20 0 19 0 23376527 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133423865056 140133257661601 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6955] ppid=6949 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/6952/task/6955/stat : 6955 (java) S 6949 6952 5878 0 -1 4202560 741 0 0 0 67 42 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133385358376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6956] ppid=6949 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/6952/task/6956/stat : 6956 (java) S 6949 6952 5878 0 -1 4202560 695 0 0 0 50 32 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133384305576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6952/tid=6957] ppid=6949 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/6952/task/6957/stat : 6957 (java) S 6949 6952 5878 0 -1 4202560 677 0 0 0 65 37 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133383252776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6952/tid=6958] ppid=6949 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/6952/task/6958/stat : 6958 (java) S 6949 6952 5878 0 -1 4202560 654 0 0 0 48 38 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133382199976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6959] ppid=6949 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/6952/task/6959/stat : 6959 (java) S 6949 6952 5878 0 -1 4202560 924 0 0 0 76 53 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133381147176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6960] ppid=6949 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/6952/task/6960/stat : 6960 (java) S 6949 6952 5878 0 -1 4202560 622 0 0 0 48 32 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133380094376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6961] ppid=6949 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/6952/task/6961/stat : 6961 (java) S 6949 6952 5878 0 -1 4202560 781 0 0 0 73 43 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133379041576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6962] ppid=6949 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/6952/task/6962/stat : 6962 (java) S 6949 6952 5878 0 -1 4202560 612 0 0 0 53 33 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133377988776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6963] ppid=6949 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/6952/task/6963/stat : 6963 (java) S 6949 6952 5878 0 -1 4202560 2237 0 0 0 101 2 0 0 20 0 19 0 23376529 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133247441896 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6964] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6964/stat : 6964 (java) S 6949 6952 5878 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 23376529 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133246387960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6965] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6965/stat : 6965 (java) S 6949 6952 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23376529 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133245335048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6966] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6966/stat : 6966 (java) S 6949 6952 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23376531 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133244283536 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6967] ppid=6949 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/6952/task/6967/stat : 6967 (java) S 6949 6952 5878 0 -1 4202560 4510 0 0 0 49 0 0 0 20 0 19 0 23376531 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133243230648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6968] ppid=6949 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/6952/task/6968/stat : 6968 (java) S 6949 6952 5878 0 -1 4202560 3456 0 0 0 46 0 0 0 20 0 19 0 23376531 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133242177848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6969] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6969/stat : 6969 (java) S 6949 6952 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23376531 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140132367722872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6970] ppid=6949 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/6952/task/6970/stat : 6970 (java) S 6949 6952 5878 0 -1 4202560 103 0 0 0 15 18 0 0 20 0 19 0 23376531 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140132366670280 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6971] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6971/stat : 6971 (java) S 6949 6952 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23376586 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140132365616808 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1789.19
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.11 s]
/proc/loadavg: 2.44 2.22 2.19 4/212 8860
/proc/meminfo: memFree=26253788/32872528 swapFree=1590032/1720848
[pid=6952] ppid=6949 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/6952/stat : 6952 (java) S 6949 6952 5878 0 -1 4202496 20856 0 1 0 179662 339 0 0 20 0 19 0 23376526 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140735958179072 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6952/statm: 2406260 870116 2294 9 0 2396937 0
[pid=6952/tid=6953] ppid=6949 vsize=9625040 CPUtime=1785.33 cores=1,3,5,7
/proc/6952/task/6953/stat : 6953 (java) R 6949 6952 5878 0 -1 4202560 3582 0 1 0 178494 39 0 0 20 0 19 0 23376527 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133423865056 140133257661664 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6955] ppid=6949 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/6952/task/6955/stat : 6955 (java) S 6949 6952 5878 0 -1 4202560 741 0 0 0 67 42 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133385358376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6956] ppid=6949 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/6952/task/6956/stat : 6956 (java) S 6949 6952 5878 0 -1 4202560 695 0 0 0 50 32 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133384305576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6952/tid=6957] ppid=6949 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/6952/task/6957/stat : 6957 (java) S 6949 6952 5878 0 -1 4202560 677 0 0 0 65 37 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133383252776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6952/tid=6958] ppid=6949 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/6952/task/6958/stat : 6958 (java) S 6949 6952 5878 0 -1 4202560 654 0 0 0 48 38 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133382199976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6959] ppid=6949 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/6952/task/6959/stat : 6959 (java) S 6949 6952 5878 0 -1 4202560 924 0 0 0 76 53 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133381147176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6960] ppid=6949 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/6952/task/6960/stat : 6960 (java) S 6949 6952 5878 0 -1 4202560 622 0 0 0 48 32 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133380094376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6961] ppid=6949 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/6952/task/6961/stat : 6961 (java) S 6949 6952 5878 0 -1 4202560 781 0 0 0 73 43 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133379041576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6962] ppid=6949 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/6952/task/6962/stat : 6962 (java) S 6949 6952 5878 0 -1 4202560 612 0 0 0 53 33 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133377988776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6963] ppid=6949 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/6952/task/6963/stat : 6963 (java) S 6949 6952 5878 0 -1 4202560 2237 0 0 0 101 2 0 0 20 0 19 0 23376529 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133247441896 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6964] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6964/stat : 6964 (java) S 6949 6952 5878 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 23376529 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133246387960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6965] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6965/stat : 6965 (java) S 6949 6952 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23376529 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133245335048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6966] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6966/stat : 6966 (java) S 6949 6952 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23376531 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133244283536 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6967] ppid=6949 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/6952/task/6967/stat : 6967 (java) S 6949 6952 5878 0 -1 4202560 4510 0 0 0 49 0 0 0 20 0 19 0 23376531 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133243230648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6968] ppid=6949 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/6952/task/6968/stat : 6968 (java) S 6949 6952 5878 0 -1 4202560 3456 0 0 0 46 0 0 0 20 0 19 0 23376531 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133242177848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6969] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6969/stat : 6969 (java) S 6949 6952 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23376531 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140132367722872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6970] ppid=6949 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/6952/task/6970/stat : 6970 (java) S 6949 6952 5878 0 -1 4202560 103 0 0 0 15 18 0 0 20 0 19 0 23376531 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140132366670280 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6971] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6971/stat : 6971 (java) S 6949 6952 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23376586 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140132365616808 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1793.11 s]
/proc/loadavg: 2.44 2.22 2.19 4/212 8860
/proc/meminfo: memFree=26253788/32872528 swapFree=1590032/1720848
[pid=6952] ppid=6949 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/6952/stat : 6952 (java) S 6949 6952 5878 0 -1 4202496 20856 0 1 0 179662 339 0 0 20 0 19 0 23376526 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140735958179072 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6952/statm: 2406260 870116 2294 9 0 2396937 0
[pid=6952/tid=6953] ppid=6949 vsize=9625040 CPUtime=1785.33 cores=1,3,5,7
/proc/6952/task/6953/stat : 6953 (java) R 6949 6952 5878 0 -1 4202560 3582 0 1 0 178494 39 0 0 20 0 19 0 23376527 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133423865056 140133257661664 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6955] ppid=6949 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/6952/task/6955/stat : 6955 (java) S 6949 6952 5878 0 -1 4202560 741 0 0 0 67 42 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133385358376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6956] ppid=6949 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/6952/task/6956/stat : 6956 (java) S 6949 6952 5878 0 -1 4202560 695 0 0 0 50 32 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133384305576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6952/tid=6957] ppid=6949 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/6952/task/6957/stat : 6957 (java) S 6949 6952 5878 0 -1 4202560 677 0 0 0 65 37 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133383252776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6952/tid=6958] ppid=6949 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/6952/task/6958/stat : 6958 (java) S 6949 6952 5878 0 -1 4202560 654 0 0 0 48 38 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133382199976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6959] ppid=6949 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/6952/task/6959/stat : 6959 (java) S 6949 6952 5878 0 -1 4202560 924 0 0 0 76 53 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133381147176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6960] ppid=6949 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/6952/task/6960/stat : 6960 (java) S 6949 6952 5878 0 -1 4202560 622 0 0 0 48 32 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133380094376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6961] ppid=6949 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/6952/task/6961/stat : 6961 (java) S 6949 6952 5878 0 -1 4202560 781 0 0 0 73 43 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133379041576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6962] ppid=6949 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/6952/task/6962/stat : 6962 (java) S 6949 6952 5878 0 -1 4202560 612 0 0 0 53 33 0 0 20 0 19 0 23376528 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133377988776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6963] ppid=6949 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/6952/task/6963/stat : 6963 (java) S 6949 6952 5878 0 -1 4202560 2237 0 0 0 101 2 0 0 20 0 19 0 23376529 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133247441896 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6964] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6964/stat : 6964 (java) S 6949 6952 5878 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 23376529 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133246387960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6965] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6965/stat : 6965 (java) S 6949 6952 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23376529 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133245335048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6966] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6966/stat : 6966 (java) S 6949 6952 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23376531 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133244283536 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6952/tid=6967] ppid=6949 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/6952/task/6967/stat : 6967 (java) S 6949 6952 5878 0 -1 4202560 4510 0 0 0 49 0 0 0 20 0 19 0 23376531 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133243230648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6968] ppid=6949 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/6952/task/6968/stat : 6968 (java) S 6949 6952 5878 0 -1 4202560 3456 0 0 0 46 0 0 0 20 0 19 0 23376531 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140133242177848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6969] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6969/stat : 6969 (java) S 6949 6952 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23376531 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140132367722872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6952/tid=6970] ppid=6949 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/6952/task/6970/stat : 6970 (java) S 6949 6952 5878 0 -1 4202560 103 0 0 0 15 18 0 0 20 0 19 0 23376531 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140132366670280 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6952/tid=6971] ppid=6949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6952/task/6971/stat : 6971 (java) S 6949 6952 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23376586 9856040960 870116 33554432000 1073741824 1073778376 140735958187936 140132365616808 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6952 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=19571
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=851414
# CPU time returned by wait4() is 1795.87
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.16
CPU time (s): 1800.01
CPU user time (s): 1796.62
CPU system time (s): 3.39
CPU usage (%): 100.382
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.02
system time used= 3.85141
maximum resident set size= 3551252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20888
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38250
involuntary context switches= 3674

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4324 second user time and 12.2021 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-18 03:28:02
IDJOB=4100389
IDBENCH=1610
IDSOLVER=2546
FILE ID=node120/4100389-1466213282
RUNJOBID= node120-1466206086-5895
PBS_JOBID= 19918157
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-blp-ic97.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100389-1466213282/watcher-4100389-1466213282 -o /tmp/evaluation-result-4100389-1466213282/solver-4100389-1466213282 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466206086-5895 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100389-1466213282.opb

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

MD5SUM BENCH= aef7e3722fd5816dc0cbb2acb61edf83
RANDOM SEED=770145451

node120.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.935
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.935
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		: 2666.935
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.935
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.935
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		: 2666.935
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.935
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.935
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29950000 kB
Buffers:           43748 kB
Cached:            83160 kB
SwapCached:         1844 kB
Active:           411792 kB
Inactive:          78864 kB
Active(anon):     365080 kB
Inactive(anon):     1192 kB
Active(file):      46712 kB
Inactive(file):    77672 kB
Unevictable:     1720848 kB
Mlocked:         1590032 kB
SwapTotal:      67108856 kB
SwapFree:       67099408 kB
Dirty:              7336 kB
Writeback:             0 kB
AnonPages:       2165788 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             570316 kB
SReclaimable:      14184 kB
SUnreclaim:       556132 kB
KernelStack:        1768 kB
PageTables:         8660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2794836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    548864 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= 71668 MiB
End job on node120 at 2016-06-18 03:57:55