Trace number 4408650

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.0? (TO) 2400.1 2399.9

General information on the benchmark

NamePrimes/
Primes-m1-p20/Primes-20-60-3-5.xml
MD5SUM0dd1a305ead2bfc8d563708a38f33655
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 benchmark517.414
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Number of domains1
Minimum domain size70
Maximum domain size70
Distribution of domain sizes[{"size":70,"count":99}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":1},{"degree":1,"count":14},{"degree":2,"count":13},{"degree":3,"count":22},{"degree":4,"count":24},{"degree":5,"count":17},{"degree":6,"count":6},{"degree":7,"count":2},{"degree":8,"count":1}]
Minimum constraint arity3
Maximum constraint arity8
Distribution of constraint arities[{"arity":3,"count":5},{"arity":4,"count":10},{"arity":5,"count":15},{"arity":6,"count":8},{"arity":7,"count":9},{"arity":8,"count":13}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":60}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.01	c root propagations     : 828         
0.00/0.01	c restarts enabled, print stats at every restarts
0.00/0.01	c
0.00/0.01	c
0.00/0.01	c
0.00/0.01	c This is cosoco 2.00 --  
0.00/0.01	c
0.00/0.01	c command line: cosoco -lc -model -restarts -stick HOME/instance-4408650-1569797470.xml 
0.00/0.01	c ========================================[ Problem Statistics ]===========================================
0.00/0.01	c |                                                                                                       
0.00/0.01	c |  Parse time        :         0.01 s 
0.00/0.01	c |
0.00/0.01	c |               Variables: 100
0.00/0.01	c |            Domain Sizes: 70..70
0.00/0.01	c |
0.00/0.01	c |             Constraints: 60
0.00/0.01	c |                   Arity: 3..8  -- Ternary: 5
0.00/0.01	c | 
0.00/0.01	c |                   Types: 
0.00/0.01	c |                          Sum: 60
0.00/0.01	c |                          
0.00/0.01	c =========================================================================================================
0.00/0.01	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.01	c remove useless variable x[77]
0.00/0.02	c 101            150            6287           32257          31             0              1   24   18    
0.00/0.02	c 211            298            9782           50638          31             0              5   23   9     
0.00/0.03	c 332            467            14527          83459          31             0              5   23   11    
0.00/0.05	c 465            673            23625          123664         31             0              1   19   13    
0.00/0.07	c 611            925            33987          173581         31             0              3   24   11    
0.00/0.08	c 771            1121           41195          203285         31             0              11   17   11   
0.00/0.10	c 947            1388           52838          257752         31             0              14   23   17   
0.10/0.12	c 1140           1652           62739          316969         31             0              14   23   18   
0.10/0.13	c 1352           1932           72091          370083         31             0              5   32   12    
0.10/0.15	c 1585           2332           83174          430447         31             0              8   28   18    
0.10/0.18	c 1841           2693           95203          543402         31             0              20   28   24   
0.10/0.20	c 2122           3130           105664         582288         31             0              13   27   18   
0.21/0.23	c 2431           3644           123542         726481         31             0              18   27   23   
0.21/0.25	c 2770           4169           130806         766956         31             0              14   27   18   
0.21/0.29	c 3142           4706           154328         930314         31             0              20   28   24   
0.31/0.33	c 3551           5460           176101         1069386        31             0              9   26   17    
0.31/0.39	c 4000           6171           203867         1287963        31             0              9   20   15    
0.41/0.43	c 4493           6821           226232         1440337        31             0              14   28   25   
0.41/0.47	c 5035           7586           248832         1579750        31             0              12   23   13   
0.41/0.51	c 5631           8220           269981         1689425        31             0              4   9   7      
0.51/0.58	c 6286           9264           307141         1946136        31             0              16   26   22   
0.60/0.65	c 7006           10316          347142         2174782        31             0              10   30   17   
0.69/0.74	c 7798           11644          388344         2567025        31             0              11   26   21   
0.79/0.80	c 8669           13013          421139         2802521        31             0              5   30   15    
0.79/0.89	c 9627           14558          472840         3063720        31             0              15   28   23   
0.89/0.97	c 10680          16423          511659         3348459        31             0              14   28   19   
1.00/1.08	c 11838          18665          564683         3827937        31             0              12   20   15   
1.10/1.20	c 13111          21039          624432         4300792        31             0              17   28   21   
1.29/1.31	c 14511          23320          682222         4733201        31             0              13   22   18   
1.39/1.46	c 16051          25784          764368         5222939        31             0              15   28   20   
1.59/1.63	c 17745          30036          848888         5956450        31             0              9   22   16    
1.69/1.78	c 19608          33253          928442         6572127        31             0              9   22   14    
1.89/1.98	c 21657          37032          1030997        7281347        31             0              15   28   20   
2.19/2.26	c 23910          42503          1158065        8550374        31             0              9   22   18    
2.49/2.51	c 26388          46399          1304084        9341621        31             0              15   28   18   
2.69/2.75	c 29113          52806          1421834        10310376       31             0              9   22   14    
3.00/3.01	c 32110          58763          1555751        11420351       31             0              9   26   14    
3.39/3.43	c 35406          65964          1740678        13336307       31             0              10   26   19   
3.59/3.68	c 39031          71475          1889605        14169295       31             0              10   22   14   
3.89/4.00	c 43018          79065          2066537        15351207       31             0              9   22   13    
4.49/4.52	c 47403          88144          2291536        17773574       31             0              10   24   18   
4.89/4.93	c 52226          95058          2514357        19151675       31             0              14   28   22   
5.29/5.36	c 57531          102512         2720921        20952502       31             0              8   28   14    
5.69/5.75	c 63366          109545         2956566        22258411       31             0              5   24   14    
6.59/6.64	c 69784          123213         3311489        27011684       31             0              10   22   19   
7.00/7.08	c 76843          132682         3570555        28607297       31             0              11   22   13   
7.89/7.97	c 84607          146956         4004358        32601608       31             0              7   28   17    
8.59/8.64	c 93147          161415         4319710        35832055       31             0              3   26   15    
9.89/9.99	c 102541         180558         4850630        42814144       31             0              10   41   16   
10.89/10.98	c 112874         196816         5233800        48148451       31             0              8   22   18    
11.79/11.80	c 124240         214734         5662374        51593154       31             0              9   22   15    
12.59/12.65	c 136742         234998         6154229        54803800       31             0              10   22   14   
13.39/13.40	c 150494         254685         6567663        57570358       31             0              10   22   14   
15.39/15.49	c 165621         285175         7477803        67819534       31             0              12   24   18   
16.79/16.88	c 182260         315949         8194951        73752279       31             0              9   22   15    
19.29/19.39	c 200562         352211         9240536        86259526       31             0              12   24   18   
21.00/21.04	c 220694         384334         10058698       93350229       31             0              5   23   12    
24.10/24.14	c 242839         431202         11439326       107911329      31             0              4   28   18    
26.00/26.08	c 267198         460501         12635800       112818669      31             0              3   28   17    
28.49/28.59	c 293992         493031         13982500       124150288      31             0              7   18   11    
30.39/30.46	c 323465         530713         14954462       131699279      31             0              4   19   9     
33.00/33.10	c 355885         571379         16473062       139637557      31             0              10   41   20   
36.49/36.57	c 391547         618750         18346547       151432200      31             0              5   28   22    
39.60/39.60	c 430775         691795         19836089       163991650      31             0              5   22   13    
43.80/43.82	c 473925         764473         21904480       180913723      31             0              5   27   17    
47.60/47.61	c 521390         845775         23827729       196823830      31             0              5   26   13    
51.20/51.29	c 573601         920429         25974044       209745314      31             0              10   27   14   
57.30/57.33	c 631033         1020062        28823832       235875628      31             0              8   28   19    
62.80/62.81	c 694208         1104545        31900465       253951234      31             0              5   42   24    
70.40/70.43	c 763700         1232532        35254608       291445828      31             0              8   24   16    
79.30/79.39	c 840141         1362816        39480571       329037740      31             0              10   28   18   
87.01/87.02	c 924226         1496644        43383913       359102764      31             0              11   28   17   
96.40/96.41	c 1016719        1652098        47810743       399774368      31             0              8   24   18    
103.70/103.78	c 1118461        1813347        51699869       428491854      31             0              7   28   15    
111.70/111.74	c 1230377        1978640        56122638       458629930      31             0              10   26   15   
122.01/122.08	c 1353484        2171785        61453235       502159176      31             0              10   28   17   
135.80/135.83	c 1488901        2382081        68002021       561166880      31             0              5   28   18    
146.30/146.32	c 1637859        2631773        73160678       608458545      31             0              6   24   15    
162.21/162.29	c 1801712        2875370        80781743       677933371      31             0              7   27   19    
175.01/175.04	c 1981950        3119349        87890415       723862182      31             0              11   27   17   
196.31/196.37	c 2180211        3423932        97784782       814871131      31             0              7   27   19    
214.81/214.82	c 2398298        3748780        107579369      884051292      31             0              11   24   18   
242.71/242.79	c 2638193        4147835        120547407      1010625126     31             0              9   28   19    
265.61/265.65	c 2902077        4532396        132615157      1095107414     31             0              11   24   18   
291.22/291.29	c 3192349        4980057        145361050      1200890906     31             0              6   41   17    
317.72/317.72	c 3511648        5466212        157750561      1325284555     31             0              4   28   18    
347.52/347.51	c 3862876        6004834        173729175      1432058390     31             0              6   23   14    
381.72/381.79	c 4249226        6503565        193891506      1526733282     31             0              3   23   11    
416.53/416.57	c 4674211        7134525        213842794      1644521949     31             0              7   24   14    
454.43/454.40	c 5141694        7862595        234864528      1781538052     31             0              4   42   17    
500.93/500.91	c 5655925        8605772        261649658      1933108452     31             0              4   42   17    
557.15/557.16	c 6221579        9344508        295237198      2104511715     31             0              15   42   21   
613.05/613.03	c 6843798        10192913       327815929      2285164337     31             0              13   41   22   
666.35/666.31	c 7528238        11076673       359683449      2433228576     31             0              3   30   14    
736.16/736.15	c 8281122        12071406       396785718      2663325025     31             0              2   41   15    
798.36/798.39	c 9109294        13339661       432658979      2874714539     31             0              9   23   14    
860.56/860.52	c 10020283       14844898       468768968      3086414799     31             0              7   22   13    
970.27/970.24	c 11022370       16105380       525199455      3450959081     31             0              5   31   11    
1049.78/1049.74	c 12124665       17854928       569891313      3720058995     31             0              3   28   13    
1146.49/1146.46	c 13337189       19514064       626778269      4020635723     31             0              7   43   14    
1252.89/1252.86	c 14670965       21286075       687901695      4360705012     31             0              2   41   14    
1378.30/1378.23	c 16138118       23262708       757005863      4778453419     31             0              2   45   13    
1494.91/1494.85	c 17751986       25429379       823292642      5163636117     31             0              3   42   12    
1656.83/1656.77	c 19527240       27839252       919235811      5661448784     31             0              7   29   15    
1807.34/1807.23	c 21480019       30590897       1000097228     6201274430     31             0              3   40   12    
2016.76/2016.64	c 23628075       33386664       1109404325     6899863553     31             0              3   47   12    
2223.29/2223.14	c 25990936       36727704       1227475995     7563843962     31             0              8   42   20    
2400.09/2399.90	
2400.09/2399.90	c *** INTERRUPTED ***
2400.09/2399.90	c restarts              : 107         
2400.09/2399.90	c conflicts             : 28194004     (11747 /sec)
2400.09/2399.90	c decisions             : 39980909     (16658 /sec)
2400.09/2399.90	c propagations          : 8183506189  (3409655 /sec)
2400.09/2399.90	c root propagations     : 828         
2400.09/2399.90	c filter calls          : 1319234145     (549658 /sec)
2400.09/2399.90	c useless filter calls  : 813623462      (61 %)
2400.09/2399.90	c Memory used           : 26.84 MB
2400.09/2399.90	c CPU time              : 2400.1 s
2400.09/2399.90	c real time             : 2399.9 s
2400.09/2399.90	
2400.09/2399.90	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15278 MiB free)
  memory of node 1: 16384 MiB (15512 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4408650-1569797470/watcher-4408650-1569797470 -o /tmp/evaluation-result-4408650-1569797470/solver-4408650-1569797470 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1569787350-25284 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4408650-1569797470.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
solver pid=27169, runsolver pid=27166
Current StackSize limit: 8192 KiB


[startup+0.100194 s]*
/proc/loadavg: 2.00 2.01 2.05 3/200 27170
/proc/meminfo: memFree=31529808/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=3952 CPUtime=0.1 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 1179 0 0 0 10 0 0 0 20 0 1 0 555684701 28143616 988 33554432000 4194304 6211132 140728528835088 140728528831624 5150960 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 988 851 493 0 176 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 3952 KiB

[startup+0.209437 s]*
/proc/loadavg: 2.00 2.01 2.05 3/200 27170
/proc/meminfo: memFree=31529808/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=3952 CPUtime=0.21 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 1179 0 0 0 21 0 0 0 20 0 1 0 555684701 28143616 988 33554432000 4194304 6211132 140728528835088 140728528831624 5193760 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 988 851 493 0 176 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 3952 KiB

[startup+0.30894 s]*
/proc/loadavg: 2.00 2.01 2.05 3/200 27170
/proc/meminfo: memFree=31529808/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=3952 CPUtime=0.31 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 1179 0 0 0 31 0 0 0 20 0 1 0 555684701 28143616 988 33554432000 4194304 6211132 140728528835088 140728528831624 5149324 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 988 851 493 0 176 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 3952 KiB

[startup+0.700336 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 27170
/proc/meminfo: memFree=31529808/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=3952 CPUtime=0.69 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 1179 0 0 0 69 0 0 0 20 0 1 0 555684701 28143616 988 33554432000 4194304 6211132 140728528835088 140728528833048 5149706 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 988 851 493 0 176 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 3952 KiB

[startup+1.50033 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 27170
/proc/meminfo: memFree=31529264/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=3952 CPUtime=1.49 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 1179 0 0 0 149 0 0 0 20 0 1 0 555684701 28143616 988 33554432000 4194304 6211132 140728528835088 140728528833048 5193760 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 988 851 493 0 176 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 3952 KiB

[startup+3.1095 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 27170
/proc/meminfo: memFree=31528956/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=3.1 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 1250 0 0 0 310 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5149898 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+6.30033 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 27170
/proc/meminfo: memFree=31528884/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=6.29 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 1321 0 0 0 629 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5150118 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 27170
/proc/meminfo: memFree=31529008/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=12.69 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 1393 0 0 0 1269 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5193760 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 27172
/proc/meminfo: memFree=31528868/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=25.49 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 1535 0 0 0 2549 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5148882 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+51.1091 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 27173
/proc/meminfo: memFree=31529336/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=51.1 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 1609 0 0 0 5110 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5151129 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 27176
/proc/meminfo: memFree=31529616/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=102.3 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 1683 0 0 0 10230 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5149732 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+162.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/201 27183
/proc/meminfo: memFree=31528912/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=162.31 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 1755 0 0 0 16231 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5193760 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 162.31 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+222.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/200 27187
/proc/meminfo: memFree=31529300/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=222.31 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 1827 0 0 0 22231 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5149714 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 222.31 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/199 27192
/proc/meminfo: memFree=31530000/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=282.32 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 1827 0 0 0 28232 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5193760 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 282.32 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 27198
/proc/meminfo: memFree=31528940/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=342.32 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 1899 0 0 0 34232 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5193760 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 342.32 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27202
/proc/meminfo: memFree=31528892/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=402.33 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 1899 0 0 0 40233 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5193760 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 402.33 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27207
/proc/meminfo: memFree=31529068/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=462.33 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 1971 0 0 0 46233 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5150435 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 462.33 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB


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

/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 1662.43 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/199 27648
/proc/meminfo: memFree=31544056/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=1722.43 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 2676 0 0 0 172243 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5149706 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 1722.43 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/201 27662
/proc/meminfo: memFree=31544596/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=1782.44 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 2743 0 0 0 178244 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5193760 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 1782.44 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/200 27666
/proc/meminfo: memFree=31543840/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=1842.44 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 2750 0 0 0 184244 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5148819 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 1842.44 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/200 27670
/proc/meminfo: memFree=31543788/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=1902.45 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 2810 0 0 0 190245 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5193760 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 1902.45 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/201 27676
/proc/meminfo: memFree=31544448/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=1962.46 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 2810 0 0 0 196246 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5149978 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 1962.46 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/200 27680
/proc/meminfo: memFree=31544588/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=2022.46 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 2882 0 0 0 202246 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5149015 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 2022.46 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/199 27685
/proc/meminfo: memFree=31544528/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=2082.47 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 2882 0 0 0 208247 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5149721 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 2082.47 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/200 27691
/proc/meminfo: memFree=31543792/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=2142.47 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 2942 0 0 0 214247 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5149680 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 2142.47 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.00 2.03 4/199 27695
/proc/meminfo: memFree=31543620/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=2202.48 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 2942 0 0 0 220248 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5193728 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 2202.48 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/199 27700
/proc/meminfo: memFree=31544460/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=2262.48 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 3014 0 0 0 226248 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5149680 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 2262.48 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/200 27706
/proc/meminfo: memFree=31543888/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=2322.49 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 3014 0 0 0 232249 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5390068 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 2322.49 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

[startup+2382.3 s]
/proc/loadavg: 2.05 2.02 2.04 3/200 27718
/proc/meminfo: memFree=31544204/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=2382.49 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 3074 0 0 0 238249 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5149732 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 2382.49 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.9 s]
/proc/loadavg: 2.04 2.01 2.04 3/200 27719
/proc/meminfo: memFree=31544112/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=2400.09 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 3074 0 0 0 240009 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5193760 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

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

[startup+2399.9 s]
# the end of solver process 27169 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2400.1 s, system=0.006 s

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

[startup+2399.9 s]
/proc/loadavg: 2.04 2.01 2.04 3/200 27719
/proc/meminfo: memFree=31544112/32770624 swapFree=66937824/67108860
[pid=27169] ppid=27166 vsize=27484 memory=4068 CPUtime=2400.09 cores=0,2,4,6
/proc/27169/stat : 27169 (cosoco) R 27166 27169 25253 0 -1 4202496 3074 0 0 0 240009 0 0 0 20 0 1 0 555684701 28143616 1017 33554432000 4194304 6211132 140728528835088 140728528833048 5193760 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 12206080 140728528843787 140728528843889 140728528843889 140728528846798 0
/proc/27169/statm: 6871 1017 879 493 0 176 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4068 KiB

Child status: 1
Real time (s): 2399.9
CPU time (s): 2400.1
CPU user time (s): 2400.1
CPU system time (s): 0.006
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 27484
Max. memory (cumulated for all children) (KiB): 4068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.1
system time used= 0.006
maximum resident set size= 4132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3124
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= 14
involuntary context switches= 3002


# summary of solver processes directly reported to runsolver:
#   pid: 27169
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2400.1
#   total CPU system time (s): 0.006

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.06011 second user time and 15.0178 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-30 00:50:26
IDJOB=4408650
IDBENCH=133319
IDSOLVER=2875
FILE ID=node141/4408650-1569797470
RUNJOBID= node141-1569787350-25284
PBS_JOBID= 21705821
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 2.0
BENCH NAME= XCSP17/Primes/Primes-m1-p20/Primes-20-60-3-5.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4408650-1569797470/watcher-4408650-1569797470 -o /tmp/evaluation-result-4408650-1569797470/solver-4408650-1569797470 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1569787350-25284 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4408650-1569797470.xml

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

MD5SUM BENCH= 0dd1a305ead2bfc8d563708a38f33655
RANDOM SEED=1665895201

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        31529608 kB
MemAvailable:   31806312 kB
Buffers:          191740 kB
Cached:           428700 kB
SwapCached:        62076 kB
Active:           357832 kB
Inactive:         347760 kB
Active(anon):      36960 kB
Inactive(anon):   126388 kB
Active(file):     320872 kB
Inactive(file):   221372 kB
Unevictable:      107692 kB
Mlocked:          107692 kB
SwapTotal:      67108860 kB
SwapFree:       66937824 kB
Dirty:              2804 kB
Writeback:             0 kB
AnonPages:        140928 kB
Mapped:            28400 kB
Shmem:             69528 kB
Slab:             129956 kB
SReclaimable:     100592 kB
SUnreclaim:        29364 kB
KernelStack:        3776 kB
PageTables:         5876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     586012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 62024 MiB
End job on node141 at 2019-09-30 01:30:26