Trace number 4258196

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-CSP 2017-07-05OPT2 10.5 7.4626398

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-11.xml
MD5SUM21068963a9b1e3aa386cc6eac6ce07b0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.19996101
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints165
Number of domains1
Minimum domain size55
Maximum domain size55
Distribution of domain sizes[{"size":55,"count":55}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":66},{"degree":10,"count":55}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":165}]
Number of extensional constraints0
Number of intensional constraints165
Distribution of constraint types[{"type":"intension","count":165}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

2.39/1.15	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.39/1.15	c This is free software under the dual EPL/GNU LGPL licenses.
2.39/1.15	c See www.sat4j.org for details.
2.39/1.15	c That software uses the Rhino library from the Mozilla project.
2.39/1.15	c version CUSTOM.v20170705
2.39/1.15	c java.runtime.name	Java(TM) SE Runtime Environment
2.39/1.15	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.39/1.15	c java.vm.version	25.131-b11
2.39/1.15	c java.vm.vendor	Oracle Corporation
2.39/1.15	c sun.arch.data.model	64
2.39/1.15	c java.version		1.8.0_131
2.39/1.15	c os.name		Linux
2.39/1.15	c os.version		3.10.0-514.16.1.el7.x86_64
2.39/1.15	c os.arch		amd64
2.39/1.15	c Free memory 		499604488
2.39/1.15	c Max memory 		7247757312
2.39/1.15	c Total memory 		504889344
2.39/1.15	c Number of processors 	4
2.39/1.15	c c --- Begin Solver configuration ---
2.39/1.15	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.39/1.15	c Learn all clauses as in MiniSAT
2.39/1.15	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.39/1.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.39/1.15	c No reason simplification
2.39/1.15	c Glucose 2.1 dynamic restart strategy
2.39/1.15	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
2.39/1.15	c timeout=2147483s
2.39/1.15	c DB Simplification allowed=false
2.39/1.15	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.39/1.15	c --- End Solver configuration ---
2.39/1.15	c constraints type 
2.39/1.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 110
2.39/1.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1662045
2.39/1.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 330
2.39/1.15	c 1662485 constraints processed.
2.96/1.39	o 54
3.48/1.55	o 53
4.18/2.09	o 50
5.27/2.62	o 47
5.41/2.76	o 38
5.51/2.89	o 36
5.89/3.17	o 35
6.19/3.34	o 34
6.45/3.55	o 33
6.60/3.65	o 32
6.80/3.84	o 31
7.00/4.03	o 30
7.10/4.13	o 28
7.33/4.32	o 27
7.45/4.44	o 26
7.61/4.58	o 25
7.81/4.72	o 22
8.01/4.92	o 20
8.12/5.02	o 19
8.32/5.23	o 18
8.42/5.32	o 17
8.52/5.41	o 16
8.63/5.50	o 14
8.73/5.69	o 13
8.84/5.77	o 12
8.94/5.87	o 11
9.15/6.02	o 10
9.25/6.16	o 9
9.48/6.30	o 8
9.48/6.38	o 7
9.58/6.47	o 6
9.82/6.68	o 5
9.92/6.79	o 4
10.02/6.86	o 3
10.42/7.20	o 2
10.48/7.45	c starts		: 424
10.48/7.45	c conflicts		: 84763
10.48/7.45	c decisions		: 1853890
10.48/7.45	c propagations		: 7491623
10.48/7.45	c inspects		: 60874714
10.48/7.45	c shortcuts		: 0
10.48/7.45	c learnt literals	: 592
10.48/7.45	c learnt binary clauses	: 502
10.48/7.45	c learnt ternary clauses	: 1249
10.48/7.45	c learnt constraints	: 84170
10.48/7.45	c ignored constraints	: 0
10.48/7.45	c root simplifications	: 0
10.48/7.45	c removed literals (reason simplification)	: 0
10.48/7.45	c reason swapping (by a shorter reason)	: 0
10.48/7.45	c Calls to reduceDB	: 12
10.48/7.45	c Number of update (reduction) of LBD	: 62991
10.48/7.45	c Imported unit clauses	: 0
10.48/7.45	c number of reductions to clauses (during analyze)	: 0
10.48/7.45	c number of learned constraints concerned by reduction	: 0
10.48/7.45	c number of learning phase by resolution	: 0
10.48/7.45	c number of learning phase by cutting planes	: 0
10.48/7.45	c number of rounding to 1 operations	: 0
10.48/7.45	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
10.48/7.45	c number of reductions of the coefficients by power 2 	: 0
10.48/7.45	c number of right shift for reduction by power 2 	: 0
10.48/7.45	c number of reductions of the coefficients by GCD over coefficients 	: 0
10.48/7.45	c speed (assignments/second)	: 1189902.001270648
10.48/7.45	c non guided choices	207347
10.48/7.45	c learnt constraints type 
10.48/7.45	s OPTIMUM FOUND
10.48/7.45	v <instantiation type="optimum" cost="2">
10.48/7.45	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] </list>
10.48/7.45	v 	<values> 0 0 0 2 0 1 0 2 2 2 2 0 0 1 0 2 0 2 0 2 1 2 0 0 0 2 2 1 1 1 2 0 0 0 0 0 0 1 2 2 1 1 0 0 0 0 0 0 0 0 1 2 0 0 1 0 0 0 0 0 0 0 2 1 2 1 0 0 0 0 0 0 0 0 1 2 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 </values>
10.48/7.45	v </instantiation>
10.48/7.45	

