Trace number 4297981

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.01 2519.9

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.01	c root propagations     : 0           
0.00/0.01	c restarts enabled, print stats at every restarts
0.00/0.01	c
0.00/0.01	c
0.00/0.01	c
0.00/0.01	c This is cosoco 1.12 --  
0.00/0.01	c
0.00/0.01	c command line: HOME/cosoco -lc -model -restarts HOME/instance-4297981-1532740685.xml 
0.00/0.01	c ========================================[ Problem Statistics ]===========================================
0.00/0.01	c |                                                                                                       
0.00/0.01	c |  Parse time        :         0.00 s 
0.00/0.01	c |
0.00/0.01	c |               Variables: 100
0.00/0.01	c |            Domain Sizes: 10..10
0.00/0.01	c |
0.00/0.01	c |             Constraints: 54
0.00/0.01	c |                   Arity: 2..10  -- Binary: 4  -- Ternary: 4
0.00/0.01	c | 
0.00/0.01	c |                   Types: 
0.00/0.01	c |                          (X != Y): 4
0.00/0.01	c |                          All Different: 50
0.00/0.01	c |                          
0.00/0.01	c =========================================================================================================
0.00/0.01	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.04	c 101            348            16187          22387          0              0              33   47   39   
0.00/0.06	c 211            775            36950          55728          0              0              33   48   40   
0.00/0.09	c 332            1149           56254          83310          0              0              32   50   37   
0.09/0.12	c 465            1601           75943          109167         0              0              30   45   37   
0.09/0.16	c 611            2108           100083         144935         0              0              33   50   40   
0.09/0.19	c 771            2727           124240         177007         0              0              28   52   38   
0.20/0.22	c 947            3223           147584         211852         0              0              27   45   34   
0.20/0.26	c 1140           3812           175701         251472         0              0              31   49   37   
0.20/0.29	c 1352           4352           196137         284478         0              0              29   55   41   
0.30/0.34	c 1585           5137           232882         340739         0              0              33   53   42   
0.30/0.39	c 1841           5968           268399         394371         0              0              35   51   42   
0.40/0.46	c 2122           7011           318062         462910         0              0              27   44   37   
0.50/0.52	c 2431           7904           360757         526190         0              0              29   49   38   
0.50/0.59	c 2770           9063           412715         602158         0              0              30   55   41   
0.59/0.66	c 3142           10254          465438         675879         0              0              28   48   39   
0.68/0.74	c 3551           11398          517961         750412         0              0              30   51   40   
0.78/0.84	c 4000           12824          592047         857887         0              0              27   46   36   
0.88/0.94	c 4493           14526          664752         960035         0              0              29   50   38   
0.99/1.05	c 5035           16325          745423         1073453        0              0              29   57   39   
1.09/1.17	c 5631           18258          834316         1201540        0              0              27   51   36   
1.18/1.29	c 6286           19975          923389         1339024        0              0              31   50   39   
1.38/1.40	c 7006           21797          996587         1471588        0              0              28   52   42   
1.48/1.56	c 7798           24616          1107863        1651373        0              0              29   55   40   
1.68/1.75	c 8669           27443          1243533        1853523        0              0              31   50   39   
1.88/1.92	c 9627           30314          1370150        2051925        0              0              31   49   40   
2.09/2.17	c 10680          34150          1550369        2328653        0              0              28   50   38   
2.28/2.39	c 11838          37768          1707103        2591193        0              0              29   50   38   
2.48/2.58	c 13111          40942          1843224        2816521        0              0              28   52   42   
2.78/2.89	c 14511          45692          2062103        3138805        0              0              27   47   36   
3.18/3.22	c 16051          50554          2298951        3498983        0              0              28   51   38   
3.38/3.43	c 17745          54341          2447343        3769747        0              0              31   55   44   
3.68/3.77	c 19608          59819          2687987        4135840        0              0              31   53   40   
4.09/4.16	c 21657          66622          2971146        4582978        0              0              28   51   39   
4.58/4.65	c 23910          74292          3325118        5058644        0              0              29   52   40   
5.09/5.16	c 26388          83002          3694803        5557165        0              0              27   52   38   
5.68/5.71	c 29113          91605          4093734        6208073        0              0              29   55   39   
6.28/6.33	c 32110          101461         4543169        6871824        0              0              27   51   38   
6.88/7.00	c 35406          111410         5029419        7620447        0              0              25   50   38   
7.78/7.85	c 39031          124203         5646358        8428437        0              0              25   52   37   
8.58/8.64	c 43018          136492         6213457        9294035        0              0              24   47   36   
9.38/9.41	c 47403          148938         6771452        10162161       0              0              26   51   39   
10.38/10.44	c 52226          164553         7515083        11241233       0              0              26   52   37   
11.38/11.40	c 57531          179026         8193984        12347934       0              0              29   56   42   
12.58/12.66	c 63366          200364         9094696        13724472       0              0              27   56   39   
13.78/13.86	c 69784          222211         9953842        15148181       0              0              28   55   42   
15.18/15.28	c 76843          243941         10979928       16667735       0              0              26   55   37   
16.58/16.69	c 84607          267532         11984623       18118858       0              0              26   53   38   
18.68/18.70	c 93147          298250         13429540       20123838       0              0              23   53   36   
20.28/20.34	c 102541         325638         14583393       21974160       0              0              27   59   42   
22.28/22.39	c 112874         360258         16072351       24290378       0              0              27   57   39   
24.68/24.73	c 124240         396347         17752239       26767806       0              0              28   54   39   
27.08/27.11	c 136742         436809         19476073       29324747       0              0              16   53   39   
29.48/29.59	c 150494         480970         21275992       32087324       0              0              27   58   39   
32.58/32.61	c 165621         531508         23440414       35371028       0              0              27   56   41   
35.08/35.15	c 182260         577396         25226868       38400522       0              0              25   55   41   
38.28/38.34	c 200562         625037         27473102       41903034       0              0              29   56   42   
41.98/42.03	c 220694         680294         30059944       45936031       0              0              26   56   39   
46.08/46.16	c 242839         747478         33070154       50098368       0              0              23   61   38   
51.08/51.11	c 267198         824575         36672011       55236375       0              0              24   56   37   
56.87/57.00	c 293992         914907         40881791       61306077       0              0              25   54   38   
62.87/62.99	c 323465         1014555        45223392       67442417       0              0              24   54   38   
69.08/69.18	c 355885         1116029        49606850       74079279       0              0              27   61   41   
75.27/75.38	c 391547         1218921        53967584       81395887       0              0              26   60   40   
82.87/82.92	c 430775         1356504        59363172       90191034       0              0              27   61   44   
91.57/91.66	c 473925         1490079        65562904       99121491       0              0              26   56   39   
101.87/101.91	c 521390         1654262        72986604       109259774      0              0              27   58   40   
112.08/112.17	c 573601         1827418        80446593       119401298      0              0              24   57   38   
123.98/124.10	c 631033         2012055        88990784       132197510      0              0              25   57   39   
136.87/136.95	c 694208         2219106        98157214       145375239      0              0              25   58   40   
151.37/151.42	c 763700         2445112        108471626      161161032      0              0              24   55   38   
166.98/167.08	c 840141         2694486        119617781      177953042      0              0              26   62   42   
183.57/183.63	c 924226         2942338        131349944      195665470      0              0              26   57   39   
200.27/200.37	c 1016719        3220798        143474724      213621874      0              0              25   61   39   
220.36/220.43	c 1118461        3576914        157836040      234494027      0              0              25   60   41   
240.76/240.82	c 1230377        3916621        172456256      256231710      0              0              25   59   40   
263.56/263.60	c 1353484        4267955        188483087      280682581      0              0              25   61   41   
287.86/287.91	c 1488901        4675663        205635554      307849677      0              0              27   61   41   
317.16/317.23	c 1637859        5155360        226796862      337789957      0              0              24   55   38   
350.36/350.42	c 1801712        5691610        250291379      374264097      0              0              26   60   41   
386.46/386.52	c 1981950        6236551        275888352      414155940      0              0              25   57   40   
427.35/427.45	c 2180211        6893645        305576888      459090110      0              0              23   57   36   
468.76/468.84	c 2398298        7587246        335538738      505578225      0              0              24   63   40   
509.16/509.27	c 2638193        8225056        364084643      553801842      0              0              26   61   43   
561.56/561.66	c 2902077        9048047        401241385      613339495      0              0              24   59   40   
616.17/616.22	c 3192349        9989501        440519035      670490561      0              0              26   65   42   
678.98/679.09	c 3511648        10940412       484567765      742054646      0              0              24   60   41   
748.78/748.83	c 3862876        12045070       534096353      819095315      0              0              25   61   41   
819.38/819.49	c 4249226        13247648       585639653      896436813      0              0              21   62   38   
903.19/903.24	c 4674211        14625912       646128576      985038599      0              0              23   62   40   
991.79/991.82	c 5141694        16100755       709878223      1080367761     0              0              23   63   40   
1096.20/1096.28	c 5655925        17846718       785690393      1189733392     0              0              24   61   40   
1211.71/1211.71	c 6221579        19638348       867815374      1316587561     0              0              22   59   41   
1330.22/1330.23	c 6843798        21508816       952214838      1450385754     0              0              21   61   40   
1464.63/1464.66	c 7528238        23774031       1049788499     1595734676     0              0              21   60   38   
1606.24/1606.24	c 8281122        26172091       1151466343     1745680856     0              0              25   59   40   
1745.95/1746.00	c 9109294        28703412       1253005238     1908010869     0              0              21   61   39   
1926.76/1926.77	c 10020283       31585644       1381735035     2105160248     0              0              22   60   39   
2098.57/2098.52	c 11022370       34775540       1505226446     2308034034     0              0              24   62   42   
2317.39/2317.31	c 12124665       38190548       1662800947     2549495042     0              0              19   59   37   
2520.01/2519.90	
2520.01/2519.90	c *** INTERRUPTED ***
2520.01/2519.90	c restarts              : 99          
2520.01/2519.90	c conflicts             : 13124406     (5208 /sec)
2520.01/2519.90	c decisions             : 41528795     (16480 /sec)
2520.01/2519.90	c propagations          : 2775925831  (1101553 /sec)
2520.01/2519.90	c root propagations     : 0           
2520.01/2519.90	c filter calls          : 1806947571     (717040 /sec)
2520.01/2519.90	c useless filter calls  : 972287756      (53 %)
2520.01/2519.90	c Memory used           : 26.66 MB
2520.01/2519.90	c CPU time              : 2520.01 s
2520.01/2519.90	
2520.01/2519.90	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 (13164 MiB free)
  memory of node 1: 16384 MiB (13697 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297981-1532740685/watcher-4297981-1532740685 -o /tmp/evaluation-result-4297981-1532740685/solver-4297981-1532740685 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532740685-23501 --watchdog 2580 HOME/cosoco -lc -model -restarts HOME/instance-4297981-1532740685.xml 

running on 4 cores: 0,2,4,6

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=23532, runsolver pid=23529

[startup+0.100348 s]*
/proc/loadavg: 8.43 8.54 8.50 3/194 23533
/proc/meminfo: memFree=27504500/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3616 CPUtime=0.09 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 1115 0 4 0 9 0 0 0 20 0 1 0 91631645 27947008 904 33554432000 4194304 6142532 140736628161520 140736628158920 5059654 0 0 4096 8405026 0 0 0 17 0 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 904 792 476 0 145 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3616 KiB

[startup+0.209494 s]*
/proc/loadavg: 8.43 8.54 8.50 3/194 23533
/proc/meminfo: memFree=27504500/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3616 CPUtime=0.2 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 1116 0 4 0 20 0 0 0 20 0 1 0 91631645 27947008 904 33554432000 4194304 6142532 140736628161520 140736628158920 5059438 0 0 4096 8405026 0 0 0 17 0 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 904 792 476 0 145 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3616 KiB

[startup+0.309242 s]*
/proc/loadavg: 8.43 8.54 8.50 3/194 23533
/proc/meminfo: memFree=27504176/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3616 CPUtime=0.3 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 1116 0 4 0 30 0 0 0 20 0 1 0 91631645 27947008 904 33554432000 4194304 6142532 140736628161520 140736628158920 5058615 0 0 4096 8405026 0 0 0 17 0 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 904 792 476 0 145 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3616 KiB

[startup+0.700251 s]
/proc/loadavg: 8.43 8.54 8.50 3/194 23533
/proc/meminfo: memFree=27503836/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3616 CPUtime=0.68 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 1116 0 4 0 68 0 0 0 20 0 1 0 91631645 27947008 904 33554432000 4194304 6142532 140736628161520 140736628158920 5061885 0 0 4096 8405026 0 0 0 17 0 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 904 792 476 0 145 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3616 KiB

[startup+1.50023 s]
/proc/loadavg: 8.43 8.54 8.50 3/194 23533
/proc/meminfo: memFree=27504936/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3616 CPUtime=1.48 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 1116 0 4 0 148 0 0 0 20 0 1 0 91631645 27947008 904 33554432000 4194304 6142532 140736628161520 140736628158920 5058334 0 0 4096 8405026 0 0 0 17 0 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 904 792 476 0 145 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3616 KiB

[startup+3.10916 s]
/proc/loadavg: 7.91 8.43 8.47 3/194 23533
/proc/meminfo: memFree=27505308/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=3.09 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 1182 0 4 0 309 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5061186 0 0 4096 8405026 0 0 0 17 0 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+6.30023 s]
/proc/loadavg: 7.91 8.43 8.47 3/194 23533
/proc/meminfo: memFree=27505432/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=6.28 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 1248 0 4 0 628 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5061831 0 0 4096 8405026 0 0 0 17 0 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+12.7002 s]
/proc/loadavg: 7.01 8.22 8.40 3/194 23533
/proc/meminfo: memFree=27506548/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=12.68 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 1314 0 4 0 1268 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5061987 0 0 4096 8405026 0 0 0 17 0 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+25.5002 s]
/proc/loadavg: 6.24 8.01 8.33 3/194 23533
/proc/meminfo: memFree=27508620/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=25.48 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 1446 0 4 0 2548 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5347578 0 0 4096 8405026 0 0 0 17 0 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+51.1092 s]
/proc/loadavg: 4.87 7.55 8.17 3/194 23533
/proc/meminfo: memFree=27509700/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=51.08 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 1512 0 4 0 5108 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5058948 0 0 4096 8405026 0 0 0 17 0 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+102.3 s]
/proc/loadavg: 3.15 6.61 7.81 3/194 23534
/proc/meminfo: memFree=27509712/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=102.27 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 1578 0 4 0 10227 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5057941 0 0 4096 8405026 0 0 0 17 0 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+162.3 s]
/proc/loadavg: 2.42 5.77 7.45 3/193 23540
/proc/meminfo: memFree=27509740/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=162.27 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 1644 0 4 0 16227 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5058171 0 0 4096 8405026 0 0 0 17 0 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+222.3 s]
/proc/loadavg: 2.15 5.09 7.11 3/193 23541
/proc/meminfo: memFree=27509724/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=222.26 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 1710 0 4 0 22226 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5059121 0 0 4096 8405026 0 0 0 17 0 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+282.3 s]
/proc/loadavg: 2.06 4.53 6.79 3/193 23543
/proc/meminfo: memFree=27509584/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=282.26 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 1776 0 4 0 28226 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5060839 0 0 4096 8405026 0 0 0 17 0 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+342.3 s]
/proc/loadavg: 2.02 4.07 6.49 3/192 23544
/proc/meminfo: memFree=27510128/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=342.26 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 1842 0 4 0 34226 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5058255 0 0 4096 8405026 0 0 0 17 0 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+402.3 s]
/proc/loadavg: 2.01 3.69 6.20 3/192 23545
/proc/meminfo: memFree=27509756/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=402.25 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 1908 0 4 0 40225 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5060597 0 0 4096 8405026 0 0 0 17 0 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 3.38 5.94 3/192 23547
/proc/meminfo: memFree=27509916/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=462.26 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 1974 0 4 0 46226 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5062519 0 0 4096 8405026 0 0 0 17 4 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB


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

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

