Trace number 4389620

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 2? (TO) 2519.62 2520.01

General information on the benchmark

NameRandom/Random-RB-3-24-24f/
rand-3-24-24-76-632f-49.xml
MD5SUMeb1071698302cc934647f3ac3e5db9c3
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 benchmark410.687
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints73
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":24}]
Minimum variable degree5
Maximum variable degree15
Distribution of variable degrees[{"degree":5,"count":2},{"degree":6,"count":3},{"degree":7,"count":2},{"degree":8,"count":4},{"degree":9,"count":3},{"degree":10,"count":3},{"degree":11,"count":3},{"degree":12,"count":1},{"degree":13,"count":1},{"degree":15,"count":2}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":73}]
Number of extensional constraints73
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":73}]
Optimization problemNO
Type of objective

Solver Data

1.19/1.25	c root propagations     : 0           
1.19/1.25	c restarts enabled, print stats at every restarts
1.19/1.25	c
1.19/1.25	c
1.19/1.25	c
1.19/1.25	c This is cosoco 2.00 --  
1.19/1.25	c
1.19/1.25	c command line: cosoco -lc -model -restarts -stick HOME/instance-4389620-1568319295.xml 
1.19/1.25	c ========================================[ Problem Statistics ]===========================================
1.19/1.25	c |                                                                                                       
1.19/1.25	c |  Parse time        :         1.23 s 
1.19/1.25	c |
1.19/1.25	c |               Variables: 24
1.19/1.25	c |            Domain Sizes: 24..24
1.19/1.25	c |
1.19/1.25	c |             Constraints: 73
1.19/1.25	c |                   Arity: 3..3  -- Ternary: 73
1.19/1.25	c | 
1.19/1.25	c |                   Types: 
1.19/1.25	c |                          Extension: 73  (nb tuples: 1871..5088) -- (shared: 0)
1.19/1.25	c |                          
1.19/1.25	c =========================================================================================================
1.19/1.25	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
1.29/1.35	c 101            156            10514          9980           0              0              7   11   8     
1.39/1.49	c 211            360            24805          23473          0              0              5   12   7     
1.49/1.59	c 332            555            37054          38515          0              0              5   11   7     
1.79/1.83	c 465            792            54251          56133          0              0              6   11   7     
1.89/1.95	c 611            1071           75364          75125          0              0              6   11   8     
1.99/2.09	c 771            1268           87123          92939          0              0              7   9   7      
2.28/2.34	c 947            1600           108417         114336         0              0              5   12   7     
2.48/2.50	c 1140           2014           133240         134663         0              0              5   12   8     
2.58/2.61	c 1352           2358           151292         150845         0              0              8   12   9     
2.68/2.78	c 1585           2790           178792         174201         0              0              5   12   8     
2.88/3.00	c 1841           3172           203775         203123         0              0              6   12   8     
3.18/3.27	c 2122           3580           228131         234788         0              0              6   12   8     
3.48/3.57	c 2431           4115           261338         268021         0              0              5   12   7     
3.88/3.94	c 2770           4674           301098         312878         0              0              6   13   8     
4.18/4.23	c 3142           5346           346360         355004         0              0              6   11   8     
4.48/4.55	c 3551           6177           399042         399608         0              0              5   13   8     
5.18/5.21	c 4000           7089           460978         459450         0              0              4   12   7     
5.38/5.48	c 4493           7912           510472         501802         0              0              5   12   8     
6.09/6.11	c 5035           8934           579261         568789         0              0              4   12   7     
6.78/6.88	c 5631           9905           641218         637245         0              0              4   12   7     
7.49/7.57	c 6286           11044          729936         718398         0              0              6   12   8     
8.19/8.23	c 7006           12412          823853         803395         0              0              4   12   8     
8.89/8.99	c 7798           13847          914040         890615         0              0              5   12   7     
9.89/9.95	c 8669           15429          1037648        1008160        0              0              5   12   8     
11.00/11.09	c 9627           17173          1159761        1141386        0              0              5   12   7     
12.00/12.09	c 10680          19054          1298202        1266838        0              0              5   12   8     
13.10/13.15	c 11838          21136          1427736        1394031        0              0              5   12   7     
13.88/13.95	c 13111          23483          1597627        1533744        0              0              5   13   9     
15.18/15.23	c 14511          26141          1768291        1682740        0              0              4   12   8     
16.58/16.60	c 16051          28778          1951283        1870185        0              0              5   12   7     
17.99/18.09	c 17745          31883          2182167        2075120        0              0              5   12   8     
19.78/19.83	c 19608          35195          2394123        2282005        0              0              5   13   7     
21.68/21.72	c 21657          38436          2606036        2508917        0              0              6   12   8     
23.88/23.90	c 23910          42323          2845096        2749639        0              0              4   13   7     
25.78/25.88	c 26388          46982          3165258        3027601        0              0              4   13   8     
28.17/28.20	c 29113          51256          3444428        3313553        0              0              4   12   7     
30.27/30.38	c 32110          56965          3804108        3635923        0              0              4   13   8     
33.08/33.19	c 35406          62805          4154419        3965665        0              0              4   13   7     
36.27/36.32	c 39031          68730          4555112        4374101        0              0              5   13   7     
39.57/39.65	c 43018          75856          5083105        4856723        0              0              5   13   8     
44.47/44.55	c 47403          83610          5626604        5377306        0              0              4   13   7     
47.98/48.05	c 52226          92688          6242268        5916099        0              0              4   13   8     
51.37/51.43	c 57531          100944         6753679        6475703        0              0              5   13   8     
56.27/56.35	c 63366          112543         7585873        7162408        0              0              4   14   8     
61.57/61.66	c 69784          123802         8311070        7856070        0              0              4   13   8     
66.77/66.86	c 76843          137530         9241060        8632026        0              0              3   14   8     
74.07/74.19	c 84607          151658         10199166       9563489        0              0              4   13   7     
80.97/81.07	c 93147          167965         11375670       10550369       0              0              4   13   8     
87.86/87.98	c 102541         182915         12361262       11493818       0              0              5   13   8     
97.46/97.52	c 112874         197744         13280964       12559246       0              0              3   13   7     
108.56/108.62	c 124240         219216         14760209       13881508       0              0              3   13   8     
120.07/120.19	c 136742         243575         16510780       15394158       0              0              3   13   8     
133.16/133.23	c 150494         263079         17699796       16768614       0              0              4   12   7     
146.75/146.80	c 165621         292620         19781236       18535999       0              0              4   14   8     
163.45/163.52	c 182260         320042         21627839       20367234       0              0              4   13   7     
174.65/174.74	c 200562         349010         23450846       22153279       0              0              4   13   8     
194.35/194.41	c 220694         385478         25945414       24632054       0              0              4   14   7     
212.54/212.66	c 242839         424741         28563330       27096385       0              0              4   13   8     
236.34/236.46	c 267198         470928         31987073       30067781       0              0              4   14   8     
263.05/263.12	c 293992         515649         34923386       32999958       0              0              4   13   7     
294.94/295.01	c 323465         565048         38194529       36220880       0              0              3   15   7     
330.63/330.70	c 355885         624447         42707180       40341004       0              0              3   13   7     
372.42/372.52	c 391547         691542         47563225       44659308       0              0              3   13   8     
413.51/413.66	c 430775         759454         52294683       49493821       0              0              3   14   7     
453.92/454.02	c 473925         833347         57036181       54261897       0              0              3   14   7     
500.50/500.62	c 521390         902632         61206348       59265856       0              0              3   13   7     
550.29/550.45	c 573601         1005156        68457095       65544997       0              0              3   14   8     
609.38/609.56	c 631033         1104944        75302751       72218240       0              0              3   15   7     
672.77/672.90	c 694208         1224207        83247778       79475765       0              0              3   14   7     
737.87/738.07	c 763700         1343571        90917186       87578479       0              0              4   14   7     
807.75/807.93	c 840141         1491332        101046545      96383570       0              0              3   15   8     
912.24/912.40	c 924226         1639567        111244769      106408730      0              0              3   13   7     
1000.72/1001.00	c 1016719        1809054        122386002      116664243      0              0              3   14   7     
1094.31/1094.59	c 1118461        2002352        135413563      128133084      0              0              3   14   8     
1193.40/1193.67	c 1230377        2196505        147440292      140351599      0              0              3   15   7     
1311.98/1312.28	c 1353484        2403907        160949030      154007114      0              0              3   14   7     
1436.77/1437.10	c 1488901        2629921        174850600      168511366      0              0              3   15   7     
1574.04/1574.34	c 1637859        2906586        193407200      185247940      0              0              3   14   8     
1733.82/1734.17	c 1801712        3174624        211042303      203293724      0              0              3   13   7     
1907.99/1908.34	c 1981950        3505910        233605320      223886662      0              0              3   14   7     
2113.78/2114.12	c 2180211        3820952        254332135      245874135      0              0              3   14   7     
2347.53/2347.93	c 2398298        4238513        283121106      271727430      0              0              3   14   7     
2519.61/2520.01	
2519.61/2520.01	c *** INTERRUPTED ***
2519.61/2520.01	c restarts              : 82          
2519.61/2520.01	c conflicts             : 2571878      (1021 /sec)
2519.61/2520.01	c decisions             : 4513811      (1791 /sec)
2519.61/2520.01	c propagations          : 290607099   (115339 /sec)
2519.61/2520.01	c root propagations     : 0           
2519.61/2520.01	c filter calls          : 300981846      (119457 /sec)
2519.61/2520.01	c useless filter calls  : 222437494      (73 %)
2519.61/2520.01	c Memory used           : 48.52 MB
2519.61/2520.01	c CPU time              : 2519.59 s
2519.61/2520.01	c real time             : 2520.01 s
2519.61/2520.01	
2519.61/2520.01	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 (15058 MiB free)
  memory of node 1: 16384 MiB (15384 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4389620-1568319295/watcher-4389620-1568319295 -o /tmp/evaluation-result-4389620-1568319295/solver-4389620-1568319295 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568311987-15586 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4389620-1568319295.xml 

running on 4 cores: 1,3,5,7

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

solver pid=17070, runsolver pid=17067

[startup+0.100384 s]*
/proc/loadavg: 2.00 1.99 2.03 3/200 17071
/proc/meminfo: memFree=31172568/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=29548 memory=5344 CPUtime=0.1 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 1574 0 0 0 10 0 0 0 20 0 1 0 408168230 30257152 1336 33554432000 4194304 6210612 140728921591104 140728921588376 5689333 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 7387 1336 806 493 0 692 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 29548 KiB
Current children cumulated memory: 5344 KiB

[startup+0.209502 s]*
/proc/loadavg: 2.00 1.99 2.03 3/200 17071
/proc/meminfo: memFree=31171096/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=31168 memory=6928 CPUtime=0.2 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 1983 0 0 0 20 0 0 0 20 0 1 0 408168230 31916032 1732 33554432000 4194304 6210612 140728921591104 140728921588376 140149395317888 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 7792 1732 806 493 0 1097 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 31168 KiB
Current children cumulated memory: 6928 KiB

[startup+0.308982 s]*
/proc/loadavg: 2.00 1.99 2.03 3/200 17071
/proc/meminfo: memFree=31169608/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=32608 memory=8248 CPUtime=0.3 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 2307 0 0 0 30 0 0 0 20 0 1 0 408168230 33390592 2062 33554432000 4194304 6210612 140728921591104 140728921588376 5818202 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 8152 2062 806 493 0 1457 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 32608 KiB
Current children cumulated memory: 8248 KiB

[startup+0.700277 s]
/proc/loadavg: 2.00 1.99 2.03 3/200 17071
/proc/meminfo: memFree=31166652/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=38592 memory=13528 CPUtime=0.68 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 3635 0 0 0 68 0 0 0 20 0 1 0 408168230 39518208 3382 33554432000 4194304 6210612 140728921591104 140728921588376 5484702 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 9648 3382 807 493 0 2953 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 38592 KiB
Current children cumulated memory: 13528 KiB

[startup+1.5004 s]
/proc/loadavg: 2.00 1.99 2.03 3/200 17071
/proc/meminfo: memFree=31159584/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=49684 memory=24088 CPUtime=1.49 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 6249 0 0 0 148 1 0 0 20 0 1 0 408168230 50876416 6022 33554432000 4194304 6210612 140728921591104 140728921589064 5038631 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6022 816 493 0 5726 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 24088 KiB

[startup+3.10951 s]
/proc/loadavg: 2.00 1.99 2.03 3/200 17071
/proc/meminfo: memFree=31153632/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=49684 memory=24232 CPUtime=3.09 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 11348 0 0 0 308 1 0 0 20 0 1 0 408168230 50876416 6058 33554432000 4194304 6210612 140728921591104 140728921589064 5038658 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6058 850 493 0 5726 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 24232 KiB

[startup+6.30038 s]
/proc/loadavg: 1.92 1.98 2.02 3/200 17071
/proc/meminfo: memFree=31153552/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=49684 memory=24232 CPUtime=6.28 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 16447 0 0 0 627 1 0 0 20 0 1 0 408168230 50876416 6058 33554432000 4194304 6210612 140728921591104 140728921589064 5038670 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6058 850 493 0 5726 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 24232 KiB

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 2.02 3/200 17071
/proc/meminfo: memFree=31153088/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=49684 memory=24232 CPUtime=12.69 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 21546 0 0 0 1267 2 0 0 20 0 1 0 408168230 50876416 6058 33554432000 4194304 6210612 140728921591104 140728921589064 5038631 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6058 850 493 0 5726 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 24232 KiB

[startup+25.5004 s]
/proc/loadavg: 1.95 1.98 2.02 3/200 17071
/proc/meminfo: memFree=31152060/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=49684 memory=24636 CPUtime=25.48 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 30834 0 0 0 2546 2 0 0 20 0 1 0 408168230 50876416 6159 33554432000 4194304 6210612 140728921591104 140728921589064 5038631 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6159 850 493 0 5726 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 24636 KiB

[startup+51.1093 s]
/proc/loadavg: 1.96 1.98 2.02 3/199 17074
/proc/meminfo: memFree=31150336/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=49684 memory=26176 CPUtime=51.08 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 31357 0 0 0 5106 2 0 0 20 0 1 0 408168230 50876416 6544 33554432000 4194304 6210612 140728921591104 140728921589064 5038624 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB

[startup+102.3 s]
/proc/loadavg: 1.98 1.99 2.02 3/199 17078
/proc/meminfo: memFree=31150968/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=49684 memory=26176 CPUtime=102.26 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 31873 0 0 0 10224 2 0 0 20 0 1 0 408168230 50876416 6544 33554432000 4194304 6210612 140728921591104 140728921589064 5038646 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 2.02 3/199 17082
/proc/meminfo: memFree=31150616/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=49684 memory=26176 CPUtime=162.25 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 32388 0 0 0 16223 2 0 0 20 0 1 0 408168230 50876416 6544 33554432000 4194304 6210612 140728921591104 140728921589064 5037391 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 162.25 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/199 17088
/proc/meminfo: memFree=31150520/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=49684 memory=26176 CPUtime=222.24 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 32903 0 0 0 22222 2 0 0 20 0 1 0 408168230 50876416 6544 33554432000 4194304 6210612 140728921591104 140728921589064 5037380 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 222.24 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/199 17092
/proc/meminfo: memFree=31150648/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=49684 memory=26176 CPUtime=282.23 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 33418 0 0 0 28221 2 0 0 20 0 1 0 408168230 50876416 6544 33554432000 4194304 6210612 140728921591104 140728921589064 5038631 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 282.23 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/199 17096
/proc/meminfo: memFree=31150920/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=49684 memory=26176 CPUtime=342.22 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 33933 0 0 0 34220 2 0 0 20 0 1 0 408168230 50876416 6544 33554432000 4194304 6210612 140728921591104 140728921589064 5038631 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 342.22 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/200 17110
/proc/meminfo: memFree=31150172/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=49684 memory=26176 CPUtime=402.21 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 34448 0 0 0 40219 2 0 0 20 0 1 0 408168230 50876416 6544 33554432000 4194304 6210612 140728921591104 140728921589064 5038674 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 402.21 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/200 17114
/proc/meminfo: memFree=31150292/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=49684 memory=26176 CPUtime=462.21 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 34963 0 0 0 46219 2 0 0 20 0 1 0 408168230 50876416 6544 33554432000 4194304 6210612 140728921591104 140728921589064 5038646 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 462.21 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB


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

/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 1722.02 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 17294
/proc/meminfo: memFree=31206492/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=49684 memory=26176 CPUtime=1782.01 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 45857 0 0 0 178199 2 0 0 20 0 1 0 408168230 50876416 6544 33554432000 4194304 6210612 140728921591104 140728921589064 5038631 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 1782.01 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 17301
/proc/meminfo: memFree=31204720/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=49684 memory=26176 CPUtime=1842 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 46305 0 0 0 184198 2 0 0 20 0 1 0 408168230 50876416 6544 33554432000 4194304 6210612 140728921591104 140728921589064 5037376 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 1842 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 17305
/proc/meminfo: memFree=31205240/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=49684 memory=26176 CPUtime=1901.99 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 46758 0 0 0 190197 2 0 0 20 0 1 0 408168230 50876416 6544 33554432000 4194304 6210612 140728921591104 140728921589064 5038622 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 1901.99 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 17309
/proc/meminfo: memFree=31204744/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=49684 memory=26176 CPUtime=1961.98 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 47299 0 0 0 196196 2 0 0 20 0 1 0 408168230 50876416 6544 33554432000 4194304 6210612 140728921591104 140728921589064 5037500 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 1961.98 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 17315
/proc/meminfo: memFree=31204288/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=49684 memory=26176 CPUtime=2021.98 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 47778 0 0 0 202195 3 0 0 20 0 1 0 408168230 50876416 6544 33554432000 4194304 6210612 140728921591104 140728921589064 5038631 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 2021.98 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 17319
/proc/meminfo: memFree=31204668/32770624 swapFree=66940128/67108860
[pid=17070] ppid=17067 vsize=49684 memory=26176 CPUtime=2081.97 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 48257 0 0 0 208194 3 0 0 20 0 1 0 408168230 50876416 6544 33554432000 4194304 6210612 140728921591104 140728921589064 5038614 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 2081.97 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB

[startup+2142.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/199 17323
/proc/meminfo: memFree=31204556/32770624 swapFree=66940140/67108860
[pid=17070] ppid=17067 vsize=49684 memory=26176 CPUtime=2141.96 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 48772 0 0 0 214193 3 0 0 20 0 1 0 408168230 50876416 6544 33554432000 4194304 6210612 140728921591104 140728921589064 5038614 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 2141.96 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB

[startup+2202.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/200 17337
/proc/meminfo: memFree=31204064/32770624 swapFree=66940144/67108860
[pid=17070] ppid=17067 vsize=49684 memory=26176 CPUtime=2201.95 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 49249 0 0 0 220192 3 0 0 20 0 1 0 408168230 50876416 6544 33554432000 4194304 6210612 140728921591104 140728921589064 5038631 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 2201.95 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB

[startup+2262.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/200 17341
/proc/meminfo: memFree=31204024/32770624 swapFree=66940144/67108860
[pid=17070] ppid=17067 vsize=49684 memory=26176 CPUtime=2261.94 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 49718 0 0 0 226191 3 0 0 20 0 1 0 408168230 50876416 6544 33554432000 4194304 6210612 140728921591104 140728921589064 5038624 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 2261.94 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 17345
/proc/meminfo: memFree=31203092/32770624 swapFree=66940144/67108860
[pid=17070] ppid=17067 vsize=49684 memory=26176 CPUtime=2321.93 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 50185 0 0 0 232190 3 0 0 20 0 1 0 408168230 50876416 6544 33554432000 4194304 6210612 140728921591104 140728921589064 5037455 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 2321.93 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 17351
/proc/meminfo: memFree=31202932/32770624 swapFree=66940144/67108860
[pid=17070] ppid=17067 vsize=49684 memory=26176 CPUtime=2381.93 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 50700 0 0 0 238190 3 0 0 20 0 1 0 408168230 50876416 6544 33554432000 4194304 6210612 140728921591104 140728921589064 5038596 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 2381.93 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 17355
/proc/meminfo: memFree=31203412/32770624 swapFree=66940144/67108860
[pid=17070] ppid=17067 vsize=49684 memory=26176 CPUtime=2441.92 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 51180 0 0 0 244189 3 0 0 20 0 1 0 408168230 50876416 6544 33554432000 4194304 6210612 140728921591104 140728921589064 5038674 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 2441.92 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 17360
/proc/meminfo: memFree=31202972/32770624 swapFree=66940144/67108860
[pid=17070] ppid=17067 vsize=49684 memory=26176 CPUtime=2501.91 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 51660 0 0 0 250188 3 0 0 20 0 1 0 408168230 50876416 6544 33554432000 4194304 6210612 140728921591104 140728921589064 5038622 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 2501.91 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 17362
/proc/meminfo: memFree=31202808/32770624 swapFree=66940144/67108860
[pid=17070] ppid=17067 vsize=49684 memory=26176 CPUtime=2519.61 cores=1,3,5,7
/proc/17070/stat : 17070 (cosoco) R 17067 17070 15554 0 -1 4202496 52094 0 0 0 251958 3 0 0 20 0 1 0 408168230 50876416 6544 33554432000 4194304 6210612 140728921591104 140728921589064 5038631 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 26075136 140728921596939 140728921597041 140728921597041 140728921599950 0
/proc/17070/statm: 12421 6544 850 493 0 5726 0
Current children cumulated CPU time: 2519.61 s
Current children cumulated vsize: 49684 KiB
Current children cumulated memory: 26176 KiB

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

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

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

Child status: 1
Real time (s): 2520.01
CPU time (s): 2519.62
CPU user time (s): 2519.59
CPU system time (s): 0.034994
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 49684
Max. memory (cumulated for all children) (KiB): 26176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.59
system time used= 0.034994
maximum resident set size= 26248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52146
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= 25
involuntary context switches= 2099


# summary of solver processes directly reported to runsolver:
#   pid: 17070
#   total CPU time (s): 2519.62
#   total CPU user time (s): 2519.59
#   total CPU system time (s): 0.034994

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.698 second user time and 17.8458 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-12 22:14:18
IDJOB=4389620
IDBENCH=121537
IDSOLVER=2829
FILE ID=node149/4389620-1568319295
RUNJOBID= node149-1568311987-15586
PBS_JOBID= 21701127
Free space on /tmp= 57064 MiB

SOLVER NAME= cosoco 2
BENCH NAME= XCSP17/Random/Random-RB-3-24-24f/rand-3-24-24-76-632f-49.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4389620-1568319295/watcher-4389620-1568319295 -o /tmp/evaluation-result-4389620-1568319295/solver-4389620-1568319295 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568311987-15586 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4389620-1568319295.xml

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

MD5SUM BENCH= eb1071698302cc934647f3ac3e5db9c3
RANDOM SEED=1515457611

node149.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.81
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.81
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.81
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.81
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:        31174336 kB
MemAvailable:   31797524 kB
Buffers:          117932 kB
Cached:           804304 kB
SwapCached:        61000 kB
Active:           442928 kB
Inactive:         604488 kB
Active(anon):      93328 kB
Inactive(anon):    71400 kB
Active(file):     349600 kB
Inactive(file):   533088 kB
Unevictable:      111364 kB
Mlocked:          111364 kB
SwapTotal:      67108860 kB
SwapFree:       66940128 kB
Dirty:              5820 kB
Writeback:             0 kB
AnonPages:        185012 kB
Mapped:            43940 kB
Shmem:             31072 kB
Slab:             141692 kB
SReclaimable:     112668 kB
SUnreclaim:        29024 kB
KernelStack:        3568 kB
PageTables:         5828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     591832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 57064 MiB
End job on node149 at 2019-09-12 22:56:18