Trace number 4242060

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.04 2400.4

General information on the benchmark

NameMagicSquare/MagicSquare-sum-s1/
MagicSquare-18-sum.xml
MD5SUM40b0c6db816080e4c80df053621860bd
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark18989.6
Satisfiable
(Un)Satisfiability was proved
Number of variables324
Number of constraints39
Number of domains1
Minimum domain size324
Maximum domain size324
Distribution of domain sizes[{"size":324,"count":324}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":288},{"degree":4,"count":36}]
Minimum constraint arity18
Maximum constraint arity324
Distribution of constraint arities[{"arity":18,"count":38},{"arity":324,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":38}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.01	c root propagations     : 0           
0.00/0.01	c restarts enabled, print stats at every restarts
0.00/0.01	c
0.00/0.01	c
0.00/0.01	c
0.00/0.01	c This is cosoco 1.0 --  
0.00/0.01	c
0.00/0.01	c ========================================[ Problem Statistics ]===========================================
0.00/0.01	c |                                                                                                       
0.00/0.01	c |  Parse time        :         0.01 s 
0.00/0.01	c |
0.00/0.01	c |               Variables: 324
0.00/0.01	c |            Domain Sizes: 324..324
0.00/0.01	c |
0.00/0.01	c |             Constraints: 39
0.00/0.01	c |                   Arity: 18..324
0.00/0.01	c | 
0.00/0.01	c |                   Types: 
0.00/0.01	c |                          All Different: 1
0.00/0.01	c |                          Sum: 38
0.00/0.01	c |                          
0.00/0.01	c =========================================================================================================
0.00/0.01	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.09	c 101            126            1566           33024          0              0              11   14   12   
0.09/0.16	c 211            262            3205           68159          0              0              10   13   11   
0.19/0.22	c 332            411            4910           104960         0              0              10   13   11   
0.19/0.28	c 465            574            6752           144692         0              0              10   13   11   
0.29/0.35	c 611            752            8746           189677         0              0              10   13   11   
0.39/0.42	c 771            946            10894          237605         0              0              10   13   11   
0.49/0.50	c 947            1159           13226          288950         0              0              10   13   11   
0.49/0.58	c 1140           1392           15749          344402         0              0              10   13   11   
0.59/0.67	c 1352           1647           18500          404363         0              0              10   13   11   
0.69/0.78	c 1585           1926           21577          470482         0              0              10   13   12   
0.79/0.89	c 1841           2232           24829          542750         0              0              10   13   12   
0.99/1.01	c 2122           2567           28643          619388         0              0              10   13   12   
1.10/1.15	c 2431           2936           32859          705822         0              0              10   14   12   
1.29/1.30	c 2770           3340           37370          802449         0              0              10   14   12   
1.39/1.46	c 3142           3783           42074          910525         0              0              10   14   12   
1.59/1.64	c 3551           4268           47328          1029894        0              0              10   14   12   
1.79/1.82	c 4000           4799           52893          1157284        0              0              10   14   12   
1.99/2.03	c 4493           5382           58868          1296611        0              0              10   14   12   
2.20/2.26	c 5035           6022           65599          1450251        0              0              10   14   12   
2.49/2.51	c 5631           6725           73058          1615882        0              0              10   14   12   
2.69/2.78	c 6286           7497           80865          1797531        0              0              10   14   12   
2.99/3.07	c 7006           8346           89440          1997629        0              0              10   14   12   
3.30/3.40	c 7798           9278           99167          2220931        0              0              10   14   12   
3.69/3.75	c 8669           10301          109454         2462845        0              0              10   14   12   
4.09/4.14	c 9627           11426          120734         2727697        0              0              10   14   12   
4.50/4.56	c 10680          12663          133124         3018931        0              0              10   14   12   
4.99/5.03	c 11838          14024          146798         3343629        0              0              10   14   12   
5.50/5.55	c 13111          15521          161768         3697957        0              0              10   14   12   
6.09/6.13	c 14511          17175          178831         4096418        0              0              10   14   12   
6.70/6.78	c 16051          18994          197897         4534248        0              0              10   14   12   
7.39/7.49	c 17745          21004          218031         5018941        0              0              10   14   12   
8.19/8.28	c 19608          23215          240646         5552170        0              0              10   14   12   
9.09/9.17	c 21657          25654          266378         6142923        0              0              10   14   12   
10.09/10.15	c 23910          28348          294419         6806822        0              0              10   14   12   
11.19/11.23	c 26388          31302          325158         7526718        0              0              10   14   12   
12.39/12.40	c 29113          34548          359026         8319746        0              0              10   14   12   
13.69/13.72	c 32110          38123          396311         9196130        0              0              10   14   12   
15.09/15.15	c 35406          42060          436982         10160880       0              0              10   14   12   
16.69/16.78	c 39031          46400          483881         11228971       0              0              10   14   12   
18.49/18.56	c 43018          51171          535329         12402644       0              0              10   14   12   
20.49/20.53	c 47403          56416          592482         13694744       0              0              10   14   12   
22.59/22.69	c 52226          62214          653374         15150679       0              0              10   15   12   
25.09/25.13	c 57531          68596          722889         16762213       0              0              10   15   12   
27.79/27.81	c 63366          75617          799618         18529232       0              0              10   15   12   
30.59/30.67	c 69784          83353          878007         20485519       0              0              10   15   12   
33.79/33.86	c 76843          91865          966916         22633810       0              0              10   15   12   
37.39/37.42	c 84607          101239         1066265        25013659       0              0              10   15   13   
41.29/41.37	c 93147          111583         1175669        27666243       0              0              10   15   13   
45.58/45.66	c 102541         122981         1291923        30610778       0              0              10   15   13   
50.38/50.42	c 112874         135538         1420503        33880769       0              0              10   15   13   
55.58/55.66	c 124240         149353         1561788        37470525       0              0              10   15   13   
61.38/61.47	c 136742         164585         1718264        41463831       0              0              10   15   13   
67.88/67.99	c 150494         181386         1895623        45923229       0              0              10   15   13   
75.18/75.25	c 165621         199914         2093047        50867476       0              0              10   15   13   
83.18/83.25	c 182260         220383         2305573        56402570       0              0              10   15   13   
92.08/92.17	c 200562         242924         2544790        62503343       0              0              10   15   13   
102.18/102.25	c 220694         267838         2816871        69343504       0              0              10   15   13   
113.48/113.58	c 242839         295335         3124694        76967451       0              0              10   15   13   
125.67/125.77	c 267198         325548         3449859        85302495       0              0              10   15   13   
139.37/139.40	c 293992         358878         3814101        94547388       0              0              10   15   13   
154.47/154.55	c 323465         395805         4207800        105076808      0              0              10   16   13   
171.27/171.37	c 355885         436539         4643465        116767508      0              0              10   16   13   
190.06/190.17	c 391547         481551         5128272        129799828      0              0              10   16   13   
211.27/211.39	c 430775         531495         5672261        144610585      0              0              10   16   13   
235.16/235.22	c 473925         586771         6277761        161343526      0              0              10   16   13   
261.15/261.26	c 521390         647439         6940328        179543208      0              0              10   16   13   
290.46/290.58	c 573601         714582         7686015        200005209      0              0              10   16   14   
324.14/324.26	c 631033         789151         8548965        223445040      0              0              10   16   14   
361.95/362.03	c 694208         871487         9516804        249672086      0              0              10   16   14   
404.43/404.54	c 763700         962663         10614369       279091550      0              0              10   16   14   
451.93/452.04	c 840141         1063791        11826013       312335392      0              0              10   16   14   
504.82/504.96	c 924226         1175828        13150653       350021795      0              0              10   16   14   
563.91/564.07	c 1016719        1299616        14633246       391846039      0              0              10   16   14   
631.41/631.52	c 1118461        1437102        16349183       439129371      0              0              10   16   14   
706.39/706.58	c 1230377        1589558        18218760       492533201      0              0              10   16   14   
789.58/789.71	c 1353484        1757148        20311597       550950876      0              0              10   16   14   
881.16/881.30	c 1488901        1943214        22579367       616025958      0              0              10   16   14   
983.55/983.74	c 1637859        2149932        25110633       688708401      0              0              10   16   14   
1098.53/1098.73	c 1801712        2379157        27940324       770106699      0              0              10   16   14   
1223.21/1223.47	c 1981950        2630644        30977509       858630771      0              0              10   33   15   
1341.99/1342.28	c 2180211        2891498        33937059       942719352      0              0              11   17   15   
1486.67/1486.97	c 2398298        3191637        37510635       1045271929     0              0              10   34   17   
1636.15/1636.49	c 2638193        3511499        41204726       1151762897     0              0              11   17   15   
1809.62/1809.93	c 2902077        3874708        45542303       1275930039     0              0              10   34   20   
1993.70/1994.04	c 3192349        4263901        50070232       1407360947     0              0              11   17   15   
2205.56/2205.95	c 3511648        4707941        55426028       1560012256     0              0              10   34   22   

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-4242060-1500657782/watcher-4242060-1500657782 -o /tmp/evaluation-result-4242060-1500657782/solver-4242060-1500657782 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500648173-9854 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4242060-1500657782.xml 

pid=10845
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.01 2.05 3/243 10848
/proc/meminfo: memFree=32038448/32770624 swapFree=5908/188684
[pid=10848] ppid=10845 vsize=28048 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 1304 0 0 0 1 0 0 0 20 0 1 0 1045084 28721152 1096 33554432000 4194304 5970956 140736391183232 140736391179880 140499446844512 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7012 1096 737 434 0 376 0

[startup+0.10012 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10848
/proc/meminfo: memFree=32038448/32770624 swapFree=5908/188684
[pid=10848] ppid=10845 vsize=28204 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 1319 0 0 0 9 0 0 0 20 0 1 0 1045084 28880896 1096 33554432000 4194304 5970956 140736391183232 140736391180568 5337412 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1096 737 434 0 415 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28204

[startup+0.200251 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10848
/proc/meminfo: memFree=32038448/32770624 swapFree=5908/188684
[pid=10848] ppid=10845 vsize=28204 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 1319 0 0 0 19 0 0 0 20 0 1 0 1045084 28880896 1096 33554432000 4194304 5970956 140736391183232 140736391180568 4974608 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1096 737 434 0 415 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 28204

[startup+0.300205 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10848
/proc/meminfo: memFree=32038448/32770624 swapFree=5908/188684
[pid=10848] ppid=10845 vsize=28204 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 1319 0 0 0 29 0 0 0 20 0 1 0 1045084 28880896 1096 33554432000 4194304 5970956 140736391183232 140736391180568 5039162 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1096 737 434 0 415 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28204

[startup+0.700183 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10848
/proc/meminfo: memFree=32038448/32770624 swapFree=5908/188684
[pid=10848] ppid=10845 vsize=28204 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 1319 0 0 0 69 0 0 0 20 0 1 0 1045084 28880896 1096 33554432000 4194304 5970956 140736391183232 140736391180568 5098928 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1096 737 434 0 415 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28204

[startup+1.50018 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 10849
/proc/meminfo: memFree=32036780/32770624 swapFree=5908/188728
[pid=10848] ppid=10845 vsize=28204 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 1319 0 0 0 149 0 0 0 20 0 1 0 1045084 28880896 1096 33554432000 4194304 5970956 140736391183232 140736391180568 5098928 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1096 737 434 0 415 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28204

[startup+3.10017 s]
/proc/loadavg: 1.92 2.00 2.04 3/244 10849
/proc/meminfo: memFree=32036472/32770624 swapFree=5908/188728
[pid=10848] ppid=10845 vsize=28204 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 1618 0 0 0 309 0 0 0 20 0 1 0 1045084 28880896 1159 33554432000 4194304 5970956 140736391183232 140736391180568 5098928 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1159 785 434 0 415 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28204

[startup+6.30019 s]
/proc/loadavg: 1.92 2.00 2.04 3/244 10849
/proc/meminfo: memFree=32036488/32770624 swapFree=5908/188748
[pid=10848] ppid=10845 vsize=28204 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 1919 0 0 0 629 0 0 0 20 0 1 0 1045084 28880896 1159 33554432000 4194304 5970956 140736391183232 140736391180568 5098928 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1159 785 434 0 415 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28204

[startup+12.7002 s]
/proc/loadavg: 1.93 2.00 2.04 3/244 10915
/proc/meminfo: memFree=31918008/32770624 swapFree=5908/191088
[pid=10848] ppid=10845 vsize=28204 CPUtime=12.69 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 2220 0 0 0 1269 0 0 0 20 0 1 0 1045084 28880896 1159 33554432000 4194304 5970956 140736391183232 140736391180568 5039193 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1159 785 434 0 415 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28204

[startup+25.5002 s]
/proc/loadavg: 1.95 2.00 2.04 3/244 10915
/proc/meminfo: memFree=31856932/32770624 swapFree=5908/191112
[pid=10848] ppid=10845 vsize=28204 CPUtime=25.49 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 2827 0 0 0 2549 0 0 0 20 0 1 0 1045084 28880896 1159 33554432000 4194304 5970956 140736391183232 140736391180568 4974403 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1159 785 434 0 415 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28204

[startup+51.1002 s]
/proc/loadavg: 1.96 2.00 2.04 3/244 10915
/proc/meminfo: memFree=31857064/32770624 swapFree=5908/191144
[pid=10848] ppid=10845 vsize=28204 CPUtime=51.08 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 3128 0 0 0 5108 0 0 0 20 0 1 0 1045084 28880896 1159 33554432000 4194304 5970956 140736391183232 140736391180568 5322311 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1159 785 434 0 415 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 28204

[startup+102.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/244 10916
/proc/meminfo: memFree=31856004/32770624 swapFree=5908/191228
[pid=10848] ppid=10845 vsize=28204 CPUtime=102.28 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 3434 0 0 0 10228 0 0 0 20 0 1 0 1045084 28880896 1159 33554432000 4194304 5970956 140736391183232 140736391180568 4974816 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1159 785 434 0 415 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 28204

[startup+162.3 s]
/proc/loadavg: 2.12 2.03 2.05 3/243 10918
/proc/meminfo: memFree=31856560/32770624 swapFree=5908/191296
[pid=10848] ppid=10845 vsize=28204 CPUtime=162.27 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 3735 0 0 0 16227 0 0 0 20 0 1 0 1045084 28880896 1159 33554432000 4194304 5970956 140736391183232 140736391180568 5039178 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1159 785 434 0 415 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 28204

[startup+222.307 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 10919
/proc/meminfo: memFree=31856980/32770624 swapFree=5908/191352
[pid=10848] ppid=10845 vsize=28204 CPUtime=222.27 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 4036 0 0 0 22227 0 0 0 20 0 1 0 1045084 28880896 1159 33554432000 4194304 5970956 140736391183232 140736391180568 4974415 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1159 785 434 0 415 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 28204

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 10920
/proc/meminfo: memFree=31857228/32770624 swapFree=5908/191408
[pid=10848] ppid=10845 vsize=28204 CPUtime=282.25 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 4337 0 0 0 28225 0 0 0 20 0 1 0 1045084 28880896 1159 33554432000 4194304 5970956 140736391183232 140736391180568 5098928 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1159 785 434 0 415 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 28204

[startup+342.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 10922
/proc/meminfo: memFree=31857300/32770624 swapFree=5908/191464
[pid=10848] ppid=10845 vsize=28204 CPUtime=342.24 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 4638 0 0 0 34224 0 0 0 20 0 1 0 1045084 28880896 1159 33554432000 4194304 5970956 140736391183232 140736391180568 5098928 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1159 785 434 0 415 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 28204

[startup+402.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 10923
/proc/meminfo: memFree=31857072/32770624 swapFree=5908/191524
[pid=10848] ppid=10845 vsize=28204 CPUtime=402.23 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 4940 0 0 0 40223 0 0 0 20 0 1 0 1045084 28880896 1159 33554432000 4194304 5970956 140736391183232 140736391180568 5098928 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1159 785 434 0 415 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 28204

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 10931
/proc/meminfo: memFree=31857104/32770624 swapFree=5908/191552
[pid=10848] ppid=10845 vsize=28204 CPUtime=462.22 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 5242 0 0 0 46222 0 0 0 20 0 1 0 1045084 28880896 1160 33554432000 4194304 5970956 140736391183232 140736391180568 5098928 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1160 785 434 0 415 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 28204

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10932
/proc/meminfo: memFree=31856964/32770624 swapFree=5908/191596
[pid=10848] ppid=10845 vsize=28204 CPUtime=522.21 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 5544 0 0 0 52221 0 0 0 20 0 1 0 1045084 28880896 1160 33554432000 4194304 5970956 140736391183232 140736391180568 4974266 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1160 785 434 0 415 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 28204

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10933
/proc/meminfo: memFree=31857036/32770624 swapFree=5908/191636
[pid=10848] ppid=10845 vsize=28204 CPUtime=582.21 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 5846 0 0 0 58221 0 0 0 20 0 1 0 1045084 28880896 1160 33554432000 4194304 5970956 140736391183232 140736391180568 5098928 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1160 785 434 0 415 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 28204


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


[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10957
/proc/meminfo: memFree=31852976/32770624 swapFree=5908/192264
[pid=10848] ppid=10845 vsize=28204 CPUtime=1482.07 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 10332 0 0 0 148207 0 0 0 20 0 1 0 1045084 28880896 1177 33554432000 4194304 5970956 140736391183232 140736391180568 5322288 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1177 785 434 0 415 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 28204

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 10958
/proc/meminfo: memFree=31854408/32770624 swapFree=5908/192124
[pid=10848] ppid=10845 vsize=28204 CPUtime=1542.07 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 10638 0 0 0 154207 0 0 0 20 0 1 0 1045084 28880896 1177 33554432000 4194304 5970956 140736391183232 140736391180568 4969768 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1177 785 434 0 415 0
Current children cumulated CPU time (s) 1542.07
Current children cumulated vsize (KiB) 28204

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10960
/proc/meminfo: memFree=31853932/32770624 swapFree=5908/192160
[pid=10848] ppid=10845 vsize=28204 CPUtime=1602.05 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 10932 0 0 0 160205 0 0 0 20 0 1 0 1045084 28880896 1177 33554432000 4194304 5970956 140736391183232 140736391180568 4974228 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1177 785 434 0 415 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 28204

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 10969
/proc/meminfo: memFree=31854184/32770624 swapFree=5908/192228
[pid=10848] ppid=10845 vsize=28204 CPUtime=1662.05 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 11244 0 0 0 166205 0 0 0 20 0 1 0 1045084 28880896 1177 33554432000 4194304 5970956 140736391183232 140736391180568 5327850 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1177 785 434 0 415 0
Current children cumulated CPU time (s) 1662.05
Current children cumulated vsize (KiB) 28204

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 10970
/proc/meminfo: memFree=31854416/32770624 swapFree=5908/192264
[pid=10848] ppid=10845 vsize=28204 CPUtime=1722.04 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 11539 0 0 0 172204 0 0 0 20 0 1 0 1045084 28880896 1177 33554432000 4194304 5970956 140736391183232 140736391180568 5039183 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1177 785 434 0 415 0
Current children cumulated CPU time (s) 1722.04
Current children cumulated vsize (KiB) 28204

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 10971
/proc/meminfo: memFree=31854240/32770624 swapFree=5908/192300
[pid=10848] ppid=10845 vsize=28204 CPUtime=1782.03 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 11844 0 0 0 178203 0 0 0 20 0 1 0 1045084 28880896 1177 33554432000 4194304 5970956 140736391183232 140736391180568 4978376 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1177 785 434 0 415 0
Current children cumulated CPU time (s) 1782.03
Current children cumulated vsize (KiB) 28204

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 10972
/proc/meminfo: memFree=31855280/32770624 swapFree=5908/192348
[pid=10848] ppid=10845 vsize=28204 CPUtime=1842.02 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 12162 0 0 0 184202 0 0 0 20 0 1 0 1045084 28880896 1177 33554432000 4194304 5970956 140736391183232 140736391180568 4971649 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1177 785 434 0 415 0
Current children cumulated CPU time (s) 1842.02
Current children cumulated vsize (KiB) 28204

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 10973
/proc/meminfo: memFree=31855032/32770624 swapFree=5908/192384
[pid=10848] ppid=10845 vsize=28204 CPUtime=1902.01 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 12456 0 0 0 190201 0 0 0 20 0 1 0 1045084 28880896 1177 33554432000 4194304 5970956 140736391183232 140736391180568 4974228 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1177 785 434 0 415 0
Current children cumulated CPU time (s) 1902.01
Current children cumulated vsize (KiB) 28204

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10975
/proc/meminfo: memFree=31853960/32770624 swapFree=5908/192432
[pid=10848] ppid=10845 vsize=28204 CPUtime=1962 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 12750 0 0 0 196200 0 0 0 20 0 1 0 1045084 28880896 1177 33554432000 4194304 5970956 140736391183232 140736391180568 4971260 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1177 785 434 0 415 0
Current children cumulated CPU time (s) 1962
Current children cumulated vsize (KiB) 28204

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10976
/proc/meminfo: memFree=31853968/32770624 swapFree=5908/192476
[pid=10848] ppid=10845 vsize=28204 CPUtime=2021.99 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 13062 0 0 0 202199 0 0 0 20 0 1 0 1045084 28880896 1177 33554432000 4194304 5970956 140736391183232 140736391180568 5098928 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1177 785 434 0 415 0
Current children cumulated CPU time (s) 2021.99
Current children cumulated vsize (KiB) 28204

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10977
/proc/meminfo: memFree=31853404/32770624 swapFree=5908/192512
[pid=10848] ppid=10845 vsize=28204 CPUtime=2081.99 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 13357 0 0 0 208199 0 0 0 20 0 1 0 1045084 28880896 1177 33554432000 4194304 5970956 140736391183232 140736391180568 4974240 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1177 785 434 0 415 0
Current children cumulated CPU time (s) 2081.99
Current children cumulated vsize (KiB) 28204

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10979
/proc/meminfo: memFree=31854224/32770624 swapFree=5908/192556
[pid=10848] ppid=10845 vsize=28204 CPUtime=2141.97 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 13662 0 0 0 214197 0 0 0 20 0 1 0 1045084 28880896 1177 33554432000 4194304 5970956 140736391183232 140736391180568 4974439 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1177 785 434 0 415 0
Current children cumulated CPU time (s) 2141.97
Current children cumulated vsize (KiB) 28204

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10980
/proc/meminfo: memFree=31854172/32770624 swapFree=5908/192600
[pid=10848] ppid=10845 vsize=28204 CPUtime=2201.97 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 13955 0 0 0 220197 0 0 0 20 0 1 0 1045084 28880896 1177 33554432000 4194304 5970956 140736391183232 140736391180568 4974240 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1177 785 434 0 415 0
Current children cumulated CPU time (s) 2201.97
Current children cumulated vsize (KiB) 28204

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10988
/proc/meminfo: memFree=31853272/32770624 swapFree=5908/192644
[pid=10848] ppid=10845 vsize=28204 CPUtime=2261.96 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 14273 0 0 0 226196 0 0 0 20 0 1 0 1045084 28880896 1177 33554432000 4194304 5970956 140736391183232 140736391180568 5322288 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1177 785 434 0 415 0
Current children cumulated CPU time (s) 2261.96
Current children cumulated vsize (KiB) 28204

[startup+2322.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/243 11011
/proc/meminfo: memFree=31853716/32770624 swapFree=5908/192692
[pid=10848] ppid=10845 vsize=28204 CPUtime=2321.95 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 14567 0 0 0 232195 0 0 0 20 0 1 0 1045084 28880896 1177 33554432000 4194304 5970956 140736391183232 140736391180568 4978389 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1177 785 434 0 415 0
Current children cumulated CPU time (s) 2321.95
Current children cumulated vsize (KiB) 28204

[startup+2382.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/243 11012
/proc/meminfo: memFree=31854256/32770624 swapFree=5908/192724
[pid=10848] ppid=10845 vsize=28204 CPUtime=2381.94 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 14861 0 0 0 238194 0 0 0 20 0 1 0 1045084 28880896 1177 33554432000 4194304 5970956 140736391183232 140736391180568 4974439 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1177 785 434 0 415 0
Current children cumulated CPU time (s) 2381.94
Current children cumulated vsize (KiB) 28204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.4 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 11012
/proc/meminfo: memFree=31854716/32770624 swapFree=5908/192740
[pid=10848] ppid=10845 vsize=28204 CPUtime=2400.03 cores=0,2,4,6,8,10,12,14
/proc/10848/stat : 10848 (cosoco) R 10845 10848 9822 0 -1 4202496 15154 0 0 0 240003 0 0 0 20 0 1 0 1045084 28880896 1177 33554432000 4194304 5970956 140736391183232 140736391180568 4974428 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 21606400 140736391185601 140736391185731 140736391185731 140736391188430 0
/proc/10848/statm: 7051 1177 785 434 0 415 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 28204

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

Child status: 1
Real time (s): 2400.4
CPU time (s): 2400.04
CPU user time (s): 2400.04
CPU system time (s): 0.002999
CPU usage (%): 99.9851
Max. virtual memory (cumulated for all children) (KiB): 28204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.04
system time used= 0.002999
maximum resident set size= 4752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15181
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= 6
involuntary context switches= 120622

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.24166 second user time and 9.3895 second system time

The end

Launcher Data

Begin job on node138 at 2017-07-21 19:23:02
IDJOB=4242060
IDBENCH=133230
IDSOLVER=2620
FILE ID=node138/4242060-1500657782
RUNJOBID= node138-1500648173-9854
PBS_JOBID= 20623282
Free space on /tmp= 61992 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/MagicSquare/MagicSquare-sum-s1/MagicSquare-18-sum.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242060-1500657782/watcher-4242060-1500657782 -o /tmp/evaluation-result-4242060-1500657782/solver-4242060-1500657782 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500648173-9854 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4242060-1500657782.xml

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

MD5SUM BENCH= 40b0c6db816080e4c80df053621860bd
RANDOM SEED=62105963

node138.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.44
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.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		: 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.44
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.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		: 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.44
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.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		: 1733.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.44
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.55
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		: 1733.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.44
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		: 1600.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.55
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		: 1600.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.44
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		: 1600.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.55
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		: 1867.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.44
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		: 2668.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.55
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		: 1600.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.44
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		: 1733.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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32038824 kB
MemAvailable:   32025576 kB
Buffers:           32700 kB
Cached:           264592 kB
SwapCached:            0 kB
Active:           156300 kB
Inactive:         197276 kB
Active(anon):      59392 kB
Inactive(anon):     8592 kB
Active(file):      96908 kB
Inactive(file):   188684 kB
Unevictable:        5908 kB
Mlocked:            5908 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4888 kB
Writeback:             0 kB
AnonPages:         62020 kB
Mapped:            31848 kB
Shmem:              8852 kB
Slab:              66436 kB
SReclaimable:      33988 kB
SUnreclaim:        32448 kB
KernelStack:        4208 kB
PageTables:         4856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     328292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61944 MiB
End job on node138 at 2017-07-21 20:03:03