Trace number 4088771

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16UNSAT 11.0523 4.47027

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
SUMINEQ/normalized-sumineqArity3houseP064.opb
MD5SUM37a733d96d1fb45f847162a7cbbf56f5
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.12883
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12477
Total number of constraints4160
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)65
Number of constraints which are nor clauses,nor cardinality constraints4095
Minimum length of a constraint3
Maximum length of a constraint9
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
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 ManyCore solver with 2 solvers running in parallel
0.11/0.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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 Expensive 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.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
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 phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts 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.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4088771-1466012168.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  no objective function found
0.77/0.40	c ... done. Wall clock time 0.298s.
0.77/0.40	c declared #vars     12477
0.77/0.40	c #constraints  4160
0.77/0.41	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.77/0.41	c constraints type 
0.77/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4160
0.77/0.41	c 4160 constraints processed.
0.77/0.41	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.77/0.41	c constraints type 
0.77/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4160
0.77/0.41	c 4160 constraints processed.
3.08/1.05	c cleaning 2498 clauses out of 5002 with flag 15683/5002
3.50/1.19	c cleaning 4090 clauses out of 8502 with flag 34353/11000
4.27/1.35	c cleaning 5703 clauses out of 11413 with flag 60208/18001
5.06/1.54	c cleaning 6797 clauses out of 13709 with flag 88714/26000
5.46/1.68	c cleaning 7920 clauses out of 15912 with flag 123284/35000
6.12/1.81	c cleaning 8891 clauses out of 17992 with flag 159596/45000
6.32/1.98	c cleaning 10014 clauses out of 20103 with flag 199888/56002
6.77/2.15	c cleaning 11036 clauses out of 22088 with flag 245635/68001
7.19/2.35	c cleaning 12003 clauses out of 24051 with flag 290764/81000
7.62/2.59	c cleaning 12914 clauses out of 26049 with flag 338838/95001
8.22/2.83	c cleaning 13969 clauses out of 28135 with flag 393013/110001
8.62/3.08	c cleaning 15050 clauses out of 30165 with flag 449009/126000
9.24/3.37	c cleaning 16045 clauses out of 32115 with flag 508342/143000
9.86/3.69	c cleaning 16945 clauses out of 34070 with flag 573206/161000
10.66/4.08	c cleaning 17102 clauses out of 36125 with flag 642583/180000
10.87/4.14	c And the winner is solver0
10.96/4.44	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
10.96/4.44	c starts		: 164
10.96/4.44	c conflicts		: 185918
10.96/4.44	c decisions		: 1141089
10.96/4.44	c propagations		: 2878997
10.96/4.44	c inspects		: 13162113
10.96/4.44	c shortcuts		: 0
10.96/4.44	c learnt literals	: 8
10.96/4.44	c learnt binary clauses	: 3543
10.96/4.44	c learnt ternary clauses	: 11073
10.96/4.44	c learnt constraints	: 185909
10.96/4.44	c ignored constraints	: 0
10.96/4.44	c root simplifications	: 0
10.96/4.44	c removed literals (reason simplification)	: 43739
10.96/4.44	c reason swapping (by a shorter reason)	: 0
10.96/4.44	c Calls to reduceDB	: 15
10.96/4.44	c Number of update (reduction) of LBD	: 47344
10.96/4.44	c Imported unit clauses	: 0
10.96/4.44	c number of reductions to clauses (during analyze)	: 0
10.96/4.44	c number of learned constraints concerned by reduction	: 0
10.96/4.44	c number of learning phase by resolution	: 0
10.96/4.44	c number of learning phase by cutting planes	: 0
10.96/4.44	c speed (assignments/second)	: 717238.913801694
10.96/4.44	c non guided choices	536481
10.96/4.45	c learnt constraints type 
10.96/4.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3543
10.96/4.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21389
10.96/4.45	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
10.96/4.45	c starts		: 21
10.96/4.45	c conflicts		: 4335
10.96/4.45	c decisions		: 12769
10.96/4.45	c propagations		: 77355
10.96/4.45	c inspects		: 3418830
10.96/4.45	c shortcuts		: 0
10.96/4.45	c learnt literals	: 0
10.96/4.45	c learnt binary clauses	: 0
10.96/4.45	c learnt ternary clauses	: 28
10.96/4.45	c learnt constraints	: 4334
10.96/4.45	c ignored constraints	: 0
10.96/4.45	c root simplifications	: 0
10.96/4.45	c removed literals (reason simplification)	: 0
10.96/4.45	c reason swapping (by a shorter reason)	: 0
10.96/4.45	c Calls to reduceDB	: 0
10.96/4.45	c Number of update (reduction) of LBD	: 0
10.96/4.45	c Imported unit clauses	: 0
10.96/4.45	c number of reductions to clauses (during analyze)	: 0
10.96/4.45	c number of learned constraints concerned by reduction	: 0
10.96/4.45	c number of learning phase by resolution	: 0
10.96/4.45	c number of learning phase by cutting planes	: 0
10.96/4.45	c speed (assignments/second)	: 19223.40954274354
10.96/4.45	c non guided choices	4
10.96/4.45	c learnt constraints type 
10.96/4.45	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
10.96/4.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 28
10.96/4.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4305
10.96/4.45	s UNSATISFIABLE
10.96/4.45	c Total wall clock time (in seconds): 4.345

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-4088771-1466012168/watcher-4088771-1466012168 -o /tmp/evaluation-result-4088771-1466012168/solver-4088771-1466012168 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4088771-1466012168.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.33 1.67 1.87 6/197 5902
/proc/meminfo: memFree=31257672/32872528 swapFree=248296/248296
[pid=5902] ppid=5899 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/5902/stat : 5902 (java) S 5899 5902 5767 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 3267176 98570240 978 33554432000 1073741824 1073778376 140735610062768 140735610053904 247067607101 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5902/statm: 24065 978 744 9 0 16771 0
[pid=5902/tid=5903] ppid=5899 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5903/stat : 5903 (java) R 5899 5902 5767 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 3267177 98582528 985 33554432000 1073741824 1073778376 140735610062768 140153560473128 247064249757 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 1.33 1.67 1.87 6/197 5902
/proc/meminfo: memFree=31257672/32872528 swapFree=248296/248296
[pid=5902] ppid=5899 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/5902/stat : 5902 (java) S 5899 5902 5767 0 -1 4202496 4507 0 1 0 10 1 0 0 20 0 18 0 3267176 9787879424 6138 33554432000 1073741824 1073778376 140735610062768 140735610053904 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5902/statm: 2389619 6138 2158 9 0 2380296 0
[pid=5902/tid=5903] ppid=5899 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/5902/task/5903/stat : 5903 (java) R 5899 5902 5767 0 -1 4202560 2383 0 1 0 8 0 0 0 20 0 18 0 3267177 9787879424 6138 33554432000 1073741824 1073778376 140735610062768 140153560476576 247067632909 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.200271 s]
/proc/loadavg: 1.33 1.67 1.87 6/197 5902
/proc/meminfo: memFree=31257672/32872528 swapFree=248296/248296
[pid=5902] ppid=5899 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/5902/stat : 5902 (java) S 5899 5902 5767 0 -1 4202496 4740 0 1 0 26 1 0 0 20 0 18 0 3267176 9787879424 7312 33554432000 1073741824 1073778376 140735610062768 140735610053904 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5902/statm: 2389619 7312 2218 9 0 2380296 0
[pid=5902/tid=5903] ppid=5899 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/5902/task/5903/stat : 5903 (java) R 5899 5902 5767 0 -1 4202560 2403 0 1 0 18 0 0 0 20 0 18 0 3267177 9787879424 7312 33554432000 1073741824 1073778376 140735610062768 140153560476576 140153389692661 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) 9558476

