Trace number 4268039

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 1.12UNSAT 180.653 180.76801

General information on the benchmark

NameKnights/Knights-m1-s1/
Knights-025-09.xml
MD5SUM287901c8e2fb3bad680affa51c865c8b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.3672299
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints36
Number of domains1
Minimum domain size625
Maximum domain size625
Distribution of domain sizes[{"size":625,"count":9}]
Minimum variable degree7
Maximum variable degree7
Distribution of variable degrees[{"degree":7,"count":9}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":36}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.10	c intension x[0] != x[2]  using generic constraint 
0.00/0.11	c intension x[0] != x[3]  using generic constraint 
0.00/0.11	c intension x[0] != x[4]  using generic constraint 
0.00/0.11	c intension x[0] != x[5]  using generic constraint 
0.00/0.11	c intension x[0] != x[6]  using generic constraint 
0.00/0.11	c intension x[0] != x[7]  using generic constraint 
0.00/0.11	c intension x[1] != x[3]  using generic constraint 
0.00/0.11	c intension x[1] != x[4]  using generic constraint 
0.00/0.11	c intension x[1] != x[5]  using generic constraint 
0.00/0.11	c intension x[1] != x[6]  using generic constraint 
0.00/0.11	c intension x[1] != x[7]  using generic constraint 
0.00/0.11	c intension x[1] != x[8]  using generic constraint 
0.00/0.11	c intension x[2] != x[4]  using generic constraint 
0.00/0.12	c intension x[2] != x[5]  using generic constraint 
0.00/0.12	c intension x[2] != x[6]  using generic constraint 
0.00/0.12	c intension x[2] != x[7]  using generic constraint 
0.00/0.12	c intension x[2] != x[8]  using generic constraint 
0.00/0.12	c intension x[3] != x[5]  using generic constraint 
0.00/0.12	c intension x[3] != x[6]  using generic constraint 
0.00/0.12	c intension x[3] != x[7]  using generic constraint 
0.00/0.12	c intension x[3] != x[8]  using generic constraint 
0.00/0.12	c intension x[4] != x[6]  using generic constraint 
0.00/0.12	c intension x[4] != x[7]  using generic constraint 
0.00/0.12	c intension x[4] != x[8]  using generic constraint 
0.00/0.13	c intension x[5] != x[7]  using generic constraint 
0.00/0.13	c intension x[5] != x[8]  using generic constraint 
0.00/0.13	c intension x[6] != x[8]  using generic constraint 
0.00/0.14	c root propagations     : 0           
0.00/0.14	c restarts enabled, print stats at every restarts
0.00/0.14	c
0.00/0.14	c
0.00/0.14	c
0.00/0.14	c This is cosoco 1.12 --  
0.00/0.14	c
0.00/0.14	c command line: cosoco -lc -model -restarts HOME/instance-4268039-1502509615.xml 
0.00/0.14	c ========================================[ Problem Statistics ]===========================================
0.00/0.14	c |                                                                                                       
0.00/0.14	c |  Parse time        :         0.03 s 
0.00/0.14	c |
0.00/0.14	c |               Variables: 9
0.00/0.14	c |            Domain Sizes: 625..625
0.00/0.14	c |
0.00/0.14	c |             Constraints: 36
0.00/0.14	c |                   Arity: 2..2  -- Binary: 36
0.00/0.14	c | 
0.00/0.14	c |                   Types: 
0.00/0.14	c |                          (X != Y): 27
0.00/0.14	c |                          Intension: 9
0.00/0.14	c |                          
0.00/0.14	c =========================================================================================================
0.00/0.14	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.09/0.22	c 101            122            5204           107740         2              0              2   5   3      
0.19/0.32	c 211            283            11709          238158         4              0              2   5   3      
0.29/0.45	c 332            469            19028          379914         6              0              2   5   4      
0.39/0.59	c 465            680            27197          533481         7              0              2   5   4      
0.59/0.71	c 611            894            35469          686751         7              0              2   5   4      
0.69/0.85	c 771            1137           44786          855441         7              0              2   5   4      
0.89/1.01	c 947            1410           55348          1036030        7              0              2   5   4      
0.99/1.17	c 1140           1680           66349          1226745        8              0              2   5   4      
1.19/1.35	c 1352           1991           78628          1456787        9              0              2   5   4      
1.29/1.49	c 1585           2302           89686          1670090        9              0              2   5   4      
1.49/1.68	c 1841           2650           103489         1903532        9              0              2   5   4      
1.69/1.85	c 2122           3023           116789         2163774        9              0              2   5   4      
1.89/2.07	c 2431           3444           132917         2453491        9              0              2   5   4      
2.19/2.30	c 2770           3896           150589         2759724        9              0              2   5   4      
2.39/2.59	c 3142           4402           170664         3107483        9              0              2   5   4      
2.69/2.87	c 3551           4954           190867         3493457        9              0              2   5   4      
3.09/3.22	c 4000           5564           214824         3916276        9              0              2   5   4      
3.39/3.52	c 4493           6124           238762         4308755        9              0              2   4   3      
3.69/3.88	c 5035           6878           265688         4827209        9              0              2   5   4      
4.09/4.26	c 5631           7560           294831         5311369        9              0              2   4   3      
4.59/4.75	c 6286           8481           328256         5961584        9              0              2   5   4      
5.09/5.24	c 7006           9495           364560         6667503        9              0              2   5   4      
5.59/5.75	c 7798           10586          403045         7426522        9              0              2   5   4      
6.09/6.28	c 8669           11579          445759         8109235        9              0              2   4   3      
6.79/6.98	c 9627           12923          494176         9056696        9              0              2   5   4      
7.49/7.65	c 10680          14126          545990         9893165        9              0              2   4   3      
8.29/8.44	c 11838          15750          603621         11012584       9              0              2   5   4      
9.09/9.25	c 13111          17208          666210         12032276       9              0              2   4   3      
10.09/10.24	c 14511          19217          737608         13423325       9              0              2   5   4      
10.99/11.19	c 16051          21340          812309         14876441       9              0              2   5   4      
12.09/12.23	c 17745          23286          896480         16207495       9              0              2   4   3      
13.39/13.54	c 19608          26019          993864         18091873       9              0              2   5   4      
14.69/14.84	c 21657          28424          1097294        19773838       9              0              2   4   3      
16.59/16.76	c 23910          31653          1219692        22130274       9              0              2   5   4      
18.09/18.28	c 26388          34428          1338901        24023498       9              0              2   4   3      
20.09/20.29	c 29113          38125          1473007        26728012       9              0              3   5   4      
21.99/22.19	c 32110          42197          1619488        29506574       9              0              2   5   4      
23.79/23.96	c 35406          46498          1768365        32400665       9              0              2   5   4      
25.89/26.04	c 39031          50625          1945054        35063282       9              0              2   4   3      
28.79/28.92	c 43018          56147          2149423        38895905       9              0              2   5   4      
31.49/31.69	c 47403          61262          2372405        42304591       9              0              1   4   3      
35.99/36.10	c 52226          68012          2632387        47340905       9              0              2   5   4      
39.59/39.74	c 57531          75599          2904441        52439639       9              0              2   5   4      
43.49/43.69	c 63366          82443          3209294        56857566       9              0              2   4   3      
48.49/48.61	c 69784          91467          3542100        62730448       9              0              2   5   4      
52.99/53.19	c 76843          99674          3905683        67818312       9              0              1   4   3      
58.48/58.67	c 84607          110605         4304265        74578393       9              0              2   5   4      
64.38/64.53	c 93147          122630         4738519        82076106       9              0              1   5   4      
69.98/70.16	c 102541         136793         5208274        90584410       9              0              2   5   4      
77.28/77.49	c 112874         149140         5768860        97988390       9              0              1   4   3      
84.18/84.33	c 124240         161963         6336993        105183418      9              0              1   5   3      
97.18/97.30	c 136742         181856         7144112        116552234      9              0              1   5   4      
105.49/105.61	c 150494         197779         7855150        124832024      9              0              1   4   3      
113.48/113.63	c 165621         214485         8575973        133024822      9              0              2   4   3      
122.18/122.38	c 182260         232496         9350960        142318534      9              0              1   4   3      
131.78/131.97	c 200562         252152         10200858       152883119      9              0              1   4   3      
141.98/142.15	c 220694         274082         11138278       163492833      9              0              1   4   3      
174.88/175.03	c 242839         309016         12796222       179029885      9              0              1   5   3      
180.58/180.76	c restarts              : 58          
180.58/180.76	c conflicts             : 246520       (1365 /sec)
180.58/180.76	c decisions             : 314584       (1741 /sec)
180.58/180.76	c propagations          : 181521903   (1004830 /sec)
180.58/180.76	c root propagations     : 0           
180.58/180.76	c filter calls          : 13085970       (72438 /sec)
180.58/180.76	c useless filter calls  : 10930001       (83 %)
180.58/180.76	c Memory used           : 26.88 MB
180.58/180.76	c CPU time              : 180.649 s
180.58/180.76	
180.58/180.76	s UNSATISFIABLE

Verifier Data


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-4268039-1502509615/watcher-4268039-1502509615 -o /tmp/evaluation-result-4268039-1502509615/solver-4268039-1502509615 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502500309-6741 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4268039-1502509615.xml 

pid=10503
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 1.98 2/180 10506
/proc/meminfo: memFree=29849772/32770624 swapFree=0/554928
[pid=10506] ppid=10503 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/10506/stat : 10506 (runsolver) D 10503 10506 6677 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 53154875 24240128 108 18446744073709551615 4194304 4338465 140734349922528 140734349920168 140150360568535 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 28819456 140734349926594 140734349926985 140734349926985 140734349930442 0
/proc/10506/statm: 5918 108 54 36 0 2156 0

[startup+0.100207 s]
/proc/loadavg: 2.00 2.01 1.98 2/180 10506
/proc/meminfo: memFree=29849772/32770624 swapFree=0/554928
[pid=10506] ppid=10503 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/10506/stat : 10506 (runsolver) D 10503 10506 6677 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 53154875 24240128 108 18446744073709551615 4194304 4338465 140734349922528 140734349920168 140150360568535 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 28819456 140734349926594 140734349926985 140734349926985 140734349930442 0
/proc/10506/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200323 s]
/proc/loadavg: 2.00 2.01 1.98 2/180 10506
/proc/meminfo: memFree=29849772/32770624 swapFree=0/554928
[pid=10506] ppid=10503 vsize=27256 CPUtime=0.09 cores=1,3,5,7
/proc/10506/stat : 10506 (cosoco) R 10503 10506 6677 0 -1 4202496 1138 0 0 0 9 0 0 0 20 0 1 0 53154875 27910144 927 18446744073709551615 4194304 5972588 140731133050320 140731133046968 5071040 0 0 1 8405026 0 0 0 17 3 0 0 10 0 0 8070896 8075904 34140160 140731133051374 140731133051469 140731133051469 140731133054926 0
/proc/10506/statm: 6814 927 789 435 0 177 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27256

