Trace number 4085418

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 PB16OPT5 4.90125 4.11952

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_50_20_20.r.opb
MD5SUMa0250fc6809d30108f7d11f1d27eb358
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.128979
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables50
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint20
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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@587bd9f2
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@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4085418-1465242278.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.11/0.16	c ... done. Wall clock time 0.063s.
0.11/0.16	c declared #vars     50
0.11/0.16	c #constraints  100
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
0.11/0.16	c 100 constraints processed.
0.11/0.16	c objective function length is 50 literals
0.11/0.17	c SATISFIABLE
0.11/0.17	c OPTIMIZING...
0.11/0.17	c Got one! Elapsed wall clock time (in seconds):0.067
0.11/0.17	o 7
0.11/0.17	c Got one! Elapsed wall clock time (in seconds):0.071
0.11/0.17	o 6
0.27/0.22	c Got one! Elapsed wall clock time (in seconds):0.117
0.27/0.22	o 5
0.63/0.44	c cleaning 2642 clauses out of 5290 with flag 11373/5290
0.94/0.65	c cleaning 4320 clauses out of 8648 with flag 25243/11290
1.24/0.92	c cleaning 5665 clauses out of 11330 with flag 41500/18292
1.56/1.26	c cleaning 6827 clauses out of 13666 with flag 60177/26293
1.97/1.69	c cleaning 7918 clauses out of 15836 with flag 81261/35290
2.58/2.21	c cleaning 8959 clauses out of 17918 with flag 104761/45290
3.17/2.82	c cleaning 9982 clauses out of 19965 with flag 130618/56296
3.87/3.59	c cleaning 10989 clauses out of 21977 with flag 159064/68290
4.86/4.11	c starts		: 4
4.86/4.11	c conflicts		: 76810
4.86/4.11	c decisions		: 103434
4.86/4.11	c propagations		: 468836
4.86/4.11	c inspects		: 80117754
4.86/4.11	c shortcuts		: 0
4.86/4.11	c learnt literals	: 25
4.86/4.11	c learnt binary clauses	: 27
4.86/4.11	c learnt ternary clauses	: 76
4.86/4.11	c learnt constraints	: 76784
4.86/4.11	c ignored constraints	: 0
4.86/4.11	c root simplifications	: 0
4.86/4.11	c removed literals (reason simplification)	: 0
4.86/4.11	c reason swapping (by a shorter reason)	: 0
4.86/4.11	c Calls to reduceDB	: 8
4.86/4.11	c Number of update (reduction) of LBD	: 17245
4.86/4.11	c Imported unit clauses	: 0
4.86/4.11	c number of reductions to clauses (during analyze)	: 0
4.86/4.11	c number of learned constraints concerned by reduction	: 0
4.86/4.11	c number of learning phase by resolution	: 0
4.86/4.11	c number of learning phase by cutting planes	: 0
4.86/4.11	c speed (assignments/second)	: 118843.09252217998
4.86/4.11	c non guided choices	0
4.86/4.11	c learnt constraints type 
4.86/4.11	s OPTIMUM FOUND
4.86/4.11	c Found 3 solution(s)
4.86/4.11	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 x15 -x16 x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 
4.86/4.11	c objective function=5
4.86/4.11	c Total wall clock time (in seconds): 4.011

Verifier Data

OK	5

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

