Trace number 4389988

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 1063.69 1063.61

General information on the benchmark

NameRandom/Random-RB-3-24-24f/
rand-3-24-24-76-632f-04.xml
MD5SUM8affd435144207d453aaf856f2d63137
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 benchmark74.7499
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":24}]
Minimum variable degree2
Maximum variable degree20
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":1},{"degree":5,"count":1},{"degree":6,"count":1},{"degree":7,"count":7},{"degree":8,"count":2},{"degree":9,"count":2},{"degree":10,"count":1},{"degree":12,"count":1},{"degree":13,"count":2},{"degree":14,"count":1},{"degree":15,"count":2},{"degree":16,"count":1},{"degree":20,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":76}]
Number of extensional constraints76
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":76}]
Optimization problemNO
Type of objective

Solver Data

1.29/1.33	c root propagations     : 0           
1.29/1.33	c restarts enabled, print stats at every restarts
1.29/1.33	c
1.29/1.33	c
1.29/1.33	c
1.29/1.33	c This is cosoco 2.00 --  
1.29/1.33	c
1.29/1.33	c command line: cosoco -lc -model -restarts -stick HOME/instance-4389988-1568328894.xml 
1.29/1.33	c ========================================[ Problem Statistics ]===========================================
1.29/1.33	c |                                                                                                       
1.29/1.33	c |  Parse time        :         1.32 s 
1.29/1.33	c |
1.29/1.33	c |               Variables: 24
1.29/1.33	c |            Domain Sizes: 24..24
1.29/1.33	c |
1.29/1.33	c |             Constraints: 76
1.29/1.33	c |                   Arity: 3..3  -- Ternary: 76
1.29/1.33	c | 
1.29/1.33	c |                   Types: 
1.29/1.33	c |                          Extension: 76  (nb tuples: 5088..5088) -- (shared: 0)
1.29/1.33	c |                          
1.29/1.33	c =========================================================================================================
1.29/1.33	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
1.39/1.46	c 101            172            13092          13275          0              0              4   8   6      
1.59/1.63	c 211            348            26979          28667          0              0              4   8   5      
1.79/1.88	c 332            565            46027          49311          0              0              4   9   5      
2.00/2.09	c 465            805            64342          69734          0              0              4   9   5      
2.29/2.38	c 611            1055           86340          96425          0              0              4   9   6      
2.49/2.58	c 771            1321           105474         117322         0              0              4   9   5      
2.79/2.89	c 947            1611           126371         141594         0              0              4   10   5     
3.19/3.29	c 1140           1927           153880         171480         0              0              4   11   5     
3.49/3.57	c 1352           2266           179500         200751         0              0              4   10   5     
3.79/3.86	c 1585           2624           204526         229638         0              0              4   8   6      
4.29/4.32	c 1841           3101           243831         271154         0              0              4   11   5     
4.69/4.78	c 2122           3590           284462         317259         0              0              4   10   5     
5.10/5.12	c 2431           4092           325297         359154         0              0              4   9   5      
5.39/5.46	c 2770           4627           368378         406989         0              0              4   13   6     
5.89/5.95	c 3142           5244           415841         458133         0              0              4   10   5     
6.69/6.75	c 3551           6001           478518         527412         0              0              4   11   6     
7.29/7.36	c 4000           6755           539743         597761         0              0              4   9   5      
8.10/8.19	c 4493           7626           608175         677000         0              0              4   10   5     
8.89/8.98	c 5035           8587           686137         760499         0              0              4   11   6     
9.89/9.93	c 5631           9618           772467         856413         0              0              4   10   6     
10.69/10.79	c 6286           10690          856128         951649         0              0              4   9   5      
12.29/12.31	c 7006           11793          959513         1065451        0              0              3   9   5      
13.29/13.30	c 7798           13064          1060385        1177876        0              0              4   10   5     
14.59/14.65	c 8669           14495          1176974        1309206        0              0              4   13   5     
15.69/15.75	c 9627           15972          1288261        1435774        0              0              4   12   5     
16.69/16.79	c 10680          17575          1415719        1578065        0              0              4   9   6      
18.28/18.38	c 11838          19569          1567864        1739004        0              0              3   12   6     
20.28/20.31	c 13111          21683          1739052        1938427        0              0              3   12   5     
21.68/21.78	c 14511          23732          1901558        2133330        0              0              4   12   5     
23.48/23.58	c 16051          26157          2083576        2341586        0              0              3   11   5     
25.88/25.95	c 17745          28865          2291973        2577788        0              0              3   12   6     
28.28/28.39	c 19608          31807          2532010        2848601        0              0              4   10   6     
30.68/30.75	c 21657          35108          2785499        3124202        0              0              3   12   5     
34.18/34.25	c 23910          38773          3066121        3425148        0              0              3   12   5     
37.58/37.68	c 26388          42875          3387073        3783245        0              0              3   12   6     
41.28/41.33	c 29113          47303          3744181        4187087        0              0              3   11   6     
45.29/45.39	c 32110          51901          4087282        4567708        0              0              3   12   5     
50.79/50.83	c 35406          57699          4565896        5097406        0              0              4   11   5     
54.99/55.03	c 39031          63186          4967537        5544903        0              0              3   11   6     
58.79/58.82	c 43018          69247          5412355        6061242        0              0              3   9   6      
65.39/65.50	c 47403          75886          5973931        6679904        0              0              4   10   6     
72.59/72.62	c 52226          83658          6598657        7342622        0              0              3   12   6     
79.29/79.36	c 57531          92179          7224518        8030144        0              0              3   12   5     
88.10/88.13	c 63366          101617         7891691        8726211        0              0              3   11   6     
98.59/98.63	c 69784          111449         8679986        9584406        0              0              3   10   5     
106.59/106.69	c 76843          122519         9472351        10453650       0              0              3   11   6     
116.19/116.20	c 84607          134887         10478214       11571138       0              0              3   13   5     
125.89/125.97	c 93147          148064         11420570       12600396       0              0              3   12   6     
138.39/138.48	c 102541         163560         12676506       14016468       0              0              3   12   5     
155.79/155.89	c 112874         180035         13948197       15378161       0              0              3   12   6     
167.89/167.95	c 124240         197001         15220400       16767185       0              0              3   12   6     
182.10/182.19	c 136742         216039         16556214       18256315       0              0              3   12   6     
199.50/199.51	c 150494         237386         18142866       19959773       0              0              3   14   6     
224.30/224.31	c 165621         260168         19878984       21874232       0              0              3   13   5     
247.30/247.39	c 182260         285166         21749266       23898972       0              0              3   13   6     
270.50/270.50	c 200562         313252         23821363       26168175       0              0              3   12   6     
300.80/300.81	c 220694         347552         26654211       29331692       0              0              3   12   5     
342.51/342.59	c 242839         386887         29791637       32784790       0              0              3   12   5     
366.21/366.26	c 267198         422767         32284787       35544847       0              0              3   12   6     
406.51/406.55	c 293992         468109         36033956       39669651       1              0              3   12   5     
453.22/453.22	c 323465         518562         40211568       44290631       1              0              3   13   5     
493.62/493.66	c 355885         568843         43756830       48008823       1              0              3   11   6     
546.14/546.20	c 391547         623160         47666161       52121700       1              0              3   12   6     
607.93/607.93	c 430775         689448         52980396       57915813       1              0              3   14   5     
670.84/670.80	c 473925         762707         58706493       64212055       1              0              3   12   5     
738.75/738.75	c 521390         839181         64485082       70323716       2              0              2   14   6     
822.35/822.39	c 573601         922895         71023756       77373973       3              0              2   12   5     
903.36/903.30	c 631033         1018110        78290230       85254741       4              0              2   12   5     
992.37/992.30	c 694208         1121504        86190005       93775312       4              0              3   12   5     
1063.58/1063.59	c First solution is found
1063.58/1063.60	s SATISFIABLE
1063.58/1063.60	c restarts              : 69          
1063.58/1063.60	c conflicts             : 743119       (699 /sec)
1063.58/1063.60	c decisions             : 1202745      (1131 /sec)
1063.58/1063.60	c propagations          : 100873550   (94835 /sec)
1063.58/1063.60	c root propagations     : 0           
1063.58/1063.60	c filter calls          : 92759658       (87207 /sec)
1063.58/1063.60	c useless filter calls  : 67185653       (72 %)
1063.58/1063.60	c Memory used           : 50.11 MB
1063.58/1063.60	c CPU time              : 1063.67 s
1063.58/1063.60	c real time             : 1063.6 s
1063.58/1063.60	
1063.58/1063.60	c solution 1
1063.58/1063.60	
1063.58/1063.60	v <instantiation type='solution'>
1063.58/1063.60	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] x[20] x[21] x[22] x[23] </list>
1063.58/1063.60	v <values>0 4 15 22 15 9 7 22 6 19 20 20 8 8 2 12 13 12 11 12 11 17 22 19 </values>
1063.58/1063.60	v </instantiation>
1063.58/1063.60	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4389988-1568328894/watcher-4389988-1568328894 -o /tmp/evaluation-result-4389988-1568328894/solver-4389988-1568328894 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568328795-19587 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4389988-1568328894.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=19746, runsolver pid=19743

