Trace number 4408013

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) 2520.1 2519.8

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-13.xml
MD5SUM388994c608323cc5ca888624a3c66f06
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 benchmark110.493
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains89
Minimum domain size1197
Maximum domain size1295
Distribution of domain sizes[{"size":1197,"count":4},{"size":1199,"count":2},{"size":1200,"count":14},{"size":1201,"count":2},{"size":1202,"count":4},{"size":1203,"count":4},{"size":1204,"count":4},{"size":1206,"count":6},{"size":1207,"count":6},{"size":1208,"count":4},{"size":1209,"count":4},{"size":1210,"count":6},{"size":1211,"count":2},{"size":1212,"count":6},{"size":1213,"count":6},{"size":1214,"count":6},{"size":1215,"count":6},{"size":1216,"count":8},{"size":1217,"count":2},{"size":1218,"count":6},{"size":1219,"count":2},{"size":1220,"count":6},{"size":1221,"count":6},{"size":1222,"count":4},{"size":1223,"count":4},"...",{"size":1269,"count":8}, {"size":1270,"count":6}, {"size":1271,"count":4}, {"size":1272,"count":4}, {"size":1273,"count":6}, {"size":1274,"count":6}, {"size":1275,"count":4}, {"size":1277,"count":6}, {"size":1278,"count":6}, {"size":1279,"count":8}, {"size":1280,"count":4}, {"size":1281,"count":6}, {"size":1282,"count":6}, {"size":1283,"count":4}, {"size":1284,"count":10}, {"size":1285,"count":6}, {"size":1286,"count":6}, {"size":1287,"count":4}, {"size":1288,"count":2}, {"size":1289,"count":2}, {"size":1290,"count":2}, {"size":1291,"count":6}, {"size":1292,"count":4}, {"size":1293,"count":10}, {"size":1295,"count":2}]
Minimum variable degree16
Maximum variable degree33
Distribution of variable degrees[{"degree":16,"count":30},{"degree":17,"count":195},{"degree":31,"count":30},{"degree":33,"count":195}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5580}]
Number of extensional constraints0
Number of intensional constraints5580
Distribution of constraint types[{"type":"intension","count":5580}]
Optimization problemNO
Type of objective

Solver Data