pid=12052
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.19 2.26 2.23 3/194 12055
/proc/meminfo: memFree=30293236/32872528 swapFree=17452/1581112
[pid=12055] ppid=12052 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/12055/stat : 12055 (java) S 12052 12055 9017 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 106159777 98570240 977 33554432000 1073741824 1073778376 140736865898416 140736865889552 248793563197 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12055/statm: 24065 977 743 9 0 16771 0
[pid=12055/tid=12056] ppid=12052 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12056/stat : 12056 (java) R 12052 12055 9017 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 106159778 98570240 977 33554432000 1073741824 1073778376 140736865898416 139793929571880 248790205824 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 2.19 2.26 2.23 3/194 12055
/proc/meminfo: memFree=30293236/32872528 swapFree=17452/1581112
[pid=12055] ppid=12052 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/12055/stat : 12055 (java) S 12052 12055 9017 0 -1 4202496 4487 0 1 0 10 1 0 0 20 0 18 0 106159777 9787879424 6116 33554432000 1073741824 1073778376 140736865898416 140736865889552 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12055/statm: 2389619 6116 2157 9 0 2380296 0
[pid=12055/tid=12056] ppid=12052 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12055/task/12056/stat : 12056 (java) R 12052 12055 9017 0 -1 4202560 2382 0 1 0 7 0 0 0 20 0 18 0 106159778 9787879424 6118 33554432000 1073741824 1073778376 140736865898416 139793929574904 139793919635670 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200382 s]
/proc/loadavg: 2.19 2.26 2.23 3/194 12055
/proc/meminfo: memFree=30293236/32872528 swapFree=17452/1581112
[pid=12055] ppid=12052 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/12055/stat : 12055 (java) S 12052 12055 9017 0 -1 4202496 5508 0 1 0 26 1 0 0 20 0 19 0 106159777 9856040960 7367 33554432000 1073741824 1073778376 140736865898416 140736865889552 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12055/statm: 2406260 7367 2226 9 0 2396937 0
[pid=12055/tid=12056] ppid=12052 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/12055/task/12056/stat : 12056 (java) R 12052 12055 9017 0 -1 4202560 2408 0 1 0 17 0 0 0 20 0 19 0 106159778 9856040960 7375 33554432000 1073741824 1073778376 140736865898416 139793929576552 139793753300353 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300322 s]
/proc/loadavg: 2.19 2.26 2.23 3/194 12055
/proc/meminfo: memFree=30293236/32872528 swapFree=17452/1581112
[pid=12055] ppid=12052 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/12055/stat : 12055 (java) S 12052 12055 9017 0 -1 4202496 6690 0 1 0 50 1 0 0 20 0 19 0 106159777 9856040960 7970 33554432000 1073741824 1073778376 140736865898416 140736865889552 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12055/statm: 2406260 7970 2243 9 0 2396937 0
[pid=12055/tid=12056] ppid=12052 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/12055/task/12056/stat : 12056 (java) R 12052 12055 9017 0 -1 4202560 2408 0 1 0 27 0 0 0 20 0 19 0 106159778 9856040960 7970 33554432000 1073741824 1073778376 140736865898416 139793929576616 139793753411328 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700309 s]
/proc/loadavg: 2.19 2.26 2.23 3/194 12055
/proc/meminfo: memFree=30293236/32872528 swapFree=17452/1581112
[pid=12055] ppid=12052 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/12055/stat : 12055 (java) S 12052 12055 9017 0 -1 4202496 7520 0 1 0 103 1 0 0 20 0 19 0 106159777 9856040960 9047 33554432000 1073741824 1073778376 140736865898416 140736865889552 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12055/statm: 2406260 9047 2253 9 0 2396937 0
[pid=12055/tid=12056] ppid=12052 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/12055/task/12056/stat : 12056 (java) R 12052 12055 9017 0 -1 4202560 2410 0 1 0 67 0 0 0 20 0 19 0 106159778 9856040960 9047 33554432000 1073741824 1073778376 140736865898416 139793929576616 139793753622623 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.19 2.26 2.23 3/213 12074
/proc/meminfo: memFree=30263456/32872528 swapFree=17452/1581112
[pid=12055] ppid=12052 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/12055/stat : 12055 (java) S 12052 12055 9017 0 -1 4202496 7526 0 1 0 186 1 0 0 20 0 19 0 106159777 9856040960 9563 33554432000 1073741824 1073778376 140736865898416 140736865889552 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12055/statm: 2406260 9563 2255 9 0 2396937 0
[pid=12055/tid=12056] ppid=12052 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/12055/task/12056/stat : 12056 (java) R 12052 12055 9017 0 -1 4202560 2412 0 1 0 147 0 0 0 20 0 19 0 106159778 9856040960 9563 33554432000 1073741824 1073778376 140736865898416 139793929574888 139793753773233 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12055/tid=12058] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12058/stat : 12058 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 9563 33554432000 1073741824 1073778376 140736865898416 139793891068072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12059] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12059/stat : 12059 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 9563 33554432000 1073741824 1073778376 140736865898416 139793890015528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12055/tid=12060] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12060/stat : 12060 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 9563 33554432000 1073741824 1073778376 140736865898416 139793888962984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12055/tid=12061] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12061/stat : 12061 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 9563 33554432000 1073741824 1073778376 140736865898416 139793887910440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12055/tid=12062] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12062/stat : 12062 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 9563 33554432000 1073741824 1073778376 140736865898416 139793886857896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12063] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12063/stat : 12063 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 9563 33554432000 1073741824 1073778376 140736865898416 139793885805352 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12055/tid=12064] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12064/stat : 12064 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 9563 33554432000 1073741824 1073778376 140736865898416 139793884752808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12065] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12065/stat : 12065 (java) S 12052 12055 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 9563 33554432000 1073741824 1073778376 140736865898416 139793883700264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12066] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12066/stat : 12066 (java) S 12052 12055 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106159779 9856040960 9563 33554432000 1073741824 1073778376 140736865898416 139793753172072 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12067] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12067/stat : 12067 (java) S 12052 12055 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106159780 9856040960 9563 33554432000 1073741824 1073778376 140736865898416 139793752118392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12068] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12068/stat : 12068 (java) S 12052 12055 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106159780 9856040960 9563 33554432000 1073741824 1073778376 140736865898416 139793751065736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12069] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12069/stat : 12069 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159782 9856040960 9563 33554432000 1073741824 1073778376 140736865898416 139793750014480 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12070] ppid=12052 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/12055/task/12070/stat : 12070 (java) S 12052 12055 9017 0 -1 4202560 2314 0 0 0 21 0 0 0 20 0 19 0 106159782 9856040960 9563 33554432000 1073741824 1073778376 140736865898416 139793748961848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12071] ppid=12052 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/12055/task/12071/stat : 12071 (java) S 12052 12055 9017 0 -1 4202560 1527 0 0 0 14 0 0 0 20 0 19 0 106159782 9856040960 9563 33554432000 1073741824 1073778376 140736865898416 139793747909304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12055/tid=12072] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12072/stat : 12072 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159782 9856040960 9563 33554432000 1073741824 1073778376 140736865898416 139793746856952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12055/tid=12073] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12073/stat : 12073 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159782 9856040960 9563 33554432000 1073741824 1073778376 140736865898416 139793745804616 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12074] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12074/stat : 12074 (java) S 12052 12055 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106159794 9856040960 9563 33554432000 1073741824 1073778376 140736865898416 139793744749352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.19 2.26 2.23 3/213 12074
/proc/meminfo: memFree=30260912/32872528 swapFree=17452/1581112
[pid=12055] ppid=12052 vsize=9625040 CPUtime=3.47 cores=1,3,5,7
/proc/12055/stat : 12055 (java) S 12052 12055 9017 0 -1 4202496 7530 0 1 0 346 1 0 0 20 0 19 0 106159777 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 140736865889552 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12055/statm: 2406260 11099 2255 9 0 2396937 0
[pid=12055/tid=12056] ppid=12052 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/12055/task/12056/stat : 12056 (java) R 12052 12055 9017 0 -1 4202560 2416 0 1 0 306 1 0 0 20 0 19 0 106159778 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793929567936 139793753621856 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12055/tid=12058] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12058/stat : 12058 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793891068072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12059] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12059/stat : 12059 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793890015528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12055/tid=12060] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12060/stat : 12060 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793888962984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12055/tid=12061] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12061/stat : 12061 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793887910440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12055/tid=12062] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12062/stat : 12062 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793886857896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12063] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12063/stat : 12063 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793885805352 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12055/tid=12064] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12064/stat : 12064 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793884752808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12065] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12065/stat : 12065 (java) S 12052 12055 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793883700264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12066] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12066/stat : 12066 (java) S 12052 12055 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106159779 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793753172072 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12067] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12067/stat : 12067 (java) S 12052 12055 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106159780 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793752118392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12068] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12068/stat : 12068 (java) S 12052 12055 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106159780 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793751065736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12069] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12069/stat : 12069 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159782 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793750014480 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12070] ppid=12052 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/12055/task/12070/stat : 12070 (java) S 12052 12055 9017 0 -1 4202560 2314 0 0 0 21 0 0 0 20 0 19 0 106159782 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793748961848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12071] ppid=12052 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/12055/task/12071/stat : 12071 (java) S 12052 12055 9017 0 -1 4202560 1527 0 0 0 14 0 0 0 20 0 19 0 106159782 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793747909304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12055/tid=12072] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12072/stat : 12072 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159782 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793746856952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12055/tid=12073] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12073/stat : 12073 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159782 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793745804616 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12074] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12074/stat : 12074 (java) S 12052 12055 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106159794 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793744749352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9625040

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

