Trace number 4268378

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) 2520.03 2519.7

General information on the benchmark

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

Solver Data

4.00/4.02	c intension x[0] != x[1]  using generic constraint 
4.00/4.02	c intension x[2] != x[3]  using generic constraint 
4.00/4.02	c intension x[4] != x[5]  using generic constraint 
4.00/4.02	c intension x[6] != x[7]  using generic constraint 
4.00/4.02	c intension x[8] != x[9]  using generic constraint 
4.00/4.02	c intension x[10] != x[11]  using generic constraint 
4.00/4.02	c intension x[12] != x[13]  using generic constraint 
4.00/4.02	c intension x[14] != x[15]  using generic constraint 
4.00/4.03	c intension x[16] != x[17]  using generic constraint 
4.00/4.03	c intension x[18] != x[19]  using generic constraint 
4.00/4.03	c intension x[20] != x[21]  using generic constraint 
4.00/4.03	c intension x[22] != x[23]  using generic constraint 
4.00/4.03	c intension x[24] != x[25]  using generic constraint 
4.00/4.03	c intension x[26] != x[27]  using generic constraint 
4.00/4.03	c intension x[28] != x[29]  using generic constraint 
4.00/4.03	c intension x[30] != x[31]  using generic constraint 
4.00/4.03	c intension x[32] != x[33]  using generic constraint 
4.00/4.03	c intension x[34] != x[35]  using generic constraint 
4.00/4.04	c intension x[36] != x[37]  using generic constraint 
4.00/4.04	c intension x[38] != x[39]  using generic constraint 
4.00/4.04	c intension x[40] != x[41]  using generic constraint 
4.00/4.04	c intension x[42] != x[43]  using generic constraint 
4.00/4.04	c intension x[44] != x[45]  using generic constraint 
4.00/4.04	c intension x[46] != x[47]  using generic constraint 
4.00/4.04	c intension x[48] != x[49]  using generic constraint 
4.00/4.04	c intension x[50] != x[51]  using generic constraint 
4.00/4.04	c intension x[52] != x[53]  using generic constraint 
4.00/4.04	c intension x[54] != x[55]  using generic constraint 
4.00/4.05	c intension x[56] != x[57]  using generic constraint 
4.00/4.05	c intension x[58] != x[59]  using generic constraint 
4.00/4.05	c intension x[60] != x[61]  using generic constraint 
4.00/4.05	c intension x[62] != x[63]  using generic constraint 
4.00/4.05	c intension x[64] != x[65]  using generic constraint 
4.00/4.05	c intension x[66] != x[67]  using generic constraint 
4.00/4.05	c intension x[68] != x[69]  using generic constraint 
4.00/4.05	c intension x[70] != x[71]  using generic constraint 
4.00/4.05	c intension x[72] != x[73]  using generic constraint 
4.00/4.05	c intension x[74] != x[75]  using generic constraint 
4.00/4.05	c intension x[76] != x[77]  using generic constraint 
4.00/4.06	c intension x[78] != x[79]  using generic constraint 
4.00/4.06	c intension x[80] != x[81]  using generic constraint 
4.00/4.06	c intension x[82] != x[83]  using generic constraint 
4.00/4.06	c intension x[84] != x[85]  using generic constraint 
4.00/4.06	c intension x[86] != x[87]  using generic constraint 
4.00/4.06	c intension x[88] != x[89]  using generic constraint 
4.00/4.06	c intension x[90] != x[91]  using generic constraint 
4.00/4.06	c intension x[92] != x[93]  using generic constraint 
4.00/4.06	c intension x[94] != x[95]  using generic constraint 
4.00/4.06	c intension x[96] != x[97]  using generic constraint 
4.00/4.07	c intension x[98] != x[99]  using generic constraint 
4.10/4.12	c root propagations     : 0           
4.10/4.12	c restarts enabled, print stats at every restarts
4.10/4.12	c
4.10/4.12	c
4.10/4.12	c
4.10/4.12	c This is cosoco 1.12 --  
4.10/4.12	c
4.10/4.12	c command line: cosoco -lc -model -restarts HOME/instance-4268378-1502577702.xml 
4.10/4.12	c ========================================[ Problem Statistics ]===========================================
4.10/4.12	c |                                                                                                       
4.10/4.12	c |  Parse time        :         4.05 s 
4.10/4.12	c |
4.10/4.12	c |               Variables: 100
4.10/4.12	c |            Domain Sizes: 50..50
4.10/4.12	c |
4.10/4.12	c |             Constraints: 3725
4.10/4.12	c |                   Arity: 2..2  -- Binary: 3725
4.10/4.12	c | 
4.10/4.12	c |                   Types: 
4.10/4.12	c |                          (X != Y): 50
4.10/4.12	c |                          Intension: 3675
4.10/4.12	c |                          
4.10/4.12	c =========================================================================================================
4.10/4.12	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
4.89/4.91	c 101            254            458439         35177          0              0              34   39   36   
6.10/6.16	c 211            530            988851         90300          0              0              28   34   30   
6.89/6.99	c 332            832            1523510        130175         0              0              35   40   37   
7.79/7.82	c 465            1137           2039366        165961         0              0              31   37   33   
8.79/8.82	c 611            1492           2673166        213370         0              0              32   37   34   
9.89/9.94	c 771            1916           3381635        267727         0              0              32   41   35   
10.89/10.96	c 947            2351           4074894        321080         0              0              34   40   36   
11.79/11.88	c 1140           2836           4764924        365255         0              0              33   42   36   
12.79/12.86	c 1352           3374           5556983        417604         0              0              38   44   40   
14.10/14.19	c 1585           3980           6477494        486721         0              0              33   43   36   
15.50/15.59	c 1841           4827           7562427        568696         0              0              35   47   39   
16.90/17.00	c 2122           5457           8597243        642926         0              0              32   37   34   
18.40/18.48	c 2431           6194           9776284        730811         0              0              33   40   36   
20.30/20.33	c 2770           6972           11098045       826696         0              0              32   38   34   
22.20/22.24	c 3142           7870           12507784       928348         0              0              32   39   35   
24.19/24.22	c 3551           8837           13983923       1054189        0              0              33   40   35   
26.29/26.37	c 4000           9880           15555979       1176641        0              0              31   38   34   
28.00/28.05	c 4493           11002          17150258       1287591        0              0              33   41   36   
30.59/30.64	c 5035           12333          19136735       1435147        0              0              32   40   36   
33.39/33.49	c 5631           14229          21577707       1603596        0              0              33   46   37   
36.10/36.18	c 6286           15846          23965162       1782940        0              0              33   42   37   
39.89/40.00	c 7006           17575          26821026       2014584        0              0              31   38   34   
43.59/43.62	c 7798           19485          29811359       2230510        0              0              32   41   36   
47.10/47.18	c 8669           21870          33085309       2457418        0              0              34   45   37   
50.39/50.43	c 9627           24099          36180515       2690396        0              0              33   41   36   
54.00/54.01	c 10680          26624          39723096       2939570        0              0              33   40   36   
59.49/59.55	c 11838          29602          44153083       3257634        0              0              31   42   35   
64.39/64.43	c 13111          33148          48908682       3584452        0              0              34   46   39   
72.01/72.04	c 14511          37266          54701994       4032379        0              0              33   45   37   
76.70/76.73	c 16051          40813          59641468       4384700        0              0              33   41   36   
82.69/82.73	c 17745          45699          65779883       4827112        0              0              35   45   40   
91.00/91.10	c 19608          50969          72849899       5352710        0              0              32   45   36   
96.79/96.85	c 21657          56317          79709036       5827607        0              0              37   46   41   
107.80/107.82	c 23910          61723          88368814       6576393        0              0              31   44   35   
115.80/115.87	c 26388          67903          96962088       7161562        0              0              32   42   36   
124.01/124.02	c 29113          75609          106645951      7856507        0              0              34   45   38   
132.40/132.42	c 32110          83076          116652065      8539732        0              0              33   42   37   
142.20/142.27	c 35406          91436          127770511      9315636        0              0              32   43   36   
155.90/156.00	c 39031          101221         141509581      10350947       0              0              31   44   36   
171.40/171.41	c 43018          112857         156960960      11444888       0              0              32   48   38   
189.12/189.14	c 47403          124354         173311729      12634645       0              0              32   44   37   
202.02/202.01	c 52226          136902         189096283      13718895       0              0              33   43   38   
226.02/226.06	c 57531          151229         209939853      15531556       0              0              32   44   36   
252.51/252.54	c 63366          165782         232626156      17288307       0              0              31   40   35   
270.42/270.49	c 69784          183939         254482334      18803692       0              0              33   44   37   
303.82/303.82	c 76843          203330         282403375      21003536       0              0              30   45   35   
333.22/333.26	c 84607          228845         312461466      23118016       0              0              31   48   39   
355.63/355.69	c 93147          251392         340332100      25094785       0              0              35   48   41   
409.24/409.24	c 102541         272828         375925835      28562604       0              0              28   39   32   
445.44/445.44	c 112874         300967         413239901      31250780       0              0              31   43   36   
482.05/482.04	c 124240         328948         453094907      34058409       0              0              31   43   36   
527.65/527.66	c 136742         364468         498127249      37201843       0              0              31   45   36   
576.17/576.18	c 150494         400804         548211298      41195374       0              0              32   44   37   
639.37/639.34	c 165621         437191         602650708      45535577       0              0              30   43   35   
706.88/706.85	c 182260         483720         665705316      50166408       0              0              30   46   36   
759.98/759.97	c 200562         534833         726218903      54624573       0              0              34   49   41   
831.69/831.65	c 220694         583490         795059683      59337734       0              0              31   41   35   
916.80/916.76	c 242839         646246         879095515      65953161       0              0              32   49   39   
1034.52/1034.48	c 267198         703795         972482449      73862601       0              0              29   40   34   
1115.03/1114.92	c 293992         767890         1064016375     80280349       0              0              33   42   37   
1197.04/1196.96	c 323465         840194         1162490240     87220248       0              0              34   45   39   
1330.27/1330.19	c 355885         924181         1281057459     97406834       0              0              28   45   36   
1487.38/1487.29	c 391547         1013832        1412375884     108401222      0              0              30   42   35   
1612.60/1612.48	c 430775         1115279        1552500141     118333432      0              0              33   47   38   
1796.82/1796.67	c 473925         1215830        1708999657     130019688      0              0              29   42   35   
1925.64/1925.41	c 521390         1339492        1865551665     140947133      0              0              31   45   37   
2115.86/2115.65	c 573601         1473223        2050984780     155142690      0              0              31   44   36   
2322.30/2322.01	c 631033         1621364        2265199526     169955941      0              0              31   44   37   
2520.02/2519.70	
2520.02/2519.70	c *** INTERRUPTED ***
2520.02/2519.70	c restarts              : 68          
2520.02/2519.70	c conflicts             : 673107       (267 /sec)
2520.02/2519.70	c decisions             : 1725319      (685 /sec)
2520.02/2519.70	c propagations          : 181341363   (71961 /sec)
2520.02/2519.70	c root propagations     : 0           
2520.02/2519.70	c filter calls          : 2420957835     (960704 /sec)
2520.02/2519.70	c useless filter calls  : 2267389303     (93 %)
2520.02/2519.70	c Memory used           : 52.89 MB
2520.02/2519.70	c CPU time              : 2519.98 s
2520.02/2519.70	
2520.02/2519.70	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13477 MiB free)
  memory of node 1: 16384 MiB (14686 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4268378-1502577702/watcher-4268378-1502577702 -o /tmp/evaluation-result-4268378-1502577702/solver-4268378-1502577702 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502576806-1302 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4268378-1502577702.xml 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1466, runsolver pid=1463

[startup+0.100156 s]*
/proc/loadavg: 1.27 1.67 1.87 3/190 1467
/proc/meminfo: memFree=28839164/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=27908 memory=4352 CPUtime=0.1 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 1256 0 0 0 10 0 0 0 20 0 1 0 90851113 28577792 1088 33554432000 4194304 5972588 140723137987632 140723137984280 139737500117348 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 6977 1088 787 435 0 340 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27908 KiB
Current children cumulated memory: 4352 KiB

[startup+0.20948 s]*
/proc/loadavg: 1.27 1.67 1.87 3/190 1467
/proc/meminfo: memFree=28838420/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=28272 memory=4716 CPUtime=0.21 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 1360 0 0 0 21 0 0 0 20 0 1 0 90851113 28950528 1179 33554432000 4194304 5972588 140723137987632 140723137984280 139737505977528 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 7068 1179 787 435 0 431 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 28272 KiB
Current children cumulated memory: 4716 KiB

[startup+0.308921 s]*
/proc/loadavg: 1.27 1.67 1.87 3/190 1467
/proc/meminfo: memFree=28838048/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=28644 memory=4960 CPUtime=0.31 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 1455 0 0 0 31 0 0 0 20 0 1 0 90851113 29331456 1240 33554432000 4194304 5972588 140723137987632 140723137984280 139737496632293 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 7161 1240 787 435 0 524 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 28644 KiB
Current children cumulated memory: 4960 KiB

[startup+0.700279 s]
/proc/loadavg: 1.27 1.67 1.87 3/190 1467
/proc/meminfo: memFree=28837016/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=30100 memory=6544 CPUtime=0.69 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 1822 0 0 0 69 0 0 0 20 0 1 0 90851113 30822400 1636 33554432000 4194304 5972588 140723137987632 140723137981432 139737496632293 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 7525 1636 787 435 0 888 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 30100 KiB
Current children cumulated memory: 6544 KiB

[startup+1.50027 s]
/proc/loadavg: 1.33 1.68 1.87 3/190 1467
/proc/meminfo: memFree=28835228/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=33236 memory=9680 CPUtime=1.49 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 2587 0 0 0 149 0 0 0 20 0 1 0 90851113 34033664 2420 33554432000 4194304 5972588 140723137987632 140723137981432 139737505977586 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 8309 2420 787 435 0 1672 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 33236 KiB
Current children cumulated memory: 9680 KiB

[startup+3.10931 s]
/proc/loadavg: 1.33 1.68 1.87 3/190 1467
/proc/meminfo: memFree=28827408/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=39416 memory=15860 CPUtime=3.1 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 4235 0 0 0 309 1 0 0 20 0 1 0 90851113 40361984 3965 33554432000 4194304 5972588 140723137987632 140723137981432 139737497093100 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 9854 3965 787 435 0 3217 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 39416 KiB
Current children cumulated memory: 15860 KiB

[startup+6.30041 s]
/proc/loadavg: 1.39 1.68 1.87 3/190 1467
/proc/meminfo: memFree=28812124/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30720 CPUtime=6.29 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 12013 0 0 0 627 2 0 0 20 0 1 0 90851113 55451648 7680 33554432000 4194304 5972588 140723137987632 140723137984936 4965365 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7680 822 435 0 6901 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30720 KiB

[startup+12.7004 s]
/proc/loadavg: 1.43 1.69 1.87 3/190 1467
/proc/meminfo: memFree=28812068/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30860 CPUtime=12.69 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 18833 0 0 0 1267 2 0 0 20 0 1 0 90851113 55451648 7715 33554432000 4194304 5972588 140723137987632 140723137984936 4966114 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7715 826 435 0 6901 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30860 KiB

[startup+25.5004 s]
/proc/loadavg: 1.52 1.70 1.87 3/190 1467
/proc/meminfo: memFree=28812180/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30860 CPUtime=25.49 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 32473 0 0 0 2546 3 0 0 20 0 1 0 90851113 55451648 7715 33554432000 4194304 5972588 140723137987632 140723137984936 4909590 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7715 826 435 0 6901 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30860 KiB

[startup+51.1098 s]
/proc/loadavg: 1.71 1.73 1.87 3/190 1468
/proc/meminfo: memFree=28811760/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30860 CPUtime=51.1 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 39293 0 0 0 5107 3 0 0 20 0 1 0 90851113 55451648 7715 33554432000 4194304 5972588 140723137987632 140723137984936 4962170 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7715 826 435 0 6901 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30860 KiB

[startup+102.3 s]
/proc/loadavg: 1.87 1.77 1.88 3/190 1469
/proc/meminfo: memFree=28811756/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30864 CPUtime=102.29 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 46125 0 0 0 10225 4 0 0 20 0 1 0 90851113 55451648 7716 33554432000 4194304 5972588 140723137987632 140723137984936 4965342 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7716 826 435 0 6901 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30864 KiB

[startup+162.3 s]
/proc/loadavg: 1.95 1.81 1.88 3/191 1478
/proc/meminfo: memFree=28811304/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30864 CPUtime=162.3 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 46821 0 0 0 16226 4 0 0 20 0 1 0 90851113 55451648 7716 33554432000 4194304 5972588 140723137987632 140723137984936 5070896 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7716 826 435 0 6901 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30864 KiB

[startup+222.3 s]
/proc/loadavg: 1.98 1.84 1.89 3/191 1479
/proc/meminfo: memFree=28811840/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30864 CPUtime=222.31 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 47517 0 0 0 22227 4 0 0 20 0 1 0 90851113 55451648 7716 33554432000 4194304 5972588 140723137987632 140723137984936 4965681 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7716 826 435 0 6901 0
Current children cumulated CPU time: 222.31 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30864 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.87 1.89 3/190 1480
/proc/meminfo: memFree=28811996/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30864 CPUtime=282.32 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 47517 0 0 0 28228 4 0 0 20 0 1 0 90851113 55451648 7716 33554432000 4194304 5972588 140723137987632 140723137984936 4968801 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7716 826 435 0 6901 0
Current children cumulated CPU time: 282.32 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30864 KiB

[startup+342.3 s]
/proc/loadavg: 2.05 1.91 1.91 3/188 1481
/proc/meminfo: memFree=28812340/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30864 CPUtime=342.33 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 48213 0 0 0 34229 4 0 0 20 0 1 0 90851113 55451648 7716 33554432000 4194304 5972588 140723137987632 140723137984936 5070711 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7716 826 435 0 6901 0
Current children cumulated CPU time: 342.33 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30864 KiB

[startup+402.3 s]
/proc/loadavg: 2.11 1.96 1.92 3/188 1482
/proc/meminfo: memFree=28812172/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30864 CPUtime=402.33 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 48213 0 0 0 40229 4 0 0 20 0 1 0 90851113 55451648 7716 33554432000 4194304 5972588 140723137987632 140723137984936 4909702 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7716 826 435 0 6901 0
Current children cumulated CPU time: 402.33 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30864 KiB

[startup+462.3 s]
/proc/loadavg: 2.04 1.96 1.93 3/187 1483
/proc/meminfo: memFree=28812320/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30864 CPUtime=462.34 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 48909 0 0 0 46230 4 0 0 20 0 1 0 90851113 55451648 7716 33554432000 4194304 5972588 140723137987632 140723137984936 5053094 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7716 826 435 0 6901 0
Current children cumulated CPU time: 462.34 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30864 KiB


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

/proc/1466/statm: 13538 7716 826 435 0 6901 0
Current children cumulated CPU time: 1782.52 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30864 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 1523
/proc/meminfo: memFree=28811576/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30864 CPUtime=1842.53 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 56519 0 0 0 184249 4 0 0 20 0 1 0 90851113 55451648 7716 33554432000 4194304 5972588 140723137987632 140723137984936 4909702 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7716 826 435 0 6901 0
Current children cumulated CPU time: 1842.53 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30864 KiB

[startup+1902.3 s]
/proc/loadavg: 2.04 2.03 1.97 3/187 1524
/proc/meminfo: memFree=28811428/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30864 CPUtime=1902.53 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 57196 0 0 0 190249 4 0 0 20 0 1 0 90851113 55451648 7716 33554432000 4194304 5972588 140723137987632 140723137984936 4965342 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7716 826 435 0 6901 0
Current children cumulated CPU time: 1902.53 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30864 KiB

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/188 1539
/proc/meminfo: memFree=28810292/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30864 CPUtime=1962.54 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 57215 0 0 0 196250 4 0 0 20 0 1 0 90851113 55451648 7716 33554432000 4194304 5972588 140723137987632 140723137984936 4962170 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7716 826 435 0 6901 0
Current children cumulated CPU time: 1962.54 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30864 KiB

[startup+2022.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/188 1565
/proc/meminfo: memFree=28809672/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30864 CPUtime=2022.55 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 57875 0 0 0 202251 4 0 0 20 0 1 0 90851113 55451648 7716 33554432000 4194304 5972588 140723137987632 140723137984936 5071309 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7716 826 435 0 6901 0
Current children cumulated CPU time: 2022.55 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30864 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/188 1566
/proc/meminfo: memFree=28810340/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30864 CPUtime=2082.56 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 57875 0 0 0 208252 4 0 0 20 0 1 0 90851113 55451648 7716 33554432000 4194304 5972588 140723137987632 140723137984936 4965365 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7716 826 435 0 6901 0
Current children cumulated CPU time: 2082.56 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30864 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/188 1567
/proc/meminfo: memFree=28810840/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30864 CPUtime=2142.57 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 58571 0 0 0 214253 4 0 0 20 0 1 0 90851113 55451648 7716 33554432000 4194304 5972588 140723137987632 140723137984936 4965365 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7716 826 435 0 6901 0
Current children cumulated CPU time: 2142.57 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30864 KiB

[startup+2202.3 s]
/proc/loadavg: 2.22 2.06 1.99 3/188 1568
/proc/meminfo: memFree=28811460/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30864 CPUtime=2202.57 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 58571 0 0 0 220253 4 0 0 20 0 1 0 90851113 55451648 7716 33554432000 4194304 5972588 140723137987632 140723137984936 4965342 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7716 826 435 0 6901 0
Current children cumulated CPU time: 2202.57 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30864 KiB

[startup+2262.3 s]
/proc/loadavg: 2.41 2.17 2.03 3/187 1569
/proc/meminfo: memFree=28811408/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30864 CPUtime=2262.58 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 59229 0 0 0 226254 4 0 0 20 0 1 0 90851113 55451648 7716 33554432000 4194304 5972588 140723137987632 140723137984936 4965342 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7716 826 435 0 6901 0
Current children cumulated CPU time: 2262.58 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30864 KiB

[startup+2322.3 s]
/proc/loadavg: 2.15 2.14 2.03 3/187 1570
/proc/meminfo: memFree=28811656/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30864 CPUtime=2322.59 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 59267 0 0 0 232255 4 0 0 20 0 1 0 90851113 55451648 7716 33554432000 4194304 5972588 140723137987632 140723137984936 4965342 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7716 826 435 0 6901 0
Current children cumulated CPU time: 2322.59 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30864 KiB

[startup+2382.3 s]
/proc/loadavg: 2.45 2.21 2.06 3/187 1571
/proc/meminfo: memFree=28811544/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30864 CPUtime=2382.6 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 59939 0 0 0 238256 4 0 0 20 0 1 0 90851113 55451648 7716 33554432000 4194304 5972588 140723137987632 140723137984936 4965365 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7716 826 435 0 6901 0
Current children cumulated CPU time: 2382.6 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30864 KiB

[startup+2442.3 s]
/proc/loadavg: 2.31 2.23 2.08 3/187 1572
/proc/meminfo: memFree=28811632/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30864 CPUtime=2442.61 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 59941 0 0 0 244257 4 0 0 20 0 1 0 90851113 55451648 7716 33554432000 4194304 5972588 140723137987632 140723137984936 5053097 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7716 826 435 0 6901 0
Current children cumulated CPU time: 2442.61 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30864 KiB

[startup+2502.3 s]
/proc/loadavg: 2.11 2.18 2.07 3/187 1573
/proc/meminfo: memFree=28811500/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30864 CPUtime=2502.62 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 60611 0 0 0 250258 4 0 0 20 0 1 0 90851113 55451648 7716 33554432000 4194304 5972588 140723137987632 140723137984936 5071906 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7716 826 435 0 6901 0
Current children cumulated CPU time: 2502.62 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30864 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.7 s]
/proc/loadavg: 2.02 2.16 2.06 3/187 1634
/proc/meminfo: memFree=28901740/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30864 CPUtime=2520.02 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 60615 0 0 0 251998 4 0 0 20 0 1 0 90851113 55451648 7716 33554432000 4194304 5972588 140723137987632 140723137984936 4965365 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7716 826 435 0 6901 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30864 KiB

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

[startup+2519.7 s]
# the end of solver process 1466 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.98 s, system=0.047006 s

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

[startup+2519.7 s]
/proc/loadavg: 2.02 2.16 2.06 3/187 1634
/proc/meminfo: memFree=28901740/32770624 swapFree=67108860/67108860
[pid=1466] ppid=1463 vsize=54152 memory=30864 CPUtime=2520.02 cores=1,3,5,7
/proc/1466/stat : 1466 (cosoco) R 1463 1466 1270 0 -1 4202496 60615 0 0 0 251998 4 0 0 20 0 1 0 90851113 55451648 7716 33554432000 4194304 5972588 140723137987632 140723137984936 4965365 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 33845248 140723137991871 140723137991966 140723137991966 140723137994702 0
/proc/1466/statm: 13538 7716 826 435 0 6901 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 30864 KiB

Child status: 1
Real time (s): 2519.7
CPU time (s): 2520.03
CPU user time (s): 2519.98
CPU system time (s): 0.047006
CPU usage (%): 100.013
Max. virtual memory (cumulated for all children) (KiB): 54152
Max. memory (cumulated for all children) (KiB): 30864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.98
system time used= 0.047006
maximum resident set size= 30940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60667
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= 22
involuntary context switches= 652


# summary of solver processes directly reported to runsolver:
#   pid: 1466
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2519.98
#   total CPU system time (s): 0.047006

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.2885 second user time and 20.9162 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 00:27:24
IDJOB=4268378
IDBENCH=138400
IDSOLVER=2658
FILE ID=node151/4268378-1502577702
RUNJOBID= node151-1502576806-1302
PBS_JOBID= 20628292
Free space on /tmp= 61752 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Queens-s1/SuperQueens-12.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4268378-1502577702/watcher-4268378-1502577702 -o /tmp/evaluation-result-4268378-1502577702/solver-4268378-1502577702 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502576806-1302 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4268378-1502577702.xml

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

MD5SUM BENCH= 94ecf309347a79215709974b71377e2d
RANDOM SEED=1640702286

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        28839928 kB
MemAvailable:   31893276 kB
Buffers:          209816 kB
Cached:          3136152 kB
SwapCached:            0 kB
Active:           936912 kB
Inactive:        2563764 kB
Active(anon):     157320 kB
Inactive(anon):    25044 kB
Active(file):     779592 kB
Inactive(file):  2538720 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2556 kB
Writeback:             0 kB
AnonPages:        161140 kB
Mapped:            44572 kB
Shmem:             25224 kB
Slab:             128712 kB
SReclaimable:     101740 kB
SUnreclaim:        26972 kB
KernelStack:        3376 kB
PageTables:         5308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     453488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61752 MiB
End job on node151 at 2017-08-13 01:09:23