Verifier Data

OK	2

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-4258196-1501998968/watcher-4258196-1501998968 -o /tmp/evaluation-result-4258196-1501998968/solver-4258196-1501998968 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1501992487-9585 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258196-1501998968.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.13 2.06 2.13 3/195 16168
/proc/meminfo: memFree=31669868/32770624 swapFree=0/301996
[pid=16168] ppid=16165 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16168/stat : 16168 (runsolver) D 16165 16168 2450 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 2090533 24240128 108 18446744073709551615 4194304 4338465 140728364798208 140728364795848 140307074818775 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 21237760 140728364806289 140728364806735 140728364806735 140728364810186 0
/proc/16168/statm: 5918 108 54 36 0 2156 0

[startup+0.100287 s]
/proc/loadavg: 2.13 2.06 2.13 3/195 16168
/proc/meminfo: memFree=31669868/32770624 swapFree=0/301996
[pid=16168] ppid=16165 vsize=9936560 CPUtime=0 cores=1,3,5,7
/proc/16168/stat : 16168 (java) S 16165 16168 2450 0 -1 1077944320 3343 0 0 0 0 0 0 0 20 0 6 0 2090533 10175037440 4565 18446744073709551615 4194304 4196468 140736781170544 140736781153088 139908034346743 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
/proc/16168/statm: 2484140 4565 1918 1 0 2473637 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9936560

[startup+0.200321 s]
/proc/loadavg: 2.13 2.06 2.13 3/195 16168
/proc/meminfo: memFree=31669868/32770624 swapFree=0/301996
[pid=16168] ppid=16165 vsize=10551156 CPUtime=0.08 cores=1,3,5,7
/proc/16168/stat : 16168 (java) S 16165 16168 2450 0 -1 1077944320 4874 0 0 0 7 1 0 0 20 0 15 0 2090533 10804383744 6890 18446744073709551615 4194304 4196468 140736781170544 140736781153088 139908034346743 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
/proc/16168/statm: 2637789 6890 2751 1 0 2627261 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10551156

[startup+0.300305 s]
/proc/loadavg: 2.13 2.06 2.13 3/195 16168
/proc/meminfo: memFree=31669868/32770624 swapFree=0/301996
[pid=16168] ppid=16165 vsize=10551156 CPUtime=0.24 cores=1,3,5,7
/proc/16168/stat : 16168 (java) S 16165 16168 2450 0 -1 1077944320 7941 0 0 0 21 3 0 0 20 0 15 0 2090533 10804383744 9204 18446744073709551615 4194304 4196468 140736781170544 140736781153088 139908034346743 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
/proc/16168/statm: 2637789 9204 2870 1 0 2627261 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10551156

[startup+0.704484 s]
/proc/loadavg: 2.13 2.06 2.13 3/195 16168
/proc/meminfo: memFree=31669868/32770624 swapFree=0/301996
[pid=16168] ppid=16165 vsize=10551232 CPUtime=1.37 cores=1,3,5,7
/proc/16168/stat : 16168 (java) S 16165 16168 2450 0 -1 1077944320 11291 0 0 0 131 6 0 0 20 0 15 0 2090533 10804461568 33499 18446744073709551615 4194304 4196468 140736781170544 140736781153088 139908034346743 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
/proc/16168/statm: 2637808 33499 3056 1 0 2627261 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 10551232

