Trace number 4268040

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.12? (TO) 2519.8301 2520

General information on the benchmark

NameKnights/Knights-m1-s1/
Knights-050-09.xml
MD5SUM78e001d21a1411ecb51795c063836bf7
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 benchmark309.78299
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints36
Number of domains1
Minimum domain size2500
Maximum domain size2500
Distribution of domain sizes[{"size":2500,"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.06	c intension x[0] != x[2]  using generic constraint 
0.00/0.06	c intension x[0] != x[3]  using generic constraint 
0.00/0.06	c intension x[0] != x[4]  using generic constraint 
0.00/0.07	c intension x[0] != x[5]  using generic constraint 
0.00/0.07	c intension x[0] != x[6]  using generic constraint 
0.00/0.07	c intension x[0] != x[7]  using generic constraint 
0.00/0.07	c intension x[1] != x[3]  using generic constraint 
0.00/0.07	c intension x[1] != x[4]  using generic constraint 
0.00/0.07	c intension x[1] != x[5]  using generic constraint 
0.00/0.07	c intension x[1] != x[6]  using generic constraint 
0.00/0.07	c intension x[1] != x[7]  using generic constraint 
0.00/0.07	c intension x[1] != x[8]  using generic constraint 
0.00/0.07	c intension x[2] != x[4]  using generic constraint 
0.00/0.07	c intension x[2] != x[5]  using generic constraint 
0.00/0.08	c intension x[2] != x[6]  using generic constraint 
0.00/0.08	c intension x[2] != x[7]  using generic constraint 
0.00/0.08	c intension x[2] != x[8]  using generic constraint 
0.00/0.08	c intension x[3] != x[5]  using generic constraint 
0.00/0.08	c intension x[3] != x[6]  using generic constraint 
0.00/0.08	c intension x[3] != x[7]  using generic constraint 
0.00/0.08	c intension x[3] != x[8]  using generic constraint 
0.00/0.08	c intension x[4] != x[6]  using generic constraint 
0.00/0.08	c intension x[4] != x[7]  using generic constraint 
0.00/0.08	c intension x[4] != x[8]  using generic constraint 
0.00/0.08	c intension x[5] != x[7]  using generic constraint 
0.00/0.08	c intension x[5] != x[8]  using generic constraint 
0.00/0.09	c intension x[6] != x[8]  using generic constraint 
0.03/0.10	c root propagations     : 0           
0.03/0.10	c restarts enabled, print stats at every restarts
0.03/0.10	c
0.03/0.10	c
0.03/0.10	c
0.03/0.10	c This is cosoco 1.12 --  
0.03/0.10	c
0.03/0.10	c command line: cosoco -lc -model -restarts HOME/instance-4268040-1502509797.xml 
0.03/0.10	c ========================================[ Problem Statistics ]===========================================
0.03/0.10	c |                                                                                                       
0.03/0.10	c |  Parse time        :         0.03 s 
0.03/0.10	c |
0.03/0.10	c |               Variables: 9
0.03/0.10	c |            Domain Sizes: 2500..2500
0.03/0.10	c |
0.03/0.10	c |             Constraints: 36
0.03/0.10	c |                   Arity: 2..2  -- Binary: 36
0.03/0.10	c | 
0.03/0.10	c |                   Types: 
0.03/0.10	c |                          (X != Y): 27
0.03/0.10	c |                          Intension: 9
0.03/0.10	c |                          
0.03/0.10	c =========================================================================================================
0.03/0.10	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.03/0.16	c 101            118            2753           349550         0              0              4   7   4      
0.13/0.26	c 211            285            7713           806977         0              0              3   7   5      
0.23/0.34	c 332            435            11050          1203997        0              0              4   7   4      
0.33/0.47	c 465            648            17286          1766354        0              0              4   7   6      
0.43/0.56	c 611            857            22200          2080446        0              0              4   7   4      
0.53/0.64	c 771            1081           27376          2396774        0              0              4   7   4      
0.63/0.74	c 947            1324           32891          2733325        0              0              4   7   4      
0.83/0.90	c 1140           1638           41166          3406200        0              0              4   7   5      
0.93/1.04	c 1352           1919           47389          4129649        0              0              4   7   4      
1.04/1.20	c 1585           2230           54386          4935411        0              0              4   7   4      
1.33/1.41	c 1841           2603           63905          5895071        0              0              2   7   5      
1.43/1.56	c 2122           2996           72887          6463474        0              0              4   7   4      
1.63/1.73	c 2431           3423           82469          7091489        0              0              4   7   4      
1.93/2.06	c 2770           3939           95970          8509077        0              0              2   7   5      
2.24/2.33	c 3142           4458           108133         9857241        0              0              4   7   4      
2.63/2.77	c 3551           5117           125372         11748921       1              0              2   7   4      
3.03/3.15	c 4000           5796           142197         13372854       2              0              2   7   5      
3.43/3.51	c 4493           6515           160376         14876901       3              0              2   7   4      
3.63/3.76	c 5035           7257           176785         15810417       3              0              4   7   4      
4.13/4.26	c 5631           8114           197899         18097215       3              0              3   7   5      
4.53/4.67	c 6286           9086           220644         19743061       4              0              2   7   4      
5.03/5.13	c 7006           10170          246359         21437396       5              0              4   7   5      
5.63/5.75	c 7798           11338          276511         24244276       5              0              2   7   5      
6.23/6.38	c 8669           12566          306341         27293422       5              0              3   7   5      
7.03/7.12	c 9627           13983          341549         30517562       6              0              2   7   5      
7.93/8.07	c 10680          15679          386231         34606782       7              0              2   7   5      
8.73/8.88	c 11838          17307          426803         38284418       7              0              2   7   5      
9.83/9.95	c 13111          19172          474285         43263659       7              0              2   7   5      
10.93/11.01	c 14511          21148          522477         47733313       8              0              2   7   5      
11.53/11.67	c 16051          23083          564811         50684621       8              0              2   7   4      
12.53/12.68	c 17745          25278          615647         55143171       8              0              2   7   5      
13.23/13.33	c 19608          27541          662869         57824665       8              0              2   7   4      
15.03/15.10	c 21657          30538          739676         65980487       8              0              2   7   5      
16.23/16.32	c 23910          33323          800288         72170899       8              0              2   7   4      
17.43/17.58	c 26388          36412          867280         77909449       9              0              2   7   4      
19.73/19.89	c 29113          40580          974197         88084610       9              0              2   7   5      
22.03/22.15	c 32110          44615          1073168        98610712       9              0              2   7   5      
24.43/24.50	c 35406          49302          1187400        109450144      9              0              2   7   5      
26.53/26.67	c 39031          54100          1298864        119261554      9              0              2   7   5      
28.83/28.99	c 43018          59414          1422873        129878717      9              0              2   7   5      
31.73/31.86	c 47403          65261          1561581        143182614      9              0              2   7   5      
34.43/34.55	c 52226          71715          1712245        154745295      9              0              2   7   5      
38.73/38.81	c 57531          78574          1885885        177707874      9              0              2   7   4      
43.23/43.30	c 63366          86921          2094099        198211128      9              0              2   7   5      
47.13/47.21	c 69784          95387          2292456        215878705      9              0              2   7   4      
51.63/51.77	c 76843          104760         2511324        236901307      9              0              2   7   4      
57.63/57.75	c 84607          115590         2777242        264177762      9              0              2   7   5      
63.23/63.31	c 93147          126855         3038517        289303975      9              0              2   7   4      
69.73/69.84	c 102541         139526         3340614        318584542      9              0              2   7   4      
77.92/78.04	c 112874         154776         3722376        354684596      9              0              2   7   5      
86.52/86.64	c 124240         171262         4126098        392137229      9              0              2   7   5      
96.73/96.81	c 136742         188502         4570429        440733014      9              0              2   7   4      
106.73/106.89	c 150494         208016         5044202        485271890      9              0              2   7   5      
118.02/118.19	c 165621         229757         5579366        535298617      9              0              2   7   5      
131.22/131.31	c 182260         253854         6174339        593516563      9              0              2   7   5      
146.33/146.47	c 200562         281440         6864475        660376510      9              0              2   7   5      
161.63/161.70	c 220694         311115         7593666        727374715      9              0              2   7   5      
180.32/180.47	c 242839         344355         8432777        809281390      9              0              2   7   5      
199.32/199.48	c 267198         380300         9323725        891532378      9              0              2   7   5      
220.02/220.16	c 293992         418685         10275421       982268465      9              0              2   7   5      
242.12/242.21	c 323465         461708         11331782       1078229640     9              0              2   7   5      
267.02/267.15	c 355885         509947         12531010       1186739297     9              0              2   7   5      
295.82/295.97	c 391547         562514         13837817       1312889172     9              0              2   7   5      
327.41/327.55	c 430775         620322         15284244       1451354978     9              0              2   7   5      
361.92/362.08	c 473925         684104         16881070       1607778923     9              0              2   7   5      
402.01/402.15	c 521390         755667         18703180       1779128336     9              0              2   7   5      
445.21/445.38	c 573601         834505         20692412       1965752848     9              0              2   7   5      
492.31/492.40	c 631033         920643         22845067       2175395888     9              0              2   7   5      
543.10/543.24	c 694208         1014944        25209285       2397922270     9              0              2   7   5      
597.70/597.89	c 763700         1117297        27759158       2638074589     9              0              2   7   5      
660.10/660.29	c 840141         1230934        30610644       2910609972     9              0              2   7   5      
728.59/728.73	c 924226         1357469        33789733       3210589222     9              0              2   7   5      
802.49/802.63	c 1016719        1494096        37199519       3535860051     9              0              2   7   5      
883.48/883.60	c 1118461        1644643        40954019       3893944336     9              0              2   7   5      
975.28/975.42	c 1230377        1811888        45172142       4296940957     9              0              2   7   5      
1074.78/1074.94	c 1353484        1993912        49742018       4733850890     9              0              2   7   5      
1182.57/1182.74	c 1488901        2193480        54732632       5209427766     9              0              2   7   5      
1306.67/1306.84	c 1637859        2418375        60422718       5745784061     9              0              2   7   5      
1440.46/1440.68	c 1801712        2669851        66800277       6319302041     9              0              2   7   5      
1586.25/1586.49	c 1981950        2940267        73589175       6960721665     9              0              2   7   5      
1745.95/1746.10	c 2180211        3234850        80959339       7663375099     9              0              2   7   5      
1917.65/1917.81	c 2398298        3552206        88836719       8424148145     9              0              2   7   5      
2108.74/2108.97	c 2638193        3904583        97639310       9268784526     9              0              2   7   5      
2325.63/2325.85	c 2902077        4294536        107462621      10213594344    9              0              2   7   5      
2519.82/2520.00	
2519.82/2520.00	c *** INTERRUPTED ***
2519.82/2520.00	c restarts              : 84          
2519.82/2520.00	c conflicts             : 3147231      (1249 /sec)
2519.82/2520.00	c decisions             : 4656513      (1848 /sec)
2519.82/2520.00	c propagations          : 11067873718 (4392335 /sec)
2519.82/2520.00	c root propagations     : 0           
2519.82/2520.00	c filter calls          : 116512195      (46238 /sec)
2519.82/2520.00	c useless filter calls  : 102848659      (88 %)
2519.82/2520.00	c Memory used           : 28.54 MB
2519.82/2520.00	c CPU time              : 2519.82 s
2519.82/2520.00	
2519.82/2520.00	s UNKNOWN

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

pid=10570
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 10573
/proc/meminfo: memFree=29851396/32770624 swapFree=0/554952
[pid=10573] ppid=10570 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/10573/stat : 10573 (runsolver) D 10570 10573 6677 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 53173089 24240128 108 18446744073709551615 4194304 4338465 140735027744128 140735027741768 140427446330071 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 10407936 140735027753154 140735027753545 140735027753545 140735027757002 0
/proc/10573/statm: 5918 108 54 36 0 2156 0

[startup+0.100158 s]
/proc/loadavg: 2.00 2.01 1.98 2/180 10573
/proc/meminfo: memFree=29851396/32770624 swapFree=0/554952
[pid=10573] ppid=10570 vsize=27904 CPUtime=0.03 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 1246 0 0 0 3 0 0 0 20 0 1 0 53173089 28573696 1030 18446744073709551615 4194304 5972588 140728356570032 140728356566680 4884544 0 0 1 0 0 0 0 17 3 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 6976 1030 789 435 0 339 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27904

[startup+0.200264 s]
/proc/loadavg: 2.00 2.01 1.98 2/180 10573
/proc/meminfo: memFree=29851396/32770624 swapFree=0/554952
[pid=10573] ppid=10570 vsize=27904 CPUtime=0.13 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 1304 0 0 0 13 0 0 0 20 0 1 0 53173089 28573696 1096 18446744073709551615 4194304 5972588 140728356570032 140728356566680 5071080 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 6976 1096 789 435 0 339 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 27904

[startup+0.300251 s]
/proc/loadavg: 2.00 2.01 1.98 2/180 10573
/proc/meminfo: memFree=29851396/32770624 swapFree=0/554952
[pid=10573] ppid=10570 vsize=27904 CPUtime=0.23 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 1305 0 0 0 23 0 0 0 20 0 1 0 53173089 28573696 1096 18446744073709551615 4194304 5972588 140728356570032 140728356566680 5053069 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 6976 1096 789 435 0 339 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 27904

[startup+0.700223 s]
/proc/loadavg: 2.00 2.01 1.98 2/180 10573
/proc/meminfo: memFree=29851396/32770624 swapFree=0/554952
[pid=10573] ppid=10570 vsize=27904 CPUtime=0.63 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 1308 0 0 0 63 0 0 0 20 0 1 0 53173089 28573696 1096 18446744073709551615 4194304 5972588 140728356570032 140728356566680 4909702 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 6976 1096 789 435 0 339 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 27904

[startup+1.50022 s]
/proc/loadavg: 2.00 2.01 1.98 3/181 10574
/proc/meminfo: memFree=29850008/32770624 swapFree=0/554956
[pid=10573] ppid=10570 vsize=27904 CPUtime=1.43 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 1314 0 0 0 143 0 0 0 20 0 1 0 53173089 28573696 1096 18446744073709551615 4194304 5972588 140728356570032 140728356567336 5070984 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 6976 1096 789 435 0 339 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 27904

[startup+3.10022 s]
/proc/loadavg: 2.00 2.01 1.98 3/181 10574
/proc/meminfo: memFree=29849636/32770624 swapFree=0/554956
[pid=10573] ppid=10570 vsize=28036 CPUtime=3.03 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 1454 0 0 0 303 0 0 0 20 0 1 0 53173089 28708864 1168 18446744073709551615 4194304 5972588 140728356570032 140728356567336 5070984 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7009 1168 827 435 0 372 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 28036

[startup+6.30022 s]
/proc/loadavg: 2.00 2.01 1.98 3/181 10574
/proc/meminfo: memFree=29849512/32770624 swapFree=0/554968
[pid=10573] ppid=10570 vsize=28036 CPUtime=6.23 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 1893 0 0 0 623 0 0 0 20 0 1 0 53173089 28708864 1170 18446744073709551615 4194304 5972588 140728356570032 140728356567336 5070944 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7009 1170 827 435 0 372 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 28036

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 1.98 3/181 10574
/proc/meminfo: memFree=29849000/32770624 swapFree=0/554964
[pid=10573] ppid=10570 vsize=28036 CPUtime=12.63 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 2186 0 0 0 1263 0 0 0 20 0 1 0 53173089 28708864 1175 18446744073709551615 4194304 5972588 140728356570032 140728356567336 4968801 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7009 1175 827 435 0 372 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 28036

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 1.98 3/181 10574
/proc/meminfo: memFree=29849116/32770624 swapFree=0/554968
[pid=10573] ppid=10570 vsize=28168 CPUtime=25.43 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 2787 0 0 0 2543 0 0 0 20 0 1 0 53173089 28844032 1194 18446744073709551615 4194304 5972588 140728356570032 140728356567336 5070944 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7042 1194 827 435 0 405 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 28168

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 1.98 3/181 10574
/proc/meminfo: memFree=29848660/32770624 swapFree=0/554968
[pid=10573] ppid=10570 vsize=28432 CPUtime=51.03 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 3255 0 0 0 5103 0 0 0 20 0 1 0 53173089 29114368 1266 18446744073709551615 4194304 5972588 140728356570032 140728356567336 5070984 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7108 1266 827 435 0 471 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 28432

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/181 10576
/proc/meminfo: memFree=29848460/32770624 swapFree=0/554968
[pid=10573] ppid=10570 vsize=28564 CPUtime=102.23 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 3712 0 0 0 10223 0 0 0 20 0 1 0 53173089 29249536 1306 18446744073709551615 4194304 5972588 140728356570032 140728356567336 5071856 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7141 1306 827 435 0 504 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 28564

[startup+162.3 s]
/proc/loadavg: 2.07 2.04 1.99 3/181 10578
/proc/meminfo: memFree=29848432/32770624 swapFree=0/554992
[pid=10573] ppid=10570 vsize=28696 CPUtime=162.22 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 4166 0 0 0 16222 0 0 0 20 0 1 0 53173089 29384704 1332 18446744073709551615 4194304 5972588 140728356570032 140728356567336 4965382 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7174 1332 827 435 0 537 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 28696

[startup+222.306 s]
/proc/loadavg: 2.03 2.03 1.99 3/181 10580
/proc/meminfo: memFree=29847848/32770624 swapFree=0/554996
[pid=10573] ppid=10570 vsize=28696 CPUtime=222.22 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 4607 0 0 0 22222 0 0 0 20 0 1 0 53173089 29384704 1332 18446744073709551615 4194304 5972588 140728356570032 140728356567336 4909660 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7174 1332 827 435 0 537 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 28696

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 1.99 3/185 10597
/proc/meminfo: memFree=29842800/32770624 swapFree=0/555004
[pid=10573] ppid=10570 vsize=28696 CPUtime=282.22 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 5050 0 0 0 28222 0 0 0 20 0 1 0 53173089 29384704 1333 18446744073709551615 4194304 5972588 140728356570032 140728356567336 4909594 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7174 1333 827 435 0 537 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 28696

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/185 10599
/proc/meminfo: memFree=29842812/32770624 swapFree=0/554996
[pid=10573] ppid=10570 vsize=28696 CPUtime=342.21 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 5493 0 0 0 34221 0 0 0 20 0 1 0 53173089 29384704 1333 18446744073709551615 4194304 5972588 140728356570032 140728356567336 5070944 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7174 1333 827 435 0 537 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 28696

[startup+402.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/182 10601
/proc/meminfo: memFree=29846428/32770624 swapFree=0/555012
[pid=10573] ppid=10570 vsize=28696 CPUtime=402.21 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 5935 0 0 0 40221 0 0 0 20 0 1 0 53173089 29384704 1333 18446744073709551615 4194304 5972588 140728356570032 140728356567336 4965347 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7174 1333 827 435 0 537 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 28696

[startup+462.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/182 10603
/proc/meminfo: memFree=29846312/32770624 swapFree=0/555040
[pid=10573] ppid=10570 vsize=28696 CPUtime=462.21 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 6377 0 0 0 46221 0 0 0 20 0 1 0 53173089 29384704 1333 18446744073709551615 4194304 5972588 140728356570032 140728356567336 5070984 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7174 1333 827 435 0 537 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 28696

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 10605
/proc/meminfo: memFree=29848056/32770624 swapFree=0/555056
[pid=10573] ppid=10570 vsize=28696 CPUtime=522.21 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 6820 0 0 0 52221 0 0 0 20 0 1 0 53173089 29384704 1333 18446744073709551615 4194304 5972588 140728356570032 140728356567336 5071767 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7174 1333 827 435 0 537 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 28696

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 10608
/proc/meminfo: memFree=29847548/32770624 swapFree=0/555064
[pid=10573] ppid=10570 vsize=28696 CPUtime=582.2 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 7263 0 0 0 58220 0 0 0 20 0 1 0 53173089 29384704 1334 18446744073709551615 4194304 5972588 140728356570032 140728356567336 5071806 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7174 1334 827 435 0 537 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 28696


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


[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/186 10698
/proc/meminfo: memFree=29842144/32770624 swapFree=0/555308
[pid=10573] ppid=10570 vsize=28696 CPUtime=1602.15 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 14814 0 0 0 160215 0 0 0 20 0 1 0 53173089 29384704 1340 18446744073709551615 4194304 5972588 140728356570032 140728356567336 5071040 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7174 1340 827 435 0 537 0
Current children cumulated CPU time (s) 1602.15
Current children cumulated vsize (KiB) 28696

[startup+1662.3 s]
/proc/loadavg: 2.04 2.03 2.01 3/183 10700
/proc/meminfo: memFree=29845596/32770624 swapFree=0/555324
[pid=10573] ppid=10570 vsize=28960 CPUtime=1662.15 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 15314 0 0 0 166215 0 0 0 20 0 1 0 53173089 29655040 1390 18446744073709551615 4194304 5972588 140728356570032 140728356567064 5070984 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7240 1390 827 435 0 603 0
Current children cumulated CPU time (s) 1662.15
Current children cumulated vsize (KiB) 28960

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.01 3/183 10702
/proc/meminfo: memFree=29845996/32770624 swapFree=0/555332
[pid=10573] ppid=10570 vsize=28960 CPUtime=1722.15 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 15803 0 0 0 172215 0 0 0 20 0 1 0 53173089 29655040 1392 18446744073709551615 4194304 5972588 140728356570032 140728356567064 5070984 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7240 1392 827 435 0 603 0
Current children cumulated CPU time (s) 1722.15
Current children cumulated vsize (KiB) 28960

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.01 3/182 10704
/proc/meminfo: memFree=29846356/32770624 swapFree=0/555344
[pid=10573] ppid=10570 vsize=28960 CPUtime=1782.15 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 16304 0 0 0 178215 0 0 0 20 0 1 0 53173089 29655040 1392 18446744073709551615 4194304 5972588 140728356570032 140728356567336 4965347 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7240 1392 827 435 0 603 0
Current children cumulated CPU time (s) 1782.15
Current children cumulated vsize (KiB) 28960

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/181 10706
/proc/meminfo: memFree=29846248/32770624 swapFree=0/555372
[pid=10573] ppid=10570 vsize=28960 CPUtime=1842.14 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 16793 0 0 0 184214 0 0 0 20 0 1 0 53173089 29655040 1392 18446744073709551615 4194304 5972588 140728356570032 140728356567336 5070992 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7240 1392 827 435 0 603 0
Current children cumulated CPU time (s) 1842.14
Current children cumulated vsize (KiB) 28960

[startup+1902.3 s]
/proc/loadavg: 2.13 2.05 2.02 3/181 10708
/proc/meminfo: memFree=29846836/32770624 swapFree=0/555376
[pid=10573] ppid=10570 vsize=29092 CPUtime=1902.15 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 17343 0 0 0 190214 1 0 0 20 0 1 0 53173089 29790208 1396 18446744073709551615 4194304 5972588 140728356570032 140728356567064 5070688 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7273 1396 827 435 0 636 0
Current children cumulated CPU time (s) 1902.15
Current children cumulated vsize (KiB) 29092

[startup+1962.3 s]
/proc/loadavg: 2.05 2.04 2.02 3/181 10710
/proc/meminfo: memFree=29846092/32770624 swapFree=0/555384
[pid=10573] ppid=10570 vsize=29092 CPUtime=1962.15 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 17894 0 0 0 196214 1 0 0 20 0 1 0 53173089 29790208 1442 18446744073709551615 4194304 5972588 140728356570032 140728356567336 4965920 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7273 1442 827 435 0 636 0
Current children cumulated CPU time (s) 1962.15
Current children cumulated vsize (KiB) 29092

[startup+2022.3 s]
/proc/loadavg: 2.02 2.03 2.02 3/181 10712
/proc/meminfo: memFree=29846308/32770624 swapFree=0/555388
[pid=10573] ppid=10570 vsize=29092 CPUtime=2022.14 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 18437 0 0 0 202213 1 0 0 20 0 1 0 53173089 29790208 1442 18446744073709551615 4194304 5972588 140728356570032 140728356567336 4968704 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7273 1442 827 435 0 636 0
Current children cumulated CPU time (s) 2022.14
Current children cumulated vsize (KiB) 29092

[startup+2082.3 s]
/proc/loadavg: 2.07 2.04 2.03 3/184 10789
/proc/meminfo: memFree=31200748/32770624 swapFree=0/555640
[pid=10573] ppid=10570 vsize=29092 CPUtime=2082.15 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 18976 0 0 0 208214 1 0 0 20 0 1 0 53173089 29790208 1442 18446744073709551615 4194304 5972588 140728356570032 140728356567336 5071744 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7273 1442 827 435 0 636 0
Current children cumulated CPU time (s) 2082.15
Current children cumulated vsize (KiB) 29092

[startup+2142.3 s]
/proc/loadavg: 2.06 2.05 2.04 3/184 10851
/proc/meminfo: memFree=31156504/32770624 swapFree=0/555660
[pid=10573] ppid=10570 vsize=29224 CPUtime=2142.14 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 19557 0 0 0 214213 1 0 0 20 0 1 0 53173089 29925376 1467 18446744073709551615 4194304 5972588 140728356570032 140728356567336 5070984 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7306 1467 827 435 0 669 0
Current children cumulated CPU time (s) 2142.14
Current children cumulated vsize (KiB) 29224

[startup+2202.31 s]
/proc/loadavg: 2.02 2.04 2.04 3/181 10853
/proc/meminfo: memFree=31155668/32770624 swapFree=0/555688
[pid=10573] ppid=10570 vsize=29224 CPUtime=2202.14 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 20121 0 0 0 220213 1 0 0 20 0 1 0 53173089 29925376 1467 18446744073709551615 4194304 5972588 140728356570032 140728356567336 5071040 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7306 1467 827 435 0 669 0
Current children cumulated CPU time (s) 2202.14
Current children cumulated vsize (KiB) 29224

[startup+2262.3 s]
/proc/loadavg: 2.01 2.03 2.04 3/181 10855
/proc/meminfo: memFree=31154432/32770624 swapFree=0/555712
[pid=10573] ppid=10570 vsize=29224 CPUtime=2262.13 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 20685 0 0 0 226212 1 0 0 20 0 1 0 53173089 29925376 1467 18446744073709551615 4194304 5972588 140728356570032 140728356567336 5071761 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7306 1467 827 435 0 669 0
Current children cumulated CPU time (s) 2262.13
Current children cumulated vsize (KiB) 29224

[startup+2322.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/181 10857
/proc/meminfo: memFree=31154316/32770624 swapFree=0/555716
[pid=10573] ppid=10570 vsize=29224 CPUtime=2322.13 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 21249 0 0 0 232212 1 0 0 20 0 1 0 53173089 29925376 1467 18446744073709551615 4194304 5972588 140728356570032 140728356567336 4968825 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7306 1467 827 435 0 669 0
Current children cumulated CPU time (s) 2322.13
Current children cumulated vsize (KiB) 29224

[startup+2382.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/181 10859
/proc/meminfo: memFree=31154276/32770624 swapFree=0/555736
[pid=10573] ppid=10570 vsize=29224 CPUtime=2382.13 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 21828 0 0 0 238212 1 0 0 20 0 1 0 53173089 29925376 1467 18446744073709551615 4194304 5972588 140728356570032 140728356567336 4968760 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7306 1467 827 435 0 669 0
Current children cumulated CPU time (s) 2382.13
Current children cumulated vsize (KiB) 29224

[startup+2442.3 s]
/proc/loadavg: 2.07 2.05 2.05 3/181 10861
/proc/meminfo: memFree=31153656/32770624 swapFree=0/555748
[pid=10573] ppid=10570 vsize=29224 CPUtime=2442.12 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 22394 0 0 0 244211 1 0 0 20 0 1 0 53173089 29925376 1467 18446744073709551615 4194304 5972588 140728356570032 140728356567336 5071995 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7306 1467 827 435 0 669 0
Current children cumulated CPU time (s) 2442.12
Current children cumulated vsize (KiB) 29224

[startup+2502.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/181 10863
/proc/meminfo: memFree=31153860/32770624 swapFree=0/555760
[pid=10573] ppid=10570 vsize=29224 CPUtime=2502.12 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 22962 0 0 0 250211 1 0 0 20 0 1 0 53173089 29925376 1467 18446744073709551615 4194304 5972588 140728356570032 140728356567336 5070984 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7306 1467 827 435 0 669 0
Current children cumulated CPU time (s) 2502.12
Current children cumulated vsize (KiB) 29224



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.02 2.04 2.05 3/181 10863
/proc/meminfo: memFree=31153860/32770624 swapFree=0/555756
[pid=10573] ppid=10570 vsize=29224 CPUtime=2519.82 cores=1,3,5,7
/proc/10573/stat : 10573 (cosoco) R 10570 10573 6677 0 -1 4202496 23379 0 0 0 251981 1 0 0 20 0 1 0 53173089 29925376 1467 18446744073709551615 4194304 5972588 140728356570032 140728356567336 4968704 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9428992 140728356573678 140728356573773 140728356573773 140728356577230 0
/proc/10573/statm: 7306 1467 827 435 0 669 0
Current children cumulated CPU time (s) 2519.82
Current children cumulated vsize (KiB) 29224

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 10573 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 1
Real time (s): 2520
CPU time (s): 2519.83
CPU user time (s): 2519.82
CPU system time (s): 0.012999
CPU usage (%): 99.9932
Max. virtual memory (cumulated for all children) (KiB): 29224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.82
system time used= 0.012999
maximum resident set size= 5936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23429
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= 965

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.40024 second user time and 8.67221 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-12 05:35:49
IDJOB=4268040
IDBENCH=120666
IDSOLVER=2658
FILE ID=node127/4268040-1502509797
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-050-09.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4268040-1502509797/watcher-4268040-1502509797 -o /tmp/evaluation-result-4268040-1502509797/solver-4268040-1502509797 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502500309-6741 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4268040-1502509797.xml

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

MD5SUM BENCH= 78e001d21a1411ecb51795c063836bf7
RANDOM SEED=1765857945

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:        29851396 kB
MemAvailable:   30655140 kB
Buffers:          267172 kB
Cached:           826088 kB
SwapCached:            0 kB
Active:          1914632 kB
Inactive:         579860 kB
Active(anon):    1401560 kB
Inactive(anon):    24908 kB
Active(file):     513072 kB
Inactive(file):   554952 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2340 kB
Writeback:             0 kB
AnonPages:       1401356 kB
Mapped:            44964 kB
Shmem:             25252 kB
Slab:             128872 kB
SReclaimable:     103112 kB
SUnreclaim:        25760 kB
KernelStack:        3200 kB
PageTables:         7256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1662044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    729088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-12 06:17:49