[startup+1842.3 s]
/proc/loadavg: 2.00 2.04 2.94 3/192 23586
/proc/meminfo: memFree=27509256/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=1842.35 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 2687 0 4 0 184235 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5062288 0 0 4096 8405026 0 0 0 17 4 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 1842.35 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.03 2.88 3/192 23588
/proc/meminfo: memFree=27508896/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=1902.36 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 2740 0 4 0 190236 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5058268 0 0 4096 8405026 0 0 0 17 4 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 1902.36 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+1962.3 s]
/proc/loadavg: 2.08 2.06 2.83 3/193 23633
/proc/meminfo: memFree=27505980/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=1962.36 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 2753 0 4 0 196236 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5058185 0 0 4096 8405026 0 0 0 17 4 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 1962.36 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+2022.3 s]
/proc/loadavg: 2.03 2.04 2.78 3/193 23634
/proc/meminfo: memFree=27506664/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=2022.37 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 2806 0 4 0 202237 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5060757 0 0 4096 8405026 0 0 0 17 4 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 2022.37 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.04 2.73 3/193 23635
/proc/meminfo: memFree=27507400/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=2082.37 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 2806 0 4 0 208237 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5330567 0 0 4096 8405026 0 0 0 17 4 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 2082.37 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.03 2.69 3/193 23636
/proc/meminfo: memFree=27507388/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=2142.38 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 2872 0 4 0 214238 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5062247 0 0 4096 8405026 0 0 0 17 4 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 2142.38 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.03 2.64 3/193 23637
/proc/meminfo: memFree=27507128/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=2202.38 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 2872 0 4 0 220238 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5058225 0 0 4096 8405026 0 0 0 17 4 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 2202.38 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.60 3/192 23640
/proc/meminfo: memFree=27508520/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=2262.38 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 2925 0 4 0 226238 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5061970 0 0 4096 8405026 0 0 0 17 4 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 2262.38 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.57 3/193 23642
/proc/meminfo: memFree=27507392/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=2322.39 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 2938 0 4 0 232239 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5060628 0 0 4096 8405026 0 0 0 17 4 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 2322.39 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.53 3/193 23643
/proc/meminfo: memFree=27507624/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=2382.39 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 2990 0 4 0 238239 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5061433 0 0 4096 8405026 0 0 0 17 4 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 2382.39 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+2442.3 s]
/proc/loadavg: 2.08 2.03 2.50 3/193 23645
/proc/meminfo: memFree=27507580/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=2442.4 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 2990 0 4 0 244240 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5060745 0 0 4096 8405026 0 0 0 17 4 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 2442.4 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