[startup+1.50069 s]
/proc/loadavg: 2.13 2.06 2.13 6/210 16183
/proc/meminfo: memFree=31360400/32770624 swapFree=0/302008
[pid=16168] ppid=16165 vsize=10617796 CPUtime=3.48 cores=1,3,5,7
/proc/16168/stat : 16168 (java) S 16165 16168 2450 0 -1 1077944320 14011 0 0 0 325 23 0 0 20 0 16 0 2090533 10872623104 81912 18446744073709551615 4194304 4196468 140736781170544 140736781153088 139908034346743 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
/proc/16168/statm: 2654449 81912 3094 1 0 2643902 0
[pid=16168/tid=16170] ppid=16165 vsize=10617796 CPUtime=1.18 cores=1,3,5,7
/proc/16168/task/16170/stat : 16170 (java) R 16165 16168 2450 0 -1 4202560 7477 0 0 0 112 6 0 0 20 0 16 0 2090542 10872623104 81912 18446744073709551615 4194304 4196468 140736781170544 139908038583376 139907640840468 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16171] ppid=16165 vsize=10617796 CPUtime=0.17 cores=1,3,5,7
/proc/16168/task/16171/stat : 16171 (java) S 16165 16168 2450 0 -1 1077944384 146 0 0 0 13 4 0 0 20 0 16 0 2090542 10872623104 81912 18446744073709551615 4194304 4196468 140736781170544 139907964767376 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16172] ppid=16165 vsize=10617796 CPUtime=0.16 cores=1,3,5,7
/proc/16168/task/16172/stat : 16172 (java) S 16165 16168 2450 0 -1 1077944384 145 0 0 0 13 3 0 0 20 0 16 0 2090542 10872623104 81912 18446744073709551615 4194304 4196468 140736781170544 139907963714576 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16173] ppid=16165 vsize=10617796 CPUtime=0.18 cores=1,3,5,7
/proc/16168/task/16173/stat : 16173 (java) S 16165 16168 2450 0 -1 1077944384 135 0 0 0 14 4 0 0 20 0 16 0 2090542 10872623104 81912 18446744073709551615 4194304 4196468 140736781170544 139907962661776 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16174] ppid=16165 vsize=10617796 CPUtime=0.16 cores=1,3,5,7
/proc/16168/task/16174/stat : 16174 (java) S 16165 16168 2450 0 -1 1077944384 147 0 0 0 13 3 0 0 20 0 16 0 2090542 10872623104 81912 18446744073709551615 4194304 4196468 140736781170544 139907961608976 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16175] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16175/stat : 16175 (java) S 16165 16168 2450 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 2090544 10872623104 81912 18446744073709551615 4194304 4196468 140736781170544 139907529902448 139908034357890 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16176] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16176/stat : 16176 (java) S 16165 16168 2450 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 2090544 10872623104 81912 18446744073709551615 4194304 4196468 140736781170544 139907528848480 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16177] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16177/stat : 16177 (java) S 16165 16168 2450 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 2090544 10872623104 81912 18446744073709551615 4194304 4196468 140736781170544 139907527795568 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16178] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16178/stat : 16178 (java) S 16165 16168 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2090547 10872623104 81912 18446744073709551615 4194304 4196468 140736781170544 139907526743888 139908034365339 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16179] ppid=16165 vsize=10617796 CPUtime=0.61 cores=1,3,5,7
/proc/16168/task/16179/stat : 16179 (java) R 16165 16168 2450 0 -1 4202560 1565 0 0 0 61 0 0 0 20 0 16 0 2090547 10872623104 81912 18446744073709551615 4194304 4196468 140736781170544 139907525692272 139908017757634 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16180] ppid=16165 vsize=10617796 CPUtime=0.62 cores=1,3,5,7
/proc/16168/task/16180/stat : 16180 (java) S 16165 16168 2450 0 -1 1077944384 1417 0 0 0 62 0 0 0 20 0 16 0 2090547 10872623104 81912 18446744073709551615 4194304 4196468 140736781170544 139907524639472 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16181] ppid=16165 vsize=10617796 CPUtime=0.34 cores=1,3,5,7
/proc/16168/task/16181/stat : 16181 (java) S 16165 16168 2450 0 -1 1077944384 1516 0 0 0 34 0 0 0 20 0 16 0 2090547 10872623104 81912 18446744073709551615 4194304 4196468 140736781170544 139907523586672 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16182] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16182/stat : 16182 (java) S 16165 16168 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2090547 10872623104 81912 18446744073709551615 4194304 4196468 140736781170544 139907522534112 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16183] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16183/stat : 16183 (java) S 16165 16168 2450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 2090550 10872623104 81912 18446744073709551615 4194304 4196468 140736781170544 139907521481392 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 10617796

