Trace number 4242969

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
R1: cosoco 1.1? (TO) 2400.02 2401.6

General information on the benchmark

NameSuperSolutions/SuperSolutions-Queens-s1/
SuperQueens-12.xml
MD5SUM94ecf309347a79215709974b71377e2d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints3725
Number of domains1
Minimum domain size50
Maximum domain size50
Distribution of domain sizes[{"size":50,"count":100}]
Minimum variable degree50
Maximum variable degree99
Distribution of variable degrees[{"degree":50,"count":50},{"degree":99,"count":50}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3725}]
Number of extensional constraints0
Number of intensional constraints3725
Distribution of constraint types[{"type":"intension","count":3725}]
Optimization problemNO
Type of objective

Solver Data

4.19/4.20	c intension x[0] != x[1]  using generic constraint 
4.19/4.20	c intension x[2] != x[3]  using generic constraint 
4.19/4.20	c intension x[4] != x[5]  using generic constraint 
4.19/4.21	c intension x[6] != x[7]  using generic constraint 
4.19/4.21	c intension x[8] != x[9]  using generic constraint 
4.19/4.21	c intension x[10] != x[11]  using generic constraint 
4.19/4.21	c intension x[12] != x[13]  using generic constraint 
4.19/4.21	c intension x[14] != x[15]  using generic constraint 
4.19/4.21	c intension x[16] != x[17]  using generic constraint 
4.19/4.21	c intension x[18] != x[19]  using generic constraint 
4.19/4.21	c intension x[20] != x[21]  using generic constraint 
4.19/4.21	c intension x[22] != x[23]  using generic constraint 
4.19/4.21	c intension x[24] != x[25]  using generic constraint 
4.19/4.22	c intension x[26] != x[27]  using generic constraint 
4.19/4.22	c intension x[28] != x[29]  using generic constraint 
4.19/4.22	c intension x[30] != x[31]  using generic constraint 
4.19/4.22	c intension x[32] != x[33]  using generic constraint 
4.19/4.22	c intension x[34] != x[35]  using generic constraint 
4.19/4.22	c intension x[36] != x[37]  using generic constraint 
4.19/4.22	c intension x[38] != x[39]  using generic constraint 
4.19/4.22	c intension x[40] != x[41]  using generic constraint 
4.19/4.22	c intension x[42] != x[43]  using generic constraint 
4.19/4.22	c intension x[44] != x[45]  using generic constraint 
4.19/4.23	c intension x[46] != x[47]  using generic constraint 
4.19/4.23	c intension x[48] != x[49]  using generic constraint 
4.19/4.23	c intension x[50] != x[51]  using generic constraint 
4.19/4.23	c intension x[52] != x[53]  using generic constraint 
4.19/4.23	c intension x[54] != x[55]  using generic constraint 
4.19/4.23	c intension x[56] != x[57]  using generic constraint 
4.19/4.23	c intension x[58] != x[59]  using generic constraint 
4.19/4.23	c intension x[60] != x[61]  using generic constraint 
4.19/4.23	c intension x[62] != x[63]  using generic constraint 
4.19/4.23	c intension x[64] != x[65]  using generic constraint 
4.19/4.24	c intension x[66] != x[67]  using generic constraint 
4.19/4.24	c intension x[68] != x[69]  using generic constraint 
4.19/4.24	c intension x[70] != x[71]  using generic constraint 
4.19/4.24	c intension x[72] != x[73]  using generic constraint 
4.19/4.24	c intension x[74] != x[75]  using generic constraint 
4.19/4.24	c intension x[76] != x[77]  using generic constraint 
4.19/4.24	c intension x[78] != x[79]  using generic constraint 
4.19/4.24	c intension x[80] != x[81]  using generic constraint 
4.19/4.24	c intension x[82] != x[83]  using generic constraint 
4.19/4.24	c intension x[84] != x[85]  using generic constraint 
4.19/4.25	c intension x[86] != x[87]  using generic constraint 
4.19/4.25	c intension x[88] != x[89]  using generic constraint 
4.19/4.25	c intension x[90] != x[91]  using generic constraint 
4.19/4.25	c intension x[92] != x[93]  using generic constraint 
4.19/4.25	c intension x[94] != x[95]  using generic constraint 
4.19/4.25	c intension x[96] != x[97]  using generic constraint 
4.19/4.25	c intension x[98] != x[99]  using generic constraint 
4.29/4.30	c root propagations     : 0           
4.29/4.30	c restarts enabled, print stats at every restarts
4.29/4.30	c
4.29/4.30	c
4.29/4.30	c
4.29/4.30	c This is cosoco 1.0 --  
4.29/4.30	c
4.29/4.30	c ========================================[ Problem Statistics ]===========================================
4.29/4.30	c |                                                                                                       
4.29/4.30	c |  Parse time        :         4.24 s 
4.29/4.30	c |
4.29/4.30	c |               Variables: 100
4.29/4.30	c |            Domain Sizes: 50..50
4.29/4.30	c |
4.29/4.30	c |             Constraints: 3725
4.29/4.30	c |                   Arity: 2..2  -- Binary: 3725
4.29/4.30	c | 
4.29/4.30	c |                   Types: 
4.29/4.30	c |                          (X != Y): 50
4.29/4.30	c |                          Intension: 3675
4.29/4.30	c |                          
4.29/4.30	c =========================================================================================================
4.29/4.30	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
5.09/5.11	c 101            254            458439         35177          0              0              34   39   36   
6.29/6.37	c 211            530            988851         90300          0              0              28   34   30   
7.19/7.21	c 332            832            1523510        130175         0              0              35   40   37   
7.98/8.04	c 465            1137           2039366        165961         0              0              31   37   33   
8.98/9.07	c 611            1492           2673166        213370         0              0              32   37   34   
10.08/10.19	c 771            1916           3381635        267727         0              0              32   41   35   
11.18/11.22	c 947            2351           4074894        321080         0              0              34   40   36   
12.09/12.15	c 1140           2836           4764924        365255         0              0              33   42   36   
13.08/13.14	c 1352           3374           5556983        417604         0              0              38   44   40   
14.39/14.49	c 1585           3980           6477494        486721         0              0              33   43   36   
15.88/15.90	c 1841           4827           7562427        568696         0              0              35   47   39   
17.28/17.33	c 2122           5457           8597243        642926         0              0              32   37   34   
18.79/18.82	c 2431           6194           9776284        730811         0              0              33   40   36   
20.58/20.69	c 2770           6972           11098045       826696         0              0              32   38   34   
22.58/22.62	c 3142           7870           12507784       928348         0              0              32   39   35   
24.58/24.62	c 3551           8837           13983923       1054189        0              0              33   40   35   
26.78/26.80	c 4000           9880           15555979       1176641        0              0              31   38   34   
28.37/28.48	c 4493           11002          17150258       1287591        0              0              33   41   36   
31.07/31.11	c 5035           12333          19136735       1435147        0              0              32   40   36   
33.87/33.99	c 5631           14229          21577707       1603596        0              0              33   46   37   
36.67/36.71	c 6286           15846          23965162       1782940        0              0              33   42   37   
40.46/40.57	c 7006           17575          26821026       2014584        0              0              31   38   34   
44.16/44.25	c 7798           19485          29811359       2230510        0              0              32   41   36   
47.76/47.86	c 8669           21870          33085309       2457418        0              0              34   45   37   
51.06/51.17	c 9627           24099          36180515       2690396        0              0              33   41   36   
54.66/54.78	c 10680          26624          39723096       2939570        0              0              33   40   36   
60.35/60.41	c 11838          29602          44153083       3257634        0              0              31   42   35   
65.25/65.36	c 13111          33148          48908682       3584452        0              0              34   46   39   
72.94/73.07	c 14511          37266          54701994       4032379        0              0              33   45   37   
77.74/77.85	c 16051          40813          59641468       4384700        0              0              33   41   36   
83.93/84.00	c 17745          45699          65779883       4827112        0              0              35   45   40   
92.33/92.47	c 19608          50969          72849899       5352710        0              0              32   45   36   
98.12/98.25	c 21657          56317          79709036       5827607        0              0              37   46   41   
109.21/109.31	c 23910          61723          88368814       6576393        0              0              31   44   35   
117.30/117.44	c 26388          67903          96962088       7161562        0              0              32   42   36   
125.50/125.66	c 29113          75609          106645951      7856507        0              0              34   45   38   
133.99/134.13	c 32110          83076          116652065      8539732        0              0              33   42   37   
143.89/144.04	c 35406          91436          127770511      9315636        0              0              32   43   36   
157.68/157.86	c 39031          101221         141509581      10350947       0              0              31   44   36   
173.17/173.36	c 43018          112857         156960960      11444888       0              0              32   48   38   
191.06/191.22	c 47403          124354         173311729      12634645       0              0              32   44   37   
203.95/204.18	c 52226          136902         189096283      13718895       0              0              33   43   38   
228.13/228.34	c 57531          151229         209939853      15531556       0              0              32   44   36   
254.71/254.98	c 63366          165782         232626156      17288307       0              0              31   40   35   
272.80/273.07	c 69784          183939         254482334      18803692       0              0              33   44   37   
306.29/306.59	c 76843          203330         282403375      21003536       0              0              30   45   35   
335.87/336.19	c 84607          228845         312461466      23118016       0              0              31   48   39   
358.55/358.82	c 93147          251392         340332100      25094785       0              0              35   48   41   
412.33/412.67	c 102541         272828         375925835      28562604       0              0              28   39   32   
448.80/449.10	c 112874         300967         413239901      31250780       0              0              31   43   36   
485.57/485.99	c 124240         328948         453094907      34058409       0              0              31   43   36   
531.54/531.94	c 136742         364468         498127249      37201843       0              0              31   45   36   
580.31/580.70	c 150494         400804         548211298      41195374       0              0              32   44   37   
643.77/644.29	c 165621         437191         602650708      45535577       0              0              30   43   35   
711.62/712.18	c 182260         483720         665705316      50166408       0              0              30   46   36   
765.10/765.63	c 200562         534833         726218903      54624573       0              0              34   49   41   
837.24/837.85	c 220694         583490         795059683      59337734       0              0              31   41   35   
922.78/923.45	c 242839         646246         879095515      65953161       0              0              32   49   39   
1041.11/1041.81	c 267198         703795         972482449      73862601       0              0              29   40   34   
1121.95/1122.77	c 293992         767890         1064016375     80280349       0              0              33   42   37   
1204.60/1205.46	c 323465         840194         1162490240     87220248       0              0              34   45   39   
1338.61/1339.58	c 355885         924181         1281057459     97406834       0              0              28   45   36   
1496.51/1497.52	c 391547         1013832        1412375884     108401222      0              0              30   42   35   
1622.53/1623.61	c 430775         1115279        1552500141     118333432      0              0              33   47   38   
1807.70/1808.96	c 473925         1215830        1708999657     130019688      0              0              29   42   35   
1937.22/1938.53	c 521390         1339492        1865551665     140947133      0              0              31   45   37   
2128.49/2129.97	c 573601         1473223        2050984780     155142690      0              0              31   44   36   
2335.96/2337.53	c 631033         1621364        2265199526     169955941      0              0              31   44   37   