[startup+3.2009 s]
/proc/loadavg: 2.19 2.26 2.23 3/213 12074
/proc/meminfo: memFree=30260912/32872528 swapFree=17452/1581112
[pid=12055] ppid=12052 vsize=9625040 CPUtime=3.57 cores=1,3,5,7
/proc/12055/stat : 12055 (java) S 12052 12055 9017 0 -1 4202496 7530 0 1 0 356 1 0 0 20 0 19 0 106159777 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 140736865889552 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12055/statm: 2406260 11099 2255 9 0 2396937 0
[pid=12055/tid=12056] ppid=12052 vsize=9625040 CPUtime=3.17 cores=1,3,5,7
/proc/12055/task/12056/stat : 12056 (java) R 12052 12055 9017 0 -1 4202560 2416 0 1 0 316 1 0 0 20 0 19 0 106159778 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793929567936 139793753615528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12055/tid=12058] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12058/stat : 12058 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793891068072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12059] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12059/stat : 12059 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793890015528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12055/tid=12060] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12060/stat : 12060 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793888962984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12055/tid=12061] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12061/stat : 12061 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793887910440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12055/tid=12062] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12062/stat : 12062 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793886857896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12063] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12063/stat : 12063 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793885805352 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12055/tid=12064] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12064/stat : 12064 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793884752808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12065] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12065/stat : 12065 (java) S 12052 12055 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793883700264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12066] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12066/stat : 12066 (java) S 12052 12055 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106159779 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793753172072 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12067] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12067/stat : 12067 (java) S 12052 12055 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106159780 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793752118392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12068] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12068/stat : 12068 (java) S 12052 12055 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106159780 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793751065736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12069] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12069/stat : 12069 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159782 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793750014480 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12070] ppid=12052 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/12055/task/12070/stat : 12070 (java) S 12052 12055 9017 0 -1 4202560 2314 0 0 0 21 0 0 0 20 0 19 0 106159782 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793748961848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12071] ppid=12052 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/12055/task/12071/stat : 12071 (java) S 12052 12055 9017 0 -1 4202560 1527 0 0 0 14 0 0 0 20 0 19 0 106159782 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793747909304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12055/tid=12072] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12072/stat : 12072 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159782 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793746856952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12055/tid=12073] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12073/stat : 12073 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159782 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793745804616 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12074] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12074/stat : 12074 (java) S 12052 12055 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106159794 9856040960 11099 33554432000 1073741824 1073778376 140736865898416 139793744749352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 9625040