[startup+3.10068 s]
/proc/loadavg: 2.13 2.06 2.13 4/211 16184
/proc/meminfo: memFree=31325488/32770624 swapFree=0/302016
[pid=16168] ppid=16165 vsize=10617796 CPUtime=5.89 cores=1,3,5,7
/proc/16168/stat : 16168 (java) S 16165 16168 2450 0 -1 1077944320 19925 0 0 0 565 24 0 0 20 0 16 0 2090533 10872623104 83029 18446744073709551615 4194304 4196468 140736781170544 140736781153088 139908034346743 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
/proc/16168/statm: 2654449 83029 3107 1 0 2643902 0
[pid=16168/tid=16170] ppid=16165 vsize=10617796 CPUtime=2.78 cores=1,3,5,7
/proc/16168/task/16170/stat : 16170 (java) R 16165 16168 2450 0 -1 4202560 8533 0 0 0 272 6 0 0 20 0 16 0 2090542 10872623104 83029 18446744073709551615 4194304 4196468 140736781170544 139908038585064 139907641188177 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16171] ppid=16165 vsize=10617796 CPUtime=0.17 cores=1,3,5,7
/proc/16168/task/16171/stat : 16171 (java) S 16165 16168 2450 0 -1 1077944384 146 0 0 0 13 4 0 0 20 0 16 0 2090542 10872623104 83029 18446744073709551615 4194304 4196468 140736781170544 139907964767376 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16172] ppid=16165 vsize=10617796 CPUtime=0.16 cores=1,3,5,7
/proc/16168/task/16172/stat : 16172 (java) S 16165 16168 2450 0 -1 1077944384 145 0 0 0 13 3 0 0 20 0 16 0 2090542 10872623104 83029 18446744073709551615 4194304 4196468 140736781170544 139907963714576 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16173] ppid=16165 vsize=10617796 CPUtime=0.18 cores=1,3,5,7
/proc/16168/task/16173/stat : 16173 (java) S 16165 16168 2450 0 -1 1077944384 135 0 0 0 14 4 0 0 20 0 16 0 2090542 10872623104 83029 18446744073709551615 4194304 4196468 140736781170544 139907962661776 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16174] ppid=16165 vsize=10617796 CPUtime=0.16 cores=1,3,5,7
/proc/16168/task/16174/stat : 16174 (java) S 16165 16168 2450 0 -1 1077944384 147 0 0 0 13 3 0 0 20 0 16 0 2090542 10872623104 83029 18446744073709551615 4194304 4196468 140736781170544 139907961608976 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16175] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16175/stat : 16175 (java) S 16165 16168 2450 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 16 0 2090544 10872623104 83029 18446744073709551615 4194304 4196468 140736781170544 139907529902448 139908034357890 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16176] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16176/stat : 16176 (java) S 16165 16168 2450 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 2090544 10872623104 83029 18446744073709551615 4194304 4196468 140736781170544 139907528848480 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16177] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16177/stat : 16177 (java) S 16165 16168 2450 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 2090544 10872623104 83029 18446744073709551615 4194304 4196468 140736781170544 139907527795568 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16178] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16178/stat : 16178 (java) S 16165 16168 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2090547 10872623104 83029 18446744073709551615 4194304 4196468 140736781170544 139907526743888 139908034365339 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16179] ppid=16165 vsize=10617796 CPUtime=1.04 cores=1,3,5,7
/proc/16168/task/16179/stat : 16179 (java) S 16165 16168 2450 0 -1 1077944384 3894 0 0 0 104 0 0 0 20 0 16 0 2090547 10872623104 83029 18446744073709551615 4194304 4196468 140736781170544 139907525692272 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16180] ppid=16165 vsize=10617796 CPUtime=0.95 cores=1,3,5,7
/proc/16168/task/16180/stat : 16180 (java) S 16165 16168 2450 0 -1 1077944384 3689 0 0 0 95 0 0 0 20 0 16 0 2090547 10872623104 83029 18446744073709551615 4194304 4196468 140736781170544 139907524639472 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16181] ppid=16165 vsize=10617796 CPUtime=0.37 cores=1,3,5,7
/proc/16168/task/16181/stat : 16181 (java) S 16165 16168 2450 0 -1 1077944384 1699 0 0 0 37 0 0 0 20 0 16 0 2090547 10872623104 83029 18446744073709551615 4194304 4196468 140736781170544 139907523586672 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16182] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16182/stat : 16182 (java) S 16165 16168 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2090547 10872623104 83029 18446744073709551615 4194304 4196468 140736781170544 139907522534112 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16183] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16183/stat : 16183 (java) S 16165 16168 2450 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 16 0 2090550 10872623104 83029 18446744073709551615 4194304 4196468 140736781170544 139907521481392 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16184] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16184/stat : 16184 (java) S 16165 16168 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2090649 10872623104 83029 18446744073709551615 4194304 4196468 140736781170544 139907520426928 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 10617796