[startup+0.300253 s]
/proc/loadavg: 2.00 2.01 1.98 2/180 10506
/proc/meminfo: memFree=29849772/32770624 swapFree=0/554928
[pid=10506] ppid=10503 vsize=27256 CPUtime=0.19 cores=1,3,5,7
/proc/10506/stat : 10506 (cosoco) R 10503 10506 6677 0 -1 4202496 1140 0 0 0 19 0 0 0 20 0 1 0 53154875 27910144 927 18446744073709551615 4194304 5972588 140731133050320 140731133046968 5070984 0 0 1 8405026 0 0 0 17 3 0 0 10 0 0 8070896 8075904 34140160 140731133051374 140731133051469 140731133051469 140731133054926 0
/proc/10506/statm: 6814 927 789 435 0 177 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 27256

[startup+0.700222 s]
/proc/loadavg: 2.00 2.01 1.98 2/180 10506
/proc/meminfo: memFree=29849772/32770624 swapFree=0/554928
[pid=10506] ppid=10503 vsize=27256 CPUtime=0.59 cores=1,3,5,7
/proc/10506/stat : 10506 (cosoco) R 10503 10506 6677 0 -1 4202496 1144 0 0 0 59 0 0 0 20 0 1 0 53154875 27910144 927 18446744073709551615 4194304 5972588 140731133050320 140731133046968 5109313 0 0 1 8405026 0 0 0 17 3 0 0 10 0 0 8070896 8075904 34140160 140731133051374 140731133051469 140731133051469 140731133054926 0
/proc/10506/statm: 6814 927 789 435 0 177 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 27256

