Trace number 4390110

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
cosoco 2? (TO) 2400.1 2400.11

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-4390110-1568341623.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.19	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.66	c 7006           10316          347142         2174782        31             0              10   30   17   
0.69/0.75	c 7798           11644          388344         2567025        31             0              11   26   21   
0.79/0.81	c 8669           13013          421139         2802521        31             0              5   30   15    
0.89/0.90	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.19/1.20	c 13111          21039          624432         4300792        31             0              17   28   21   
1.29/1.32	c 14511          23320          682222         4733201        31             0              13   22   18   
1.39/1.47	c 16051          25784          764368         5222939        31             0              15   28   20   
1.59/1.64	c 17745          30036          848888         5956450        31             0              9   22   16    
1.79/1.80	c 19608          33253          928442         6572127        31             0              9   22   14    
1.89/2.00	c 21657          37032          1030997        7281347        31             0              15   28   20   
2.19/2.28	c 23910          42503          1158065        8550374        31             0              9   22   18    
2.49/2.53	c 26388          46399          1304084        9341621        31             0              15   28   18   
2.69/2.77	c 29113          52806          1421834        10310376       31             0              9   22   14    
3.00/3.04	c 32110          58763          1555751        11420351       31             0              9   26   14    
3.39/3.46	c 35406          65964          1740678        13336307       31             0              10   26   19   
3.69/3.71	c 39031          71475          1889605        14169295       31             0              10   22   14   
4.00/4.03	c 43018          79065          2066537        15351207       31             0              9   22   13    
4.49/4.56	c 47403          88144          2291536        17773574       31             0              10   24   18   
4.89/4.98	c 52226          95058          2514357        19151675       31             0              14   28   22   
5.39/5.41	c 57531          102512         2720921        20952502       31             0              8   28   14    
5.79/5.80	c 63366          109545         2956566        22258411       31             0              5   24   14    
6.69/6.70	c 69784          123213         3311489        27011684       31             0              10   22   19   
7.10/7.15	c 76843          132682         3570555        28607297       31             0              11   22   13   
8.00/8.04	c 84607          146956         4004358        32601608       31             0              7   28   17    
8.69/8.72	c 93147          161415         4319710        35832055       31             0              3   26   15    
10.00/10.09	c 102541         180558         4850630        42814144       31             0              10   41   16   
11.00/11.09	c 112874         196816         5233800        48148451       31             0              8   22   18    
11.89/11.91	c 124240         214734         5662374        51593154       31             0              9   22   15    
12.69/12.78	c 136742         234998         6154229        54803800       31             0              10   22   14   
13.49/13.52	c 150494         254685         6567663        57570358       31             0              10   22   14   
15.59/15.64	c 165621         285175         7477803        67819534       31             0              12   24   18   
17.00/17.04	c 182260         315949         8194951        73752279       31             0              9   22   15    
19.49/19.58	c 200562         352211         9240536        86259526       31             0              12   24   18   
21.19/21.24	c 220694         384334         10058698       93350229       31             0              5   23   12    
24.29/24.38	c 242839         431202         11439326       107911329      31             0              4   28   18    
26.29/26.33	c 267198         460501         12635800       112818669      31             0              3   28   17    
28.79/28.85	c 293992         493031         13982500       124150288      31             0              7   18   11    
30.69/30.73	c 323465         530713         14954462       131699279      31             0              4   19   9     
33.29/33.39	c 355885         571379         16473062       139637557      31             0              10   41   20   
36.79/36.90	c 391547         618750         18346547       151432200      31             0              5   28   22    
39.89/39.95	c 430775         691795         19836089       163991650      31             0              5   22   13    
44.19/44.22	c 473925         764473         21904480       180913723      31             0              5   27   17    
48.00/48.04	c 521390         845775         23827729       196823830      31             0              5   26   13    
51.69/51.75	c 573601         920429         25974044       209745314      31             0              10   27   14   
57.79/57.86	c 631033         1020062        28823832       235875628      31             0              8   28   19    
63.39/63.40	c 694208         1104545        31900465       253951234      31             0              5   42   24    
71.10/71.11	c 763700         1232532        35254608       291445828      31             0              8   24   16    
80.10/80.18	c 840141         1362816        39480571       329037740      31             0              10   28   18   
87.79/87.89	c 924226         1496644        43383913       359102764      31             0              11   28   17   
97.29/97.39	c 1016719        1652098        47810743       399774368      31             0              8   24   18    
104.79/104.82	c 1118461        1813347        51699869       428491854      31             0              7   28   15    
112.79/112.84	c 1230377        1978640        56122638       458629930      31             0              10   26   15   
123.19/123.29	c 1353484        2171785        61453235       502159176      31             0              10   28   17   
137.19/137.20	c 1488901        2382081        68002021       561166880      31             0              5   28   18    
147.79/147.80	c 1637859        2631773        73160678       608458545      31             0              6   24   15    
163.89/163.96	c 1801712        2875370        80781743       677933371      31             0              7   27   19    
176.79/176.81	c 1981950        3119349        87890415       723862182      31             0              11   27   17   
198.39/198.41	c 2180211        3423932        97784782       814871131      31             0              7   27   19    
217.00/217.04	c 2398298        3748780        107579369      884051292      31             0              11   24   18   
245.29/245.36	c 2638193        4147835        120547407      1010625126     31             0              9   28   19    
268.39/268.44	c 2902077        4532396        132615157      1095107414     31             0              11   24   18   
294.29/294.36	c 3192349        4980057        145361050      1200890906     31             0              6   41   17    
321.00/321.09	c 3511648        5466212        157750561      1325284555     31             0              4   28   18    
351.00/351.10	c 3862876        6004834        173729175      1432058390     31             0              6   23   14    
385.49/385.56	c 4249226        6503565        193891506      1526733282     31             0              3   23   11    
420.49/420.57	c 4674211        7134525        213842794      1644521949     31             0              7   24   14    
458.59/458.69	c 5141694        7862595        234864528      1781538052     31             0              4   42   17    
505.49/505.51	c 5655925        8605772        261649658      1933108452     31             0              4   42   17    
562.09/562.17	c 6221579        9344508        295237198      2104511715     31             0              15   42   21   
618.38/618.46	c 6843798        10192913       327815929      2285164337     31             0              13   41   22   
671.88/671.96	c 7528238        11076673       359683449      2433228576     31             0              3   30   14    
742.28/742.39	c 8281122        12071406       396785718      2663325025     31             0              2   41   15    
804.88/805.00	c 9109294        13339661       432658979      2874714539     31             0              9   23   14    
867.28/867.39	c 10020283       14844898       468768968      3086414799     31             0              7   22   13    
977.88/978.00	c 11022370       16105380       525199455      3450959081     31             0              5   31   11    
1057.78/1057.89	c 12124665       17854928       569891313      3720058995     31             0              3   28   13    
1154.99/1155.09	c 13337189       19514064       626778269      4020635723     31             0              7   43   14    
1262.08/1262.19	c 14670965       21286075       687901695      4360705012     31             0              2   41   14    
1388.47/1388.50	c 16138118       23262708       757005863      4778453419     31             0              2   45   13    
1505.78/1505.83	c 17751986       25429379       823292642      5163636117     31             0              3   42   12    
1668.68/1668.71	c 19527240       27839252       919235811      5661448784     31             0              7   29   15    
1820.09/1820.19	c 21480019       30590897       1000097228     6201274430     31             0              3   40   12    
2031.38/2031.41	c 23628075       33386664       1109404325     6899863553     31             0              3   47   12    
2239.48/2239.50	c 25990936       36727704       1227475995     7563843962     31             0              8   42   20    
2400.09/2400.10	
2400.09/2400.10	c *** INTERRUPTED ***
2400.09/2400.10	c restarts              : 107         
2400.09/2400.10	c conflicts             : 27929091     (11637 /sec)
2400.09/2400.10	c decisions             : 39592687     (16496 /sec)
2400.09/2400.10	c propagations          : 8114456235  (3380907 /sec)
2400.09/2400.10	c root propagations     : 828         
2400.09/2400.10	c filter calls          : 1310774686     (546137 /sec)
2400.09/2400.10	c useless filter calls  : 808128529      (61 %)
2400.09/2400.10	c Memory used           : 26.84 MB
2400.09/2400.10	c CPU time              : 2400.08 s
2400.09/2400.10	c real time             : 2400.11 s
2400.09/2400.10	
2400.09/2400.10	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 (10394 MiB free)
  memory of node 1: 16384 MiB (13044 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390110-1568341623/watcher-4390110-1568341623 -o /tmp/evaluation-result-4390110-1568341623/solver-4390110-1568341623 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568335547-17181 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4390110-1568341623.xml 

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

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=19180, runsolver pid=19177

[startup+0.100161 s]*
/proc/loadavg: 2.21 2.11 2.06 3/199 19181
/proc/meminfo: memFree=24001280/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=3872 CPUtime=0.1 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 1174 0 0 0 10 0 0 0 20 0 1 0 410099641 28143616 968 33554432000 4194304 6210612 140727371005632 140727371002168 5389659 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 968 831 493 0 176 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 3872 KiB

[startup+0.209469 s]*
/proc/loadavg: 2.21 2.11 2.06 3/199 19181
/proc/meminfo: memFree=24001280/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=3872 CPUtime=0.21 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 1174 0 0 0 21 0 0 0 20 0 1 0 410099641 28143616 968 33554432000 4194304 6210612 140727371005632 140727371002168 5148433 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 968 831 493 0 176 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 3872 KiB

[startup+0.308928 s]*
/proc/loadavg: 2.21 2.11 2.06 3/199 19181
/proc/meminfo: memFree=24001280/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=3872 CPUtime=0.31 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 1174 0 0 0 31 0 0 0 20 0 1 0 410099641 28143616 968 33554432000 4194304 6210612 140727371005632 140727371002168 5397063 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 968 831 493 0 176 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 3872 KiB

[startup+0.700274 s]
/proc/loadavg: 2.21 2.11 2.06 3/199 19181
/proc/meminfo: memFree=24001488/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=3872 CPUtime=0.69 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 1174 0 0 0 69 0 0 0 20 0 1 0 410099641 28143616 968 33554432000 4194304 6210612 140727371005632 140727371002168 5397208 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 968 831 493 0 176 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 3872 KiB

[startup+1.50027 s]
/proc/loadavg: 2.21 2.11 2.06 3/199 19181
/proc/meminfo: memFree=24001488/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=3872 CPUtime=1.49 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 1174 0 0 0 149 0 0 0 20 0 1 0 410099641 28143616 968 33554432000 4194304 6210612 140727371005632 140727371003592 5149311 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 968 831 493 0 176 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 3872 KiB

[startup+3.10906 s]
/proc/loadavg: 2.21 2.11 2.06 3/199 19181
/proc/meminfo: memFree=24001424/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=3.1 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 1246 0 0 0 310 0 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5148361 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+6.30026 s]
/proc/loadavg: 2.19 2.11 2.06 3/199 19181
/proc/meminfo: memFree=24001256/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=6.29 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 1318 0 0 0 629 0 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5149290 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+12.7003 s]
/proc/loadavg: 2.17 2.10 2.06 3/200 19183
/proc/meminfo: memFree=24000992/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=12.69 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 1391 0 0 0 1269 0 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5192912 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+25.5003 s]
/proc/loadavg: 2.14 2.10 2.06 3/199 19183
/proc/meminfo: memFree=24000804/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=25.49 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 1535 0 0 0 2549 0 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5149309 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+51.1091 s]
/proc/loadavg: 2.09 2.09 2.06 3/199 19184
/proc/meminfo: memFree=24001256/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=51.1 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 1610 0 0 0 5110 0 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5148579 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+102.3 s]
/proc/loadavg: 2.04 2.08 2.05 3/200 19191
/proc/meminfo: memFree=24000392/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=102.29 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 1685 0 0 0 10229 0 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5397089 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.06 2.05 3/199 19195
/proc/meminfo: memFree=24000396/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=162.29 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 1758 0 0 0 16229 0 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5149332 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.05 2.05 3/200 19207
/proc/meminfo: memFree=23999368/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=222.29 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 1831 0 0 0 22229 0 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5149684 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/201 19213
/proc/meminfo: memFree=23999980/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=282.29 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 1904 0 0 0 28229 0 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5149709 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/200 19217
/proc/meminfo: memFree=24000096/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=342.29 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 1977 0 0 0 34229 0 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5148853 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+402.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/199 19221
/proc/meminfo: memFree=24001204/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=402.29 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 2050 0 0 0 40229 0 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5149280 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+462.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/201 19228
/proc/meminfo: memFree=23999872/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=462.29 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 2123 0 0 0 46229 0 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5149306 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB


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