3.59/3.66	c root propagations     : 313068      
3.59/3.66	c restarts enabled, print stats at every restarts
3.59/3.66	c
3.59/3.66	c
3.59/3.66	c
3.59/3.66	c This is cosoco 2.00 --  
3.59/3.66	c
3.59/3.66	c command line: cosoco -lc -model -restarts -stick HOME/instance-4408013-1569809039.xml 
3.59/3.66	c ========================================[ Problem Statistics ]===========================================
3.59/3.66	c |                                                                                                       
3.59/3.66	c |  Parse time        :         3.51 s 
3.59/3.66	c |
3.59/3.66	c |               Variables: 450
3.59/3.66	c |            Domain Sizes: 1197..1295
3.59/3.66	c |
3.59/3.66	c |             Constraints: 5580
3.59/3.66	c |                   Arity: 2..2  -- Binary: 5580
3.59/3.66	c | 
3.59/3.66	c |                   Types: 
3.59/3.66	c |                          (X != Y): 225
3.59/3.66	c |                          (X -Y <= k): 630
3.59/3.66	c |                          Intension: 4725
3.59/3.66	c |                          
3.59/3.66	c =========================================================================================================
3.59/3.66	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
24.39/24.46	c 101            193            354092         1810721        450            0              6   65   44    
39.80/39.87	c 211            427            672894         2699314        450            0              1   46   20    
58.50/58.52	c 332            760            1075505        3202606        450            0              1   18   6     
83.20/83.25	c 465            945            1366199        5564596        450            0              1   39   34    
103.90/103.96	c 611            1326           1779115        5920272        450            0              19   43   29   
126.01/126.08	c 771            1787           2305088        8318500        450            0              6   58   43    
149.01/149.06	c 947            2369           2829606        9053060        450            0              1   68   14    
188.80/188.83	c 1140           2618           3203939        12403269       450            0              4   43   41    
228.81/228.89	c 1352           2896           3709586        15706832       450            0              24   54   50   
252.02/252.06	c 1585           3457           4196982        16315289       450            0              1   50   26    
282.41/282.47	c 1841           4078           4823866        17431292       450            0              1   52   23    
344.52/344.51	c 2122           4828           6076246        20180130       450            0              1   69   28    
414.92/414.90	c 2431           5595           7055401        23274268       450            0              1   55   26    
432.72/432.76	c 2770           6062           7349023        24544187       450            0              5   52   47    
473.83/473.90	c 3142           6615           8033292        26683491       450            0              3   44   33    
540.24/540.28	c 3551           7372           8859651        31142966       450            0              1   43   30    
612.15/612.12	c 4000           7943           9447740        36718923       450            0              1   57   53    
649.06/649.04	c 4493           8737           10177277       39549943       450            0              5   106   86   
708.06/708.01	c 5035           10286          10908075       43430637       450            0              4   70   54    
753.46/753.40	c 5631           11134          11630276       46264048       450            0              2   95   84    
785.77/785.73	c 6286           11983          12279463       49870707       450            0              1   59   54    
804.97/804.97	c 7006           12782          12568840       51755006       450            0              3   39   38    
830.87/830.83	c 7798           13688          12960646       54432564       450            0              3   38   36    
846.37/846.34	c 8669           14669          13337382       55929676       450            0              3   40   38    
910.58/910.54	c 9627           15710          13945441       64517438       450            0              3   41   40    
1128.50/1128.50	c 10680          16974          15436983       82761528       450            0              12   53   51   
1197.71/1197.69	c 11838          18380          16460674       92417295       450            0              19   52   48   
1657.38/1657.28	c 13111          20099          20708334       122636947      450            0              2   43   40    
1683.58/1683.45	c 14511          21669          21195398       124617691      450            0              12   73   68   
1879.40/1879.26	c 16051          23631          23150976       141895968      450            0              5   21   18    
2123.43/2123.28	c 17745          25748          25228889       160066623      450            0              6   40   37    
2237.04/2236.85	c 19608          28079          26580744       168492654      450            0              15   52   48   
2311.36/2311.14	c 21657          30208          27606848       174976492      450            0              14   57   56   
2470.17/2469.91	c 23910          32657          29718934       195123245      450            0              1   21   20    
2520.08/2519.80	
2520.08/2519.80	c *** INTERRUPTED ***
2520.08/2519.80	c restarts              : 34          
2520.08/2519.80	c conflicts             : 24420        (10 /sec)
2520.08/2519.80	c decisions             : 33376        (13 /sec)
2520.08/2519.80	c propagations          : 198373481   (78726 /sec)
2520.08/2519.80	c root propagations     : 313068      
2520.08/2519.80	c filter calls          : 30471251       (12093 /sec)
2520.08/2519.80	c useless filter calls  : 27119268       (88 %)
2520.08/2519.80	c Memory used           : 449.09 MB
2520.08/2519.80	c CPU time              : 2519.78 s
2520.08/2519.80	c real time             : 2519.8 s
2520.08/2519.80	
2520.08/2519.80	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 (15008 MiB free)
  memory of node 1: 16384 MiB (14562 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4408013-1569809039/watcher-4408013-1569809039 -o /tmp/evaluation-result-4408013-1569809039/solver-4408013-1569809039 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1569787351-18444 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4408013-1569809039.xml 

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

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


[startup+0.100191 s]*
/proc/loadavg: 2.24 2.14 2.09 3/200 22244
/proc/meminfo: memFree=30275636/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=32704 memory=8788 CPUtime=0.1 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 2384 0 0 0 10 0 0 0 20 0 1 0 556817715 33488896 2197 33554432000 4194304 6211132 140723415001024 140723414997560 5816164 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 8176 2197 798 493 0 1481 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 32704 KiB
Current children cumulated memory: 8788 KiB

[startup+0.209678 s]*
/proc/loadavg: 2.24 2.14 2.09 3/200 22244
/proc/meminfo: memFree=30274892/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=33416 memory=9456 CPUtime=0.21 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 2569 0 0 0 21 0 0 0 20 0 1 0 556817715 34217984 2364 33554432000 4194304 6211132 140723415001024 140723414997560 140418883664869 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 8354 2364 798 493 0 1659 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 33416 KiB
Current children cumulated memory: 9456 KiB

[startup+0.309006 s]*
/proc/loadavg: 2.24 2.14 2.09 3/200 22244
/proc/meminfo: memFree=30266576/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=42424 memory=18612 CPUtime=0.3 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 4829 0 0 0 30 0 0 0 20 0 1 0 556817715 43442176 4653 33554432000 4194304 6211132 140723415001024 140723414997560 140418883664869 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 10606 4653 816 493 0 3911 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 42424 KiB
Current children cumulated memory: 18612 KiB

[startup+0.700407 s]
/proc/loadavg: 2.24 2.14 2.09 3/200 22244
/proc/meminfo: memFree=30248348/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=77228 memory=53252 CPUtime=0.69 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 13518 0 0 0 68 1 0 0 20 0 1 0 556817715 79081472 13313 33554432000 4194304 6211132 140723415001024 140723414992664 140418883664869 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 19307 13313 816 493 0 12612 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 77228 KiB
Current children cumulated memory: 53252 KiB

[startup+1.5004 s]
/proc/loadavg: 2.24 2.14 2.09 3/200 22244
/proc/meminfo: memFree=30203012/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=149712 memory=125900 CPUtime=1.49 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 31649 0 0 0 145 4 0 0 20 0 1 0 556817715 153305088 31475 33554432000 4194304 6211132 140723415001024 140723414992664 140418883664869 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 37428 31475 816 493 0 30733 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 149712 KiB
Current children cumulated memory: 125900 KiB

[startup+3.10946 s]
/proc/loadavg: 2.22 2.14 2.09 3/200 22244
/proc/meminfo: memFree=30021856/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=295392 memory=271448 CPUtime=3.1 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 68564 0 0 0 300 10 0 0 20 0 1 0 556817715 302481408 67862 33554432000 4194304 6211132 140723415001024 140723414996120 140418883664869 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 73848 67862 816 493 0 67153 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 295392 KiB
Current children cumulated memory: 271448 KiB

[startup+6.30039 s]
/proc/loadavg: 2.22 2.14 2.09 3/200 22244
/proc/meminfo: memFree=29967656/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=339604 memory=316144 CPUtime=6.29 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 107219 0 0 0 615 14 0 0 20 0 1 0 556817715 347754496 79036 33554432000 4194304 6211132 140723415001024 140723414996120 5446172 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 84901 79036 860 493 0 78206 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 339604 KiB
Current children cumulated memory: 316144 KiB

[startup+12.7004 s]
/proc/loadavg: 2.19 2.13 2.09 3/200 22244
/proc/meminfo: memFree=29951412/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=355972 memory=332448 CPUtime=12.69 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 133985 0 0 0 1254 15 0 0 20 0 1 0 556817715 364515328 83112 33554432000 4194304 6211132 140723415001024 140723414998680 5440612 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 88993 83112 860 493 0 82298 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 355972 KiB
Current children cumulated memory: 332448 KiB

[startup+25.5004 s]
/proc/loadavg: 2.16 2.13 2.09 3/200 22244
/proc/meminfo: memFree=29938516/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=368644 memory=345140 CPUtime=25.49 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 178215 0 0 0 2532 17 0 0 20 0 1 0 556817715 377491456 86285 33554432000 4194304 6211132 140723415001024 140723414998680 5068955 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 92161 86285 862 493 0 85466 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 368644 KiB
Current children cumulated memory: 345140 KiB

[startup+51.1096 s]
/proc/loadavg: 2.10 2.12 2.08 3/200 22247
/proc/meminfo: memFree=29933056/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=374188 memory=350776 CPUtime=51.11 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 210818 0 0 0 5092 19 0 0 20 0 1 0 556817715 383168512 87694 33554432000 4194304 6211132 140723415001024 140723414998680 5442980 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 93547 87694 862 493 0 86852 0
Current children cumulated CPU time: 51.11 s
Current children cumulated vsize: 374188 KiB
Current children cumulated memory: 350776 KiB

[startup+102.3 s]
/proc/loadavg: 2.04 2.10 2.08 3/200 22251
/proc/meminfo: memFree=29914776/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=389632 memory=366240 CPUtime=102.3 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 260353 0 0 0 10208 22 0 0 20 0 1 0 556817715 398983168 91560 33554432000 4194304 6211132 140723415001024 140723414998680 5455690 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 97408 91560 862 493 0 90713 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 389632 KiB
Current children cumulated memory: 366240 KiB

[startup+162.3 s]
/proc/loadavg: 2.02 2.08 2.07 3/200 22255
/proc/meminfo: memFree=29897404/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=407584 memory=384108 CPUtime=162.3 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 308594 0 0 0 16205 25 0 0 20 0 1 0 556817715 417366016 96027 33554432000 4194304 6211132 140723415001024 140723414998680 140418884591035 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 101896 96027 862 493 0 95201 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 407584 KiB
Current children cumulated memory: 384108 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/200 22261
/proc/meminfo: memFree=29894060/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=411676 memory=388180 CPUtime=222.31 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 335073 0 0 0 22205 26 0 0 20 0 1 0 556817715 421556224 97045 33554432000 4194304 6211132 140723415001024 140723414998680 5446944 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 102919 97045 862 493 0 96224 0
Current children cumulated CPU time: 222.31 s
Current children cumulated vsize: 411676 KiB
Current children cumulated memory: 388180 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/199 22265
/proc/meminfo: memFree=29890688/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=414580 memory=391116 CPUtime=282.31 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 343053 0 0 0 28205 26 0 0 20 0 1 0 556817715 424529920 97779 33554432000 4194304 6211132 140723415001024 140723414998680 140418893609872 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 103645 97779 862 493 0 96950 0
Current children cumulated CPU time: 282.31 s
Current children cumulated vsize: 414580 KiB
Current children cumulated memory: 391116 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/199 22269
/proc/meminfo: memFree=29880716/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=425148 memory=401508 CPUtime=342.32 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 351322 0 0 0 34205 27 0 0 20 0 1 0 556817715 435351552 100377 33554432000 4194304 6211132 140723415001024 140723414998680 5476848 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 106287 100377 862 493 0 99592 0
Current children cumulated CPU time: 342.32 s
Current children cumulated vsize: 425148 KiB
Current children cumulated memory: 401508 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/200 22275
/proc/meminfo: memFree=29877272/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=429240 memory=405592 CPUtime=402.32 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 352510 0 0 0 40205 27 0 0 20 0 1 0 556817715 439541760 101398 33554432000 4194304 6211132 140723415001024 140723414998680 5446311 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 107310 101398 862 493 0 100615 0
Current children cumulated CPU time: 402.32 s
Current children cumulated vsize: 429240 KiB
Current children cumulated memory: 405592 KiB

[startup+462.3 s]
/proc/loadavg: 2.06 2.05 2.05 3/200 22287
/proc/meminfo: memFree=29875736/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=430164 memory=406640 CPUtime=462.33 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 353340 0 0 0 46206 27 0 0 20 0 1 0 556817715 440487936 101660 33554432000 4194304 6211132 140723415001024 140723414998680 5453940 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 107541 101660 862 493 0 100846 0
Current children cumulated CPU time: 462.33 s
Current children cumulated vsize: 430164 KiB
Current children cumulated memory: 406640 KiB


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

/proc/22243/statm: 114174 108288 862 493 0 107479 0
Current children cumulated CPU time: 1722.48 s
Current children cumulated vsize: 456696 KiB
Current children cumulated memory: 433152 KiB

[startup+1782.3 s]
/proc/loadavg: 2.07 2.13 2.09 3/199 22466
/proc/meminfo: memFree=29868844/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=456960 memory=433468 CPUtime=1782.49 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 374231 0 0 0 178219 30 0 0 20 0 1 0 556817715 467927040 108367 33554432000 4194304 6211132 140723415001024 140723414998680 5476804 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 114240 108367 862 493 0 107545 0
Current children cumulated CPU time: 1782.49 s
Current children cumulated vsize: 456960 KiB
Current children cumulated memory: 433468 KiB

[startup+1842.3 s]
/proc/loadavg: 2.03 2.11 2.08 3/200 22472
/proc/meminfo: memFree=29866744/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=456960 memory=433484 CPUtime=1842.5 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 374386 0 0 0 184220 30 0 0 20 0 1 0 556817715 467927040 108371 33554432000 4194304 6211132 140723415001024 140723414998680 5441152 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 114240 108371 862 493 0 107545 0
Current children cumulated CPU time: 1842.5 s
Current children cumulated vsize: 456960 KiB
Current children cumulated memory: 433484 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.09 2.08 3/199 22476
/proc/meminfo: memFree=29867624/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=457224 memory=433744 CPUtime=1902.51 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 375120 0 0 0 190221 30 0 0 20 0 1 0 556817715 468197376 108436 33554432000 4194304 6211132 140723415001024 140723414998680 5164777 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 114306 108436 862 493 0 107611 0
Current children cumulated CPU time: 1902.51 s
Current children cumulated vsize: 457224 KiB
Current children cumulated memory: 433744 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.07 2.07 3/199 22480
/proc/meminfo: memFree=29867948/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=457356 memory=433888 CPUtime=1962.51 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 375317 0 0 0 196221 30 0 0 20 0 1 0 556817715 468332544 108472 33554432000 4194304 6211132 140723415001024 140723414998680 140418893609821 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 114339 108472 862 493 0 107644 0
Current children cumulated CPU time: 1962.51 s
Current children cumulated vsize: 457356 KiB
Current children cumulated memory: 433888 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.06 2.07 3/200 22486
/proc/meminfo: memFree=29867608/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=457356 memory=433976 CPUtime=2022.52 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 375878 0 0 0 202222 30 0 0 20 0 1 0 556817715 468332544 108494 33554432000 4194304 6211132 140723415001024 140723414998680 5446265 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 114339 108494 862 493 0 107644 0
Current children cumulated CPU time: 2022.52 s
Current children cumulated vsize: 457356 KiB
Current children cumulated memory: 433976 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/199 22490
/proc/meminfo: memFree=29868140/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=457356 memory=433980 CPUtime=2082.53 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 376017 0 0 0 208223 30 0 0 20 0 1 0 556817715 468332544 108495 33554432000 4194304 6211132 140723415001024 140723414998680 5068981 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 114339 108495 862 493 0 107644 0
Current children cumulated CPU time: 2082.53 s
Current children cumulated vsize: 457356 KiB
Current children cumulated memory: 433980 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/199 22494
/proc/meminfo: memFree=29867060/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=458148 memory=434724 CPUtime=2142.53 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 376935 0 0 0 214223 30 0 0 20 0 1 0 556817715 469143552 108681 33554432000 4194304 6211132 140723415001024 140723414998680 5476907 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 114537 108681 862 493 0 107842 0
Current children cumulated CPU time: 2142.53 s
Current children cumulated vsize: 458148 KiB
Current children cumulated memory: 434724 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/200 22500
/proc/meminfo: memFree=29865464/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=458280 memory=434788 CPUtime=2202.54 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 377290 0 0 0 220224 30 0 0 20 0 1 0 556817715 469278720 108697 33554432000 4194304 6211132 140723415001024 140723414998680 5443104 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 114570 108697 862 493 0 107875 0
Current children cumulated CPU time: 2202.54 s
Current children cumulated vsize: 458280 KiB
Current children cumulated memory: 434788 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/200 22512
/proc/meminfo: memFree=29864508/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=459336 memory=435876 CPUtime=2262.55 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 378189 0 0 0 226225 30 0 0 20 0 1 0 556817715 470360064 108969 33554432000 4194304 6211132 140723415001024 140723414998680 5476920 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 114834 108969 862 493 0 108139 0
Current children cumulated CPU time: 2262.55 s
Current children cumulated vsize: 459336 KiB
Current children cumulated memory: 435876 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/200 22516
/proc/meminfo: memFree=29864840/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=459600 memory=436008 CPUtime=2322.55 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 378750 0 0 0 232225 30 0 0 20 0 1 0 556817715 470630400 109002 33554432000 4194304 6211132 140723415001024 140723414998984 5446292 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 114900 109002 862 493 0 108205 0
Current children cumulated CPU time: 2322.55 s
Current children cumulated vsize: 459600 KiB
Current children cumulated memory: 436008 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/201 22522
/proc/meminfo: memFree=29864208/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=459600 memory=436124 CPUtime=2382.56 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 379336 0 0 0 238226 30 0 0 20 0 1 0 556817715 470630400 109031 33554432000 4194304 6211132 140723415001024 140723414998680 140418884585360 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 114900 109031 862 493 0 108205 0
Current children cumulated CPU time: 2382.56 s
Current children cumulated vsize: 459600 KiB
Current children cumulated memory: 436124 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 22526
/proc/meminfo: memFree=29864412/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=459600 memory=436152 CPUtime=2442.57 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 379519 0 0 0 244227 30 0 0 20 0 1 0 556817715 470630400 109038 33554432000 4194304 6211132 140723415001024 140723414998680 5455690 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 114900 109038 862 493 0 108205 0
Current children cumulated CPU time: 2442.57 s
Current children cumulated vsize: 459600 KiB
Current children cumulated memory: 436152 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 22530
/proc/meminfo: memFree=29864352/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=459864 memory=436436 CPUtime=2502.58 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 380268 0 0 0 250228 30 0 0 20 0 1 0 556817715 470900736 109109 33554432000 4194304 6211132 140723415001024 140723414998680 140418893609832 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 114966 109109 862 493 0 108271 0
Current children cumulated CPU time: 2502.58 s
Current children cumulated vsize: 459864 KiB
Current children cumulated memory: 436436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.8 s]
/proc/loadavg: 2.00 2.01 2.05 4/199 22532
/proc/meminfo: memFree=29864364/32770624 swapFree=67002480/67108860
[pid=22243] ppid=22240 vsize=459864 memory=436496 CPUtime=2520.08 cores=0,2,4,6
/proc/22243/stat : 22243 (cosoco) R 22240 22243 18413 0 -1 4202496 380447 0 0 0 251978 30 0 0 20 0 1 0 556817715 470900736 109124 33554432000 4194304 6211132 140723415001024 140723414998680 5455682 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8568832 140723415008267 140723415008369 140723415008369 140723415011278 0
/proc/22243/statm: 114966 109124 862 493 0 108271 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 459864 KiB
Current children cumulated memory: 436496 KiB

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