[startup+0.100142 s]*
/proc/loadavg: 1.60 1.24 1.51 3/200 19747
/proc/meminfo: memFree=25134196/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=29548 memory=5608 CPUtime=0.1 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 1604 0 0 0 10 0 0 0 20 0 1 0 409051018 30257152 1402 33554432000 4194304 6210612 140736808033984 140736808030520 5818459 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 7387 1402 806 493 0 692 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 29548 KiB
Current children cumulated memory: 5608 KiB

[startup+0.209556 s]*
/proc/loadavg: 1.60 1.24 1.51 3/200 19747
/proc/meminfo: memFree=25132708/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=31168 memory=6928 CPUtime=0.21 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 1984 0 0 0 21 0 0 0 20 0 1 0 409051018 31916032 1732 33554432000 4194304 6210612 140736808033984 140736808030520 5818274 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 7792 1732 806 493 0 1097 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 31168 KiB
Current children cumulated memory: 6928 KiB

[startup+0.309241 s]*
/proc/loadavg: 1.60 1.24 1.51 3/200 19747
/proc/meminfo: memFree=25131220/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=32800 memory=8512 CPUtime=0.31 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 2351 0 0 0 31 0 0 0 20 0 1 0 409051018 33587200 2128 33554432000 4194304 6210612 140736808033984 140736808030520 5489786 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 8200 2128 806 493 0 1505 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 32800 KiB
Current children cumulated memory: 8512 KiB

