Trace number 4294314

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
cosoco 1.12OPT2 391.473 391.509

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-1_c18.xml
MD5SUM03e8a75034815332807f603ddfd28107
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 benchmark1.09662
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints13
Number of domains3
Minimum domain size2
Maximum domain size801
Distribution of domain sizes[{"size":2,"count":3},{"size":5,"count":9},{"size":801,"count":3}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":6},{"degree":3,"count":6},{"degree":5,"count":3}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":6},{"arity":3,"count":4},{"arity":6,"count":3}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"ordered","count":1},{"type":"sum","count":6}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c
0.00/0.00	c This is cosoco 1.12 --  
0.00/0.00	c
0.00/0.00	c command line: HOME/cosoco -lc -model -restarts HOME/instance-4294314-1532445543.xml 
0.00/0.00	0
0.00/0.00	0
0.00/0.00	c best=?? lower=0 upper=3 
391.36/391.48	c enable optimization
391.36/391.48	c ========================================[ Problem Statistics ]===========================================
391.36/391.48	c |                                                                                                       
391.36/391.48	c |  Parse time        :         0.00 s 
391.36/391.48	c |
391.36/391.48	c |               Variables: 15
391.36/391.48	c |            Domain Sizes: 2..801
391.36/391.48	c |
391.36/391.48	c |             Constraints: 18
391.36/391.48	c |                   Arity: 2..6  -- Binary: 8  -- Ternary: 4
391.36/391.48	c | 
391.36/391.48	c |                   Types: 
391.36/391.48	c |                          (X -Y <= k): 2
391.36/391.48	c |                          Intension: 12
391.36/391.48	c |                          Sum: 4
391.36/391.48	c |                          
391.36/391.48	c |               Objective: Minimize Sum
391.36/391.48	
391.36/391.48	c =========================================================================================================
391.36/391.48	o 2
391.36/391.48	c    1 calls to solver: best=2 lower=0 upper=1 
391.46/391.50	c
391.46/391.50	c Optimum found         : 2
391.46/391.50	c
391.46/391.50	
391.46/391.50	v <instantiation type='solution' cost='2'>
391.46/391.50	v <list>d[0][0] d[0][1] d[0][2] d[1][0] d[1][1] d[1][2] d[2][0] d[2][1] d[2][2] npt[0] npt[1] npt[2] u[0] u[1] u[2] </list>
391.46/391.50	v <values>0 2 2 2 0 2 4 0 0 243 137 0 1 1 0 </values>
391.46/391.50	v </instantiation>
391.46/391.50	
391.46/391.50	c call to solver        : 2
391.46/391.50	c
391.46/391.50	c restarts              : 60          
391.46/391.50	c conflicts             : 320015       (817 /sec)
391.46/391.50	c decisions             : 323602       (827 /sec)
391.46/391.50	c propagations          : 20741907    (52985 /sec)
391.46/391.50	c root propagations     : 20741907    
391.46/391.50	c filter calls          : 4578619        (11696 /sec)
391.46/391.50	c useless filter calls  : 4052342        (88 %)
391.46/391.50	c Memory used           : 27.05 MB
391.46/391.50	c CPU time              : 391.47 s
391.46/391.50	
391.46/391.50	s OPTIMUM FOUND

Verifier Data

