Trace number 4292822

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.08 2520.01

General information on the benchmark

NameColouredQueens/
ColouredQueens-10_c18.xml
MD5SUMdd9b438f7b2aa476e711f04952c9024a
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 constraints54
Number of domains1
Minimum domain size10
Maximum domain size10
Distribution of domain sizes[{"size":10,"count":100}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":96}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":22}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":54}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c root propagations     : 0           
0.00/0.00	c restarts enabled, print stats at every restarts
0.00/0.00	c
0.00/0.00	c
0.00/0.00	c
0.00/0.00	c This is cosoco 1.12 --  
0.00/0.00	c
0.00/0.00	c command line: HOME/cosoco -lc -model -restarts HOME/instance-4292822-1532294888.xml 
0.00/0.00	c ========================================[ Problem Statistics ]===========================================
0.00/0.00	c |                                                                                                       
0.00/0.00	c |  Parse time        :         0.00 s 
0.00/0.00	c |
0.00/0.00	c |               Variables: 100
0.00/0.00	c |            Domain Sizes: 10..10
0.00/0.00	c |
0.00/0.00	c |             Constraints: 54
0.00/0.00	c |                   Arity: 2..10  -- Binary: 4  -- Ternary: 4
0.00/0.00	c | 
0.00/0.00	c |                   Types: 
0.00/0.00	c |                          (X != Y): 4
0.00/0.00	c |                          All Different: 50
0.00/0.00	c |                          
0.00/0.00	c =========================================================================================================
0.00/0.00	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.02	c 101            348            16187          22387          0              0              33   47   39   
0.00/0.05	c 211            775            36950          55728          0              0              33   48   40   
0.00/0.08	c 332            1149           56254          83310          0              0              32   50   37   
0.10/0.11	c 465            1601           75943          109167         0              0              30   45   37   
0.10/0.14	c 611            2108           100083         144935         0              0              33   50   40   
0.10/0.18	c 771            2727           124240         177007         0              0              28   52   38   
0.10/0.21	c 947            3223           147584         211852         0              0              27   45   34   
0.21/0.25	c 1140           3812           175701         251472         0              0              31   49   37   
0.21/0.28	c 1352           4352           196137         284478         0              0              29   55   41   
0.31/0.33	c 1585           5137           232882         340739         0              0              33   53   42   
0.31/0.37	c 1841           5968           268399         394371         0              0              35   51   42   
0.40/0.44	c 2122           7011           318062         462910         0              0              27   44   37   
0.40/0.50	c 2431           7904           360757         526190         0              0              29   49   38   
0.50/0.57	c 2770           9063           412715         602158         0              0              30   55   41   
0.60/0.64	c 3142           10254          465438         675879         0              0              28   48   39   
0.69/0.72	c 3551           11398          517961         750412         0              0              30   51   40   
0.79/0.82	c 4000           12824          592047         857887         0              0              27   46   36   
0.89/0.92	c 4493           14526          664752         960035         0              0              29   50   38   
1.00/1.03	c 5035           16325          745423         1073453        0              0              29   57   39   
1.10/1.15	c 5631           18258          834316         1201540        0              0              27   51   36   
1.19/1.27	c 6286           19975          923389         1339024        0              0              31   50   39   
1.29/1.37	c 7006           21797          996587         1471588        0              0              28   52   42   
1.49/1.53	c 7798           24616          1107863        1651373        0              0              29   55   40   
1.69/1.72	c 8669           27443          1243533        1853523        0              0              31   50   39   
1.79/1.89	c 9627           30314          1370150        2051925        0              0              31   49   40   
2.10/2.14	c 10680          34150          1550369        2328653        0              0              28   50   38   
2.29/2.36	c 11838          37768          1707103        2591193        0              0              29   50   38   
2.49/2.55	c 13111          40942          1843224        2816521        0              0              28   52   42   
2.79/2.85	c 14511          45692          2062103        3138805        0              0              27   47   36   
3.10/3.18	c 16051          50554          2298951        3498983        0              0              28   51   38   
3.29/3.39	c 17745          54341          2447343        3769747        0              0              31   55   44   
3.69/3.72	c 19608          59819          2687987        4135840        0              0              31   53   40   
4.10/4.11	c 21657          66622          2971146        4582978        0              0              28   51   39   
4.49/4.59	c 23910          74292          3325118        5058644        0              0              29   52   40   
5.00/5.10	c 26388          83002          3694803        5557165        0              0              27   52   38   
5.59/5.65	c 29113          91605          4093734        6208073        0              0              29   55   39   
6.19/6.26	c 32110          101461         4543169        6871824        0              0              27   51   38   
6.89/6.93	c 35406          111410         5029419        7620447        0              0              25   50   38   
7.69/7.77	c 39031          124203         5646358        8428437        0              0              25   52   37   
8.49/8.55	c 43018          136492         6213457        9294035        0              0              24   47   36   
9.29/9.31	c 47403          148938         6771452        10162161       0              0              26   51   39   
10.29/10.33	c 52226          164553         7515083        11241233       0              0              26   52   37   
11.19/11.29	c 57531          179026         8193984        12347934       0              0              29   56   42   
12.49/12.54	c 63366          200364         9094696        13724472       0              0              27   56   39   
13.69/13.73	c 69784          222211         9953842        15148181       0              0              28   55   42   
15.10/15.13	c 76843          243941         10979928       16667735       0              0              26   55   37   
16.49/16.52	c 84607          267532         11984623       18118858       0              0              26   53   38   
18.49/18.51	c 93147          298250         13429540       20123838       0              0              23   53   36   
20.10/20.14	c 102541         325638         14583393       21974160       0              0              27   59   42   
22.10/22.17	c 112874         360258         16072351       24290378       0              0              27   57   39   
24.39/24.49	c 124240         396347         17752239       26767806       0              0              28   54   39   
26.79/26.85	c 136742         436809         19476073       29324747       0              0              16   53   39   
29.29/29.30	c 150494         480970         21275992       32087324       0              0              27   58   39   
32.29/32.30	c 165621         531508         23440414       35371028       0              0              27   56   41   
34.79/34.81	c 182260         577396         25226868       38400522       0              0              25   55   41   
37.89/37.97	c 200562         625037         27473102       41903034       0              0              29   56   42   
41.59/41.63	c 220694         680294         30059944       45936031       0              0              26   56   39   
45.69/45.73	c 242839         747478         33070154       50098368       0              0              23   61   38   
50.59/50.63	c 267198         824575         36672011       55236375       0              0              24   56   37   
56.39/56.46	c 293992         914907         40881791       61306077       0              0              25   54   38   
62.39/62.40	c 323465         1014555        45223392       67442417       0              0              24   54   38   
68.49/68.53	c 355885         1116029        49606850       74079279       0              0              27   61   41   
74.59/74.67	c 391547         1218921        53967584       81395887       0              0              26   60   40   
82.10/82.14	c 430775         1356504        59363172       90191034       0              0              27   61   44   
90.69/90.79	c 473925         1490079        65562904       99121491       0              0              26   56   39   
100.89/100.96	c 521390         1654262        72986604       109259774      0              0              27   58   40   
111.10/111.12	c 573601         1827418        80446593       119401298      0              0              24   57   38   
122.89/122.93	c 631033         2012055        88990784       132197510      0              0              25   57   39   
135.59/135.66	c 694208         2219106        98157214       145375239      0              0              25   58   40   
149.89/150.00	c 763700         2445112        108471626      161161032      0              0              24   55   38   
165.49/165.52	c 840141         2694486        119617781      177953042      0              0              26   62   42   
181.89/181.93	c 924226         2942338        131349944      195665470      0              0              26   57   39   
198.49/198.52	c 1016719        3220798        143474724      213621874      0              0              25   61   39   
218.39/218.40	c 1118461        3576914        157836040      234494027      0              0              25   60   41   
238.59/238.60	c 1230377        3916621        172456256      256231710      0              0              25   59   40   
261.10/261.18	c 1353484        4267955        188483087      280682581      0              0              25   61   41   
285.20/285.26	c 1488901        4675663        205635554      307849677      0              0              27   61   41   
314.30/314.31	c 1637859        5155360        226796862      337789957      0              0              24   55   38   
347.20/347.21	c 1801712        5691610        250291379      374264097      0              0              26   60   41   
382.90/382.99	c 1981950        6236551        275888352      414155940      0              0              25   57   40   
423.50/423.55	c 2180211        6893645        305576888      459090110      0              0              23   57   36   
464.70/464.75	c 2398298        7587246        335538738      505578225      0              0              24   63   40   
504.90/504.97	c 2638193        8225056        364084643      553801842      0              0              26   61   43   
557.11/557.13	c 2902077        9048047        401241385      613339495      0              0              24   59   40   
611.40/611.43	c 3192349        9989501        440519035      670490561      0              0              26   65   42   
673.91/673.97	c 3511648        10940412       484567765      742054646      0              0              24   60   41   
743.31/743.37	c 3862876        12045070       534096353      819095315      0              0              25   61   41   
813.71/813.73	c 4249226        13247648       585639653      896436813      0              0              21   62   38   
897.12/897.14	c 4674211        14625912       646128576      985038599      0              0              23   62   40   
985.32/985.32	c 5141694        16100755       709878223      1080367761     0              0              23   63   40   
1089.32/1089.30	c 5655925        17846718       785690393      1189733392     0              0              24   61   40   
1204.22/1204.23	c 6221579        19638348       867815374      1316587561     0              0              22   59   41   
1322.23/1322.22	c 6843798        21508816       952214838      1450385754     0              0              21   61   40   
1456.04/1456.01	c 7528238        23774031       1049788499     1595734676     0              0              21   60   38   
1596.83/1596.86	c 8281122        26172091       1151466343     1745680856     0              0              25   59   40   
1735.94/1735.96	c 9109294        28703412       1253005238     1908010869     0              0              21   61   39   
1915.94/1915.95	c 10020283       31585644       1381735035     2105160248     0              0              22   60   39   
2086.95/2086.95	c 11022370       34775540       1505226446     2308034034     0              0              24   62   42   
2304.75/2304.78	c 12124665       38190548       1662800947     2549495042     0              0              19   59   37   
2520.07/2520.00	
2520.07/2520.00	c *** INTERRUPTED ***
2520.07/2520.00	c restarts              : 99          
2520.07/2520.00	c conflicts             : 13190255     (5234 /sec)
2520.07/2520.00	c decisions             : 41747409     (16566 /sec)
2520.07/2520.00	c propagations          : 2791253718  (1107608 /sec)
2520.07/2520.00	c root propagations     : 0           
2520.07/2520.00	c filter calls          : 1816641309     (720868 /sec)
2520.07/2520.00	c useless filter calls  : 977435255      (53 %)
2520.07/2520.00	c Memory used           : 26.66 MB
2520.07/2520.00	c CPU time              : 2520.07 s
2520.07/2520.00	
2520.07/2520.00	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 (5848 MiB free)
  memory of node 1: 16384 MiB (10517 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292822-1532294888/watcher-4292822-1532294888 -o /tmp/evaluation-result-4292822-1532294888/solver-4292822-1532294888 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532294888-5352 --watchdog 2580 HOME/cosoco -lc -model -restarts HOME/instance-4292822-1532294888.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
solver pid=5381, runsolver pid=5378
Current StackSize limit: 8192 KiB


[startup+0.101125 s]*
/proc/loadavg: 0.65 1.08 1.29 4/187 5382
/proc/meminfo: memFree=16757204/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3672 CPUtime=0.1 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 1119 0 0 0 10 0 0 0 20 0 1 0 47051985 27947008 918 33554432000 4194304 6142532 140731367865408 140731367862808 5061943 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 918 795 476 0 145 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3672 KiB

[startup+0.209303 s]*
/proc/loadavg: 0.65 1.08 1.29 4/187 5382
/proc/meminfo: memFree=16757204/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3672 CPUtime=0.21 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 1120 0 0 0 21 0 0 0 20 0 1 0 47051985 27947008 918 33554432000 4194304 6142532 140731367865408 140731367862808 5058672 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 918 795 476 0 145 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3672 KiB

[startup+0.309036 s]*
/proc/loadavg: 0.65 1.08 1.29 5/187 5382
/proc/meminfo: memFree=16757204/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3672 CPUtime=0.31 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 1120 0 0 0 31 0 0 0 20 0 1 0 47051985 27947008 918 33554432000 4194304 6142532 140731367865408 140731367862808 5058004 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 918 795 476 0 145 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3672 KiB

[startup+0.700255 s]
/proc/loadavg: 0.65 1.08 1.29 4/187 5382
/proc/meminfo: memFree=16756832/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3672 CPUtime=0.69 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 1120 0 0 0 69 0 0 0 20 0 1 0 47051985 27947008 918 33554432000 4194304 6142532 140731367865408 140731367862808 5175264 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 918 795 476 0 145 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3672 KiB

[startup+1.50027 s]
/proc/loadavg: 0.65 1.08 1.29 4/187 5382
/proc/meminfo: memFree=16756944/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3672 CPUtime=1.49 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 1120 0 0 0 149 0 0 0 20 0 1 0 47051985 27947008 918 33554432000 4194304 6142532 140731367865408 140731367862808 5058988 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 918 795 476 0 145 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3672 KiB

[startup+3.10894 s]
/proc/loadavg: 0.65 1.08 1.29 4/187 5382
/proc/meminfo: memFree=16756524/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=3.1 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 1186 0 0 0 310 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5175268 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+6.30023 s]
/proc/loadavg: 0.60 1.06 1.28 4/187 5382
/proc/meminfo: memFree=16757124/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=6.29 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 1252 0 0 0 629 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5060847 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+12.7002 s]
/proc/loadavg: 0.71 1.07 1.29 4/187 5382
/proc/meminfo: memFree=16757448/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=12.69 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 1318 0 0 0 1269 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5060683 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+25.5002 s]
/proc/loadavg: 1.00 1.12 1.30 4/187 5382
/proc/meminfo: memFree=16757872/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=25.49 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 1450 0 0 0 2549 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5062013 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+51.1089 s]
/proc/loadavg: 1.34 1.19 1.32 4/187 5382
/proc/meminfo: memFree=16758492/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=51.1 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 1516 0 0 0 5110 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5060839 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+102.3 s]
/proc/loadavg: 1.78 1.33 1.36 5/187 5383
/proc/meminfo: memFree=16758400/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=102.29 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 1582 0 0 0 10229 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5060745 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+162.3 s]
/proc/loadavg: 1.92 1.45 1.40 4/188 5392
/proc/meminfo: memFree=16758028/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=162.29 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 1648 0 0 0 16229 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5062288 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+222.3 s]
/proc/loadavg: 1.97 1.55 1.44 4/188 5393
/proc/meminfo: memFree=16757784/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=222.29 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 1714 0 0 0 22229 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5058656 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.63 1.47 4/188 5394
/proc/meminfo: memFree=16757912/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=282.3 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 1780 0 0 0 28230 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5058259 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.70 1.51 4/188 5395
/proc/meminfo: memFree=16757684/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=342.3 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 1846 0 0 0 34230 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5061168 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.75 1.53 5/188 5396
/proc/meminfo: memFree=16757440/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=402.3 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 1912 0 0 0 40230 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5062315 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.80 1.56 4/187 5397
/proc/meminfo: memFree=16757708/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=462.3 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 1978 0 0 0 46230 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5170084 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB


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