[startup+0.700289 s]
/proc/loadavg: 1.60 1.24 1.51 3/200 19747
/proc/meminfo: memFree=25128968/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=38728 memory=13792 CPUtime=0.69 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 3664 0 0 0 69 0 0 0 20 0 1 0 409051018 39657472 3448 33554432000 4194304 6210612 140736808033984 140736808030520 5814743 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 9682 3448 807 493 0 2987 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 38728 KiB
Current children cumulated memory: 13792 KiB

[startup+1.50038 s]
/proc/loadavg: 1.60 1.24 1.51 3/200 19747
/proc/meminfo: memFree=25122368/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=25672 CPUtime=1.49 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 6611 0 0 0 149 0 0 0 20 0 1 0 409051018 52543488 6418 33554432000 4194304 6210612 140736808033984 140736808030520 5038631 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6418 849 493 0 6133 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 25672 KiB

[startup+3.10965 s]
/proc/loadavg: 1.64 1.25 1.51 3/200 19747
/proc/meminfo: memFree=25114928/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=25676 CPUtime=3.1 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 12065 0 0 0 310 0 0 0 20 0 1 0 409051018 52543488 6419 33554432000 4194304 6210612 140736808033984 140736808031944 5038849 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6419 850 493 0 6133 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 25676 KiB

[startup+6.30034 s]
/proc/loadavg: 1.64 1.25 1.51 3/200 19747
/proc/meminfo: memFree=25114532/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=25676 CPUtime=6.29 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 17519 0 0 0 628 1 0 0 20 0 1 0 409051018 52543488 6419 33554432000 4194304 6210612 140736808033984 140736808031944 5038835 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6419 850 493 0 6133 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 25676 KiB