[startup+1.50022 s]
/proc/loadavg: 2.00 2.01 1.98 3/181 10507
/proc/meminfo: memFree=29849444/32770624 swapFree=0/554932
[pid=10506] ppid=10503 vsize=27256 CPUtime=1.39 cores=1,3,5,7
/proc/10506/stat : 10506 (cosoco) R 10503 10506 6677 0 -1 4202496 1146 0 0 0 139 0 0 0 20 0 1 0 53154875 27910144 927 18446744073709551615 4194304 5972588 140731133050320 140731133047624 5071856 0 0 1 8405026 0 0 0 17 3 0 0 10 0 0 8070896 8075904 34140160 140731133051374 140731133051469 140731133051469 140731133054926 0
/proc/10506/statm: 6814 927 789 435 0 177 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 27256

[startup+3.10022 s]
/proc/loadavg: 2.00 2.01 1.98 4/181 10507
/proc/meminfo: memFree=29849196/32770624 swapFree=0/554932
[pid=10506] ppid=10503 vsize=27256 CPUtime=2.99 cores=1,3,5,7
/proc/10506/stat : 10506 (cosoco) R 10503 10506 6677 0 -1 4202496 1148 0 0 0 299 0 0 0 20 0 1 0 53154875 27910144 927 18446744073709551615 4194304 5972588 140731133050320 140731133047624 5071767 0 0 1 8405026 0 0 0 17 3 0 0 10 0 0 8070896 8075904 34140160 140731133051374 140731133051469 140731133051469 140731133054926 0
/proc/10506/statm: 6814 927 789 435 0 177 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 27256