/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 1722.34 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.89 4/187 5449
/proc/meminfo: memFree=16755748/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=1782.34 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 3323 0 0 0 178234 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5059039 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 1782.34 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 1.99 1.89 4/187 5451
/proc/meminfo: memFree=16755680/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=1842.34 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 3376 0 0 0 184234 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5061915 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 1842.34 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 1.99 1.90 5/187 5452
/proc/meminfo: memFree=16755808/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=1902.34 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 3429 0 0 0 190234 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5175056 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 1902.34 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/188 5461
/proc/meminfo: memFree=16755868/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=1962.34 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 3495 0 0 0 196234 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5175273 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 1962.34 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/188 5487
/proc/meminfo: memFree=16756008/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=2022.35 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 3548 0 0 0 202235 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5058566 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 2022.35 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 1.99 1.92 4/188 5488
/proc/meminfo: memFree=16755932/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=2082.35 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 3601 0 0 0 208235 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5061899 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 2082.35 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 1.99 1.92 4/188 5489
/proc/meminfo: memFree=16756184/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=2142.35 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 3667 0 0 0 214235 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5061873 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 2142.35 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 1.99 1.93 4/188 5490
/proc/meminfo: memFree=16756140/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=2202.35 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 3720 0 0 0 220235 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5059589 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 2202.35 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 1.99 1.94 4/187 5491
/proc/meminfo: memFree=16756316/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=2262.35 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 3773 0 0 0 226235 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 4990603 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 2262.35 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 1.99 1.94 4/187 5492
/proc/meminfo: memFree=16756172/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=2322.35 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 3839 0 0 0 232235 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5061186 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 2322.35 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 1.99 1.95 5/187 5493
/proc/meminfo: memFree=16756168/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=2382.36 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 3891 0 0 0 238236 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5060905 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 2382.36 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 1.99 1.95 4/187 5495
/proc/meminfo: memFree=16756144/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=2442.36 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 3943 0 0 0 244236 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5336753 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 2442.36 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 1.99 1.95 5/187 5496
/proc/meminfo: memFree=16755884/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=2502.36 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 3995 0 0 0 250236 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5061881 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 2502.36 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 1.99 1.95 4/187 5504
/proc/meminfo: memFree=16754392/32770624 swapFree=67108860/67108860
[pid=5381] ppid=5378 vsize=27292 memory=3856 CPUtime=2520.07 cores=1,3,5,7
/proc/5381/stat : 5381 (cosoco) R 5378 5381 5320 0 -1 4202496 4047 0 0 0 252007 0 0 0 20 0 1 0 47051985 27947008 964 33554432000 4194304 6142532 140731367865408 140731367862808 5061186 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 28954624 140731367867526 140731367867656 140731367867656 140731367870414 0
/proc/5381/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

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

