Trace number 4389586

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
cosoco 2? (TO) 2519.63 2520.01

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-26.xml
MD5SUMf8945e9ee38ae25fe131ea9d51f4675a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark442.279
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains93
Minimum domain size1087
Maximum domain size1185
Distribution of domain sizes[{"size":1087,"count":6},{"size":1088,"count":2},{"size":1089,"count":4},{"size":1090,"count":4},{"size":1091,"count":4},{"size":1092,"count":2},{"size":1093,"count":12},{"size":1094,"count":8},{"size":1095,"count":6},{"size":1096,"count":4},{"size":1097,"count":2},{"size":1098,"count":4},{"size":1099,"count":6},{"size":1101,"count":4},{"size":1102,"count":2},{"size":1103,"count":4},{"size":1104,"count":2},{"size":1105,"count":6},{"size":1106,"count":8},{"size":1107,"count":10},{"size":1108,"count":4},{"size":1109,"count":2},{"size":1110,"count":6},{"size":1111,"count":2},{"size":1112,"count":4},"...",{"size":1159,"count":10}, {"size":1160,"count":4}, {"size":1161,"count":4}, {"size":1162,"count":6}, {"size":1163,"count":10}, {"size":1164,"count":2}, {"size":1165,"count":2}, {"size":1166,"count":4}, {"size":1167,"count":2}, {"size":1168,"count":2}, {"size":1170,"count":8}, {"size":1171,"count":2}, {"size":1173,"count":4}, {"size":1174,"count":4}, {"size":1175,"count":4}, {"size":1176,"count":6}, {"size":1177,"count":2}, {"size":1178,"count":4}, {"size":1179,"count":4}, {"size":1180,"count":8}, {"size":1181,"count":10}, {"size":1182,"count":6}, {"size":1183,"count":4}, {"size":1184,"count":6}, {"size":1185,"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.64	c root propagations     : 317828      
3.59/3.64	c restarts enabled, print stats at every restarts
3.59/3.64	c
3.59/3.64	c
3.59/3.64	c
3.59/3.64	c This is cosoco 2.00 --  
3.59/3.64	c
3.59/3.64	c command line: cosoco -lc -model -restarts -stick HOME/instance-4389586-1568358128.xml 
3.59/3.64	c ========================================[ Problem Statistics ]===========================================
3.59/3.64	c |                                                                                                       
3.59/3.64	c |  Parse time        :         3.48 s 
3.59/3.64	c |
3.59/3.64	c |               Variables: 450
3.59/3.64	c |            Domain Sizes: 1087..1185
3.59/3.64	c |
3.59/3.64	c |             Constraints: 5580
3.59/3.64	c |                   Arity: 2..2  -- Binary: 5580
3.59/3.64	c | 
3.59/3.64	c |                   Types: 
3.59/3.64	c |                          (X != Y): 225
3.59/3.64	c |                          (X -Y <= k): 630
3.59/3.64	c |                          Intension: 4725
3.59/3.64	c |                          
3.59/3.64	c =========================================================================================================
3.59/3.64	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
11.48/11.51	c 101            170            121472         806179         450            0              10   37   34   
29.68/29.77	c 211            462            559314         1274568        450            0              1   18   6     
43.57/43.67	c 332            685            848397         1984768        450            0              1   31   23    
98.16/98.28	c 465            865            1619832        5968975        450            0              1   7   2      
102.16/102.28	c 611            1080           1745175        6271018        450            0              1   33   28    
126.26/126.33	c 771            1676           2353226        6642283        450            0              2   34   13    
158.75/158.88	c 947            2042           2845680        8610917        450            0              1   22   13    
167.14/167.22	c 1140           2374           3013412        9135199        450            0              8   34   31    
179.74/179.80	c 1352           2735           3346470        9905309        450            0              1   24   20    
232.42/232.59	c 1585           3046           3974133        13180890       450            0              8   18   10    
321.69/321.80	c 1841           3361           4658621        18644389       450            0              2   29   27    
390.07/390.27	c 2122           3831           5479555        23015875       450            0              1   49   37    
521.04/521.21	c 2431           4359           7498037        31897227       450            0              2   15   9     
599.52/599.71	c 2770           4831           8491660        37139501       450            0              1   56   52    
680.12/680.33	c 3142           5313           9690061        42445726       450            0              13   30   22   
793.70/793.97	c 3551           5756           10814634       51089096       450            0              1   21   20    
858.80/859.09	c 4000           6733           12279448       52519399       450            0              1   55   45    
942.69/942.96	c 4493           7287           13437390       59038496       450            0              14   33   31   
988.28/988.54	c 5035           7970           14093337       63343814       450            0              8   45   43    
1006.58/1006.82	c 5631           8614           14322919       65194065       450            0              6   38   33    
1117.46/1117.72	c 6286           9665           15731223       73002697       450            0              3   35   30    
1178.87/1179.14	c 7006           10669          16521032       76356176       450            0              5   77   70    
1290.25/1290.50	c 7798           13423          18461649       78817301       450            0              7   56   46    
1393.44/1393.80	c 8669           14629          19562711       86726882       450            0              4   40   37    
1503.52/1503.82	c 9627           16242          21763960       97614733       450            0              1   30   20    
1545.22/1545.53	c 10680          17491          22374740       100843864      450            0              3   57   53    
1691.71/1692.04	c 11838          18782          24048786       111840418      450            0              12   42   39   
1768.80/1769.16	c 13111          20500          25373162       117261538      450            0              3   52   49    
2022.96/2023.37	c 14511          22254          28313161       132831766      450            0              1   44   39    
2210.54/2210.90	c 16051          24130          31747642       146149588      450            0              2   34   32    
2519.61/2520.01	
2519.61/2520.01	c *** INTERRUPTED ***
2519.61/2520.01	c restarts              : 30          
2519.61/2520.01	c conflicts             : 17056        (7 /sec)
2519.61/2520.01	c decisions             : 25340        (10 /sec)
2519.61/2520.01	c propagations          : 159783661   (63425 /sec)
2519.61/2520.01	c root propagations     : 317828      
2519.61/2520.01	c filter calls          : 34537185       (13709 /sec)
2519.61/2520.01	c useless filter calls  : 31314016       (90 %)
2519.61/2520.01	c Memory used           : 415.78 MB
2519.61/2520.01	c CPU time              : 2519.26 s
2519.61/2520.01	c real time             : 2520.01 s
2519.61/2520.01	
2519.61/2520.01	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4389586-1568358128/watcher-4389586-1568358128 -o /tmp/evaluation-result-4389586-1568358128/solver-4389586-1568358128 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568353911-32408 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4389586-1568358128.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
Current StackSize limit: 8192 KiB

solver pid=32438, runsolver pid=32435

[startup+0.100106 s]*
/proc/loadavg: 3.51 4.84 4.06 3/199 32439
/proc/meminfo: memFree=25139448/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=32316 memory=8356 CPUtime=0.1 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 2284 0 0 0 10 0 0 0 20 0 1 0 412070127 33091584 2089 33554432000 4194304 6210612 140731949032576 140731949029112 139986627313850 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 8079 2089 796 493 0 1384 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 32316 KiB
Current children cumulated memory: 8356 KiB

[startup+0.209463 s]*
/proc/loadavg: 3.51 4.84 4.06 3/199 32439
/proc/meminfo: memFree=25135364/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=33028 memory=8940 CPUtime=0.21 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 2455 0 0 0 21 0 0 0 20 0 1 0 412070127 33820672 2235 33554432000 4194304 6210612 140731949032576 140731949029112 139986633780052 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 8257 2235 796 493 0 1562 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 33028 KiB
Current children cumulated memory: 8940 KiB

[startup+0.309334 s]*
/proc/loadavg: 3.51 4.84 4.06 3/199 32439
/proc/meminfo: memFree=25118624/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=41500 memory=17800 CPUtime=0.31 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 4610 0 0 0 31 0 0 0 20 0 1 0 412070127 42496000 4384 33554432000 4194304 6210612 140731949032576 140731949029112 139986623835109 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 10375 4384 815 493 0 3680 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 41500 KiB
Current children cumulated memory: 17800 KiB

[startup+0.700277 s]
/proc/loadavg: 3.51 4.84 4.06 3/199 32439
/proc/meminfo: memFree=25082412/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=74080 memory=50116 CPUtime=0.69 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 12727 0 0 0 66 3 0 0 20 0 1 0 412070127 75857920 12529 33554432000 4194304 6210612 140731949032576 140731949024216 139986624295916 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 18520 12529 815 493 0 11825 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 74080 KiB
Current children cumulated memory: 50116 KiB

[startup+1.50028 s]
/proc/loadavg: 3.51 4.84 4.06 3/199 32439
/proc/meminfo: memFree=24996060/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=143248 memory=119288 CPUtime=1.49 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 30025 0 0 0 142 7 0 0 20 0 1 0 412070127 146685952 29822 33554432000 4194304 6210612 140731949032576 140731949024216 139986623835109 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 35812 29822 815 493 0 29117 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 143248 KiB
Current children cumulated memory: 119288 KiB

[startup+3.1095 s]
/proc/loadavg: 3.39 4.79 4.05 3/199 32439
/proc/meminfo: memFree=24642288/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=281968 memory=258008 CPUtime=3.1 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 65191 0 0 0 298 12 0 0 20 0 1 0 412070127 288735232 64502 33554432000 4194304 6210612 140731949032576 140731949027672 139986623835109 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 70492 64502 815 493 0 63797 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 281968 KiB
Current children cumulated memory: 258008 KiB

[startup+6.30024 s]
/proc/loadavg: 3.39 4.79 4.05 3/199 32439
/proc/meminfo: memFree=24524080/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=328468 memory=305000 CPUtime=6.29 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 106551 0 0 0 614 15 0 0 20 0 1 0 412070127 336351232 76250 33554432000 4194304 6210612 140731949032576 140731949030232 5164340 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 82117 76250 857 493 0 75422 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 328468 KiB
Current children cumulated memory: 305000 KiB

[startup+12.7003 s]
/proc/loadavg: 3.28 4.75 4.04 3/199 32439
/proc/meminfo: memFree=24505248/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=335200 memory=311688 CPUtime=12.68 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 129221 0 0 0 1252 16 0 0 20 0 1 0 412070127 343244800 77922 33554432000 4194304 6210612 140731949032576 140731949030232 5451297 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 83800 77922 860 493 0 77105 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 335200 KiB
Current children cumulated memory: 311688 KiB

[startup+25.5003 s]
/proc/loadavg: 2.99 4.61 4.01 3/199 32439
/proc/meminfo: memFree=24498692/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=335596 memory=312124 CPUtime=25.48 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 154398 0 0 0 2530 18 0 0 20 0 1 0 412070127 343650304 78031 33554432000 4194304 6210612 140731949032576 140731949030232 5478264 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 83899 78031 860 493 0 77204 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 335596 KiB
Current children cumulated memory: 312124 KiB

[startup+51.1096 s]
/proc/loadavg: 2.65 4.40 3.95 3/199 32442
/proc/meminfo: memFree=24450396/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=364636 memory=341104 CPUtime=51.08 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 203757 0 0 0 5088 20 0 0 20 0 1 0 412070127 373387264 85276 33554432000 4194304 6210612 140731949032576 140731949030232 5476703 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 91159 85276 860 493 0 84464 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 364636 KiB
Current children cumulated memory: 341104 KiB

[startup+102.3 s]
/proc/loadavg: 2.28 4.03 3.85 3/199 32445
/proc/meminfo: memFree=24431068/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=370576 memory=347076 CPUtime=102.26 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 247971 0 0 0 10204 22 0 0 20 0 1 0 412070127 379469824 86769 33554432000 4194304 6210612 140731949032576 140731949030232 5446100 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 92644 86769 860 493 0 85949 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 370576 KiB
Current children cumulated memory: 347076 KiB

[startup+162.3 s]
/proc/loadavg: 2.10 3.66 3.74 3/199 32449
/proc/meminfo: memFree=24411620/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=378364 memory=354924 CPUtime=162.25 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 294570 0 0 0 16200 25 0 0 20 0 1 0 412070127 387444736 88731 33554432000 4194304 6210612 140731949032576 140731949030536 5442952 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 94591 88731 860 493 0 87896 0
Current children cumulated CPU time: 162.25 s
Current children cumulated vsize: 378364 KiB
Current children cumulated memory: 354924 KiB

[startup+222.3 s]
/proc/loadavg: 2.04 3.36 3.63 3/198 32456
/proc/meminfo: memFree=24390476/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=384568 memory=361108 CPUtime=222.22 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 340597 0 0 0 22195 27 0 0 20 0 1 0 412070127 393797632 90277 33554432000 4194304 6210612 140731949032576 140731949030232 5442812 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 96142 90277 860 493 0 89447 0
Current children cumulated CPU time: 222.22 s
Current children cumulated vsize: 384568 KiB
Current children cumulated memory: 361108 KiB

[startup+282.3 s]
/proc/loadavg: 2.01 3.11 3.53 3/198 32460
/proc/meminfo: memFree=24382404/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=388132 memory=364736 CPUtime=282.21 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 380364 0 0 0 28192 29 0 0 20 0 1 0 412070127 397447168 91184 33554432000 4194304 6210612 140731949032576 140731949030232 139986624755619 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 97033 91184 860 493 0 90338 0
Current children cumulated CPU time: 282.21 s
Current children cumulated vsize: 388132 KiB
Current children cumulated memory: 364736 KiB

[startup+342.3 s]
/proc/loadavg: 2.04 2.92 3.44 3/198 32464
/proc/meminfo: memFree=24371960/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=394072 memory=370644 CPUtime=342.18 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 418807 0 0 0 34188 30 0 0 20 0 1 0 412070127 403529728 92661 33554432000 4194304 6210612 140731949032576 140731949030232 139986624758663 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 98518 92661 860 493 0 91823 0
Current children cumulated CPU time: 342.18 s
Current children cumulated vsize: 394072 KiB
Current children cumulated memory: 370644 KiB

[startup+402.3 s]
/proc/loadavg: 2.01 2.76 3.35 3/198 32471
/proc/meminfo: memFree=24370020/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=395260 memory=371764 CPUtime=402.16 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 447806 0 0 0 40185 31 0 0 20 0 1 0 412070127 404746240 92941 33554432000 4194304 6210612 140731949032576 140731949030232 5446752 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 98815 92941 860 493 0 92120 0
Current children cumulated CPU time: 402.16 s
Current children cumulated vsize: 395260 KiB
Current children cumulated memory: 371764 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 2.62 3.26 3/198 32475
/proc/meminfo: memFree=24368616/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=395260 memory=371864 CPUtime=462.14 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 454997 0 0 0 46182 32 0 0 20 0 1 0 412070127 404746240 92966 33554432000 4194304 6210612 140731949032576 140731949030232 139986624759396 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 98815 92966 860 493 0 92120 0
Current children cumulated CPU time: 462.14 s
Current children cumulated vsize: 395260 KiB
Current children cumulated memory: 371864 KiB


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

/proc/32438/statm: 106141 100272 860 493 0 99446 0
Current children cumulated CPU time: 1722 s
Current children cumulated vsize: 424564 KiB
Current children cumulated memory: 401088 KiB

[startup+1782.3 s]
/proc/loadavg: 2.01 2.11 2.38 3/199 32623
/proc/meminfo: memFree=24326184/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=424828 memory=401304 CPUtime=1781.99 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 495050 0 0 0 178163 36 0 0 20 0 1 0 412070127 435023872 100326 33554432000 4194304 6210612 140731949032576 140731949030232 139986633780072 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 106207 100326 860 493 0 99512 0
Current children cumulated CPU time: 1781.99 s
Current children cumulated vsize: 424828 KiB
Current children cumulated memory: 401304 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.09 2.36 3/199 32629
/proc/meminfo: memFree=24325896/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=425356 memory=401880 CPUtime=1841.98 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 496000 0 0 0 184162 36 0 0 20 0 1 0 412070127 435564544 100470 33554432000 4194304 6210612 140731949032576 140731949030232 5452055 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 106339 100470 860 493 0 99644 0
Current children cumulated CPU time: 1841.98 s
Current children cumulated vsize: 425356 KiB
Current children cumulated memory: 401880 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.08 2.33 3/199 32633
/proc/meminfo: memFree=24325412/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=425488 memory=402032 CPUtime=1901.98 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 496822 0 0 0 190162 36 0 0 20 0 1 0 412070127 435699712 100508 33554432000 4194304 6210612 140731949032576 140731949030232 5446048 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 106372 100508 860 493 0 99677 0
Current children cumulated CPU time: 1901.98 s
Current children cumulated vsize: 425488 KiB
Current children cumulated memory: 402032 KiB

[startup+1962.3 s]
/proc/loadavg: 2.05 2.08 2.31 3/199 32637
/proc/meminfo: memFree=24324044/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=425488 memory=402060 CPUtime=1961.97 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 497638 0 0 0 196161 36 0 0 20 0 1 0 412070127 435699712 100515 33554432000 4194304 6210612 140731949032576 140731949030232 5480012 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 106372 100515 860 493 0 99677 0
Current children cumulated CPU time: 1961.97 s
Current children cumulated vsize: 425488 KiB
Current children cumulated memory: 402060 KiB

[startup+2022.3 s]
/proc/loadavg: 2.02 2.06 2.30 3/198 32644
/proc/meminfo: memFree=24323928/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=425488 memory=402064 CPUtime=2021.96 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 498527 0 0 0 202160 36 0 0 20 0 1 0 412070127 435699712 100516 33554432000 4194304 6210612 140731949032576 140731949030232 5453762 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 106372 100516 860 493 0 99677 0
Current children cumulated CPU time: 2021.96 s
Current children cumulated vsize: 425488 KiB
Current children cumulated memory: 402064 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.05 2.28 3/198 32648
/proc/meminfo: memFree=24323720/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=425488 memory=402112 CPUtime=2081.96 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 499182 0 0 0 208160 36 0 0 20 0 1 0 412070127 435699712 100528 33554432000 4194304 6210612 140731949032576 140731949030536 5478208 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 106372 100528 860 493 0 99677 0
Current children cumulated CPU time: 2081.96 s
Current children cumulated vsize: 425488 KiB
Current children cumulated memory: 402112 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.04 2.26 3/198 32652
/proc/meminfo: memFree=24323712/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=425620 memory=402120 CPUtime=2141.95 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 499778 0 0 0 214159 36 0 0 20 0 1 0 412070127 435834880 100530 33554432000 4194304 6210612 140731949032576 140731949030232 139986633780111 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 106405 100530 860 493 0 99710 0
Current children cumulated CPU time: 2141.95 s
Current children cumulated vsize: 425620 KiB
Current children cumulated memory: 402120 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.04 2.24 3/198 32659
/proc/meminfo: memFree=24324216/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=425620 memory=402128 CPUtime=2201.94 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 500373 0 0 0 220158 36 0 0 20 0 1 0 412070127 435834880 100532 33554432000 4194304 6210612 140731949032576 140731949030232 139986624759392 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 106405 100532 860 493 0 99710 0
Current children cumulated CPU time: 2201.94 s
Current children cumulated vsize: 425620 KiB
Current children cumulated memory: 402128 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.03 2.23 3/198 32663
/proc/meminfo: memFree=24324124/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=425620 memory=402200 CPUtime=2261.93 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 501133 0 0 0 226157 36 0 0 20 0 1 0 412070127 435834880 100550 33554432000 4194304 6210612 140731949032576 140731949030536 5440537 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 106405 100550 860 493 0 99710 0
Current children cumulated CPU time: 2261.93 s
Current children cumulated vsize: 425620 KiB
Current children cumulated memory: 402200 KiB

[startup+2322.3 s]
/proc/loadavg: 2.05 2.04 2.22 3/200 32676
/proc/meminfo: memFree=24323044/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=425620 memory=402204 CPUtime=2321.93 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 501811 0 0 0 232157 36 0 0 20 0 1 0 412070127 435834880 100551 33554432000 4194304 6210612 140731949032576 140731949030536 5009295 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 106405 100551 860 493 0 99710 0
Current children cumulated CPU time: 2321.93 s
Current children cumulated vsize: 425620 KiB
Current children cumulated memory: 402204 KiB

[startup+2382.3 s]
/proc/loadavg: 2.02 2.03 2.21 3/200 32682
/proc/meminfo: memFree=24323672/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=425620 memory=402208 CPUtime=2381.92 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 502490 0 0 0 238156 36 0 0 20 0 1 0 412070127 435834880 100552 33554432000 4194304 6210612 140731949032576 140731949030536 5065479 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 106405 100552 860 493 0 99710 0
Current children cumulated CPU time: 2381.92 s
Current children cumulated vsize: 425620 KiB
Current children cumulated memory: 402208 KiB

[startup+2442.3 s]
/proc/loadavg: 2.01 2.03 2.20 3/200 32686
/proc/meminfo: memFree=24324156/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=425752 memory=402300 CPUtime=2441.91 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 503219 0 0 0 244155 36 0 0 20 0 1 0 412070127 435970048 100575 33554432000 4194304 6210612 140731949032576 140731949030232 5440456 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 106438 100575 860 493 0 99743 0
Current children cumulated CPU time: 2441.91 s
Current children cumulated vsize: 425752 KiB
Current children cumulated memory: 402300 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.18 3/200 32690
/proc/meminfo: memFree=24323964/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=425752 memory=402304 CPUtime=2501.9 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 503869 0 0 0 250154 36 0 0 20 0 1 0 412070127 435970048 100576 33554432000 4194304 6210612 140731949032576 140731949030232 139986624758660 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 106438 100576 860 493 0 99743 0
Current children cumulated CPU time: 2501.9 s
Current children cumulated vsize: 425752 KiB
Current children cumulated memory: 402304 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.02 2.18 2/198 32693
/proc/meminfo: memFree=24748796/32770624 swapFree=66977616/67108860
[pid=32438] ppid=32435 vsize=425752 memory=402304 CPUtime=2519.61 cores=0,2,4,6
/proc/32438/stat : 32438 (cosoco) R 32435 32438 32139 0 -1 4202496 504359 0 0 0 251925 36 0 0 20 0 1 0 412070127 435970048 100576 33554432000 4194304 6210612 140731949032576 140731949030232 139986633780056 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 34025472 140731949040651 140731949040753 140731949040753 140731949043662 0
/proc/32438/statm: 106438 100576 860 493 0 99743 0
Current children cumulated CPU time: 2519.61 s
Current children cumulated vsize: 425752 KiB
Current children cumulated memory: 402304 KiB

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

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

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

Child status: 1
Real time (s): 2520.01
CPU time (s): 2519.63
CPU user time (s): 2519.26
CPU system time (s): 0.369946
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 425752
Max. memory (cumulated for all children) (KiB): 402304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.26
system time used= 0.369946
maximum resident set size= 402376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 504409
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= 26
involuntary context switches= 3227


# summary of solver processes directly reported to runsolver:
#   pid: 32438
#   total CPU time (s): 2519.63
#   total CPU user time (s): 2519.26
#   total CPU system time (s): 0.369946

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.65786 second user time and 17.8331 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-13 07:51:52
IDJOB=4389586
IDBENCH=138488
IDSOLVER=2829
FILE ID=node104/4389586-1568358128
RUNJOBID= node104-1568353911-32408
PBS_JOBID= 21701190
Free space on /tmp= 56572 MiB

SOLVER NAME= cosoco 2
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-26.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4389586-1568358128/watcher-4389586-1568358128 -o /tmp/evaluation-result-4389586-1568358128/solver-4389586-1568358128 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568353911-32408 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4389586-1568358128.xml

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

MD5SUM BENCH= f8945e9ee38ae25fe131ea9d51f4675a
RANDOM SEED=1114283343

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        25144880 kB
MemAvailable:   31824032 kB
Buffers:          145552 kB
Cached:          6747280 kB
SwapCached:        31860 kB
Active:          1773456 kB
Inactive:        5160876 kB
Active(anon):       8728 kB
Inactive(anon):    74540 kB
Active(file):    1764728 kB
Inactive(file):  5086336 kB
Unevictable:      107788 kB
Mlocked:          107788 kB
SwapTotal:      67108860 kB
SwapFree:       66977616 kB
Dirty:              5640 kB
Writeback:             0 kB
AnonPages:        122712 kB
Mapped:            44448 kB
Shmem:             32780 kB
Slab:             286136 kB
SReclaimable:     256548 kB
SUnreclaim:        29588 kB
KernelStack:        3552 kB
PageTables:         4832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     523852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56568 MiB
End job on node104 at 2019-09-13 08:33:52