[startup+6.30022 s]
/proc/loadavg: 2.00 2.01 1.98 4/181 10507
/proc/meminfo: memFree=29849164/32770624 swapFree=0/554928
[pid=10506] ppid=10503 vsize=27256 CPUtime=6.19 cores=1,3,5,7
/proc/10506/stat : 10506 (cosoco) R 10503 10506 6677 0 -1 4202496 1362 0 0 0 619 0 0 0 20 0 1 0 53154875 27910144 993 18446744073709551615 4194304 5972588 140731133050320 140731133047624 5070984 0 0 1 8405026 0 0 0 17 3 0 0 10 0 0 8070896 8075904 34140160 140731133051374 140731133051469 140731133051469 140731133054926 0
/proc/10506/statm: 6814 993 827 435 0 177 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 27256

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 1.98 4/181 10507
/proc/meminfo: memFree=29848960/32770624 swapFree=0/554924
[pid=10506] ppid=10503 vsize=27388 CPUtime=12.59 cores=1,3,5,7
/proc/10506/stat : 10506 (cosoco) R 10503 10506 6677 0 -1 4202496 1482 0 0 0 1259 0 0 0 20 0 1 0 53154875 28045312 1000 18446744073709551615 4194304 5972588 140731133050320 140731133047624 4965583 0 0 1 8405026 0 0 0 17 3 0 0 10 0 0 8070896 8075904 34140160 140731133051374 140731133051469 140731133051469 140731133054926 0
/proc/10506/statm: 6847 1000 827 435 0 210 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 27388

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 1.98 3/181 10507
/proc/meminfo: memFree=29848944/32770624 swapFree=0/554920
[pid=10506] ppid=10503 vsize=27388 CPUtime=25.39 cores=1,3,5,7
/proc/10506/stat : 10506 (cosoco) R 10503 10506 6677 0 -1 4202496 1708 0 0 0 2539 0 0 0 20 0 1 0 53154875 28045312 1004 18446744073709551615 4194304 5972588 140731133050320 140731133047624 4909624 0 0 1 8405026 0 0 0 17 3 0 0 10 0 0 8070896 8075904 34140160 140731133051374 140731133051469 140731133051469 140731133054926 0
/proc/10506/statm: 6847 1004 827 435 0 210 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 27388

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 1.98 3/181 10507
/proc/meminfo: memFree=29849268/32770624 swapFree=0/554920
[pid=10506] ppid=10503 vsize=27388 CPUtime=50.99 cores=1,3,5,7
/proc/10506/stat : 10506 (cosoco) R 10503 10506 6677 0 -1 4202496 1848 0 0 0 5099 0 0 0 20 0 1 0 53154875 28045312 1008 18446744073709551615 4194304 5972588 140731133050320 140731133047624 5071040 0 0 1 8405026 0 0 0 17 3 0 0 10 0 0 8070896 8075904 34140160 140731133051374 140731133051469 140731133051469 140731133054926 0
/proc/10506/statm: 6847 1008 827 435 0 210 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 27388

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 1.98 4/181 10509
/proc/meminfo: memFree=29849636/32770624 swapFree=0/554940
[pid=10506] ppid=10503 vsize=27388 CPUtime=102.19 cores=1,3,5,7
/proc/10506/stat : 10506 (cosoco) R 10503 10506 6677 0 -1 4202496 1996 0 0 0 10219 0 0 0 20 0 1 0 53154875 28045312 1016 18446744073709551615 4194304 5972588 140731133050320 140731133047624 5099648 0 0 1 8405026 0 0 0 17 3 0 0 10 0 0 8070896 8075904 34140160 140731133051374 140731133051469 140731133051469 140731133054926 0
/proc/10506/statm: 6847 1016 827 435 0 210 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 27388

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 1.98 4/181 10511
/proc/meminfo: memFree=29849368/32770624 swapFree=0/554932
[pid=10506] ppid=10503 vsize=27520 CPUtime=162.18 cores=1,3,5,7
/proc/10506/stat : 10506 (cosoco) R 10503 10506 6677 0 -1 4202496 2171 0 0 0 16218 0 0 0 20 0 1 0 53154875 28180480 1035 18446744073709551615 4194304 5972588 140731133050320 140731133047624 5071032 0 0 1 8405026 0 0 0 17 3 0 0 10 0 0 8070896 8075904 34140160 140731133051374 140731133051469 140731133051469 140731133054926 0
/proc/10506/statm: 6880 1035 827 435 0 243 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 27520

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