[startup+2502.3 s]
/proc/loadavg: 2.03 2.03 2.47 3/193 23646
/proc/meminfo: memFree=27507544/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=2502.4 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 3042 0 4 0 250240 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5061168 0 0 4096 8405026 0 0 0 17 4 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 2502.4 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.02 2.02 2.46 3/192 23652
/proc/meminfo: memFree=27506468/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=2520.01 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 3042 0 4 0 252001 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5058698 0 0 4096 8405026 0 0 0 17 4 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

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

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

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

[startup+2519.9 s]
/proc/loadavg: 2.02 2.02 2.46 3/192 23652
/proc/meminfo: memFree=27506468/32770624 swapFree=67108856/67108860
[pid=23532] ppid=23529 vsize=27292 memory=3856 CPUtime=2520.01 cores=0,2,4,6
/proc/23532/stat : 23532 (cosoco) R 23529 23532 23470 0 -1 4202496 3042 0 4 0 252001 0 0 0 20 0 1 0 91631645 27947008 964 33554432000 4194304 6142532 140736628161520 140736628158920 5058698 0 0 4096 8405026 0 0 0 17 4 0 0 1 0 0 8243016 8247936 22032384 140736628167814 140736628167944 140736628167944 140736628170702 0
/proc/23532/statm: 6823 964 839 476 0 145 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 27292 KiB
Current children cumulated memory: 3856 KiB