[startup+0.300276 s]
/proc/loadavg: 1.33 1.67 1.87 6/197 5902
/proc/meminfo: memFree=31257672/32872528 swapFree=248296/248296
[pid=5902] ppid=5899 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/5902/stat : 5902 (java) S 5899 5902 5767 0 -1 4202496 5966 0 1 0 52 1 0 0 20 0 18 0 3267176 9787879424 10117 33554432000 1073741824 1073778376 140735610062768 140735610053904 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5902/statm: 2389619 10117 2235 9 0 2380296 0
[pid=5902/tid=5903] ppid=5899 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/5902/task/5903/stat : 5903 (java) R 5899 5902 5767 0 -1 4202560 2407 0 1 0 28 0 0 0 20 0 18 0 3267177 9787879424 10117 33554432000 1073741824 1073778376 140735610062768 140153560476576 140153390013873 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700244 s]
/proc/loadavg: 1.33 1.67 1.87 6/197 5902
/proc/meminfo: memFree=31257672/32872528 swapFree=248296/248296
[pid=5902] ppid=5899 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/5902/stat : 5902 (java) S 5899 5902 5767 0 -1 4202496 13952 0 1 0 187 3 0 0 20 0 22 0 3267176 10060525568 26952 33554432000 1073741824 1073778376 140735610062768 140735610053904 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5902/statm: 2456183 26952 2261 9 0 2446860 0
[pid=5902/tid=5903] ppid=5899 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/5902/task/5903/stat : 5903 (java) S 5899 5902 5767 0 -1 4202560 2488 0 1 0 37 2 0 0 20 0 22 0 3267177 10060525568 26952 33554432000 1073741824 1073778376 140735610062768 140153560478584 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 1.33 1.67 1.87 7/219 5924
/proc/meminfo: memFree=30924904/32872528 swapFree=248296/248296
[pid=5902] ppid=5899 vsize=9824732 CPUtime=5.06 cores=1,3,5,7
/proc/5902/stat : 5902 (java) S 5899 5902 5767 0 -1 4202496 24903 0 1 0 497 9 0 0 20 0 22 0 3267176 10060525568 55122 33554432000 1073741824 1073778376 140735610062768 140735610053904 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5902/statm: 2456183 55122 2288 9 0 2446860 0
[pid=5902/tid=5903] ppid=5899 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/5902/task/5903/stat : 5903 (java) S 5899 5902 5767 0 -1 4202560 2488 0 1 0 37 2 0 0 20 0 22 0 3267177 10060525568 55122 33554432000 1073741824 1073778376 140735610062768 140153560478584 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5905] ppid=5899 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/5902/task/5905/stat : 5905 (java) S 5899 5902 5767 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 3267177 10060525568 55122 33554432000 1073741824 1073778376 140735610062768 140153521969448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5902/tid=5906] ppid=5899 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/5902/task/5906/stat : 5906 (java) S 5899 5902 5767 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 3267177 10060525568 55122 33554432000 1073741824 1073778376 140735610062768 140153520916648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5907] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5907/stat : 5907 (java) S 5899 5902 5767 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 3267177 10060525568 55122 33554432000 1073741824 1073778376 140735610062768 140153519864360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5902/tid=5908] ppid=5899 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/5902/task/5908/stat : 5908 (java) S 5899 5902 5767 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 3267177 10060525568 55122 33554432000 1073741824 1073778376 140735610062768 140153518811560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5909] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5909/stat : 5909 (java) S 5899 5902 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 3267177 10060525568 55122 33554432000 1073741824 1073778376 140735610062768 140153517759272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5902/tid=5910] ppid=5899 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/5902/task/5910/stat : 5910 (java) S 5899 5902 5767 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 3267177 10060525568 55122 33554432000 1073741824 1073778376 140735610062768 140153516706472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5911] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5911/stat : 5911 (java) S 5899 5902 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 3267177 10060525568 55122 33554432000 1073741824 1073778376 140735610062768 140153515654184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5902/tid=5912] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5912/stat : 5912 (java) S 5899 5902 5767 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 3267177 10060525568 55122 33554432000 1073741824 1073778376 140735610062768 140153514601384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5913] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5913/stat : 5913 (java) S 5899 5902 5767 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3267178 10060525568 55122 33554432000 1073741824 1073778376 140735610062768 140153384311016 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5914] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5914/stat : 5914 (java) S 5899 5902 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3267179 10060525568 55122 33554432000 1073741824 1073778376 140735610062768 140153383257080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5915] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5915/stat : 5915 (java) S 5899 5902 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3267179 10060525568 55122 33554432000 1073741824 1073778376 140735610062768 140153382204680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5916] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5916/stat : 5916 (java) S 5899 5902 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3267181 10060525568 55122 33554432000 1073741824 1073778376 140735610062768 140153381153168 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5917] ppid=5899 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/5902/task/5917/stat : 5917 (java) R 5899 5902 5767 0 -1 4202560 9077 0 0 0 123 1 0 0 20 0 22 0 3267181 10060525568 55122 33554432000 1073741824 1073778376 140735610062768 140153380086968 140153567200399 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5918] ppid=5899 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/5902/task/5918/stat : 5918 (java) R 5899 5902 5767 0 -1 4202560 11822 0 0 0 118 2 0 0 20 0 22 0 3267181 10060525568 55122 33554432000 1073741824 1073778376 140735610062768 140153379035272 140153564595626 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5919] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5919/stat : 5919 (java) S 5899 5902 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3267181 10060525568 55122 33554432000 1073741824 1073778376 140735610062768 140153377995896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5902/tid=5920] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5920/stat : 5920 (java) S 5899 5902 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3267181 10060525568 55122 33554432000 1073741824 1073778376 140735610062768 140153376943304 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5921] ppid=5899 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/5902/task/5921/stat : 5921 (java) R 5899 5902 5767 0 -1 4202560 24 0 0 0 100 0 0 0 20 0 22 0 3267218 10060525568 55122 33554432000 1073741824 1073778376 140735610062768 140153375887768 140153390207927 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5902/tid=5922] ppid=5899 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/5902/task/5922/stat : 5922 (java) R 5899 5902 5767 0 -1 4202560 84 0 0 0 99 2 0 0 20 0 22 0 3267218 10060525568 55122 33554432000 1073741824 1073778376 140735610062768 140153374833232 140153567628844 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=5902/tid=5923] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5923/stat : 5923 (java) S 5899 5902 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3267219 10060525568 55122 33554432000 1073741824 1073778376 140735610062768 140152231945384 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5924] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5924/stat : 5924 (java) S 5899 5902 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3267219 10060525568 55122 33554432000 1073741824 1073778376 140735610062768 140152230892584 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 1.33 1.67 1.87 5/219 5924
/proc/meminfo: memFree=30504516/32872528 swapFree=248296/248296
[pid=5902] ppid=5899 vsize=9824732 CPUtime=8.82 cores=1,3,5,7
/proc/5902/stat : 5902 (java) S 5899 5902 5767 0 -1 4202496 26143 0 1 0 865 17 0 0 20 0 22 0 3267176 10060525568 96774 33554432000 1073741824 1073778376 140735610062768 140735610053904 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5902/statm: 2456183 96774 2290 9 0 2446860 0
[pid=5902/tid=5903] ppid=5899 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/5902/task/5903/stat : 5903 (java) S 5899 5902 5767 0 -1 4202560 2489 0 1 0 37 2 0 0 20 0 22 0 3267177 10060525568 96774 33554432000 1073741824 1073778376 140735610062768 140153560478584 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5902/tid=5905] ppid=5899 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5902/task/5905/stat : 5905 (java) S 5899 5902 5767 0 -1 4202560 30 0 0 0 2 1 0 0 20 0 22 0 3267177 10060525568 96774 33554432000 1073741824 1073778376 140735610062768 140153521969448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5906] ppid=5899 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5902/task/5906/stat : 5906 (java) S 5899 5902 5767 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 22 0 3267177 10060525568 96774 33554432000 1073741824 1073778376 140735610062768 140153520916648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5907] ppid=5899 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/5902/task/5907/stat : 5907 (java) S 5899 5902 5767 0 -1 4202560 32 0 0 0 3 3 0 0 20 0 22 0 3267177 10060525568 96774 33554432000 1073741824 1073778376 140735610062768 140153519864360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5908] ppid=5899 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5902/task/5908/stat : 5908 (java) S 5899 5902 5767 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 22 0 3267177 10060525568 96774 33554432000 1073741824 1073778376 140735610062768 140153518811560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5902/tid=5909] ppid=5899 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5902/task/5909/stat : 5909 (java) S 5899 5902 5767 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 3267177 10060525568 96774 33554432000 1073741824 1073778376 140735610062768 140153517759272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5910] ppid=5899 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/5902/task/5910/stat : 5910 (java) S 5899 5902 5767 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 22 0 3267177 10060525568 96774 33554432000 1073741824 1073778376 140735610062768 140153516706472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5902/tid=5911] ppid=5899 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5902/task/5911/stat : 5911 (java) S 5899 5902 5767 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 3267177 10060525568 96774 33554432000 1073741824 1073778376 140735610062768 140153515654184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5902/tid=5912] ppid=5899 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5902/task/5912/stat : 5912 (java) S 5899 5902 5767 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 3267177 10060525568 96774 33554432000 1073741824 1073778376 140735610062768 140153514601384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5913] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5913/stat : 5913 (java) S 5899 5902 5767 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 3267178 10060525568 96774 33554432000 1073741824 1073778376 140735610062768 140153384311016 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5914] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5914/stat : 5914 (java) S 5899 5902 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3267179 10060525568 96774 33554432000 1073741824 1073778376 140735610062768 140153383257080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5915] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5915/stat : 5915 (java) S 5899 5902 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3267179 10060525568 96774 33554432000 1073741824 1073778376 140735610062768 140153382204680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5916] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5916/stat : 5916 (java) S 5899 5902 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3267181 10060525568 96774 33554432000 1073741824 1073778376 140735610062768 140153381153168 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5917] ppid=5899 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/5902/task/5917/stat : 5917 (java) S 5899 5902 5767 0 -1 4202560 9079 0 0 0 148 1 0 0 20 0 22 0 3267181 10060525568 96774 33554432000 1073741824 1073778376 140735610062768 140153380100792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5918] ppid=5899 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/5902/task/5918/stat : 5918 (java) S 5899 5902 5767 0 -1 4202560 12790 0 0 0 140 2 0 0 20 0 22 0 3267181 10060525568 96774 33554432000 1073741824 1073778376 140735610062768 140153379047992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5919] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5919/stat : 5919 (java) S 5899 5902 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3267181 10060525568 96774 33554432000 1073741824 1073778376 140735610062768 140153377995896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5902/tid=5920] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5920/stat : 5920 (java) S 5899 5902 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3267181 10060525568 96774 33554432000 1073741824 1073778376 140735610062768 140153376943304 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5921] ppid=5899 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/5902/task/5921/stat : 5921 (java) R 5899 5902 5767 0 -1 4202560 27 0 0 0 253 0 0 0 20 0 22 0 3267218 10060525568 96774 33554432000 1073741824 1073778376 140735610062768 140153375878928 140153390546280 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5902/tid=5922] ppid=5899 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/5902/task/5922/stat : 5922 (java) R 5899 5902 5767 0 -1 4202560 145 0 0 0 250 3 0 0 20 0 22 0 3267218 10060525568 96774 33554432000 1073741824 1073778376 140735610062768 140153374833632 140153390308870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5923] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5923/stat : 5923 (java) S 5899 5902 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3267219 10060525568 96774 33554432000 1073741824 1073778376 140735610062768 140152231945384 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5924] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5924/stat : 5924 (java) S 5899 5902 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3267219 10060525568 96774 33554432000 1073741824 1073778376 140735610062768 140152230892584 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.82
Current children cumulated vsize (KiB) 9824732

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