[startup+3.60066 s]
/proc/loadavg: 2.19 2.26 2.23 3/213 12074
/proc/meminfo: memFree=30256576/32872528 swapFree=17452/1581112
[pid=12055] ppid=12052 vsize=9625040 CPUtime=4.07 cores=1,3,5,7
/proc/12055/stat : 12055 (java) S 12052 12055 9017 0 -1 4202496 12621 0 1 0 405 2 0 0 20 0 19 0 106159777 9856040960 14585 33554432000 1073741824 1073778376 140736865898416 140736865889552 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12055/statm: 2406260 14585 2255 9 0 2396937 0
[pid=12055/tid=12056] ppid=12052 vsize=9625040 CPUtime=3.57 cores=1,3,5,7
/proc/12055/task/12056/stat : 12056 (java) R 12052 12055 9017 0 -1 4202560 2416 0 1 0 356 1 0 0 20 0 19 0 106159778 9856040960 14585 33554432000 1073741824 1073778376 140736865898416 139793929567936 139793753639971 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12055/tid=12058] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12058/stat : 12058 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 14585 33554432000 1073741824 1073778376 140736865898416 139793891068072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12059] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12059/stat : 12059 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 14585 33554432000 1073741824 1073778376 140736865898416 139793890015528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12055/tid=12060] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12060/stat : 12060 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 14585 33554432000 1073741824 1073778376 140736865898416 139793888962984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12055/tid=12061] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12061/stat : 12061 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 14585 33554432000 1073741824 1073778376 140736865898416 139793887910440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12055/tid=12062] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12062/stat : 12062 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 14585 33554432000 1073741824 1073778376 140736865898416 139793886857896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12063] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12063/stat : 12063 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 14585 33554432000 1073741824 1073778376 140736865898416 139793885805352 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12055/tid=12064] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12064/stat : 12064 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 14587 33554432000 1073741824 1073778376 140736865898416 139793884752808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12065] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12065/stat : 12065 (java) S 12052 12055 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 14587 33554432000 1073741824 1073778376 140736865898416 139793883700264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12066] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12066/stat : 12066 (java) S 12052 12055 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106159779 9856040960 14588 33554432000 1073741824 1073778376 140736865898416 139793753172072 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12067] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12067/stat : 12067 (java) S 12052 12055 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106159780 9856040960 14589 33554432000 1073741824 1073778376 140736865898416 139793752118392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12068] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12068/stat : 12068 (java) S 12052 12055 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106159780 9856040960 14590 33554432000 1073741824 1073778376 140736865898416 139793751065736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12069] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12069/stat : 12069 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159782 9856040960 14591 33554432000 1073741824 1073778376 140736865898416 139793750014480 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12070] ppid=12052 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/12055/task/12070/stat : 12070 (java) S 12052 12055 9017 0 -1 4202560 2315 0 0 0 24 0 0 0 20 0 19 0 106159782 9856040960 14592 33554432000 1073741824 1073778376 140736865898416 139793748961848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12071] ppid=12052 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/12055/task/12071/stat : 12071 (java) R 12052 12055 9017 0 -1 4202560 6625 0 0 0 21 0 0 0 20 0 19 0 106159782 9856040960 14593 33554432000 1073741824 1073778376 140736865898416 139793747909304 248789873347 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12055/tid=12072] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12072/stat : 12072 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159782 9856040960 14593 33554432000 1073741824 1073778376 140736865898416 139793746856952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12055/tid=12073] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12073/stat : 12073 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159782 9856040960 14596 33554432000 1073741824 1073778376 140736865898416 139793745804616 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12074] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12074/stat : 12074 (java) S 12052 12055 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106159794 9856040960 14597 33554432000 1073741824 1073778376 140736865898416 139793744749352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 9625040