/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 1662.28 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 19770
/proc/meminfo: memFree=24298072/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=1722.28 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 3574 0 0 0 172227 1 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5148430 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 1722.28 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 19774
/proc/meminfo: memFree=24297884/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=1782.28 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 3641 0 0 0 178227 1 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5192912 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 1782.28 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 19778
/proc/meminfo: memFree=24298324/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=1842.28 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 3714 0 0 0 184227 1 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5148768 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 1842.28 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+1902.3 s]
/proc/loadavg: 2.29 2.08 2.07 3/200 19785
/proc/meminfo: memFree=24298220/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=1902.28 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 3774 0 0 0 190227 1 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5149280 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 1902.28 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+1962.3 s]
/proc/loadavg: 2.34 2.15 2.09 3/199 19789
/proc/meminfo: memFree=24297948/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=1962.28 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 3834 0 0 0 196227 1 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5149285 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 1962.28 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+2022.3 s]
/proc/loadavg: 2.12 2.12 2.09 3/199 19800
/proc/meminfo: memFree=24297496/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=2022.28 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 3894 0 0 0 202227 1 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5192912 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 2022.28 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+2082.3 s]
/proc/loadavg: 2.05 2.10 2.08 3/200 19828
/proc/meminfo: memFree=24296192/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=2082.28 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 3967 0 0 0 208227 1 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5192912 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 2082.28 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+2142.3 s]
/proc/loadavg: 2.02 2.08 2.07 3/199 19832
/proc/meminfo: memFree=24297344/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=2142.28 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 4027 0 0 0 214227 1 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5149306 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 2142.28 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+2202.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/199 19836
/proc/meminfo: memFree=24296868/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=2202.28 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 4087 0 0 0 220227 1 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5149724 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 2202.28 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/200 19842
/proc/meminfo: memFree=24296772/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=2262.28 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 4160 0 0 0 226227 1 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5149306 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 2262.28 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/199 19846
/proc/meminfo: memFree=24297416/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=2322.28 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 4220 0 0 0 232227 1 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5192912 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 2322.28 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/199 19850
/proc/meminfo: memFree=24297740/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=2382.28 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 4280 0 0 0 238227 1 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5149332 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 2382.28 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.11 s]
/proc/loadavg: 2.00 2.04 2.05 3/199 19853
/proc/meminfo: memFree=24297676/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=2400.09 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 4340 0 0 0 240008 1 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5192912 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

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