[startup+166.4 s]
/proc/loadavg: 2.00 2.01 1.98 4/181 10511
/proc/meminfo: memFree=29849368/32770624 swapFree=0/554936
[pid=10506] ppid=10503 vsize=27520 CPUtime=166.28 cores=1,3,5,7
/proc/10506/stat : 10506 (cosoco) R 10503 10506 6677 0 -1 4202496 2172 0 0 0 16628 0 0 0 20 0 1 0 53154875 28180480 1035 18446744073709551615 4194304 5972588 140731133050320 140731133047624 5071767 0 0 1 8405026 0 0 0 17 3 0 0 10 0 0 8070896 8075904 34140160 140731133051374 140731133051469 140731133051469 140731133054926 0
/proc/10506/statm: 6880 1035 827 435 0 243 0
Current children cumulated CPU time (s) 166.28
Current children cumulated vsize (KiB) 27520

[startup+172.805 s]
/proc/loadavg: 2.00 2.01 1.98 4/181 10511
/proc/meminfo: memFree=29849476/32770624 swapFree=0/554928
[pid=10506] ppid=10503 vsize=27520 CPUtime=172.68 cores=1,3,5,7
/proc/10506/stat : 10506 (cosoco) R 10503 10506 6677 0 -1 4202496 2173 0 0 0 17268 0 0 0 20 0 1 0 53154875 28180480 1035 18446744073709551615 4194304 5972588 140731133050320 140731133047624 4909635 0 0 1 8405026 0 0 0 17 3 0 0 10 0 0 8070896 8075904 34140160 140731133051374 140731133051469 140731133051469 140731133054926 0
/proc/10506/statm: 6880 1035 827 435 0 243 0
Current children cumulated CPU time (s) 172.68
Current children cumulated vsize (KiB) 27520

