Trace number 4408548

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
cosoco 2.0SAT 174.218 174.23

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s20a4/
TravellingSalesman-4-20-075-a4_X2.xml
MD5SUM0d46043221e63cab3e036ad7daf2b407
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.14787
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints228
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":20,"count":20},{"size":180,"count":19},{"size":1001,"count":20}]
Minimum variable degree1
Maximum variable degree208
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":37},{"degree":19,"count":1},{"degree":20,"count":18},{"degree":37,"count":1},{"degree":190,"count":1},{"degree":208,"count":1}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":1},{"arity":3,"count":20},{"arity":4,"count":207}]
Number of extensional constraints228
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":228}]
Optimization problemNO
Type of objective

Solver Data

0.20/0.24	c root propagations     : 21275       
0.20/0.24	c restarts enabled, print stats at every restarts
0.20/0.24	c
0.20/0.24	c
0.20/0.24	c
0.20/0.24	c This is cosoco 2.00 --  
0.20/0.24	c
0.20/0.24	c command line: cosoco -lc -model -restarts -stick HOME/instance-4408548-1569807969.xml 
0.20/0.24	c ========================================[ Problem Statistics ]===========================================
0.20/0.24	c |                                                                                                       
0.20/0.24	c |  Parse time        :         0.17 s 
0.20/0.24	c |
0.20/0.24	c |               Variables: 61
0.20/0.24	c |            Domain Sizes: 1..1001
0.20/0.24	c |
0.20/0.24	c |             Constraints: 228
0.20/0.24	c |                   Arity: 2..4  -- Binary: 1  -- Ternary: 20
0.20/0.24	c | 
0.20/0.24	c |                   Types: 
0.20/0.24	c |                          Extension: 228  (nb tuples: 1..16290) -- (shared: 204)
0.20/0.24	c |                          
0.20/0.24	c =========================================================================================================
0.20/0.24	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.40/0.43	c 101            132            10592          31759          59             0              12   22   17   
0.50/0.52	c 211            261            15444          35506          59             0              9   15   12    
0.69/0.79	c 332            432            40957          56831          59             0              4   20   14    
0.89/0.91	c 465            583            45675          67807          59             0              7   17   13    
1.89/1.97	c 611            802            81565          118027         59             0              1   21   12    
2.49/2.51	c 771            1070           128005         144215         59             0              5   19   9     
2.59/2.68	c 947            1279           140197         161582         59             0              3   19   10    
3.49/3.54	c 1140           1622           211418         194391         59             0              4   15   10    
3.69/3.74	c 1352           1872           228652         221558         59             0              9   17   12    
4.29/4.31	c 1585           2250           312828         266669         59             0              4   22   15    
4.79/4.89	c 1841           2681           414155         323135         59             0              4   17   10    
5.79/5.80	c 2122           3030           450170         374078         59             0              2   20   7     
6.29/6.30	c 2431           3446           515440         409598         59             0              3   20   13    
6.69/6.77	c 2770           3854           554415         452171         59             0              8   20   14    
8.10/8.15	c 3142           4358           618556         519983         59             0              2   22   6     
9.00/9.10	c 3551           4996           696817         591441         59             0              1   24   15    
9.79/9.88	c 4000           5779           807830         660014         59             0              4   24   14    
10.00/10.07	c 4493           6321           833147         712150         59             0              14   19   15   
10.49/10.50	c 5035           6978           876267         812430         59             0              1   24   17    
11.59/11.60	c 5631           7871           989544         907195         59             0              1   24   14    
11.79/11.84	c 6286           8713           1048066        1013403        59             0              13   22   16   
12.39/12.47	c 7006           9755           1138887        1113945        59             0              1   25   13    
12.69/12.73	c 7798           10766          1201152        1257915        59             0              4   24   15    
14.19/14.28	c 8669           12039          1384633        1478672        59             0              2   24   10    
15.19/15.25	c 9627           13281          1519554        1674552        59             0              10   24   13   
16.89/16.94	c 10680          15499          1841634        1894946        59             0              1   28   10    
17.39/17.45	c 11838          16939          1975071        2110800        59             0              1   25   14    
19.59/19.62	c 13111          19269          2475612        2382367        59             0              4   29   13    
19.69/19.73	c 14511          20824          2534079        2539336        59             0              14   24   19   
21.59/21.60	c 16051          22887          2762806        2724505        59             0              2   22   8     
21.99/22.06	c 17745          24840          2898321        2886990        59             0              11   23   15   
25.88/25.91	c 19608          28745          3571699        3262808        59             0              2   26   11    
27.18/27.26	c 21657          31534          3911823        3590725        59             0              1   30   11    
28.09/28.14	c 23910          33995          4115314        3916166        59             0              10   21   14   
29.09/29.11	c 26388          37179          4375177        4174562        59             0              2   24   15    
31.38/31.44	c 29113          41159          4871633        4524720        59             0              5   26   11    
33.88/33.94	c 32110          45916          5489490        4908678        59             0              1   30   13    
36.28/36.38	c 35406          50623          6186925        5250685        59             0              6   30   15    
36.68/36.73	c 39031          55178          6495508        5794143        59             0              7   27   16    
41.28/41.32	c 43018          62382          7597758        6356248        59             0              4   25   11    
42.78/42.84	c 47403          67286          7968084        6784854        59             0              8   24   15    
47.58/47.68	c 52226          75442          9148229        7478719        59             0              4   25   11    
48.88/48.95	c 57531          81390          9536328        8095264        59             0              4   24   15    
52.99/53.03	c 63366          89252          10590980       9090341        59             0              1   22   11    
54.09/54.15	c 69784          97565          11182273       9760075        59             0              1   27   11    
56.09/56.11	c 76843          105588         11719579       10467760       59             0              4   27   14    
58.88/58.99	c 84607          114669         12474081       11340594       59             0              5   24   13    
68.09/68.13	c 93147          129168         14995252       12506600       59             0              3   30   13    
68.58/68.67	c 102541         139863         15432730       13349749       59             0              1   29   17    
73.99/74.03	c 112874         153768         17176881       15074402       59             0              2   30   13    
77.99/78.02	c 124240         166959         18197478       16347148       59             0              6   28   14    
78.88/78.90	c 136742         181583         18839895       18129246       59             0              4   29   18    
82.38/82.40	c 150494         199880         20271535       20171613       59             0              2   26   12    
93.99/94.02	c 165621         224293         23852102       22150045       59             0              2   30   14    
101.78/101.85	c 182260         247169         26153162       24113702       59             0              2   28   14    
119.28/119.37	c 200562         276439         30322471       26658412       59             0              2   27   11    
131.18/131.25	c 220694         307810         34564863       29781897       59             0              2   26   12    
145.38/145.44	c 242839         341192         38759605       32536592       59             0              1   31   15    
158.99/159.09	c 267198         374401         42702419       36269372       59             0              3   32   11    
171.88/171.96	c 293992         409397         46241248       39379782       59             0              2   27   14    
174.18/174.22	c First solution is found
174.18/174.22	s SATISFIABLE
174.18/174.22	c restarts              : 60          
174.18/174.22	c conflicts             : 295619       (1697 /sec)
174.18/174.22	c decisions             : 412254       (2366 /sec)
174.18/174.22	c propagations          : 39636432    (227528 /sec)
174.18/174.22	c root propagations     : 21275       
174.18/174.22	c filter calls          : 46692129       (268031 /sec)
174.18/174.22	c useless filter calls  : 39871131       (85 %)
174.18/174.22	c Memory used           : 45.41 MB
174.18/174.22	c CPU time              : 174.204 s
174.18/174.22	c real time             : 174.225 s
174.18/174.22	
174.18/174.22	c solution 1
174.18/174.22	
174.18/174.22	v <instantiation type='solution'>
174.18/174.22	v <list>w3 w4 x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18] </list>
174.18/174.22	v <values>179 0 4 1 12 19 9 11 14 16 7 18 2 17 6 10 20 15 5 13 8 3 16 17 2 1 11 1 7 4 16 11 3 2 12 4 3 4 15 8 18 24 33 35 36 47 48 55 59 75 86 89 91 103 107 110 114 129 137 155 179 </values>
174.18/174.22	v </instantiation>
174.18/174.22	