[startup+3.20119 s]
/proc/loadavg: 1.33 1.67 1.87 5/219 5924
/proc/meminfo: memFree=30504516/32872528 swapFree=248296/248296
[pid=5902] ppid=5899 vsize=9824732 CPUtime=9.02 cores=1,3,5,7
/proc/5902/stat : 5902 (java) S 5899 5902 5767 0 -1 4202496 26170 0 1 0 884 18 0 0 20 0 22 0 3267176 10060525568 110598 33554432000 1073741824 1073778376 140735610062768 140735610053904 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5902/statm: 2456183 110598 2290 9 0 2446860 0
[pid=5902/tid=5903] ppid=5899 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/5902/task/5903/stat : 5903 (java) S 5899 5902 5767 0 -1 4202560 2489 0 1 0 37 2 0 0 20 0 22 0 3267177 10060525568 110598 33554432000 1073741824 1073778376 140735610062768 140153560478584 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5902/tid=5905] ppid=5899 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5902/task/5905/stat : 5905 (java) S 5899 5902 5767 0 -1 4202560 30 0 0 0 2 1 0 0 20 0 22 0 3267177 10060525568 110598 33554432000 1073741824 1073778376 140735610062768 140153521969448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5906] ppid=5899 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5902/task/5906/stat : 5906 (java) S 5899 5902 5767 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 22 0 3267177 10060525568 110598 33554432000 1073741824 1073778376 140735610062768 140153520916648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5907] ppid=5899 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/5902/task/5907/stat : 5907 (java) S 5899 5902 5767 0 -1 4202560 32 0 0 0 3 3 0 0 20 0 22 0 3267177 10060525568 110598 33554432000 1073741824 1073778376 140735610062768 140153519864360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5908] ppid=5899 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5902/task/5908/stat : 5908 (java) S 5899 5902 5767 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 22 0 3267177 10060525568 110598 33554432000 1073741824 1073778376 140735610062768 140153518811560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5902/tid=5909] ppid=5899 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5902/task/5909/stat : 5909 (java) S 5899 5902 5767 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 3267177 10060525568 110598 33554432000 1073741824 1073778376 140735610062768 140153517759272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5910] ppid=5899 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/5902/task/5910/stat : 5910 (java) S 5899 5902 5767 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 22 0 3267177 10060525568 110598 33554432000 1073741824 1073778376 140735610062768 140153516706472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5902/tid=5911] ppid=5899 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5902/task/5911/stat : 5911 (java) S 5899 5902 5767 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 3267177 10060525568 110598 33554432000 1073741824 1073778376 140735610062768 140153515654184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5902/tid=5912] ppid=5899 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5902/task/5912/stat : 5912 (java) S 5899 5902 5767 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 3267177 10060525568 110598 33554432000 1073741824 1073778376 140735610062768 140153514601384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5913] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5913/stat : 5913 (java) S 5899 5902 5767 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 3267178 10060525568 110598 33554432000 1073741824 1073778376 140735610062768 140153384311016 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5914] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5914/stat : 5914 (java) S 5899 5902 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3267179 10060525568 110598 33554432000 1073741824 1073778376 140735610062768 140153383257080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5915] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5915/stat : 5915 (java) S 5899 5902 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3267179 10060525568 110598 33554432000 1073741824 1073778376 140735610062768 140153382204680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5916] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5916/stat : 5916 (java) S 5899 5902 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3267181 10060525568 110598 33554432000 1073741824 1073778376 140735610062768 140153381153168 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5917] ppid=5899 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/5902/task/5917/stat : 5917 (java) S 5899 5902 5767 0 -1 4202560 9079 0 0 0 148 1 0 0 20 0 22 0 3267181 10060525568 110598 33554432000 1073741824 1073778376 140735610062768 140153380100792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5918] ppid=5899 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/5902/task/5918/stat : 5918 (java) S 5899 5902 5767 0 -1 4202560 12790 0 0 0 140 2 0 0 20 0 22 0 3267181 10060525568 110598 33554432000 1073741824 1073778376 140735610062768 140153379047992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5919] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5919/stat : 5919 (java) S 5899 5902 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3267181 10060525568 110598 33554432000 1073741824 1073778376 140735610062768 140153377995896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5902/tid=5920] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5920/stat : 5920 (java) S 5899 5902 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3267181 10060525568 110598 33554432000 1073741824 1073778376 140735610062768 140153376943304 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5921] ppid=5899 vsize=9824732 CPUtime=2.63 cores=1,3,5,7
/proc/5902/task/5921/stat : 5921 (java) R 5899 5902 5767 0 -1 4202560 27 0 0 0 263 0 0 0 20 0 22 0 3267218 10060525568 110598 33554432000 1073741824 1073778376 140735610062768 140153375878928 140153390432561 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5902/tid=5922] ppid=5899 vsize=9824732 CPUtime=2.63 cores=1,3,5,7
/proc/5902/task/5922/stat : 5922 (java) R 5899 5902 5767 0 -1 4202560 172 0 0 0 259 4 0 0 20 0 22 0 3267218 10060525568 110598 33554432000 1073741824 1073778376 140735610062768 140153374833632 140153390307159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5923] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5923/stat : 5923 (java) S 5899 5902 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3267219 10060525568 110598 33554432000 1073741824 1073778376 140735610062768 140152231945384 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5924] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5924/stat : 5924 (java) S 5899 5902 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3267219 10060525568 110598 33554432000 1073741824 1073778376 140735610062768 140152230892584 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.02
Current children cumulated vsize (KiB) 9824732