[startup+4.00081 s]
/proc/loadavg: 2.19 2.26 2.23 3/213 12074
/proc/meminfo: memFree=30256576/32872528 swapFree=17452/1581112
[pid=12055] ppid=12052 vsize=9625040 CPUtime=4.76 cores=1,3,5,7
/proc/12055/stat : 12055 (java) S 12052 12055 9017 0 -1 4202496 16629 0 1 0 474 2 0 0 20 0 19 0 106159777 9856040960 17167 33554432000 1073741824 1073778376 140736865898416 140736865889552 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12055/statm: 2406260 17167 2255 9 0 2396937 0
[pid=12055/tid=12056] ppid=12052 vsize=9625040 CPUtime=3.97 cores=1,3,5,7
/proc/12055/task/12056/stat : 12056 (java) R 12052 12055 9017 0 -1 4202560 2416 0 1 0 396 1 0 0 20 0 19 0 106159778 9856040960 17167 33554432000 1073741824 1073778376 140736865898416 139793929576776 139793753639971 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12055/tid=12058] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12058/stat : 12058 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 17167 33554432000 1073741824 1073778376 140736865898416 139793891068072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12059] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12059/stat : 12059 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 17167 33554432000 1073741824 1073778376 140736865898416 139793890015528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12055/tid=12060] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12060/stat : 12060 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 17167 33554432000 1073741824 1073778376 140736865898416 139793888962984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12055/tid=12061] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12061/stat : 12061 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 17167 33554432000 1073741824 1073778376 140736865898416 139793887910440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12055/tid=12062] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12062/stat : 12062 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 17167 33554432000 1073741824 1073778376 140736865898416 139793886857896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12063] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12063/stat : 12063 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 17167 33554432000 1073741824 1073778376 140736865898416 139793885805352 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12055/tid=12064] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12064/stat : 12064 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 17167 33554432000 1073741824 1073778376 140736865898416 139793884752808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12065] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12065/stat : 12065 (java) S 12052 12055 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 17167 33554432000 1073741824 1073778376 140736865898416 139793883700264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12066] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12066/stat : 12066 (java) S 12052 12055 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106159779 9856040960 17167 33554432000 1073741824 1073778376 140736865898416 139793753172072 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12067] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12067/stat : 12067 (java) S 12052 12055 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106159780 9856040960 17167 33554432000 1073741824 1073778376 140736865898416 139793752118392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12068] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12068/stat : 12068 (java) S 12052 12055 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106159780 9856040960 17167 33554432000 1073741824 1073778376 140736865898416 139793751065736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12069] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12069/stat : 12069 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159782 9856040960 17167 33554432000 1073741824 1073778376 140736865898416 139793750014480 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12070] ppid=12052 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/12055/task/12070/stat : 12070 (java) S 12052 12055 9017 0 -1 4202560 3981 0 0 0 33 0 0 0 20 0 19 0 106159782 9856040960 17167 33554432000 1073741824 1073778376 140736865898416 139793748961848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12071] ppid=12052 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/12055/task/12071/stat : 12071 (java) S 12052 12055 9017 0 -1 4202560 8959 0 0 0 42 0 0 0 20 0 19 0 106159782 9856040960 17167 33554432000 1073741824 1073778376 140736865898416 139793747909304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12055/tid=12072] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12072/stat : 12072 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159782 9856040960 17167 33554432000 1073741824 1073778376 140736865898416 139793746856952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12055/tid=12073] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12073/stat : 12073 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159782 9856040960 17167 33554432000 1073741824 1073778376 140736865898416 139793745804616 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12074] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12074/stat : 12074 (java) S 12052 12055 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106159794 9856040960 17167 33554432000 1073741824 1073778376 140736865898416 139793744749352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 9625040