[startup+12.7004 s]
/proc/loadavg: 1.67 1.27 1.51 3/201 19749
/proc/meminfo: memFree=25112496/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=26948 CPUtime=12.69 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 20265 0 0 0 1268 1 0 0 20 0 1 0 409051018 52543488 6737 33554432000 4194304 6210612 140736808033984 140736808031944 5039181 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6737 850 493 0 6133 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 26948 KiB

[startup+25.5004 s]
/proc/loadavg: 1.74 1.30 1.52 3/200 19749
/proc/meminfo: memFree=25111268/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=27856 CPUtime=25.48 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 23436 0 0 0 2547 1 0 0 20 0 1 0 409051018 52543488 6964 33554432000 4194304 6210612 140736808033984 140736808031944 5039168 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6964 850 493 0 6133 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 27856 KiB

[startup+51.1097 s]
/proc/loadavg: 1.83 1.36 1.53 3/199 19751
/proc/meminfo: memFree=25111400/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=27856 CPUtime=51.09 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 23862 0 0 0 5108 1 0 0 20 0 1 0 409051018 52543488 6964 33554432000 4194304 6210612 140736808033984 140736808031944 5038674 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6964 850 493 0 6133 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 27856 KiB

[startup+102.3 s]
/proc/loadavg: 1.93 1.46 1.56 3/200 19756
/proc/meminfo: memFree=25111468/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=27856 CPUtime=102.29 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 24288 0 0 0 10228 1 0 0 20 0 1 0 409051018 52543488 6964 33554432000 4194304 6210612 140736808033984 140736808031944 5038622 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6964 850 493 0 6133 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 27856 KiB

[startup+162.3 s]
/proc/loadavg: 1.97 1.56 1.58 3/199 19760
/proc/meminfo: memFree=25112716/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=27856 CPUtime=162.29 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 24714 0 0 0 16228 1 0 0 20 0 1 0 409051018 52543488 6964 33554432000 4194304 6210612 140736808033984 140736808031944 5039168 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6964 850 493 0 6133 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 27856 KiB

[startup+222.3 s]
/proc/loadavg: 1.99 1.64 1.61 3/199 19764
/proc/meminfo: memFree=25112284/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=27856 CPUtime=222.3 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 25140 0 0 0 22229 1 0 0 20 0 1 0 409051018 52543488 6964 33554432000 4194304 6210612 140736808033984 140736808031944 5038631 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6964 850 493 0 6133 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 27856 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.70 1.63 3/200 19771
/proc/meminfo: memFree=25111680/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=27856 CPUtime=282.3 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 25140 0 0 0 28229 1 0 0 20 0 1 0 409051018 52543488 6964 33554432000 4194304 6210612 140736808033984 140736808031944 5038614 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6964 850 493 0 6133 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 27856 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.76 1.66 3/199 19775
/proc/meminfo: memFree=25111488/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=27856 CPUtime=342.31 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 25566 0 0 0 34230 1 0 0 20 0 1 0 409051018 52543488 6964 33554432000 4194304 6210612 140736808033984 140736808031944 5038670 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6964 850 493 0 6133 0
Current children cumulated CPU time: 342.31 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 27856 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.80 1.68 3/200 19787
/proc/meminfo: memFree=25110236/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=27856 CPUtime=402.31 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 25566 0 0 0 40230 1 0 0 20 0 1 0 409051018 52543488 6964 33554432000 4194304 6210612 140736808033984 140736808031944 5037518 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6964 850 493 0 6133 0
Current children cumulated CPU time: 402.31 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 27856 KiB

[startup+462.3 s]
/proc/loadavg: 2.04 1.85 1.70 3/201 19818
/proc/meminfo: memFree=25110288/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=27856 CPUtime=462.32 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 25992 0 0 0 46231 1 0 0 20 0 1 0 409051018 52543488 6964 33554432000 4194304 6210612 140736808033984 140736808031944 5038674 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6964 850 493 0 6133 0
Current children cumulated CPU time: 462.32 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 27856 KiB