[startup+2519.8 s]
# the end of solver process 22243 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.79 s, system=0.310037 s

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

Child status: 1
Real time (s): 2519.8
CPU time (s): 2520.1
CPU user time (s): 2519.79
CPU system time (s): 0.310037
CPU usage (%): 100.012
Max. virtual memory (cumulated for all children) (KiB): 459864
Max. memory (cumulated for all children) (KiB): 436496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.79
system time used= 0.310037
maximum resident set size= 436564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 380495
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= 40
involuntary context switches= 1037


# summary of solver processes directly reported to runsolver:
#   pid: 22243
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2519.79
#   total CPU system time (s): 0.310037

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.97083 second user time and 17.5416 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-30 04:03:16
IDJOB=4408013
IDBENCH=138480
IDSOLVER=2874
FILE ID=node146/4408013-1569809039
RUNJOBID= node146-1569787351-18444
PBS_JOBID= 21705819
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 2.0
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-13.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4408013-1569809039/watcher-4408013-1569809039 -o /tmp/evaluation-result-4408013-1569809039/solver-4408013-1569809039 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1569787351-18444 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4408013-1569809039.xml

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

MD5SUM BENCH= 388994c608323cc5ca888624a3c66f06
RANDOM SEED=189498301

node146.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.90
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.90
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.90
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.90
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:        30279408 kB
MemAvailable:   31846232 kB
Buffers:          187548 kB
Cached:          1716080 kB
SwapCached:         3684 kB
Active:          1643248 kB
Inactive:         291736 kB
Active(anon):      45420 kB
Inactive(anon):    66808 kB
Active(file):    1597828 kB
Inactive(file):   224928 kB
Unevictable:      109344 kB
Mlocked:          109344 kB
SwapTotal:      67108860 kB
SwapFree:       67002480 kB
Dirty:              2796 kB
Writeback:             0 kB
AnonPages:        153508 kB
Mapped:            28756 kB
Shmem:             72256 kB
Slab:             148916 kB
SReclaimable:     119808 kB
SUnreclaim:        29108 kB
KernelStack:        3776 kB
PageTables:         5580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     595288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 62024 MiB
End job on node146 at 2019-09-30 04:45:16