OK	2

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (2684 MiB free)
  memory of node 1: 16384 MiB (6827 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294314-1532445543/watcher-4294314-1532445543 -o /tmp/evaluation-result-4294314-1532445543/solver-4294314-1532445543 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532432876-20753 --watchdog 2580 HOME/cosoco -lc -model -restarts HOME/instance-4294314-1532445543.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=21898, runsolver pid=21895

[startup+0.100247 s]*
/proc/loadavg: 2.08 2.03 2.05 3/187 21899
/proc/meminfo: memFree=9738824/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27564 memory=4200 CPUtime=0.1 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 1237 0 0 0 10 0 0 0 20 0 1 0 62117139 28225536 1050 33554432000 4194304 6142532 140730092414800 140730092402088 5371852 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6891 1050 869 476 0 213 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27564 KiB
Current children cumulated memory: 4200 KiB

[startup+0.209604 s]*
/proc/loadavg: 2.08 2.03 2.05 3/187 21899
/proc/meminfo: memFree=9738824/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27564 memory=4200 CPUtime=0.21 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 1237 0 0 0 21 0 0 0 20 0 1 0 62117139 28225536 1050 33554432000 4194304 6142532 140730092414800 140730092402088 5363520 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6891 1050 869 476 0 213 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 27564 KiB
Current children cumulated memory: 4200 KiB

[startup+0.309168 s]*
/proc/loadavg: 2.08 2.03 2.05 3/187 21899
/proc/meminfo: memFree=9738840/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27564 memory=4200 CPUtime=0.31 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 1237 0 0 0 31 0 0 0 20 0 1 0 62117139 28225536 1050 33554432000 4194304 6142532 140730092414800 140730092402088 5374088 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6891 1050 869 476 0 213 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 27564 KiB
Current children cumulated memory: 4200 KiB

[startup+0.700239 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 21899
/proc/meminfo: memFree=9738592/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27564 memory=4200 CPUtime=0.69 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 1237 0 0 0 69 0 0 0 20 0 1 0 62117139 28225536 1050 33554432000 4194304 6142532 140730092414800 140730092402088 4991544 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6891 1050 869 476 0 213 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 27564 KiB
Current children cumulated memory: 4200 KiB

[startup+1.50024 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 21899
/proc/meminfo: memFree=9738592/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27564 memory=4200 CPUtime=1.49 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 1237 0 0 0 149 0 0 0 20 0 1 0 62117139 28225536 1050 33554432000 4194304 6142532 140730092414800 140730092402088 5398772 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6891 1050 869 476 0 213 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 27564 KiB
Current children cumulated memory: 4200 KiB

[startup+3.10919 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 21899
/proc/meminfo: memFree=9738592/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27564 memory=4328 CPUtime=3.1 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 1320 0 0 0 310 0 0 0 20 0 1 0 62117139 28225536 1082 33554432000 4194304 6142532 140730092414800 140730092402088 5361709 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6891 1082 887 476 0 213 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 27564 KiB
Current children cumulated memory: 4328 KiB

[startup+6.30022 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 21899
/proc/meminfo: memFree=9738592/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27564 memory=4328 CPUtime=6.29 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 1407 0 0 0 629 0 0 0 20 0 1 0 62117139 28225536 1082 33554432000 4194304 6142532 140730092414800 140730092402088 5363565 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6891 1082 887 476 0 213 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 27564 KiB
Current children cumulated memory: 4328 KiB

[startup+12.7002 s]
/proc/loadavg: 2.07 2.03 2.05 3/187 21899
/proc/meminfo: memFree=9738592/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27564 memory=4332 CPUtime=12.69 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 1493 0 0 0 1269 0 0 0 20 0 1 0 62117139 28225536 1083 33554432000 4194304 6142532 140730092414800 140730092402088 5361252 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6891 1083 887 476 0 213 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 27564 KiB
Current children cumulated memory: 4332 KiB

[startup+25.5003 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 21960
/proc/meminfo: memFree=9589800/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27696 memory=4376 CPUtime=25.49 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 1727 0 0 0 2549 0 0 0 20 0 1 0 62117139 28360704 1094 33554432000 4194304 6142532 140730092414800 140730092411768 5146963 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6924 1094 887 476 0 246 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 27696 KiB
Current children cumulated memory: 4376 KiB

[startup+51.1092 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 21960
/proc/meminfo: memFree=9506988/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27696 memory=4420 CPUtime=51.1 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 1887 0 0 0 5110 0 0 0 20 0 1 0 62117139 28360704 1105 33554432000 4194304 6142532 140730092414800 140730092411768 5360464 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6924 1105 887 476 0 246 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 27696 KiB
Current children cumulated memory: 4420 KiB

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/188 21969
/proc/meminfo: memFree=9501900/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27696 memory=4464 CPUtime=102.28 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 2006 0 0 0 10228 0 0 0 20 0 1 0 62117139 28360704 1116 33554432000 4194304 6142532 140730092414800 140730092411768 5366795 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6924 1116 887 476 0 246 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 27696 KiB
Current children cumulated memory: 4464 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 21970
/proc/meminfo: memFree=9499320/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27696 memory=4464 CPUtime=162.28 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 2125 0 0 0 16228 0 0 0 20 0 1 0 62117139 28360704 1116 33554432000 4194304 6142532 140730092414800 140730092411768 139795850487732 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6924 1116 887 476 0 246 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 27696 KiB
Current children cumulated memory: 4464 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 21971
/proc/meminfo: memFree=9495256/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27696 memory=4464 CPUtime=222.27 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 2244 0 0 0 22227 0 0 0 20 0 1 0 62117139 28360704 1116 33554432000 4194304 6142532 140730092414800 140730092411768 5367134 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6924 1116 887 476 0 246 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 27696 KiB
Current children cumulated memory: 4464 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 21972
/proc/meminfo: memFree=9496528/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27696 memory=4464 CPUtime=282.27 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 2384 0 0 0 28227 0 0 0 20 0 1 0 62117139 28360704 1116 33554432000 4194304 6142532 140730092414800 140730092411768 5375758 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6924 1116 887 476 0 246 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 27696 KiB
Current children cumulated memory: 4464 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 21973
/proc/meminfo: memFree=9496172/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27696 memory=4472 CPUtime=342.26 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 2532 0 0 0 34226 0 0 0 20 0 1 0 62117139 28360704 1118 33554432000 4194304 6142532 140730092414800 140730092411768 5398530 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6924 1118 887 476 0 246 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 27696 KiB
Current children cumulated memory: 4472 KiB

[startup+391.509 s]
# the end of solver process 21898 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=391.47 s, system=0.002225 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+358.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 21973
/proc/meminfo: memFree=9496172/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27696 memory=4472 CPUtime=358.36 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 2608 0 0 0 35836 0 0 0 20 0 1 0 62117139 28360704 1118 33554432000 4194304 6142532 140730092414800 140730092411768 5360448 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6924 1118 887 476 0 246 0
Current children cumulated CPU time: 358.36 s
Current children cumulated vsize: 27696 KiB
Current children cumulated memory: 4472 KiB

[startup+371.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21974
/proc/meminfo: memFree=9495800/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27696 memory=4472 CPUtime=371.16 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 2645 0 0 0 37116 0 0 0 20 0 1 0 62117139 28360704 1118 33554432000 4194304 6142532 140730092414800 140730092411768 5374345 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6924 1118 887 476 0 246 0
Current children cumulated CPU time: 371.16 s
Current children cumulated vsize: 27696 KiB
Current children cumulated memory: 4472 KiB

[startup+384 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 21975
/proc/meminfo: memFree=9494200/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27696 memory=4472 CPUtime=383.97 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 2671 0 0 0 38397 0 0 0 20 0 1 0 62117139 28360704 1118 33554432000 4194304 6142532 140730092414800 140730092411768 5374073 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6924 1118 887 476 0 246 0
Current children cumulated CPU time: 383.97 s
Current children cumulated vsize: 27696 KiB
Current children cumulated memory: 4472 KiB

[startup+387.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21975
/proc/meminfo: memFree=9494200/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27696 memory=4472 CPUtime=387.16 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 2671 0 0 0 38716 0 0 0 20 0 1 0 62117139 28360704 1118 33554432000 4194304 6142532 140730092414800 140730092411768 5367164 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6924 1118 887 476 0 246 0
Current children cumulated CPU time: 387.16 s
Current children cumulated vsize: 27696 KiB
Current children cumulated memory: 4472 KiB

[startup+388.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21975
/proc/meminfo: memFree=9494448/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27696 memory=4472 CPUtime=388.76 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 2671 0 0 0 38876 0 0 0 20 0 1 0 62117139 28360704 1118 33554432000 4194304 6142532 140730092414800 140730092411768 139795850493354 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6924 1118 887 476 0 246 0
Current children cumulated CPU time: 388.76 s
Current children cumulated vsize: 27696 KiB
Current children cumulated memory: 4472 KiB

[startup+390.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21975
/proc/meminfo: memFree=9494448/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27696 memory=4472 CPUtime=390.36 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 2671 0 0 0 39036 0 0 0 20 0 1 0 62117139 28360704 1118 33554432000 4194304 6142532 140730092414800 140730092411768 5372476 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6924 1118 887 476 0 246 0
Current children cumulated CPU time: 390.36 s
Current children cumulated vsize: 27696 KiB
Current children cumulated memory: 4472 KiB

[startup+391.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21975
/proc/meminfo: memFree=9494448/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27696 memory=4472 CPUtime=391.16 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 2671 0 0 0 39116 0 0 0 20 0 1 0 62117139 28360704 1118 33554432000 4194304 6142532 140730092414800 140730092411768 5367134 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6924 1118 887 476 0 246 0
Current children cumulated CPU time: 391.16 s
Current children cumulated vsize: 27696 KiB
Current children cumulated memory: 4472 KiB

[startup+391.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21975
/proc/meminfo: memFree=9494448/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27696 memory=4472 CPUtime=391.36 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 2671 0 0 0 39136 0 0 0 20 0 1 0 62117139 28360704 1118 33554432000 4194304 6142532 140730092414800 140730092411768 5372468 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6924 1118 887 476 0 246 0
Current children cumulated CPU time: 391.36 s
Current children cumulated vsize: 27696 KiB
Current children cumulated memory: 4472 KiB

[startup+391.5 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21975
/proc/meminfo: memFree=9494448/32770624 swapFree=67108860/67108860
[pid=21898] ppid=21895 vsize=27696 memory=4472 CPUtime=391.46 cores=1,3,5,7
/proc/21898/stat : 21898 (cosoco) R 21895 21898 20721 0 -1 4202496 2694 0 0 0 39146 0 0 0 20 0 1 0 62117139 28360704 1118 33554432000 4194304 6142532 140730092414800 140730092411768 5374345 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 40628224 140730092418182 140730092418312 140730092418312 140730092421070 0
/proc/21898/statm: 6924 1118 887 476 0 246 0
Current children cumulated CPU time: 391.46 s
Current children cumulated vsize: 27696 KiB
Current children cumulated memory: 4472 KiB

Child status: 0
Real time (s): 391.509
CPU time (s): 391.473
CPU user time (s): 391.47
CPU system time (s): 0.002225
CPU usage (%): 99.9907
Max. virtual memory (cumulated for all children) (KiB): 27696
Max. memory (cumulated for all children) (KiB): 4472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 391.47
system time used= 0.002225
maximum resident set size= 4540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2725
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 102


# summary of solver processes directly reported to runsolver:
#   pid: 21898
#   total CPU time (s): 391.473
#   total CPU user time (s): 391.47
#   total CPU system time (s): 0.002225

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.42647 second user time and 2.58594 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-24 17:19:03
IDJOB=4294314
IDBENCH=141360
IDSOLVER=2752
FILE ID=node106/4294314-1532445543
RUNJOBID= node106-1532432876-20753
PBS_JOBID= 21021578
Free space on /tmp= 46616 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-1_c18.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294314-1532445543/watcher-4294314-1532445543 -o /tmp/evaluation-result-4294314-1532445543/solver-4294314-1532445543 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532432876-20753 --watchdog 2580  HOME/cosoco -lc -model -restarts HOME/instance-4294314-1532445543.xml

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

MD5SUM BENCH= 03e8a75034815332807f603ddfd28107
RANDOM SEED=133071402

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:         9740420 kB
MemAvailable:   31918728 kB
Buffers:          277788 kB
Cached:         21801488 kB
SwapCached:            0 kB
Active:          2202336 kB
Inactive:       19952892 kB
Active(anon):      78808 kB
Inactive(anon):    17128 kB
Active(file):    2123528 kB
Inactive(file): 19935764 kB
Unevictable:        6876 kB
Mlocked:            6876 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2740 kB
Writeback:           384 kB
AnonPages:         82960 kB
Mapped:            40520 kB
Shmem:             17036 kB
Slab:             574476 kB
SReclaimable:     547476 kB
SUnreclaim:        27000 kB
KernelStack:        3328 kB
PageTables:         5232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     363200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 46612 MiB
End job on node106 at 2018-07-24 17:25:34