[startup+6.30072 s]
/proc/loadavg: 2.04 2.04 2.12 3/211 16184
/proc/meminfo: memFree=31322660/32770624 swapFree=0/302016
[pid=16168] ppid=16165 vsize=10617796 CPUtime=9.48 cores=1,3,5,7
/proc/16168/stat : 16168 (java) S 16165 16168 2450 0 -1 1077944320 20469 0 0 0 924 24 0 0 20 0 16 0 2090533 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 140736781153088 139908034346743 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
/proc/16168/statm: 2654449 83118 3114 1 0 2643902 0
[pid=16168/tid=16170] ppid=16165 vsize=10617796 CPUtime=5.98 cores=1,3,5,7
/proc/16168/task/16170/stat : 16170 (java) R 16165 16168 2450 0 -1 4202560 8695 0 0 0 592 6 0 0 20 0 16 0 2090542 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139908038582864 139907640923306 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16171] ppid=16165 vsize=10617796 CPUtime=0.17 cores=1,3,5,7
/proc/16168/task/16171/stat : 16171 (java) S 16165 16168 2450 0 -1 1077944384 146 0 0 0 13 4 0 0 20 0 16 0 2090542 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907964767376 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16172] ppid=16165 vsize=10617796 CPUtime=0.16 cores=1,3,5,7
/proc/16168/task/16172/stat : 16172 (java) S 16165 16168 2450 0 -1 1077944384 145 0 0 0 13 3 0 0 20 0 16 0 2090542 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907963714576 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16173] ppid=16165 vsize=10617796 CPUtime=0.18 cores=1,3,5,7
/proc/16168/task/16173/stat : 16173 (java) S 16165 16168 2450 0 -1 1077944384 135 0 0 0 14 4 0 0 20 0 16 0 2090542 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907962661776 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16174] ppid=16165 vsize=10617796 CPUtime=0.16 cores=1,3,5,7
/proc/16168/task/16174/stat : 16174 (java) S 16165 16168 2450 0 -1 1077944384 147 0 0 0 13 3 0 0 20 0 16 0 2090542 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907961608976 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16175] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16175/stat : 16175 (java) S 16165 16168 2450 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 16 0 2090544 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907529902448 139908034357890 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16176] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16176/stat : 16176 (java) S 16165 16168 2450 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 2090544 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907528848480 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16177] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16177/stat : 16177 (java) S 16165 16168 2450 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 2090544 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907527795568 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16178] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16178/stat : 16178 (java) S 16165 16168 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2090547 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907526743888 139908034365339 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16179] ppid=16165 vsize=10617796 CPUtime=1.16 cores=1,3,5,7
/proc/16168/task/16179/stat : 16179 (java) S 16165 16168 2450 0 -1 1077944384 3920 0 0 0 116 0 0 0 20 0 16 0 2090547 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907525692272 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16180] ppid=16165 vsize=10617796 CPUtime=1.2 cores=1,3,5,7
/proc/16168/task/16180/stat : 16180 (java) S 16165 16168 2450 0 -1 1077944384 3826 0 0 0 120 0 0 0 20 0 16 0 2090547 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907524639472 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16181] ppid=16165 vsize=10617796 CPUtime=0.39 cores=1,3,5,7
/proc/16168/task/16181/stat : 16181 (java) S 16165 16168 2450 0 -1 1077944384 1743 0 0 0 39 0 0 0 20 0 16 0 2090547 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907523586672 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16182] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16182/stat : 16182 (java) S 16165 16168 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2090547 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907522534112 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16183] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16183/stat : 16183 (java) S 16165 16168 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2090550 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907521481392 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16184] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16184/stat : 16184 (java) S 16165 16168 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2090649 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907520426928 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
Current children cumulated CPU time (s) 9.48
Current children cumulated vsize (KiB) 10617796

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