[startup+4.00084 s]
/proc/loadavg: 1.33 1.67 1.87 5/219 5924
/proc/meminfo: memFree=30342236/32872528 swapFree=248296/248296
[pid=5902] ppid=5899 vsize=9824732 CPUtime=10.66 cores=1,3,5,7
/proc/5902/stat : 5902 (java) S 5899 5902 5767 0 -1 4202496 26547 0 1 0 1043 23 0 0 20 0 22 0 3267176 10060525568 155912 33554432000 1073741824 1073778376 140735610062768 140735610053904 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5902/statm: 2456183 155912 2290 9 0 2446860 0
[pid=5902/tid=5903] ppid=5899 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/5902/task/5903/stat : 5903 (java) S 5899 5902 5767 0 -1 4202560 2489 0 1 0 37 2 0 0 20 0 22 0 3267177 10060525568 155912 33554432000 1073741824 1073778376 140735610062768 140153560478584 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5902/tid=5905] ppid=5899 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/5902/task/5905/stat : 5905 (java) S 5899 5902 5767 0 -1 4202560 32 0 0 0 2 2 0 0 20 0 22 0 3267177 10060525568 155912 33554432000 1073741824 1073778376 140735610062768 140153521969448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5906] ppid=5899 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5902/task/5906/stat : 5906 (java) S 5899 5902 5767 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 22 0 3267177 10060525568 155912 33554432000 1073741824 1073778376 140735610062768 140153520916648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5907] ppid=5899 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/5902/task/5907/stat : 5907 (java) S 5899 5902 5767 0 -1 4202560 42 0 0 0 5 3 0 0 20 0 22 0 3267177 10060525568 155912 33554432000 1073741824 1073778376 140735610062768 140153519864360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5908] ppid=5899 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/5902/task/5908/stat : 5908 (java) S 5899 5902 5767 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 22 0 3267177 10060525568 155912 33554432000 1073741824 1073778376 140735610062768 140153518811560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5909] ppid=5899 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5902/task/5909/stat : 5909 (java) S 5899 5902 5767 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 3267177 10060525568 155912 33554432000 1073741824 1073778376 140735610062768 140153517759272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5910] ppid=5899 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/5902/task/5910/stat : 5910 (java) S 5899 5902 5767 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 22 0 3267177 10060525568 155912 33554432000 1073741824 1073778376 140735610062768 140153516706472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5911] ppid=5899 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/5902/task/5911/stat : 5911 (java) S 5899 5902 5767 0 -1 4202560 15 0 0 0 3 1 0 0 20 0 22 0 3267177 10060525568 155912 33554432000 1073741824 1073778376 140735610062768 140153515654184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5912] ppid=5899 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/5902/task/5912/stat : 5912 (java) S 5899 5902 5767 0 -1 4202560 19 0 0 0 3 1 0 0 20 0 22 0 3267177 10060525568 155912 33554432000 1073741824 1073778376 140735610062768 140153514601384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5913] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5913/stat : 5913 (java) S 5899 5902 5767 0 -1 4202560 452 0 0 0 0 0 0 0 20 0 22 0 3267178 10060525568 155912 33554432000 1073741824 1073778376 140735610062768 140153384311016 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5914] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5914/stat : 5914 (java) S 5899 5902 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3267179 10060525568 155912 33554432000 1073741824 1073778376 140735610062768 140153383257080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5915] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5915/stat : 5915 (java) S 5899 5902 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3267179 10060525568 155912 33554432000 1073741824 1073778376 140735610062768 140153382204680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5916] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5916/stat : 5916 (java) S 5899 5902 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3267181 10060525568 155912 33554432000 1073741824 1073778376 140735610062768 140153381153168 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5917] ppid=5899 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/5902/task/5917/stat : 5917 (java) S 5899 5902 5767 0 -1 4202560 9079 0 0 0 148 1 0 0 20 0 22 0 3267181 10060525568 155912 33554432000 1073741824 1073778376 140735610062768 140153380100792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5918] ppid=5899 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/5902/task/5918/stat : 5918 (java) S 5899 5902 5767 0 -1 4202560 12790 0 0 0 140 2 0 0 20 0 22 0 3267181 10060525568 155912 33554432000 1073741824 1073778376 140735610062768 140153379047992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5919] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5919/stat : 5919 (java) S 5899 5902 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3267181 10060525568 155912 33554432000 1073741824 1073778376 140735610062768 140153377995896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5902/tid=5920] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5920/stat : 5920 (java) S 5899 5902 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3267181 10060525568 155912 33554432000 1073741824 1073778376 140735610062768 140153376943304 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5921] ppid=5899 vsize=9824732 CPUtime=3.4 cores=1,3,5,7
/proc/5902/task/5921/stat : 5921 (java) R 5899 5902 5767 0 -1 4202560 29 0 0 0 340 0 0 0 20 0 22 0 3267218 10060525568 155912 33554432000 1073741824 1073778376 140735610062768 140153375887784 140153390592403 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5902/tid=5922] ppid=5899 vsize=9824732 CPUtime=3.39 cores=1,3,5,7
/proc/5902/task/5922/stat : 5922 (java) R 5899 5902 5767 0 -1 4202560 249 0 0 0 333 6 0 0 20 0 22 0 3267218 10060525568 155912 33554432000 1073741824 1073778376 140735610062768 140153374833664 140153390561558 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=5902/tid=5923] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5923/stat : 5923 (java) S 5899 5902 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3267219 10060525568 155912 33554432000 1073741824 1073778376 140735610062768 140152231945384 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5924] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5924/stat : 5924 (java) S 5899 5902 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3267219 10060525568 155912 33554432000 1073741824 1073778376 140735610062768 140152230892584 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.66
Current children cumulated vsize (KiB) 9824732