[startup+176 s]
/proc/loadavg: 2.00 2.01 1.98 4/181 10512
/proc/meminfo: memFree=29849476/32770624 swapFree=0/554928
[pid=10506] ppid=10503 vsize=27520 CPUtime=175.88 cores=1,3,5,7
/proc/10506/stat : 10506 (cosoco) R 10503 10506 6677 0 -1 4202496 2176 0 0 0 17588 0 0 0 20 0 1 0 53154875 28180480 1035 18446744073709551615 4194304 5972588 140731133050320 140731133047624 5071831 0 0 1 8405026 0 0 0 17 3 0 0 10 0 0 8070896 8075904 34140160 140731133051374 140731133051469 140731133051469 140731133054926 0
/proc/10506/statm: 6880 1035 827 435 0 243 0
Current children cumulated CPU time (s) 175.88
Current children cumulated vsize (KiB) 27520

[startup+179.2 s]
/proc/loadavg: 2.00 2.01 1.98 3/181 10512
/proc/meminfo: memFree=29849476/32770624 swapFree=0/554928
[pid=10506] ppid=10503 vsize=27520 CPUtime=179.08 cores=1,3,5,7
/proc/10506/stat : 10506 (cosoco) R 10503 10506 6677 0 -1 4202496 2326 0 0 0 17908 0 0 0 20 0 1 0 53154875 28180480 1060 18446744073709551615 4194304 5972588 140731133050320 140731133047624 5070688 0 0 1 8405026 0 0 0 17 3 0 0 10 0 0 8070896 8075904 34140160 140731133051374 140731133051469 140731133051469 140731133054926 0
/proc/10506/statm: 6880 1060 827 435 0 243 0
Current children cumulated CPU time (s) 179.08
Current children cumulated vsize (KiB) 27520

[startup+180 s]
/proc/loadavg: 2.00 2.01 1.98 4/181 10512
/proc/meminfo: memFree=29849460/32770624 swapFree=0/554928
[pid=10506] ppid=10503 vsize=27520 CPUtime=179.88 cores=1,3,5,7
/proc/10506/stat : 10506 (cosoco) R 10503 10506 6677 0 -1 4202496 2326 0 0 0 17988 0 0 0 20 0 1 0 53154875 28180480 1060 18446744073709551615 4194304 5972588 140731133050320 140731133047624 5070984 0 0 1 8405026 0 0 0 17 3 0 0 10 0 0 8070896 8075904 34140160 140731133051374 140731133051469 140731133051469 140731133054926 0
/proc/10506/statm: 6880 1060 827 435 0 243 0
Current children cumulated CPU time (s) 179.88
Current children cumulated vsize (KiB) 27520

[startup+180.4 s]
/proc/loadavg: 2.00 2.01 1.98 3/181 10513
/proc/meminfo: memFree=29849196/32770624 swapFree=0/554928
[pid=10506] ppid=10503 vsize=27520 CPUtime=180.28 cores=1,3,5,7
/proc/10506/stat : 10506 (cosoco) R 10503 10506 6677 0 -1 4202496 2327 0 0 0 18028 0 0 0 20 0 1 0 53154875 28180480 1060 18446744073709551615 4194304 5972588 140731133050320 140731133047624 5071049 0 0 1 8405026 0 0 0 17 3 0 0 10 0 0 8070896 8075904 34140160 140731133051374 140731133051469 140731133051469 140731133054926 0
/proc/10506/statm: 6880 1060 827 435 0 243 0
Current children cumulated CPU time (s) 180.28
Current children cumulated vsize (KiB) 27520