Verifier Data

One s line expected

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-4242969-1500670076/watcher-4242969-1500670076 -o /tmp/evaluation-result-4242969-1500670076/solver-4242969-1500670076 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500667675-5213 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4242969-1500670076.xml 

pid=5442
running on 8 cores: 0,2,4,6,8,10,12,14

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.05 3/242 5445
/proc/meminfo: memFree=32024664/32770624 swapFree=5776/221508
[pid=5445] ppid=5442 vsize=27124 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 985 0 0 0 0 0 0 0 20 0 1 0 2275070 27774976 767 33554432000 4194304 5970956 140723784773104 140723784769752 5471658 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 6781 767 684 434 0 145 0

[startup+0.100123 s]
/proc/loadavg: 2.00 2.02 2.05 3/242 5445
/proc/meminfo: memFree=32024664/32770624 swapFree=5776/221508
[pid=5445] ppid=5442 vsize=27652 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 1109 0 0 0 9 0 0 0 20 0 1 0 2275070 28315648 899 33554432000 4194304 5970956 140723784773104 140723784769704 139706425097216 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 6913 899 710 434 0 277 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27652

[startup+0.200312 s]
/proc/loadavg: 2.00 2.02 2.05 3/242 5445
/proc/meminfo: memFree=32024664/32770624 swapFree=5776/221508
[pid=5445] ppid=5442 vsize=28028 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 1281 0 0 0 19 0 0 0 20 0 1 0 2275070 28700672 1116 33554432000 4194304 5970956 140723784773104 140723784766936 139706434016353 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 7007 1116 783 434 0 371 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 28028