[startup+2400.11 s]
# the end of solver process 19180 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2400.08 s, system=0.013999 s

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

[startup+2400.11 s]
/proc/loadavg: 2.00 2.04 2.05 3/199 19853
/proc/meminfo: memFree=24297676/32770624 swapFree=67108848/67108860
[pid=19180] ppid=19177 vsize=27484 memory=4052 CPUtime=2400.09 cores=1,3,5,7
/proc/19180/stat : 19180 (cosoco) R 19177 19180 17149 0 -1 4202496 4340 0 0 0 240008 1 0 0 20 0 1 0 410099641 28143616 1013 33554432000 4194304 6210612 140727371005632 140727371003592 5192912 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 24895488 140727371011083 140727371011185 140727371011185 140727371014094 0
/proc/19180/statm: 6871 1013 875 493 0 176 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 4052 KiB

Child status: 1
Real time (s): 2400.11
CPU time (s): 2400.1
CPU user time (s): 2400.08
CPU system time (s): 0.013999
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 27484
Max. memory (cumulated for all children) (KiB): 4052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.08
system time used= 0.013999
maximum resident set size= 4120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4391
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= 6
involuntary context switches= 1300


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

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.5014 second user time and 15.3496 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-13 04:26:22
IDJOB=4390110
IDBENCH=133319
IDSOLVER=2830
FILE ID=node143/4390110-1568341623
RUNJOBID= node143-1568335547-17181
PBS_JOBID= 21701163
Free space on /tmp= 58852 MiB

SOLVER NAME= cosoco 2
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-4390110-1568341623/watcher-4390110-1568341623 -o /tmp/evaluation-result-4390110-1568341623/solver-4390110-1568341623 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568335547-17181 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4390110-1568341623.xml

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

MD5SUM BENCH= 0dd1a305ead2bfc8d563708a38f33655
RANDOM SEED=262313723

node143.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.73
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.73
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.73
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.73
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:        24001660 kB
MemAvailable:   31456172 kB
Buffers:          169408 kB
Cached:          7572808 kB
SwapCached:            8 kB
Active:          2447544 kB
Inactive:        5647392 kB
Active(anon):     307844 kB
Inactive(anon):   144520 kB
Active(file):    2139700 kB
Inactive(file):  5502872 kB
Unevictable:      107780 kB
Mlocked:          107780 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:              2856 kB
Writeback:             0 kB
AnonPages:        460264 kB
Mapped:            49620 kB
Shmem:             90756 kB
Slab:             269452 kB
SReclaimable:     240400 kB
SUnreclaim:        29052 kB
KernelStack:        3552 kB
PageTables:         6620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     831116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 58848 MiB
End job on node143 at 2019-09-13 05:06:22