[startup+522.3 s]
/proc/loadavg: 2.01 1.88 1.72 3/200 19822
/proc/meminfo: memFree=25109952/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=27856 CPUtime=522.33 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 25992 0 0 0 52232 1 0 0 20 0 1 0 409051018 52543488 6964 33554432000 4194304 6210612 140736808033984 140736808031944 5038849 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6964 850 493 0 6133 0
Current children cumulated CPU time: 522.33 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 27856 KiB

[startup+582.3 s]
/proc/loadavg: 2.00 1.90 1.74 3/200 19826
/proc/meminfo: memFree=25109192/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=27856 CPUtime=582.33 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 26418 0 0 0 58232 1 0 0 20 0 1 0 409051018 52543488 6964 33554432000 4194304 6210612 140736808033984 140736808031944 5038622 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6964 850 493 0 6133 0
Current children cumulated CPU time: 582.33 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 27856 KiB

[startup+642.3 s]
/proc/loadavg: 2.00 1.92 1.76 3/201 19832
/proc/meminfo: memFree=25109480/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=27856 CPUtime=642.34 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 26418 0 0 0 64233 1 0 0 20 0 1 0 409051018 52543488 6964 33554432000 4194304 6210612 140736808033984 140736808031944 5038631 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6964 850 493 0 6133 0
Current children cumulated CPU time: 642.34 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 27856 KiB

[startup+702.3 s]
/proc/loadavg: 2.00 1.93 1.77 3/199 19836
/proc/meminfo: memFree=25109272/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=27856 CPUtime=702.34 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 26844 0 0 0 70233 1 0 0 20 0 1 0 409051018 52543488 6964 33554432000 4194304 6210612 140736808033984 140736808031944 5038631 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6964 850 493 0 6133 0
Current children cumulated CPU time: 702.34 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 27856 KiB

[startup+762.3 s]
/proc/loadavg: 2.00 1.95 1.79 3/199 19840
/proc/meminfo: memFree=25110408/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=27856 CPUtime=762.35 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 26844 0 0 0 76234 1 0 0 20 0 1 0 409051018 52543488 6964 33554432000 4194304 6210612 140736808033984 140736808031944 5038631 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6964 850 493 0 6133 0
Current children cumulated CPU time: 762.35 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 27856 KiB

[startup+822.3 s]
/proc/loadavg: 2.00 1.96 1.80 3/200 19846
/proc/meminfo: memFree=25110320/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=27856 CPUtime=822.35 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 27257 0 0 0 82234 1 0 0 20 0 1 0 409051018 52543488 6964 33554432000 4194304 6210612 140736808033984 140736808031944 5038670 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6964 850 493 0 6133 0
Current children cumulated CPU time: 822.35 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 27856 KiB

[startup+882.3 s]
/proc/loadavg: 2.04 1.98 1.81 3/199 19850
/proc/meminfo: memFree=25109956/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=27856 CPUtime=882.36 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 27270 0 0 0 88235 1 0 0 20 0 1 0 409051018 52543488 6964 33554432000 4194304 6210612 140736808033984 140736808031944 5038825 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6964 850 493 0 6133 0
Current children cumulated CPU time: 882.36 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 27856 KiB

[startup+942.3 s]
/proc/loadavg: 2.07 2.00 1.83 3/199 19854
/proc/meminfo: memFree=25109972/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=27856 CPUtime=942.36 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 27696 0 0 0 94235 1 0 0 20 0 1 0 409051018 52543488 6964 33554432000 4194304 6210612 140736808033984 140736808031944 5038658 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6964 850 493 0 6133 0
Current children cumulated CPU time: 942.36 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 27856 KiB

[startup+1002.3 s]
/proc/loadavg: 2.03 2.00 1.84 3/201 19868
/proc/meminfo: memFree=25109752/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=27856 CPUtime=1002.37 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 27696 0 0 0 100236 1 0 0 20 0 1 0 409051018 52543488 6964 33554432000 4194304 6210612 140736808033984 140736808031944 5038576 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6964 850 493 0 6133 0
Current children cumulated CPU time: 1002.37 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 27856 KiB

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 1.85 3/200 19872
/proc/meminfo: memFree=25110300/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=27856 CPUtime=1062.38 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 28108 0 0 0 106237 1 0 0 20 0 1 0 409051018 52543488 6964 33554432000 4194304 6210612 140736808033984 140736808031944 5038631 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6964 850 493 0 6133 0
Current children cumulated CPU time: 1062.38 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 27856 KiB