[startup+4.10074 s]
/proc/loadavg: 2.19 2.26 2.23 3/213 12074
/proc/meminfo: memFree=30256576/32872528 swapFree=17452/1581112
[pid=12055] ppid=12052 vsize=9625040 CPUtime=4.86 cores=1,3,5,7
/proc/12055/stat : 12055 (java) S 12052 12055 9017 0 -1 4202496 16632 0 1 0 484 2 0 0 20 0 19 0 106159777 9856040960 17680 33554432000 1073741824 1073778376 140736865898416 140736865889552 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12055/statm: 2406260 17680 2256 9 0 2396937 0
[pid=12055/tid=12056] ppid=12052 vsize=9625040 CPUtime=4.06 cores=1,3,5,7
/proc/12055/task/12056/stat : 12056 (java) R 12052 12055 9017 0 -1 4202560 2418 0 1 0 405 1 0 0 20 0 19 0 106159778 9856040960 17680 33554432000 1073741824 1073778376 140736865898416 139793929574920 139793753802800 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12055/tid=12058] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12058/stat : 12058 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 17680 33554432000 1073741824 1073778376 140736865898416 139793891068072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12059] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12059/stat : 12059 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 17680 33554432000 1073741824 1073778376 140736865898416 139793890015528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12055/tid=12060] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12060/stat : 12060 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 17680 33554432000 1073741824 1073778376 140736865898416 139793888962984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12055/tid=12061] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12061/stat : 12061 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 17680 33554432000 1073741824 1073778376 140736865898416 139793887910440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12055/tid=12062] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12062/stat : 12062 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 17680 33554432000 1073741824 1073778376 140736865898416 139793886857896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12063] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12063/stat : 12063 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 17680 33554432000 1073741824 1073778376 140736865898416 139793885805352 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12055/tid=12064] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12064/stat : 12064 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 17680 33554432000 1073741824 1073778376 140736865898416 139793884752808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12065] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12065/stat : 12065 (java) S 12052 12055 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106159778 9856040960 17680 33554432000 1073741824 1073778376 140736865898416 139793883700264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12066] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12066/stat : 12066 (java) S 12052 12055 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106159779 9856040960 17680 33554432000 1073741824 1073778376 140736865898416 139793753172072 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12067] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12067/stat : 12067 (java) S 12052 12055 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106159780 9856040960 17680 33554432000 1073741824 1073778376 140736865898416 139793752118392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12068] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12068/stat : 12068 (java) S 12052 12055 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106159780 9856040960 17680 33554432000 1073741824 1073778376 140736865898416 139793751065736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12069] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12069/stat : 12069 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159782 9856040960 17680 33554432000 1073741824 1073778376 140736865898416 139793750014480 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12070] ppid=12052 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/12055/task/12070/stat : 12070 (java) S 12052 12055 9017 0 -1 4202560 3981 0 0 0 33 0 0 0 20 0 19 0 106159782 9856040960 17680 33554432000 1073741824 1073778376 140736865898416 139793748961848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12071] ppid=12052 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/12055/task/12071/stat : 12071 (java) S 12052 12055 9017 0 -1 4202560 8959 0 0 0 42 0 0 0 20 0 19 0 106159782 9856040960 17680 33554432000 1073741824 1073778376 140736865898416 139793747909304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12055/tid=12072] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12072/stat : 12072 (java) S 12052 12055 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106159782 9856040960 17680 33554432000 1073741824 1073778376 140736865898416 139793746856952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12055/tid=12073] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12073/stat : 12073 (java) S 12052 12055 9017 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106159782 9856040960 17680 33554432000 1073741824 1073778376 140736865898416 139793745804616 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12055/tid=12074] ppid=12052 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12055/task/12074/stat : 12074 (java) S 12052 12055 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106159794 9856040960 17680 33554432000 1073741824 1073778376 140736865898416 139793744749352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 4.11952
CPU time (s): 4.90125
CPU user time (s): 4.86026
CPU system time (s): 0.040993
CPU usage (%): 118.976
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.86026
system time used= 0.040993
maximum resident set size= 72832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16656
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 325
involuntary context switches= 27

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.021996 second user time and 0.026995 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-06 21:44:38
IDJOB=4085418
IDBENCH=2870
IDSOLVER=2546
FILE ID=node139/4085418-1465242278
RUNJOBID= node139-1465220260-9034
PBS_JOBID= 19843218
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_50_20_20.r.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085418-1465242278/watcher-4085418-1465242278 -o /tmp/evaluation-result-4085418-1465242278/solver-4085418-1465242278 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9034 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085418-1465242278.opb

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

MD5SUM BENCH= a0250fc6809d30108f7d11f1d27eb358
RANDOM SEED=2136005253

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		: 2666.868
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.73
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.868
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.868
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.868
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		: 2666.868
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.55
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.868
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		: 2666.868
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.868
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:        30294216 kB
Buffers:           34760 kB
Cached:            93948 kB
SwapCached:         1464 kB
Active:           204544 kB
Inactive:          74804 kB
Active(anon):     151088 kB
Inactive(anon):     2172 kB
Active(file):      53456 kB
Inactive(file):    72632 kB
Unevictable:     1581112 kB
Mlocked:           17452 kB
SwapTotal:      67108856 kB
SwapFree:       67099760 kB
Dirty:               928 kB
Writeback:             0 kB
AnonPages:       1747420 kB
Mapped:            15260 kB
Shmem:                 0 kB
Slab:             567948 kB
SReclaimable:      11512 kB
SUnreclaim:       556436 kB
KernelStack:        1576 kB
PageTables:         7788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2269200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1712128 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= 71732 MiB
End job on node139 at 2016-06-06 21:44:43