[startup+6.40086 s]
/proc/loadavg: 2.04 2.04 2.12 3/211 16184
/proc/meminfo: memFree=31322660/32770624 swapFree=0/302016
[pid=16168] ppid=16165 vsize=10617796 CPUtime=9.58 cores=1,3,5,7
/proc/16168/stat : 16168 (java) S 16165 16168 2450 0 -1 1077944320 20472 0 0 0 934 24 0 0 20 0 16 0 2090533 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 140736781153088 139908034346743 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
/proc/16168/statm: 2654449 83118 3114 1 0 2643902 0
[pid=16168/tid=16170] ppid=16165 vsize=10617796 CPUtime=6.08 cores=1,3,5,7
/proc/16168/task/16170/stat : 16170 (java) R 16165 16168 2450 0 -1 4202560 8697 0 0 0 602 6 0 0 20 0 16 0 2090542 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139908038582864 139907641033294 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16171] ppid=16165 vsize=10617796 CPUtime=0.17 cores=1,3,5,7
/proc/16168/task/16171/stat : 16171 (java) S 16165 16168 2450 0 -1 1077944384 146 0 0 0 13 4 0 0 20 0 16 0 2090542 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907964767376 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16172] ppid=16165 vsize=10617796 CPUtime=0.16 cores=1,3,5,7
/proc/16168/task/16172/stat : 16172 (java) S 16165 16168 2450 0 -1 1077944384 145 0 0 0 13 3 0 0 20 0 16 0 2090542 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907963714576 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16173] ppid=16165 vsize=10617796 CPUtime=0.18 cores=1,3,5,7
/proc/16168/task/16173/stat : 16173 (java) S 16165 16168 2450 0 -1 1077944384 135 0 0 0 14 4 0 0 20 0 16 0 2090542 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907962661776 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16174] ppid=16165 vsize=10617796 CPUtime=0.16 cores=1,3,5,7
/proc/16168/task/16174/stat : 16174 (java) S 16165 16168 2450 0 -1 1077944384 147 0 0 0 13 3 0 0 20 0 16 0 2090542 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907961608976 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16175] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16175/stat : 16175 (java) S 16165 16168 2450 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 16 0 2090544 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907529902448 139908034357890 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16176] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16176/stat : 16176 (java) S 16165 16168 2450 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 2090544 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907528848480 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16177] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16177/stat : 16177 (java) S 16165 16168 2450 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 2090544 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907527795568 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16178] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16178/stat : 16178 (java) S 16165 16168 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2090547 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907526743888 139908034365339 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16179] ppid=16165 vsize=10617796 CPUtime=1.16 cores=1,3,5,7
/proc/16168/task/16179/stat : 16179 (java) S 16165 16168 2450 0 -1 1077944384 3920 0 0 0 116 0 0 0 20 0 16 0 2090547 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907525692272 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16180] ppid=16165 vsize=10617796 CPUtime=1.2 cores=1,3,5,7
/proc/16168/task/16180/stat : 16180 (java) S 16165 16168 2450 0 -1 1077944384 3826 0 0 0 120 0 0 0 20 0 16 0 2090547 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907524639472 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16181] ppid=16165 vsize=10617796 CPUtime=0.39 cores=1,3,5,7
/proc/16168/task/16181/stat : 16181 (java) S 16165 16168 2450 0 -1 1077944384 1744 0 0 0 39 0 0 0 20 0 16 0 2090547 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907523586672 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16182] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16182/stat : 16182 (java) S 16165 16168 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2090547 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907522534112 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16183] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16183/stat : 16183 (java) S 16165 16168 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2090550 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907521481392 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16184] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16184/stat : 16184 (java) S 16165 16168 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2090649 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907520426928 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
Current children cumulated CPU time (s) 9.58
Current children cumulated vsize (KiB) 10617796