[startup+0.300265 s]
/proc/loadavg: 2.00 2.02 2.05 3/242 5445
/proc/meminfo: memFree=32024664/32770624 swapFree=5776/221508
[pid=5445] ppid=5442 vsize=28392 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 1374 0 0 0 29 0 0 0 20 0 1 0 2275070 29073408 1206 33554432000 4194304 5970956 140723784773104 140723784766936 139706424658917 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 7098 1206 783 434 0 462 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28392

[startup+0.700242 s]
/proc/loadavg: 2.00 2.02 2.05 3/242 5445
/proc/meminfo: memFree=32024664/32770624 swapFree=5776/221508
[pid=5445] ppid=5442 vsize=29856 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 1745 0 0 0 69 0 0 0 20 0 1 0 2275070 30572544 1572 33554432000 4194304 5970956 140723784773104 140723784766936 139706434004260 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 7464 1572 783 434 0 828 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29856

[startup+1.50029 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 5446
/proc/meminfo: memFree=32014336/32770624 swapFree=5776/221984
[pid=5445] ppid=5442 vsize=32872 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 2486 0 0 0 149 0 0 0 20 0 1 0 2275070 33660928 2327 33554432000 4194304 5970956 140723784773104 140723784766936 139706434017097 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 8218 2327 783 434 0 1582 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32872

[startup+3.10016 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 5446
/proc/meminfo: memFree=32005192/32770624 swapFree=5776/221696
[pid=5445] ppid=5442 vsize=38804 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 4071 0 0 0 308 1 0 0 20 0 1 0 2275070 39735296 3810 33554432000 4194304 5970956 140723784773104 140723784766936 139706434004230 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 9701 3810 783 434 0 3065 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38804

[startup+6.30034 s]
/proc/loadavg: 1.92 2.00 2.04 3/243 5446
/proc/meminfo: memFree=31969396/32770624 swapFree=5776/221696
[pid=5445] ppid=5442 vsize=54148 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 11831 0 0 0 628 1 0 0 20 0 1 0 2275070 55447552 7705 33554432000 4194304 5970956 140723784773104 140723784770440 5327999 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7705 822 434 0 6901 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54148

[startup+12.7003 s]
/proc/loadavg: 1.93 2.00 2.04 3/243 5446
/proc/meminfo: memFree=31896888/32770624 swapFree=5776/221696
[pid=5445] ppid=5442 vsize=54148 CPUtime=12.68 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 18651 0 0 0 1267 1 0 0 20 0 1 0 2275070 55447552 7712 33554432000 4194304 5970956 140723784773104 140723784770440 5052118 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7712 823 434 0 6901 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 54148

[startup+25.5005 s]
/proc/loadavg: 1.95 2.00 2.04 3/243 5446
/proc/meminfo: memFree=31896664/32770624 swapFree=5776/221680
[pid=5445] ppid=5442 vsize=54148 CPUtime=25.48 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 32291 0 0 0 2546 2 0 0 20 0 1 0 2275070 55447552 7712 33554432000 4194304 5970956 140723784773104 140723784770440 4964452 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7712 823 434 0 6901 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 54148

[startup+51.1004 s]
/proc/loadavg: 1.96 2.00 2.04 3/243 5446
/proc/meminfo: memFree=31896632/32770624 swapFree=5776/221708
[pid=5445] ppid=5442 vsize=54148 CPUtime=51.06 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 39111 0 0 0 5104 2 0 0 20 0 1 0 2275070 55447552 7712 33554432000 4194304 5970956 140723784773104 140723784770440 5070930 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7712 823 434 0 6901 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 54148

[startup+102.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/243 5447
/proc/meminfo: memFree=31894120/32770624 swapFree=5776/221752
[pid=5445] ppid=5442 vsize=54148 CPUtime=102.22 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 45943 0 0 0 10220 2 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 4964389 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 54148

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/243 5455
/proc/meminfo: memFree=31894676/32770624 swapFree=5776/221864
[pid=5445] ppid=5442 vsize=54148 CPUtime=162.18 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 46639 0 0 0 16216 2 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 5052118 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 54148

[startup+222.308 s]
/proc/loadavg: 2.05 2.01 2.05 3/243 5456
/proc/meminfo: memFree=31894704/32770624 swapFree=5776/221864
[pid=5445] ppid=5442 vsize=54148 CPUtime=222.14 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 47335 0 0 0 22212 2 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 5052095 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 54148

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/243 5457
/proc/meminfo: memFree=31895136/32770624 swapFree=5776/221988
[pid=5445] ppid=5442 vsize=54148 CPUtime=282.1 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 48031 0 0 0 28208 2 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 5093183 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 54148

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/243 5458
/proc/meminfo: memFree=31895088/32770624 swapFree=5776/221988
[pid=5445] ppid=5442 vsize=54148 CPUtime=342.07 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 48727 0 0 0 34204 3 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 5070322 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 54148

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5459
/proc/meminfo: memFree=31895208/32770624 swapFree=5776/222096
[pid=5445] ppid=5442 vsize=54148 CPUtime=402.03 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 49423 0 0 0 40200 3 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 4961428 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 54148

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5461
/proc/meminfo: memFree=31895384/32770624 swapFree=5776/222152
[pid=5445] ppid=5442 vsize=54148 CPUtime=461.99 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 50119 0 0 0 46196 3 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 4964366 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 461.99
Current children cumulated vsize (KiB) 54148

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5462
/proc/meminfo: memFree=31895632/32770624 swapFree=5776/222196
[pid=5445] ppid=5442 vsize=54148 CPUtime=521.95 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 50815 0 0 0 52192 3 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 4908175 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 521.95
Current children cumulated vsize (KiB) 54148

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5463
/proc/meminfo: memFree=31895828/32770624 swapFree=5776/222236
[pid=5445] ppid=5442 vsize=54148 CPUtime=581.91 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 51511 0 0 0 58188 3 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 4964452 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 581.91
Current children cumulated vsize (KiB) 54148


################
# More data... #
################


[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/244 5519
/proc/meminfo: memFree=31893224/32770624 swapFree=5776/222776
[pid=5445] ppid=5442 vsize=54148 CPUtime=1481.31 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 61759 0 0 0 148128 3 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 4964389 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 1481.31
Current children cumulated vsize (KiB) 54148

[startup+1542.31 s]
/proc/loadavg: 2.00 2.02 2.05 3/244 5520
/proc/meminfo: memFree=31893396/32770624 swapFree=5776/222776
[pid=5445] ppid=5442 vsize=54148 CPUtime=1541.28 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 62455 0 0 0 154125 3 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 5069844 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 1541.28
Current children cumulated vsize (KiB) 54148

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 5521
/proc/meminfo: memFree=31893916/32770624 swapFree=5776/222840
[pid=5445] ppid=5442 vsize=54148 CPUtime=1601.24 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 63102 0 0 0 160121 3 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 4964784 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 1601.24
Current children cumulated vsize (KiB) 54148

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5522
/proc/meminfo: memFree=31894336/32770624 swapFree=5776/222868
[pid=5445] ppid=5442 vsize=54148 CPUtime=1661.2 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 63798 0 0 0 166117 3 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 4964389 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 1661.2
Current children cumulated vsize (KiB) 54148

[startup+1722.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/243 5523
/proc/meminfo: memFree=31894512/32770624 swapFree=5776/222916
[pid=5445] ppid=5442 vsize=54148 CPUtime=1721.16 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 64447 0 0 0 172113 3 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 5070918 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 1721.16
Current children cumulated vsize (KiB) 54148

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 5524
/proc/meminfo: memFree=31894416/32770624 swapFree=5776/222948
[pid=5445] ppid=5442 vsize=54148 CPUtime=1781.12 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 65100 0 0 0 178109 3 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 4964389 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 1781.12
Current children cumulated vsize (KiB) 54148

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 5525
/proc/meminfo: memFree=31893560/32770624 swapFree=5776/222972
[pid=5445] ppid=5442 vsize=54148 CPUtime=1841.08 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 65796 0 0 0 184105 3 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 4964366 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 1841.08
Current children cumulated vsize (KiB) 54148

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5526
/proc/meminfo: memFree=31894288/32770624 swapFree=5776/223000
[pid=5445] ppid=5442 vsize=54148 CPUtime=1901.04 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 66472 0 0 0 190101 3 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 4961388 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 1901.04
Current children cumulated vsize (KiB) 54148

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5534
/proc/meminfo: memFree=31894696/32770624 swapFree=5776/223048
[pid=5445] ppid=5442 vsize=54148 CPUtime=1961 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 67168 0 0 0 196097 3 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 5098928 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 1961
Current children cumulated vsize (KiB) 54148

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5535
/proc/meminfo: memFree=31892604/32770624 swapFree=5776/223048
[pid=5445] ppid=5442 vsize=54148 CPUtime=2020.96 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 67825 0 0 0 202093 3 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 5070320 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 2020.96
Current children cumulated vsize (KiB) 54148

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5536
/proc/meminfo: memFree=31893132/32770624 swapFree=5776/223108
[pid=5445] ppid=5442 vsize=54148 CPUtime=2080.93 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 68484 0 0 0 208090 3 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 4964389 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 2080.93
Current children cumulated vsize (KiB) 54148

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5537
/proc/meminfo: memFree=31892756/32770624 swapFree=5776/223108
[pid=5445] ppid=5442 vsize=54148 CPUtime=2140.88 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 69181 0 0 0 214085 3 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 4964784 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 2140.88
Current children cumulated vsize (KiB) 54148

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5538
/proc/meminfo: memFree=31894012/32770624 swapFree=5776/223172
[pid=5445] ppid=5442 vsize=54148 CPUtime=2200.85 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 69836 0 0 0 220082 3 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 5052121 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 2200.85
Current children cumulated vsize (KiB) 54148

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5540
/proc/meminfo: memFree=31891828/32770624 swapFree=5776/223196
[pid=5445] ppid=5442 vsize=54148 CPUtime=2260.8 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 70493 0 0 0 226077 3 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 4964389 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 2260.8
Current children cumulated vsize (KiB) 54148

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5541
/proc/meminfo: memFree=31892924/32770624 swapFree=5776/223196
[pid=5445] ppid=5442 vsize=54148 CPUtime=2320.76 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 71139 0 0 0 232073 3 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 5069929 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 2320.76
Current children cumulated vsize (KiB) 54148

[startup+2382.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/243 5542
/proc/meminfo: memFree=31893804/32770624 swapFree=5776/223268
[pid=5445] ppid=5442 vsize=54148 CPUtime=2380.72 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 71860 0 0 0 238069 3 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 4964366 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 2380.72
Current children cumulated vsize (KiB) 54148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.6 s]
/proc/loadavg: 2.02 2.02 2.05 3/251 5566
/proc/meminfo: memFree=31989836/32770624 swapFree=5776/223268
[pid=5445] ppid=5442 vsize=54148 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/5445/stat : 5445 (cosoco) R 5442 5445 2451 0 -1 4202496 72531 0 0 0 239998 3 0 0 20 0 1 0 2275070 55447552 7713 33554432000 4194304 5970956 140723784773104 140723784770440 5069728 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 36245504 140723784778945 140723784779075 140723784779075 140723784781774 0
/proc/5445/statm: 13537 7713 823 434 0 6901 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 54148

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 1
Real time (s): 2401.6
CPU time (s): 2400.02
CPU user time (s): 2399.98
CPU system time (s): 0.040973
CPU usage (%): 99.9343
Max. virtual memory (cumulated for all children) (KiB): 54148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.98
system time used= 0.040973
maximum resident set size= 30904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72560
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= 18
involuntary context switches= 121887

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.72244 second user time and 13.5791 second system time

The end

Launcher Data

Begin job on node128 at 2017-07-21 22:47:56
IDJOB=4242969
IDBENCH=138400
IDSOLVER=2620
FILE ID=node128/4242969-1500670076
RUNJOBID= node128-1500667675-5213
PBS_JOBID= 20623292
Free space on /tmp= 62016 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Queens-s1/SuperQueens-12.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242969-1500670076/watcher-4242969-1500670076 -o /tmp/evaluation-result-4242969-1500670076/solver-4242969-1500670076 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500667675-5213 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4242969-1500670076.xml

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

MD5SUM BENCH= 94ecf309347a79215709974b71377e2d
RANDOM SEED=383058656

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.12
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.54
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.12
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.54
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.12
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.54
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.12
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32025040 kB
MemAvailable:   32029136 kB
Buffers:           36744 kB
Cached:           279288 kB
SwapCached:            0 kB
Active:           140980 kB
Inactive:         230228 kB
Active(anon):      57988 kB
Inactive(anon):     8720 kB
Active(file):      82992 kB
Inactive(file):   221508 kB
Unevictable:        5776 kB
Mlocked:            5776 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5132 kB
Writeback:             0 kB
AnonPages:         59768 kB
Mapped:            30372 kB
Shmem:              8844 kB
Slab:              62368 kB
SReclaimable:      30860 kB
SUnreclaim:        31508 kB
KernelStack:        4208 kB
PageTables:         4556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     330260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-07-21 23:27:58