[startup+180.6 s]
/proc/loadavg: 2.00 2.01 1.98 3/181 10513
/proc/meminfo: memFree=29849196/32770624 swapFree=0/554928
[pid=10506] ppid=10503 vsize=27520 CPUtime=180.48 cores=1,3,5,7
/proc/10506/stat : 10506 (cosoco) R 10503 10506 6677 0 -1 4202496 2327 0 0 0 18048 0 0 0 20 0 1 0 53154875 28180480 1060 18446744073709551615 4194304 5972588 140731133050320 140731133047624 5071976 0 0 1 8405026 0 0 0 17 3 0 0 10 0 0 8070896 8075904 34140160 140731133051374 140731133051469 140731133051469 140731133054926 0
/proc/10506/statm: 6880 1060 827 435 0 243 0
Current children cumulated CPU time (s) 180.48
Current children cumulated vsize (KiB) 27520

[startup+180.7 s]
/proc/loadavg: 2.00 2.01 1.98 3/181 10513
/proc/meminfo: memFree=29849196/32770624 swapFree=0/554928
[pid=10506] ppid=10503 vsize=27520 CPUtime=180.58 cores=1,3,5,7
/proc/10506/stat : 10506 (cosoco) R 10503 10506 6677 0 -1 4202496 2327 0 0 0 18058 0 0 0 20 0 1 0 53154875 28180480 1060 18446744073709551615 4194304 5972588 140731133050320 140731133047624 5070984 0 0 1 8405026 0 0 0 17 3 0 0 10 0 0 8070896 8075904 34140160 140731133051374 140731133051469 140731133051469 140731133054926 0
/proc/10506/statm: 6880 1060 827 435 0 243 0
Current children cumulated CPU time (s) 180.58
Current children cumulated vsize (KiB) 27520

Child status: 0
Real time (s): 180.768
CPU time (s): 180.653
CPU user time (s): 180.65
CPU system time (s): 0.002999
CPU usage (%): 99.9365
Max. virtual memory (cumulated for all children) (KiB): 27520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 180.65
system time used= 0.002999
maximum resident set size= 4308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2372
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= 10
involuntary context switches= 234

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.421495 second user time and 0.59498 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-12 05:32:47
IDJOB=4268039
IDBENCH=120661
IDSOLVER=2658
FILE ID=node127/4268039-1502509615
RUNJOBID= node127-1502500309-6741
PBS_JOBID= 
Free space on /tmp= 62016 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/Knights/Knights-m1-s1/Knights-025-09.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4268039-1502509615/watcher-4268039-1502509615 -o /tmp/evaluation-result-4268039-1502509615/solver-4268039-1502509615 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502500309-6741 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4268039-1502509615.xml

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

MD5SUM BENCH= 287901c8e2fb3bad680affa51c865c8b
RANDOM SEED=2022199744

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:        29850144 kB
MemAvailable:   30653772 kB
Buffers:          267124 kB
Cached:           826016 kB
SwapCached:            0 kB
Active:          1914572 kB
Inactive:         579836 kB
Active(anon):    1401592 kB
Inactive(anon):    24908 kB
Active(file):     512980 kB
Inactive(file):   554928 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2336 kB
Writeback:             0 kB
AnonPages:       1401028 kB
Mapped:            44920 kB
Shmem:             25252 kB
Slab:             128624 kB
SReclaimable:     103112 kB
SUnreclaim:        25512 kB
KernelStack:        3200 kB
PageTables:         7412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1662040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    434176 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= 62016 MiB
End job on node127 at 2017-08-12 05:35:48