Trace number 4389982

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 2SAT 613.434 613.466

General information on the benchmark

NameRandom/Random-RB-3-20-20f/
rand-3-20-20-60-632f-11.xml
MD5SUM2177eeb766f29dacd684113dff68ce63
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark33.0671
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":20}]
Minimum variable degree3
Maximum variable degree14
Distribution of variable degrees[{"degree":3,"count":1},{"degree":7,"count":4},{"degree":8,"count":1},{"degree":9,"count":6},{"degree":10,"count":4},{"degree":11,"count":3},{"degree":14,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":60}]
Number of extensional constraints60
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":60}]
Optimization problemNO
Type of objective

Solver Data

0.51/0.60	c root propagations     : 0           
0.51/0.60	c restarts enabled, print stats at every restarts
0.51/0.60	c
0.51/0.60	c
0.51/0.60	c
0.51/0.60	c This is cosoco 2.00 --  
0.51/0.60	c
0.51/0.60	c command line: cosoco -lc -model -restarts -stick HOME/instance-4389982-1568329434.xml 
0.51/0.60	c ========================================[ Problem Statistics ]===========================================
0.51/0.60	c |                                                                                                       
0.51/0.60	c |  Parse time        :         0.60 s 
0.51/0.60	c |
0.51/0.60	c |               Variables: 20
0.51/0.60	c |            Domain Sizes: 20..20
0.51/0.60	c |
0.51/0.60	c |             Constraints: 60
0.51/0.60	c |                   Arity: 3..3  -- Ternary: 60
0.51/0.60	c | 
0.51/0.60	c |                   Types: 
0.51/0.60	c |                          Extension: 60  (nb tuples: 2944..2944) -- (shared: 0)
0.51/0.60	c |                          
0.51/0.60	c =========================================================================================================
0.51/0.60	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.60/0.64	c 101            128            6534           8355           0              0              7   9   7      
0.60/0.68	c 211            314            16235          16886          0              0              6   11   7     
0.69/0.74	c 332            534            27572          26399          0              0              5   10   7     
0.79/0.80	c 465            721            36674          36854          0              0              6   9   6      
0.79/0.87	c 611            960            48739          48093          0              0              4   9   6      
0.89/0.93	c 771            1232           63427          60557          0              0              5   10   7     
1.00/1.02	c 947            1535           78422          75419          0              0              4   11   6     
1.10/1.12	c 1140           1835           94031          92876          0              0              5   10   6     
1.19/1.24	c 1352           2165           112620         110265         0              0              5   9   6      
1.29/1.35	c 1585           2554           131909         128191         0              0              4   10   6     
1.39/1.49	c 1841           2946           154151         151953         0              0              5   9   6      
1.59/1.61	c 2122           3413           179395         173554         0              0              4   9   6      
1.69/1.76	c 2431           3997           209766         199234         0              0              4   11   6     
1.89/1.94	c 2770           4531           236511         225950         0              0              4   10   6     
2.10/2.12	c 3142           5150           269668         255097         0              0              4   10   6     
2.19/2.26	c 3551           5768           300379         281991         0              0              4   10   6     
2.49/2.51	c 4000           6477           339578         318010         0              0              5   10   6     
2.69/2.77	c 4493           7345           385635         359246         0              0              4   11   6     
2.89/2.99	c 5035           8149           428925         397103         0              0              5   10   7     
3.29/3.31	c 5631           9185           486340         448586         0              0              4   10   6     
3.49/3.57	c 6286           10312          545530         499299         0              0              4   11   7     
3.89/3.96	c 7006           11423          602091         557339         0              0              4   10   6     
4.18/4.28	c 7798           12801          672077         617483         0              0              4   10   6     
4.68/4.75	c 8669           14225          748684         690148         0              0              4   11   6     
4.99/5.08	c 9627           15751          824453         756259         0              0              3   10   7     
5.38/5.45	c 10680          17409          913151         832797         0              0              4   10   7     
5.88/5.98	c 11838          19302          1020944        923417         0              0              4   12   7     
6.48/6.54	c 13111          21305          1119312        1019923        0              0              4   11   6     
7.09/7.17	c 14511          23585          1237747        1130581        0              0              4   11   6     
7.88/7.90	c 16051          26183          1384281        1258515        0              0              4   11   7     
8.48/8.54	c 17745          28905          1522997        1383602        0              0              4   12   6     
9.28/9.38	c 19608          32023          1686035        1531909        0              0              3   10   6     
10.18/10.27	c 21657          35492          1866895        1680725        0              0              4   11   6     
11.48/11.50	c 23910          39369          2089696        1877806        0              0              4   10   6     
12.48/12.53	c 26388          43564          2313433        2071543        0              0              4   11   6     
13.79/13.81	c 29113          47906          2556094        2278433        0              0              3   12   6     
15.39/15.48	c 32110          53048          2861394        2540368        0              0              4   10   6     
16.69/16.79	c 35406          58506          3139303        2785339        0              0              3   11   6     
18.59/18.64	c 39031          64432          3476653        3083841        0              0              3   11   6     
20.19/20.28	c 43018          70697          3841600        3412228        0              0              3   10   6     
22.59/22.67	c 47403          77757          4208032        3767131        0              0              4   11   6     
24.79/24.90	c 52226          85819          4650424        4155627        0              0              4   13   6     
27.79/27.86	c 57531          94249          5115756        4607433        0              0              4   11   6     
30.69/30.77	c 63366          103851         5645955        5088052        0              0              3   11   6     
33.49/33.53	c 69784          114082         6190660        5564848        0              0              4   10   6     
37.10/37.15	c 76843          125716         6797645        6134574        0              0              3   11   6     
40.99/41.05	c 84607          138172         7456161        6753698        0              0              4   10   6     
45.19/45.25	c 93147          152630         8220375        7442482        0              0              3   11   6     
50.49/50.57	c 102541         168458         9071201        8231688        0              0              4   12   6     
55.59/55.64	c 112874         185531         9985440        9060757        0              0              3   12   6     
60.89/60.94	c 124240         204598         10998867       9957558        0              0              3   11   6     
67.99/68.05	c 136742         226038         12201388       11034995       0              0              3   13   6     
74.18/74.30	c 150494         249318         13410366       12104371       0              0              3   13   6     
81.28/81.35	c 165621         273882         14714950       13289701       0              0              3   12   6     
90.38/90.41	c 182260         301360         16191241       14674606       0              0              3   12   6     
98.78/98.81	c 200562         332761         17837500       16134280       0              0              3   11   6     
108.78/108.84	c 220694         365808         19621716       17744781       0              0              3   13   6     
119.99/120.10	c 242839         403564         21815762       19654554       0              0              3   11   6     
130.38/130.49	c 267198         443398         23902157       21514681       0              0              3   15   6     
144.38/144.46	c 293992         485746         26138202       23641695       0              0              3   11   6     
157.48/157.54	c 323465         536246         28772173       25964804       0              0              3   15   6     
174.38/174.49	c 355885         589937         31819656       28602969       0              0              3   11   6     
189.88/190.00	c 391547         646353         34775701       31339165       0              0              3   13   6     
209.18/209.22	c 430775         710293         38144650       34446032       0              0              3   14   6     
228.78/228.84	c 473925         778149         41632507       37708919       0              0              3   13   6     
252.37/252.45	c 521390         858685         45949616       41580641       0              0              3   12   6     
279.98/280.08	c 573601         947336         50825813       45981538       1              0              2   15   6     
308.57/308.69	c 631033         1039157        55995589       50549443       1              0              3   12   6     
339.57/339.64	c 694208         1140932        61340656       55476187       1              0              3   13   6     
374.98/375.04	c 763700         1256649        67587466       60825868       1              0              3   12   6     
412.37/412.46	c 840141         1380924        74123413       66872517       1              0              3   11   6     
452.56/452.64	c 924226         1520084        81434389       73515579       1              0              3   12   6     
498.46/498.51	c 1016719        1678729        89952851       81049247       2              0              2   15   6     
547.97/548.10	c 1118461        1854177        99247506       89287430       2              0              2   13   6     
605.66/605.73	c 1230377        2044494        109559697      98493408       3              0              2   16   6     
613.36/613.46	c First solution is found
613.36/613.46	s SATISFIABLE
613.36/613.46	c restarts              : 75          
613.36/613.46	c conflicts             : 1245921      (2031 /sec)
613.36/613.46	c decisions             : 2070587      (3375 /sec)
613.36/613.46	c propagations          : 99773904    (162652 /sec)
613.36/613.46	c root propagations     : 0           
613.36/613.46	c filter calls          : 110977448      (180916 /sec)
613.36/613.46	c useless filter calls  : 83257011       (75 %)
613.36/613.46	c Memory used           : 36.57 MB
613.36/613.46	c CPU time              : 613.419 s
613.36/613.46	c real time             : 613.463 s
613.36/613.46	
613.36/613.46	c solution 1
613.36/613.46	
613.36/613.46	v <instantiation type='solution'>
613.36/613.46	v <list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] </list>
613.36/613.46	v <values>18 8 11 15 13 7 0 13 13 7 14 14 7 9 2 18 12 11 8 6 </values>
613.36/613.46	v </instantiation>
613.36/613.46	

Verifier Data

OK	

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 (8466 MiB free)
  memory of node 1: 16384 MiB (15755 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4389982-1568329434/watcher-4389982-1568329434 -o /tmp/evaluation-result-4389982-1568329434/solver-4389982-1568329434 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568323911-7048 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4389982-1568329434.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=8749, runsolver pid=8746

[startup+0.100517 s]*
/proc/loadavg: 2.00 2.06 2.06 3/200 8750
/proc/meminfo: memFree=24802336/32770624 swapFree=67018172/67108860
[pid=8749] ppid=8746 vsize=29068 memory=5272 CPUtime=0.1 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 1493 0 0 0 10 0 0 0 20 0 1 0 409216047 29765632 1318 33554432000 4194304 6210612 140723821422448 140723821419720 5817933 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 7267 1318 806 493 0 572 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 29068 KiB
Current children cumulated memory: 5272 KiB

[startup+0.209393 s]*
/proc/loadavg: 2.00 2.06 2.06 3/200 8750
/proc/meminfo: memFree=24800864/32770624 swapFree=67018172/67108860
[pid=8749] ppid=8746 vsize=30676 memory=6856 CPUtime=0.21 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 1894 0 0 0 21 0 0 0 20 0 1 0 409216047 31412224 1714 33554432000 4194304 6210612 140723821422448 140723821419720 140346437055616 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 7669 1714 806 493 0 974 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 30676 KiB
Current children cumulated memory: 6856 KiB

[startup+0.30893 s]*
/proc/loadavg: 2.00 2.06 2.06 3/200 8750
/proc/meminfo: memFree=24799124/32770624 swapFree=67018172/67108860
[pid=8749] ppid=8746 vsize=32032 memory=8176 CPUtime=0.31 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 2247 0 0 0 31 0 0 0 20 0 1 0 409216047 32800768 2044 33554432000 4194304 6210612 140723821422448 140723821418104 5707781 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 8008 2044 807 493 0 1313 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 32032 KiB
Current children cumulated memory: 8176 KiB

[startup+0.700322 s]
/proc/loadavg: 2.00 2.06 2.06 3/200 8750
/proc/meminfo: memFree=24796644/32770624 swapFree=67018172/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13880 CPUtime=0.69 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 3643 0 0 0 69 0 0 0 20 0 1 0 409216047 38342656 3470 33554432000 4194304 6210612 140723821422448 140723821418104 5038596 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3470 841 493 0 2666 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13880 KiB

[startup+1.50032 s]
/proc/loadavg: 2.00 2.06 2.06 3/200 8750
/proc/meminfo: memFree=24794040/32770624 swapFree=67018172/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13880 CPUtime=1.49 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 3643 0 0 0 149 0 0 0 20 0 1 0 409216047 38342656 3470 33554432000 4194304 6210612 140723821422448 140723821420408 5038631 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3470 841 493 0 2666 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13880 KiB

[startup+3.10942 s]
/proc/loadavg: 2.00 2.06 2.06 3/200 8750
/proc/meminfo: memFree=24793352/32770624 swapFree=67018172/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13924 CPUtime=3.1 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 6196 0 0 0 310 0 0 0 20 0 1 0 409216047 38342656 3481 33554432000 4194304 6210612 140723821422448 140723821420408 5038631 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3481 851 493 0 2666 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13924 KiB

[startup+6.30024 s]
/proc/loadavg: 2.00 2.06 2.06 3/200 8750
/proc/meminfo: memFree=24793476/32770624 swapFree=67018172/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13924 CPUtime=6.28 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 8749 0 0 0 628 0 0 0 20 0 1 0 409216047 38342656 3481 33554432000 4194304 6210612 140723821422448 140723821420408 5038639 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3481 851 493 0 2666 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13924 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.06 2.06 3/200 8750
/proc/meminfo: memFree=24793260/32770624 swapFree=67018172/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13924 CPUtime=12.68 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 11302 0 0 0 1268 0 0 0 20 0 1 0 409216047 38342656 3481 33554432000 4194304 6210612 140723821422448 140723821420408 5038661 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3481 851 493 0 2666 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13924 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.05 2.06 3/200 8750
/proc/meminfo: memFree=24793416/32770624 swapFree=67018172/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13924 CPUtime=25.49 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 16408 0 0 0 2548 1 0 0 20 0 1 0 409216047 38342656 3481 33554432000 4194304 6210612 140723821422448 140723821420408 5038627 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3481 851 493 0 2666 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13924 KiB

[startup+51.1095 s]
/proc/loadavg: 1.95 2.03 2.05 3/200 8753
/proc/meminfo: memFree=24793532/32770624 swapFree=67018172/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13924 CPUtime=51.1 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 18961 0 0 0 5109 1 0 0 20 0 1 0 409216047 38342656 3481 33554432000 4194304 6210612 140723821422448 140723821420408 5037391 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3481 851 493 0 2666 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13924 KiB

[startup+102.3 s]
/proc/loadavg: 1.98 2.03 2.05 3/201 8758
/proc/meminfo: memFree=24791964/32770624 swapFree=67018172/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13932 CPUtime=102.28 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 21518 0 0 0 10227 1 0 0 20 0 1 0 409216047 38342656 3483 33554432000 4194304 6210612 140723821422448 140723821420408 5038670 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3483 851 493 0 2666 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13932 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.02 2.05 3/202 8764
/proc/meminfo: memFree=24792864/32770624 swapFree=67018172/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13932 CPUtime=162.28 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 22037 0 0 0 16227 1 0 0 20 0 1 0 409216047 38342656 3483 33554432000 4194304 6210612 140723821422448 140723821420408 5037382 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3483 851 493 0 2666 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13932 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/200 8768
/proc/meminfo: memFree=24793384/32770624 swapFree=67018172/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13932 CPUtime=222.28 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 22556 0 0 0 22227 1 0 0 20 0 1 0 409216047 38342656 3483 33554432000 4194304 6210612 140723821422448 140723821420408 5039193 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3483 851 493 0 2666 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13932 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 8772
/proc/meminfo: memFree=24793972/32770624 swapFree=67018172/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13932 CPUtime=282.27 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 23075 0 0 0 28226 1 0 0 20 0 1 0 409216047 38342656 3483 33554432000 4194304 6210612 140723821422448 140723821420408 5389248 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3483 851 493 0 2666 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13932 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 8778
/proc/meminfo: memFree=24793224/32770624 swapFree=67018172/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13932 CPUtime=342.27 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 23594 0 0 0 34226 1 0 0 20 0 1 0 409216047 38342656 3483 33554432000 4194304 6210612 140723821422448 140723821420408 5037376 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3483 851 493 0 2666 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13932 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 8782
/proc/meminfo: memFree=24793072/32770624 swapFree=67018172/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13932 CPUtime=402.27 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 24113 0 0 0 40226 1 0 0 20 0 1 0 409216047 38342656 3483 33554432000 4194304 6210612 140723821422448 140723821420408 5038764 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3483 851 493 0 2666 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13932 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 8794
/proc/meminfo: memFree=24792788/32770624 swapFree=67018184/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13932 CPUtime=462.26 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 24632 0 0 0 46225 1 0 0 20 0 1 0 409216047 38342656 3483 33554432000 4194304 6210612 140723821422448 140723821420408 5038614 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3483 851 493 0 2666 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13932 KiB

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 8800
/proc/meminfo: memFree=24792456/32770624 swapFree=67018184/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13932 CPUtime=522.26 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 25151 0 0 0 52225 1 0 0 20 0 1 0 409216047 38342656 3483 33554432000 4194304 6210612 140723821422448 140723821420408 5038593 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3483 851 493 0 2666 0
Current children cumulated CPU time: 522.26 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13932 KiB

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 8804
/proc/meminfo: memFree=24792132/32770624 swapFree=67018184/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13932 CPUtime=582.26 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 25670 0 0 0 58225 1 0 0 20 0 1 0 409216047 38342656 3483 33554432000 4194304 6210612 140723821422448 140723821420408 5038879 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3483 851 493 0 2666 0
Current children cumulated CPU time: 582.26 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13932 KiB

[startup+613.466 s]
# the end of solver process 8749 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=613.419 s, system=0.014999 s

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

[startup+588.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 8804
/proc/meminfo: memFree=24792132/32770624 swapFree=67018184/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13932 CPUtime=588.76 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 25670 0 0 0 58875 1 0 0 20 0 1 0 409216047 38342656 3483 33554432000 4194304 6210612 140723821422448 140723821420408 5038624 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3483 851 493 0 2666 0
Current children cumulated CPU time: 588.76 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13932 KiB

[startup+601.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 8805
/proc/meminfo: memFree=24791900/32770624 swapFree=67018184/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13932 CPUtime=601.56 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 26120 0 0 0 60155 1 0 0 20 0 1 0 409216047 38342656 3483 33554432000 4194304 6210612 140723821422448 140723821420408 5038622 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3483 851 493 0 2666 0
Current children cumulated CPU time: 601.56 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13932 KiB

[startup+608 s]*
/proc/loadavg: 2.00 2.01 2.05 3/200 8805
/proc/meminfo: memFree=24791916/32770624 swapFree=67018184/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13932 CPUtime=607.97 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 26175 0 0 0 60796 1 0 0 20 0 1 0 409216047 38342656 3483 33554432000 4194304 6210612 140723821422448 140723821420408 5038631 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3483 851 493 0 2666 0
Current children cumulated CPU time: 607.97 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13932 KiB

[startup+611.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 8807
/proc/meminfo: memFree=24791064/32770624 swapFree=67018184/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13932 CPUtime=611.16 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 26175 0 0 0 61115 1 0 0 20 0 1 0 409216047 38342656 3483 33554432000 4194304 6210612 140723821422448 140723821420408 5038639 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3483 851 493 0 2666 0
Current children cumulated CPU time: 611.16 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13932 KiB

[startup+612.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 8807
/proc/meminfo: memFree=24791284/32770624 swapFree=67018184/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13932 CPUtime=612.76 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 26175 0 0 0 61275 1 0 0 20 0 1 0 409216047 38342656 3483 33554432000 4194304 6210612 140723821422448 140723821420408 5038631 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3483 851 493 0 2666 0
Current children cumulated CPU time: 612.76 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13932 KiB

[startup+613.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 8807
/proc/meminfo: memFree=24791284/32770624 swapFree=67018184/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13932 CPUtime=613.16 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 26175 0 0 0 61315 1 0 0 20 0 1 0 409216047 38342656 3483 33554432000 4194304 6210612 140723821422448 140723821420408 5038631 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3483 851 493 0 2666 0
Current children cumulated CPU time: 613.16 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13932 KiB

[startup+613.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 8807
/proc/meminfo: memFree=24791284/32770624 swapFree=67018184/67108860
[pid=8749] ppid=8746 vsize=37444 memory=13932 CPUtime=613.36 cores=0,2,4,6
/proc/8749/stat : 8749 (cosoco) R 8746 8749 7017 0 -1 4202496 26175 0 0 0 61335 1 0 0 20 0 1 0 409216047 38342656 3483 33554432000 4194304 6210612 140723821422448 140723821420408 5038631 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 23130112 140723821425675 140723821425777 140723821425777 140723821428686 0
/proc/8749/statm: 9361 3483 851 493 0 2666 0
Current children cumulated CPU time: 613.36 s
Current children cumulated vsize: 37444 KiB
Current children cumulated memory: 13932 KiB

Child status: 0
Real time (s): 613.466
CPU time (s): 613.434
CPU user time (s): 613.419
CPU system time (s): 0.014999
CPU usage (%): 99.9947
Max. virtual memory (cumulated for all children) (KiB): 37444
Max. memory (cumulated for all children) (KiB): 13932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 613.419
system time used= 0.014999
maximum resident set size= 14008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26216
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 213


# summary of solver processes directly reported to runsolver:
#   pid: 8749
#   total CPU time (s): 613.434
#   total CPU user time (s): 613.419
#   total CPU system time (s): 0.014999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.05046 second user time and 4.50113 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-13 01:03:15
IDJOB=4389982
IDBENCH=122780
IDSOLVER=2830
FILE ID=node150/4389982-1568329434
RUNJOBID= node150-1568323911-7048
PBS_JOBID= 21701149
Free space on /tmp= 55028 MiB

SOLVER NAME= cosoco 2
BENCH NAME= XCSP17/Random/Random-RB-3-20-20f/rand-3-20-20-60-632f-11.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4389982-1568329434/watcher-4389982-1568329434 -o /tmp/evaluation-result-4389982-1568329434/solver-4389982-1568329434 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568323911-7048 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4389982-1568329434.xml

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

MD5SUM BENCH= 2177eeb766f29dacd684113dff68ce63
RANDOM SEED=1242236144

node150.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.79
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.79
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.79
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.79
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:        24803608 kB
MemAvailable:   31836420 kB
Buffers:          158744 kB
Cached:          7022688 kB
SwapCached:        10428 kB
Active:          1154432 kB
Inactive:        6073896 kB
Active(anon):      14504 kB
Inactive(anon):    54652 kB
Active(file):    1139928 kB
Inactive(file):  6019244 kB
Unevictable:      109524 kB
Mlocked:          109524 kB
SwapTotal:      67108860 kB
SwapFree:       67018172 kB
Dirty:              4080 kB
Writeback:             0 kB
AnonPages:        146580 kB
Mapped:            37096 kB
Shmem:             13520 kB
Slab:             332192 kB
SReclaimable:     302100 kB
SUnreclaim:        30092 kB
KernelStack:        3568 kB
PageTables:         5640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     530900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 55024 MiB
End job on node150 at 2019-09-13 01:13:28