[startup+4.40078 s]
/proc/loadavg: 1.33 1.67 1.87 3/216 5924
/proc/meminfo: memFree=29775372/32872528 swapFree=248296/248296
[pid=5902] ppid=5899 vsize=9824732 CPUtime=10.96 cores=1,3,5,7
/proc/5902/stat : 5902 (java) S 5899 5902 5767 0 -1 4202496 26549 0 1 0 1071 25 0 0 20 0 19 0 3267176 10060525568 155897 33554432000 1073741824 1073778376 140735610062768 140735610053904 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5902/statm: 2456183 155897 2291 9 0 2446860 0
[pid=5902/tid=5903] ppid=5899 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/5902/task/5903/stat : 5903 (java) S 5899 5902 5767 0 -1 4202560 2489 0 1 0 37 2 0 0 20 0 19 0 3267177 10060525568 155897 33554432000 1073741824 1073778376 140735610062768 140153560478584 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5902/tid=5905] ppid=5899 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/5902/task/5905/stat : 5905 (java) S 5899 5902 5767 0 -1 4202560 32 0 0 0 2 2 0 0 20 0 19 0 3267177 10060525568 155897 33554432000 1073741824 1073778376 140735610062768 140153521969448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5906] ppid=5899 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5902/task/5906/stat : 5906 (java) S 5899 5902 5767 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 3267177 10060525568 155897 33554432000 1073741824 1073778376 140735610062768 140153520916648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5907] ppid=5899 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/5902/task/5907/stat : 5907 (java) S 5899 5902 5767 0 -1 4202560 42 0 0 0 5 3 0 0 20 0 19 0 3267177 10060525568 155897 33554432000 1073741824 1073778376 140735610062768 140153519864360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5908] ppid=5899 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/5902/task/5908/stat : 5908 (java) S 5899 5902 5767 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 19 0 3267177 10060525568 155897 33554432000 1073741824 1073778376 140735610062768 140153518811560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5909] ppid=5899 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5902/task/5909/stat : 5909 (java) S 5899 5902 5767 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 3267177 10060525568 155897 33554432000 1073741824 1073778376 140735610062768 140153517759272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5910] ppid=5899 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/5902/task/5910/stat : 5910 (java) S 5899 5902 5767 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 19 0 3267177 10060525568 155897 33554432000 1073741824 1073778376 140735610062768 140153516706472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5911] ppid=5899 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/5902/task/5911/stat : 5911 (java) S 5899 5902 5767 0 -1 4202560 15 0 0 0 3 1 0 0 20 0 19 0 3267177 10060525568 155897 33554432000 1073741824 1073778376 140735610062768 140153515654184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5912] ppid=5899 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/5902/task/5912/stat : 5912 (java) S 5899 5902 5767 0 -1 4202560 19 0 0 0 3 1 0 0 20 0 19 0 3267177 10060525568 155897 33554432000 1073741824 1073778376 140735610062768 140153514601384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5913] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5913/stat : 5913 (java) S 5899 5902 5767 0 -1 4202560 452 0 0 0 0 0 0 0 20 0 19 0 3267178 10060525568 155897 33554432000 1073741824 1073778376 140735610062768 140153384311016 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5914] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5914/stat : 5914 (java) S 5899 5902 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3267179 10060525568 155897 33554432000 1073741824 1073778376 140735610062768 140153383257080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5915] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5915/stat : 5915 (java) S 5899 5902 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3267179 10060525568 155897 33554432000 1073741824 1073778376 140735610062768 140153382204680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5916] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5916/stat : 5916 (java) S 5899 5902 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3267181 10060525568 155897 33554432000 1073741824 1073778376 140735610062768 140153381153168 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5917] ppid=5899 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/5902/task/5917/stat : 5917 (java) S 5899 5902 5767 0 -1 4202560 9079 0 0 0 149 1 0 0 20 0 19 0 3267181 10060525568 155897 33554432000 1073741824 1073778376 140735610062768 140153380100792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5918] ppid=5899 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/5902/task/5918/stat : 5918 (java) S 5899 5902 5767 0 -1 4202560 12790 0 0 0 140 2 0 0 20 0 19 0 3267181 10060525568 155897 33554432000 1073741824 1073778376 140735610062768 140153379047992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5902/tid=5919] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5919/stat : 5919 (java) S 5899 5902 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3267181 10060525568 155897 33554432000 1073741824 1073778376 140735610062768 140153377995896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5902/tid=5920] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5920/stat : 5920 (java) S 5899 5902 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3267181 10060525568 155897 33554432000 1073741824 1073778376 140735610062768 140153376943304 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5902/tid=5924] ppid=5899 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5902/task/5924/stat : 5924 (java) S 5899 5902 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3267219 10060525568 155897 33554432000 1073741824 1073778376 140735610062768 140152230892584 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.96
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 4.47027
CPU time (s): 11.0523
CPU user time (s): 10.6904
CPU system time (s): 0.361944
CPU usage (%): 247.241
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.6904
system time used= 0.361944
maximum resident set size= 623652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26560
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= 576
involuntary context switches= 1020

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028995 second user time and 0.032994 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 19:36:08
IDJOB=4088771
IDBENCH=107311
IDSOLVER=2543
FILE ID=node103/4088771-1466012168
RUNJOBID= node103-1466012165-5784
PBS_JOBID= 19902805
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/SUMINEQ/normalized-sumineqArity3houseP064.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088771-1466012168/watcher-4088771-1466012168 -o /tmp/evaluation-result-4088771-1466012168/solver-4088771-1466012168 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4088771-1466012168.opb

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

MD5SUM BENCH= 37a733d96d1fb45f847162a7cbbf56f5
RANDOM SEED=1840878252

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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		: 2667.278
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:        31258688 kB
Buffers:          121856 kB
Cached:           341244 kB
SwapCached:            0 kB
Active:           333012 kB
Inactive:         327708 kB
Active(anon):     200308 kB
Inactive(anon):        0 kB
Active(file):     132704 kB
Inactive(file):   327708 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2080 kB
Writeback:             0 kB
AnonPages:        446044 kB
Mapped:            21424 kB
Shmem:               204 kB
Slab:             574232 kB
SReclaimable:      17680 kB
SUnreclaim:       556552 kB
KernelStack:        1600 kB
PageTables:         4844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     938340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 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= 71736 MiB
End job on node103 at 2016-06-15 19:36:12