[startup+7.20072 s]
/proc/loadavg: 2.04 2.04 2.12 3/211 16184
/proc/meminfo: memFree=31322660/32770624 swapFree=0/302016
[pid=16168] ppid=16165 vsize=10617796 CPUtime=10.42 cores=1,3,5,7
/proc/16168/stat : 16168 (java) S 16165 16168 2450 0 -1 1077944320 21374 0 0 0 1018 24 0 0 20 0 16 0 2090533 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 140736781153088 139908034346743 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
/proc/16168/statm: 2654449 83118 3114 1 0 2643902 0
[pid=16168/tid=16170] ppid=16165 vsize=10617796 CPUtime=6.88 cores=1,3,5,7
/proc/16168/task/16170/stat : 16170 (java) R 16165 16168 2450 0 -1 4202560 9494 0 0 0 682 6 0 0 20 0 16 0 2090542 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139908038582880 139907641786203 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16171] ppid=16165 vsize=10617796 CPUtime=0.17 cores=1,3,5,7
/proc/16168/task/16171/stat : 16171 (java) S 16165 16168 2450 0 -1 1077944384 146 0 0 0 13 4 0 0 20 0 16 0 2090542 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907964767376 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16172] ppid=16165 vsize=10617796 CPUtime=0.16 cores=1,3,5,7
/proc/16168/task/16172/stat : 16172 (java) S 16165 16168 2450 0 -1 1077944384 145 0 0 0 13 3 0 0 20 0 16 0 2090542 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907963714576 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16173] ppid=16165 vsize=10617796 CPUtime=0.18 cores=1,3,5,7
/proc/16168/task/16173/stat : 16173 (java) S 16165 16168 2450 0 -1 1077944384 135 0 0 0 14 4 0 0 20 0 16 0 2090542 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907962661776 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16174] ppid=16165 vsize=10617796 CPUtime=0.16 cores=1,3,5,7
/proc/16168/task/16174/stat : 16174 (java) S 16165 16168 2450 0 -1 1077944384 147 0 0 0 13 3 0 0 20 0 16 0 2090542 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907961608976 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16175] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16175/stat : 16175 (java) S 16165 16168 2450 0 -1 1077944384 366 0 0 0 0 0 0 0 20 0 16 0 2090544 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907529902448 139908034357890 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16176] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16176/stat : 16176 (java) S 16165 16168 2450 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 2090544 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907528848480 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16177] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16177/stat : 16177 (java) S 16165 16168 2450 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 2090544 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907527795568 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16178] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16178/stat : 16178 (java) S 16165 16168 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2090547 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907526743888 139908034365339 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16179] ppid=16165 vsize=10617796 CPUtime=1.19 cores=1,3,5,7
/proc/16168/task/16179/stat : 16179 (java) S 16165 16168 2450 0 -1 1077944384 3936 0 0 0 119 0 0 0 20 0 16 0 2090547 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907525692272 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16180] ppid=16165 vsize=10617796 CPUtime=1.2 cores=1,3,5,7
/proc/16168/task/16180/stat : 16180 (java) S 16165 16168 2450 0 -1 1077944384 3826 0 0 0 120 0 0 0 20 0 16 0 2090547 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907524639472 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16181] ppid=16165 vsize=10617796 CPUtime=0.39 cores=1,3,5,7
/proc/16168/task/16181/stat : 16181 (java) S 16165 16168 2450 0 -1 1077944384 1747 0 0 0 39 0 0 0 20 0 16 0 2090547 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907523586672 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16182] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16182/stat : 16182 (java) S 16165 16168 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2090547 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907522534112 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16183] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16183/stat : 16183 (java) S 16165 16168 2450 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 2090550 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907521481392 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16184] ppid=16165 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16184/stat : 16184 (java) S 16165 16168 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2090649 10872623104 83118 18446744073709551615 4194304 4196468 140736781170544 139907520426928 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
Current children cumulated CPU time (s) 10.42
Current children cumulated vsize (KiB) 10617796