[startup+1063.61 s]
# the end of solver process 19746 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1063.67 s, system=0.020001 s

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

[startup+1062.4 s]
/proc/loadavg: 2.01 2.00 1.85 3/200 19872
/proc/meminfo: memFree=25110300/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=27856 CPUtime=1062.48 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 28108 0 0 0 106247 1 0 0 20 0 1 0 409051018 52543488 6964 33554432000 4194304 6210612 140736808033984 140736808031944 5038631 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6964 850 493 0 6133 0
Current children cumulated CPU time: 1062.48 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 27856 KiB

[startup+1063.2 s]
/proc/loadavg: 2.01 2.00 1.86 3/200 19872
/proc/meminfo: memFree=25110300/32770624 swapFree=67004128/67108860
[pid=19746] ppid=19743 vsize=51312 memory=27856 CPUtime=1063.28 cores=0,2,4,6
/proc/19746/stat : 19746 (cosoco) R 19743 19746 19556 0 -1 4202496 28108 0 0 0 106327 1 0 0 20 0 1 0 409051018 52543488 6964 33554432000 4194304 6210612 140736808033984 140736808031944 5038661 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 28602368 140736808039435 140736808039537 140736808039537 140736808042446 0
/proc/19746/statm: 12828 6964 850 493 0 6133 0
Current children cumulated CPU time: 1063.28 s
Current children cumulated vsize: 51312 KiB
Current children cumulated memory: 27856 KiB

[startup+1063.6 s]*
/proc/loadavg: 2.01 2.00 1.86 3/200 19872
/proc/meminfo: memFree=25110300/32770624 swapFree=67004128/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 1063.61
CPU time (s): 1063.69
CPU user time (s): 1063.67
CPU system time (s): 0.020001
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 51312
Max. memory (cumulated for all children) (KiB): 27856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1063.67
system time used= 0.020001
maximum resident set size= 27936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28163
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= 17
involuntary context switches= 274


# summary of solver processes directly reported to runsolver:
#   pid: 19746
#   total CPU time (s): 1063.69
#   total CPU user time (s): 1063.67
#   total CPU system time (s): 0.020001

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.88024 second user time and 8.15112 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-13 00:54:17
IDJOB=4389988
IDBENCH=121524
IDSOLVER=2830
FILE ID=node148/4389988-1568328894
RUNJOBID= node148-1568328795-19587
PBS_JOBID= 21701154
Free space on /tmp= 58780 MiB

SOLVER NAME= cosoco 2
BENCH NAME= XCSP17/Random/Random-RB-3-24-24f/rand-3-24-24-76-632f-04.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4389988-1568328894/watcher-4389988-1568328894 -o /tmp/evaluation-result-4389988-1568328894/solver-4389988-1568328894 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568328795-19587 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4389988-1568328894.xml

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

MD5SUM BENCH= 8affd435144207d453aaf856f2d63137
RANDOM SEED=1942963319

node148.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.13
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.13
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.13
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.13
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:        25136460 kB
MemAvailable:   31801932 kB
Buffers:          134076 kB
Cached:          6779320 kB
SwapCached:         3916 kB
Active:          2486068 kB
Inactive:        4495176 kB
Active(anon):      65328 kB
Inactive(anon):    43532 kB
Active(file):    2420740 kB
Inactive(file):  4451644 kB
Unevictable:      109232 kB
Mlocked:          109232 kB
SwapTotal:      67108860 kB
SwapFree:       67004128 kB
Dirty:              5728 kB
Writeback:             0 kB
AnonPages:        210820 kB
Mapped:            44716 kB
Shmem:             32248 kB
Slab:             246456 kB
SReclaimable:     217848 kB
SUnreclaim:        28608 kB
KernelStack:        3776 kB
PageTables:         5760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     588008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58776 MiB
End job on node148 at 2019-09-13 01:12:01