[startup+2520.01 s]
# the end of solver process 5381 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2520.07 s, system=0.004 s

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

Child status: 1
Real time (s): 2520.01
CPU time (s): 2520.08
CPU user time (s): 2520.07
CPU system time (s): 0.004
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 27292
Max. memory (cumulated for all children) (KiB): 3856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.07
system time used= 0.004
maximum resident set size= 3920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4095
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= 655


# summary of solver processes directly reported to runsolver:
#   pid: 5381
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2520.07
#   total CPU system time (s): 0.004

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0504 second user time and 14.6053 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-22 23:28:08
IDJOB=4292822
IDBENCH=141021
IDSOLVER=2752
FILE ID=node102/4292822-1532294888
RUNJOBID= node102-1532294888-5352
PBS_JOBID= 21018982
Free space on /tmp= 53244 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-10_c18.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292822-1532294888/watcher-4292822-1532294888 -o /tmp/evaluation-result-4292822-1532294888/solver-4292822-1532294888 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532294888-5352 --watchdog 2580  HOME/cosoco -lc -model -restarts HOME/instance-4292822-1532294888.xml

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

MD5SUM BENCH= dd9b438f7b2aa476e711f04952c9024a
RANDOM SEED=2081068831

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
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:        16759420 kB
MemAvailable:   31935744 kB
Buffers:          244548 kB
Cached:         15020708 kB
SwapCached:            0 kB
Active:          1503100 kB
Inactive:       13817812 kB
Active(anon):      58924 kB
Inactive(anon):    16868 kB
Active(file):    1444176 kB
Inactive(file): 13800944 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5156 kB
Writeback:             0 kB
AnonPages:         62296 kB
Mapped:            35856 kB
Shmem:             17036 kB
Slab:             387176 kB
SReclaimable:     359664 kB
SUnreclaim:        27512 kB
KernelStack:        3088 kB
PageTables:         5472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     319140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 53240 MiB
End job on node102 at 2018-07-23 00:10:08