[startup+7.40068 s]
/proc/loadavg: 2.04 2.04 2.12 3/211 16184
/proc/meminfo: memFree=31322660/32770624 swapFree=0/302016
[pid=16168] ppid=16165 vsize=10750924 CPUtime=10.48 cores=1,3,5,7
/proc/16168/stat : 16168 (java) S 16165 16168 2450 0 -1 1077944320 22141 0 0 0 1024 24 0 0 20 0 16 0 2090533 11008946176 83159 18446744073709551615 4194304 4196468 140736781170544 140736781153088 139908034346743 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
/proc/16168/statm: 2687731 83159 3117 1 0 2677184 0
[pid=16168/tid=16170] ppid=16165 vsize=10750924 CPUtime=6.93 cores=1,3,5,7
/proc/16168/task/16170/stat : 16170 (java) S 16165 16168 2450 0 -1 1077944384 9877 0 0 0 687 6 0 0 20 0 16 0 2090542 11008946176 83159 18446744073709551615 4194304 4196468 140736781170544 139908038587424 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16171] ppid=16165 vsize=10750924 CPUtime=0.17 cores=1,3,5,7
/proc/16168/task/16171/stat : 16171 (java) S 16165 16168 2450 0 -1 1077944384 146 0 0 0 13 4 0 0 20 0 16 0 2090542 11008946176 83159 18446744073709551615 4194304 4196468 140736781170544 139907964767376 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16172] ppid=16165 vsize=10750924 CPUtime=0.16 cores=1,3,5,7
/proc/16168/task/16172/stat : 16172 (java) S 16165 16168 2450 0 -1 1077944384 145 0 0 0 13 3 0 0 20 0 16 0 2090542 11008946176 83159 18446744073709551615 4194304 4196468 140736781170544 139907963714576 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16173] ppid=16165 vsize=10750924 CPUtime=0.18 cores=1,3,5,7
/proc/16168/task/16173/stat : 16173 (java) S 16165 16168 2450 0 -1 1077944384 135 0 0 0 14 4 0 0 20 0 16 0 2090542 11008946176 83159 18446744073709551615 4194304 4196468 140736781170544 139907962661776 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16174] ppid=16165 vsize=10750924 CPUtime=0.16 cores=1,3,5,7
/proc/16168/task/16174/stat : 16174 (java) S 16165 16168 2450 0 -1 1077944384 147 0 0 0 13 3 0 0 20 0 16 0 2090542 11008946176 83159 18446744073709551615 4194304 4196468 140736781170544 139907961608976 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16175] ppid=16165 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16175/stat : 16175 (java) S 16165 16168 2450 0 -1 1077944384 366 0 0 0 0 0 0 0 20 0 16 0 2090544 11008946176 83159 18446744073709551615 4194304 4196468 140736781170544 139907529902448 139908034357890 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16176] ppid=16165 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16176/stat : 16176 (java) S 16165 16168 2450 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 2090544 11008946176 83159 18446744073709551615 4194304 4196468 140736781170544 139907528848480 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16177] ppid=16165 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16177/stat : 16177 (java) S 16165 16168 2450 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 2090544 11008946176 83159 18446744073709551615 4194304 4196468 140736781170544 139907527795568 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16178] ppid=16165 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16178/stat : 16178 (java) S 16165 16168 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2090547 11008946176 83159 18446744073709551615 4194304 4196468 140736781170544 139907526743888 139908034365339 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16179] ppid=16165 vsize=10750924 CPUtime=1.19 cores=1,3,5,7
/proc/16168/task/16179/stat : 16179 (java) S 16165 16168 2450 0 -1 1077944384 4018 0 0 0 119 0 0 0 20 0 16 0 2090547 11008946176 83159 18446744073709551615 4194304 4196468 140736781170544 139907525692272 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16180] ppid=16165 vsize=10750924 CPUtime=1.2 cores=1,3,5,7
/proc/16168/task/16180/stat : 16180 (java) S 16165 16168 2450 0 -1 1077944384 3899 0 0 0 120 0 0 0 20 0 16 0 2090547 11008946176 83159 18446744073709551615 4194304 4196468 140736781170544 139907524639472 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16181] ppid=16165 vsize=10750924 CPUtime=0.4 cores=1,3,5,7
/proc/16168/task/16181/stat : 16181 (java) S 16165 16168 2450 0 -1 1077944384 1876 0 0 0 40 0 0 0 20 0 16 0 2090547 11008946176 83159 18446744073709551615 4194304 4196468 140736781170544 139907523586672 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16182] ppid=16165 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16182/stat : 16182 (java) S 16165 16168 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2090547 11008946176 83159 18446744073709551615 4194304 4196468 140736781170544 139907522534112 139908034356949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
[pid=16168/tid=16183] ppid=16165 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/16168/task/16183/stat : 16183 (java) S 16165 16168 2450 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 2090550 11008946176 83159 18446744073709551615 4194304 4196468 140736781170544 139907521481392 139908034357890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11411456 140736781173179 140736781173332 140736781173332 140736781176783 0
Current children cumulated CPU time (s) 10.48
Current children cumulated vsize (KiB) 10750924

Child status: 0
Real time (s): 7.46264
CPU time (s): 10.5
CPU user time (s): 10.246
CPU system time (s): 0.253983
CPU usage (%): 140.701
Max. virtual memory (cumulated for all children) (KiB): 10750924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.246
system time used= 0.253983
maximum resident set size= 332992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22739
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2157
involuntary context switches= 22

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036761 second user time and 0.049806 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-06 07:42:04
IDJOB=4258196
IDBENCH=140556
IDSOLVER=2643
FILE ID=node127/4258196-1501998968
RUNJOBID= node127-1501992487-9585
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-11.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258196-1501998968/watcher-4258196-1501998968 -o /tmp/evaluation-result-4258196-1501998968/solver-4258196-1501998968 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1501992487-9585 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258196-1501998968.xml

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

MD5SUM BENCH= 21068963a9b1e3aa386cc6eac6ce07b0
RANDOM SEED=1083082255

node127.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        31669872 kB
MemAvailable:   31842428 kB
Buffers:          100056 kB
Cached:           354852 kB
SwapCached:            0 kB
Active:           388732 kB
Inactive:         310528 kB
Active(anon):     244680 kB
Inactive(anon):     8532 kB
Active(file):     144052 kB
Inactive(file):   301996 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1812 kB
Writeback:             0 kB
AnonPages:        260884 kB
Mapped:            40248 kB
Shmem:              8868 kB
Slab:             109172 kB
SReclaimable:      84688 kB
SUnreclaim:        24484 kB
KernelStack:        3712 kB
PageTables:         4872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1128940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-06 07:42:11