Verifier Data

OK	

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 (15302 MiB free)
  memory of node 1: 16384 MiB (15599 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4408548-1569807969/watcher-4408548-1569807969 -o /tmp/evaluation-result-4408548-1569807969/solver-4408548-1569807969 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1569787336-17164 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4408548-1569807969.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=21458, runsolver pid=21455

[startup+0.100159 s]*
/proc/loadavg: 1.98 2.09 2.08 3/199 21459
/proc/meminfo: memFree=31640428/32770624 swapFree=66999256/67108860
[pid=21458] ppid=21455 vsize=30812 memory=6876 CPUtime=0.1 cores=1,3,5,7
/proc/21458/stat : 21458 (cosoco) R 21455 21458 17132 0 -1 4202496 2096 0 0 0 10 0 0 0 20 0 1 0 557049910 31551488 1719 33554432000 4194304 6211132 140735567863040 140735567859576 5818624 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 16650240 140735567868939 140735567869041 140735567869041 140735567871950 0
/proc/21458/statm: 7703 1719 814 493 0 1008 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 30812 KiB
Current children cumulated memory: 6876 KiB

[startup+0.209699 s]*
/proc/loadavg: 1.98 2.09 2.08 3/199 21459
/proc/meminfo: memFree=31625176/32770624 swapFree=66999256/67108860
[pid=21458] ppid=21455 vsize=46500 memory=22712 CPUtime=0.2 cores=1,3,5,7
/proc/21458/stat : 21458 (cosoco) R 21455 21458 17132 0 -1 4202496 6051 0 0 0 20 0 0 0 20 0 1 0 557049910 47616000 5678 33554432000 4194304 6211132 140735567863040 140735567859576 5038999 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 16650240 140735567868939 140735567869041 140735567869041 140735567871950 0
/proc/21458/statm: 11625 5678 857 493 0 4930 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 46500 KiB
Current children cumulated memory: 22712 KiB

[startup+0.3098 s]*
/proc/loadavg: 1.98 2.09 2.08 3/199 21459
/proc/meminfo: memFree=31625176/32770624 swapFree=66999256/67108860
[pid=21458] ppid=21455 vsize=46500 memory=22712 CPUtime=0.3 cores=1,3,5,7
/proc/21458/stat : 21458 (cosoco) R 21455 21458 17132 0 -1 4202496 6055 0 0 0 30 0 0 0 20 0 1 0 557049910 47616000 5678 33554432000 4194304 6211132 140735567863040 140735567859576 5039038 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 16650240 140735567868939 140735567869041 140735567869041 140735567871950 0
/proc/21458/statm: 11625 5678 857 493 0 4930 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 46500 KiB
Current children cumulated memory: 22712 KiB

[startup+0.700388 s]
/proc/loadavg: 1.98 2.09 2.08 3/199 21459
/proc/meminfo: memFree=31625176/32770624 swapFree=66999256/67108860
[pid=21458] ppid=21455 vsize=46500 memory=22712 CPUtime=0.69 cores=1,3,5,7
/proc/21458/stat : 21458 (cosoco) R 21455 21458 17132 0 -1 4202496 6059 0 0 0 69 0 0 0 20 0 1 0 557049910 47616000 5678 33554432000 4194304 6211132 140735567863040 140735567861000 5039536 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 16650240 140735567868939 140735567869041 140735567869041 140735567871950 0
/proc/21458/statm: 11625 5678 857 493 0 4930 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 46500 KiB
Current children cumulated memory: 22712 KiB

[startup+1.50035 s]
/proc/loadavg: 1.98 2.09 2.08 3/199 21459
/proc/meminfo: memFree=31624976/32770624 swapFree=66999256/67108860
[pid=21458] ppid=21455 vsize=46500 memory=22712 CPUtime=1.49 cores=1,3,5,7
/proc/21458/stat : 21458 (cosoco) R 21455 21458 17132 0 -1 4202496 6059 0 0 0 149 0 0 0 20 0 1 0 557049910 47616000 5678 33554432000 4194304 6211132 140735567863040 140735567861000 5038990 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 16650240 140735567868939 140735567869041 140735567869041 140735567871950 0
/proc/21458/statm: 11625 5678 857 493 0 4930 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 46500 KiB
Current children cumulated memory: 22712 KiB

[startup+3.10971 s]
/proc/loadavg: 1.98 2.09 2.08 3/199 21459
/proc/meminfo: memFree=31624976/32770624 swapFree=66999256/67108860
[pid=21458] ppid=21455 vsize=46500 memory=22756 CPUtime=3.1 cores=1,3,5,7
/proc/21458/stat : 21458 (cosoco) R 21455 21458 17132 0 -1 4202496 10245 0 0 0 310 0 0 0 20 0 1 0 557049910 47616000 5689 33554432000 4194304 6211132 140735567863040 140735567861000 5039014 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 16650240 140735567868939 140735567869041 140735567869041 140735567871950 0
/proc/21458/statm: 11625 5689 864 493 0 4930 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 46500 KiB
Current children cumulated memory: 22756 KiB

[startup+6.30028 s]
/proc/loadavg: 1.98 2.09 2.08 3/199 21459
/proc/meminfo: memFree=31624840/32770624 swapFree=66999256/67108860
[pid=21458] ppid=21455 vsize=46500 memory=22804 CPUtime=6.29 cores=1,3,5,7
/proc/21458/stat : 21458 (cosoco) R 21455 21458 17132 0 -1 4202496 14445 0 0 0 628 1 0 0 20 0 1 0 557049910 47616000 5701 33554432000 4194304 6211132 140735567863040 140735567861000 5037874 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 16650240 140735567868939 140735567869041 140735567869041 140735567871950 0
/proc/21458/statm: 11625 5701 864 493 0 4930 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 46500 KiB
Current children cumulated memory: 22804 KiB

[startup+12.7003 s]
/proc/loadavg: 1.98 2.09 2.08 3/199 21459
/proc/meminfo: memFree=31624424/32770624 swapFree=66999256/67108860
[pid=21458] ppid=21455 vsize=46500 memory=22804 CPUtime=12.69 cores=1,3,5,7
/proc/21458/stat : 21458 (cosoco) R 21455 21458 17132 0 -1 4202496 16095 0 0 0 1268 1 0 0 20 0 1 0 557049910 47616000 5701 33554432000 4194304 6211132 140735567863040 140735567861000 5038990 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 16650240 140735567868939 140735567869041 140735567869041 140735567871950 0
/proc/21458/statm: 11625 5701 864 493 0 4930 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 46500 KiB
Current children cumulated memory: 22804 KiB

[startup+25.5003 s]
/proc/loadavg: 1.99 2.09 2.07 3/199 21461
/proc/meminfo: memFree=31623848/32770624 swapFree=66999256/67108860
[pid=21458] ppid=21455 vsize=46500 memory=22828 CPUtime=25.48 cores=1,3,5,7
/proc/21458/stat : 21458 (cosoco) R 21455 21458 17132 0 -1 4202496 17810 0 0 0 2547 1 0 0 20 0 1 0 557049910 47616000 5707 33554432000 4194304 6211132 140735567863040 140735567861000 5039536 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 16650240 140735567868939 140735567869041 140735567869041 140735567871950 0
/proc/21458/statm: 11625 5707 864 493 0 4930 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 46500 KiB
Current children cumulated memory: 22828 KiB

[startup+51.1095 s]
/proc/loadavg: 1.99 2.08 2.07 3/199 21462
/proc/meminfo: memFree=31624692/32770624 swapFree=66999256/67108860
[pid=21458] ppid=21455 vsize=46500 memory=22832 CPUtime=51.09 cores=1,3,5,7
/proc/21458/stat : 21458 (cosoco) R 21455 21458 17132 0 -1 4202496 17962 0 0 0 5108 1 0 0 20 0 1 0 557049910 47616000 5708 33554432000 4194304 6211132 140735567863040 140735567861000 5039536 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 16650240 140735567868939 140735567869041 140735567869041 140735567871950 0
/proc/21458/statm: 11625 5708 864 493 0 4930 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 46500 KiB
Current children cumulated memory: 22832 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.07 2.07 3/199 21465
/proc/meminfo: memFree=31625140/32770624 swapFree=66999256/67108860
[pid=21458] ppid=21455 vsize=46500 memory=22832 CPUtime=102.28 cores=1,3,5,7
/proc/21458/stat : 21458 (cosoco) R 21455 21458 17132 0 -1 4202496 18100 0 0 0 10227 1 0 0 20 0 1 0 557049910 47616000 5708 33554432000 4194304 6211132 140735567863040 140735567861000 5039042 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 16650240 140735567868939 140735567869041 140735567869041 140735567871950 0
/proc/21458/statm: 11625 5708 864 493 0 4930 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 46500 KiB
Current children cumulated memory: 22832 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/199 21471
/proc/meminfo: memFree=31625028/32770624 swapFree=66999256/67108860
[pid=21458] ppid=21455 vsize=46500 memory=22832 CPUtime=162.28 cores=1,3,5,7
/proc/21458/stat : 21458 (cosoco) R 21455 21458 17132 0 -1 4202496 18238 0 0 0 16227 1 0 0 20 0 1 0 557049910 47616000 5708 33554432000 4194304 6211132 140735567863040 140735567861000 5037880 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 16650240 140735567868939 140735567869041 140735567869041 140735567871950 0
/proc/21458/statm: 11625 5708 864 493 0 4930 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 46500 KiB
Current children cumulated memory: 22832 KiB

[startup+174.23 s]
# the end of solver process 21458 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=174.204 s, system=0.013999 s

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

[startup+166.4 s]
/proc/loadavg: 2.00 2.05 2.06 3/199 21471
/proc/meminfo: memFree=31625276/32770624 swapFree=66999256/67108860
[pid=21458] ppid=21455 vsize=46500 memory=22832 CPUtime=166.38 cores=1,3,5,7
/proc/21458/stat : 21458 (cosoco) R 21455 21458 17132 0 -1 4202496 18238 0 0 0 16637 1 0 0 20 0 1 0 557049910 47616000 5708 33554432000 4194304 6211132 140735567863040 140735567861000 5039199 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 16650240 140735567868939 140735567869041 140735567869041 140735567871950 0
/proc/21458/statm: 11625 5708 864 493 0 4930 0
Current children cumulated CPU time: 166.38 s
Current children cumulated vsize: 46500 KiB
Current children cumulated memory: 22832 KiB

[startup+169.6 s]
/proc/loadavg: 2.00 2.05 2.06 3/199 21471
/proc/meminfo: memFree=31625308/32770624 swapFree=66999256/67108860
[pid=21458] ppid=21455 vsize=46500 memory=22832 CPUtime=169.58 cores=1,3,5,7
/proc/21458/stat : 21458 (cosoco) R 21455 21458 17132 0 -1 4202496 18238 0 0 0 16957 1 0 0 20 0 1 0 557049910 47616000 5708 33554432000 4194304 6211132 140735567863040 140735567861000 5038944 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 16650240 140735567868939 140735567869041 140735567869041 140735567871950 0
/proc/21458/statm: 11625 5708 864 493 0 4930 0
Current children cumulated CPU time: 169.58 s
Current children cumulated vsize: 46500 KiB
Current children cumulated memory: 22832 KiB

[startup+172.8 s]
/proc/loadavg: 2.00 2.05 2.06 3/199 21472
/proc/meminfo: memFree=31625176/32770624 swapFree=66999256/67108860
[pid=21458] ppid=21455 vsize=46500 memory=22832 CPUtime=172.78 cores=1,3,5,7
/proc/21458/stat : 21458 (cosoco) R 21455 21458 17132 0 -1 4202496 18238 0 0 0 17277 1 0 0 20 0 1 0 557049910 47616000 5708 33554432000 4194304 6211132 140735567863040 140735567861000 5038999 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 16650240 140735567868939 140735567869041 140735567869041 140735567871950 0
/proc/21458/statm: 11625 5708 864 493 0 4930 0
Current children cumulated CPU time: 172.78 s
Current children cumulated vsize: 46500 KiB
Current children cumulated memory: 22832 KiB

[startup+173.6 s]
/proc/loadavg: 2.00 2.05 2.06 3/199 21472
/proc/meminfo: memFree=31625288/32770624 swapFree=66999256/67108860
[pid=21458] ppid=21455 vsize=46500 memory=22832 CPUtime=173.58 cores=1,3,5,7
/proc/21458/stat : 21458 (cosoco) R 21455 21458 17132 0 -1 4202496 18238 0 0 0 17357 1 0 0 20 0 1 0 557049910 47616000 5708 33554432000 4194304 6211132 140735567863040 140735567861000 5038999 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 16650240 140735567868939 140735567869041 140735567869041 140735567871950 0
/proc/21458/statm: 11625 5708 864 493 0 4930 0
Current children cumulated CPU time: 173.58 s
Current children cumulated vsize: 46500 KiB
Current children cumulated memory: 22832 KiB

[startup+174 s]*
/proc/loadavg: 2.00 2.05 2.06 3/199 21472
/proc/meminfo: memFree=31625296/32770624 swapFree=66999256/67108860
[pid=21458] ppid=21455 vsize=46500 memory=22832 CPUtime=173.99 cores=1,3,5,7
/proc/21458/stat : 21458 (cosoco) R 21455 21458 17132 0 -1 4202496 18238 0 0 0 17398 1 0 0 20 0 1 0 557049910 47616000 5708 33554432000 4194304 6211132 140735567863040 140735567861000 5038992 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 16650240 140735567868939 140735567869041 140735567869041 140735567871950 0
/proc/21458/statm: 11625 5708 864 493 0 4930 0
Current children cumulated CPU time: 173.99 s
Current children cumulated vsize: 46500 KiB
Current children cumulated memory: 22832 KiB

[startup+174.2 s]
/proc/loadavg: 2.00 2.05 2.06 3/199 21472
/proc/meminfo: memFree=31625296/32770624 swapFree=66999256/67108860
[pid=21458] ppid=21455 vsize=46500 memory=22832 CPUtime=174.18 cores=1,3,5,7
/proc/21458/stat : 21458 (cosoco) R 21455 21458 17132 0 -1 4202496 18238 0 0 0 17417 1 0 0 20 0 1 0 557049910 47616000 5708 33554432000 4194304 6211132 140735567863040 140735567861000 5038999 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 16650240 140735567868939 140735567869041 140735567869041 140735567871950 0
/proc/21458/statm: 11625 5708 864 493 0 4930 0
Current children cumulated CPU time: 174.18 s
Current children cumulated vsize: 46500 KiB
Current children cumulated memory: 22832 KiB

Child status: 0
Real time (s): 174.23
CPU time (s): 174.218
CPU user time (s): 174.204
CPU system time (s): 0.013999
CPU usage (%): 99.9934
Max. virtual memory (cumulated for all children) (KiB): 46500
Max. memory (cumulated for all children) (KiB): 22832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 174.204
system time used= 0.013999
maximum resident set size= 22912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18291
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= 23
involuntary context switches= 54


# summary of solver processes directly reported to runsolver:
#   pid: 21458
#   total CPU time (s): 174.218
#   total CPU user time (s): 174.204
#   total CPU system time (s): 0.013999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.694987 second user time and 1.21839 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-30 03:45:09
IDJOB=4408548
IDBENCH=135924
IDSOLVER=2875
FILE ID=node103/4408548-1569807969
RUNJOBID= node103-1569787336-17164
PBS_JOBID= 21705840
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 2.0
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s20a4/TravellingSalesman-4-20-075-a4_X2.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4408548-1569807969/watcher-4408548-1569807969 -o /tmp/evaluation-result-4408548-1569807969/solver-4408548-1569807969 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1569787336-17164 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4408548-1569807969.xml

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

MD5SUM BENCH= 0d46043221e63cab3e036ad7daf2b407
RANDOM SEED=817664860

node103.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.74
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.74
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.74
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.74
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:        31644316 kB
MemAvailable:   31869856 kB
Buffers:          169364 kB
Cached:           401436 kB
SwapCached:         7000 kB
Active:           334276 kB
Inactive:         252276 kB
Active(anon):      23460 kB
Inactive(anon):    74956 kB
Active(file):     310816 kB
Inactive(file):   177320 kB
Unevictable:      106992 kB
Mlocked:          106992 kB
SwapTotal:      67108860 kB
SwapFree:       66999256 kB
Dirty:              3176 kB
Writeback:             0 kB
AnonPages:        131708 kB
Mapped:            28520 kB
Shmem:             73656 kB
Slab:             135104 kB
SReclaimable:     106480 kB
SUnreclaim:        28624 kB
KernelStack:        3760 kB
PageTables:         5520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     569508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 62024 MiB
End job on node103 at 2019-09-30 03:48:04