Child status: 1
Real time (s): 2519.9
CPU time (s): 2520.01
CPU user time (s): 2520.01
CPU system time (s): 0.001467
CPU usage (%): 100.004
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.01
system time used= 0.001467
maximum resident set size= 3920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3090
page faults= 4
swaps= 0
block input operations= 920
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 925


# summary of solver processes directly reported to runsolver:
#   pid: 23532
#   total CPU time (s): 2520.01
#   total CPU user time (s): 2520.01
#   total CPU system time (s): 0.001467

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.99753 second user time and 15.7331 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-28 03:18:05
IDJOB=4297981
IDBENCH=141021
IDSOLVER=2761
FILE ID=node133/4297981-1532740685
RUNJOBID= node133-1532740685-23501
PBS_JOBID= 21022445
Free space on /tmp= 48248 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-4297981-1532740685/watcher-4297981-1532740685 -o /tmp/evaluation-result-4297981-1532740685/solver-4297981-1532740685 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532740685-23501 --watchdog 2580  HOME/cosoco -lc -model -restarts HOME/instance-4297981-1532740685.xml

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

MD5SUM BENCH= dd9b438f7b2aa476e711f04952c9024a
RANDOM SEED=1228960226

node133.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.24
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.24
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.24
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.24
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:        27508492 kB
MemAvailable:   31943132 kB
Buffers:          166496 kB
Cached:          4516744 kB
SwapCached:            0 kB
Active:          2128960 kB
Inactive:        2607924 kB
Active(anon):       5024 kB
Inactive(anon):    76736 kB
Active(file):    2123936 kB
Inactive(file):  2531188 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:              5156 kB
Writeback:             0 kB
AnonPages:         60524 kB
Mapped:            40548 kB
Shmem:             25276 kB
Slab:             217976 kB
SReclaimable:     190704 kB
SUnreclaim:        27272 kB
KernelStack:        3184 kB
PageTables:         6032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     328304 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:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48244 MiB
End job on node133 at 2018-07-28 04:00:05