Trace number 4396939

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) 2519.98 2520.02

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js20/
SuperTaillard-js-20-20.xml
MD5SUMbd4660d9f641dd45473fddd00af9a0d0
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 benchmark1437.98
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Number of domains96
Minimum domain size1599
Maximum domain size1697
Distribution of domain sizes[{"size":1599,"count":10},{"size":1600,"count":4},{"size":1601,"count":16},{"size":1602,"count":2},{"size":1603,"count":6},{"size":1604,"count":8},{"size":1605,"count":6},{"size":1606,"count":6},{"size":1607,"count":6},{"size":1608,"count":16},{"size":1609,"count":6},{"size":1610,"count":6},{"size":1611,"count":8},{"size":1612,"count":24},{"size":1613,"count":6},{"size":1614,"count":8},{"size":1616,"count":8},{"size":1617,"count":14},{"size":1618,"count":6},{"size":1619,"count":8},{"size":1620,"count":6},{"size":1621,"count":8},{"size":1622,"count":10},{"size":1623,"count":8},{"size":1624,"count":10},"...",{"size":1672,"count":14}, {"size":1673,"count":4}, {"size":1674,"count":8}, {"size":1675,"count":4}, {"size":1676,"count":6}, {"size":1677,"count":8}, {"size":1678,"count":10}, {"size":1679,"count":8}, {"size":1680,"count":10}, {"size":1681,"count":14}, {"size":1682,"count":10}, {"size":1683,"count":14}, {"size":1684,"count":2}, {"size":1685,"count":10}, {"size":1686,"count":10}, {"size":1687,"count":10}, {"size":1688,"count":2}, {"size":1689,"count":16}, {"size":1690,"count":8}, {"size":1691,"count":8}, {"size":1693,"count":8}, {"size":1694,"count":8}, {"size":1695,"count":14}, {"size":1696,"count":10}, {"size":1697,"count":8}]
Minimum variable degree21
Maximum variable degree43
Distribution of variable degrees[{"degree":21,"count":40},{"degree":22,"count":360},{"degree":41,"count":40},{"degree":43,"count":360}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":12940}]
Number of extensional constraints0
Number of intensional constraints12940
Distribution of constraint types[{"type":"intension","count":12940}]
Optimization problemNO
Type of objective

Solver Data

8.69/8.76	c root propagations     : 761976      
8.69/8.76	c restarts enabled, print stats at every restarts
8.69/8.76	c
8.69/8.76	c
8.69/8.76	c
8.69/8.76	c This is cosoco 2.00 --  
8.69/8.76	c
8.69/8.76	c command line: cosoco -lc -model -restarts -stick HOME/instance-4396939-1568593288.xml 
8.69/8.76	c ========================================[ Problem Statistics ]===========================================
8.69/8.76	c |                                                                                                       
8.69/8.76	c |  Parse time        :         8.37 s 
8.69/8.76	c |
8.69/8.76	c |               Variables: 800
8.69/8.76	c |            Domain Sizes: 1599..1697
8.69/8.76	c |
8.69/8.76	c |             Constraints: 12940
8.69/8.76	c |                   Arity: 2..2  -- Binary: 12940
8.69/8.76	c | 
8.69/8.76	c |                   Types: 
8.69/8.76	c |                          (X != Y): 400
8.69/8.76	c |                          (X -Y <= k): 1140
8.69/8.76	c |                          Intension: 11400
8.69/8.76	c |                          
8.69/8.76	c =========================================================================================================
8.69/8.76	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
44.28/44.39	c 101            347            926814         1777810        800            0              21   67   53   
66.87/66.99	c 211            621            1412304        2821202        800            0              5   77   40    
89.17/89.29	c 332            904            1813970        3480149        800            0              1   71   32    
117.08/117.15	c 465            1274           2488307        4664787        800            0              2   132   74   
145.77/145.81	c 611            1593           3113054        6859236        800            0              1   117   67   
196.98/197.01	c 771            1989           4136714        9143176        800            0              1   79   42    
218.86/218.99	c 947            2320           4723909        10414078       800            0              4   120   100  
245.97/246.01	c 1140           2771           5307675        11466830       800            0              1   129   66   
264.76/264.84	c 1352           3144           5807833        13079513       800            0              2   119   100  
309.46/309.52	c 1585           3509           6613678        14968886       800            0              1   76   60    
355.97/356.03	c 1841           4049           7541937        17243730       800            0              1   111   73   
398.97/399.01	c 2122           4691           8629258        18273840       800            0              1   105   65   
458.76/458.85	c 2431           5266           9617307        22755221       800            0              1   126   96   
516.36/516.40	c 2770           5947           10864031       25537817       800            0              7   102   72   
561.86/561.93	c 3142           6621           11856224       27323646       800            0              1   153   135  
626.96/627.10	c 3551           7269           13030780       29981801       800            0              1   121   105  
700.06/700.19	c 4000           8062           14536740       33445673       800            0              4   108   64   
730.45/730.53	c 4493           8721           15147654       35641617       800            0              1   108   102  
829.64/829.72	c 5035           9834           17024688       38385160       800            0              1   147   94   
981.25/981.35	c 5631           10956          19383092       48376055       800            0              3   144   121  
1076.55/1076.66	c 6286           11906          21117252       53140763       800            0              15   175   155 
1115.75/1115.86	c 7006           12764          21764978       55955883       800            0              7   107   103  
1370.35/1370.45	c 7798           14109          26256480       80386015       800            0              1   106   89   
1455.44/1455.53	c 8669           15348          28007171       84860417       800            0              1   119   105  
1837.55/1837.68	c 9627           16668          33799234       104055296      800            0              4   150   131  
1933.25/1933.31	c 10680          18605          35809087       109473359      800            0              5   151   115  
2263.96/2264.05	c 11838          20134          41013483       136847510      800            0              1   148   133  
2487.76/2487.89	c 13111          22095          45471385       148909926      800            0              9   127   116  
2519.96/2520.01	
2519.96/2520.01	c *** INTERRUPTED ***
2519.96/2520.01	c restarts              : 28          
2519.96/2520.01	c conflicts             : 13240        (5 /sec)
2519.96/2520.01	c decisions             : 22469        (9 /sec)
2519.96/2520.01	c propagations          : 149673450   (59416 /sec)
2519.96/2520.01	c root propagations     : 761976      
2519.96/2520.01	c filter calls          : 46339011       (18395 /sec)
2519.96/2520.01	c useless filter calls  : 43600799       (94 %)
2519.96/2520.01	c Memory used           : 1288.30 MB
2519.96/2520.01	c CPU time              : 2519.06 s
2519.96/2520.01	c real time             : 2520.01 s
2519.96/2520.01	
2519.96/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 (13653 MiB free)
  memory of node 1: 16384 MiB (14182 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396939-1568593288/watcher-4396939-1568593288 -o /tmp/evaluation-result-4396939-1568593288/solver-4396939-1568593288 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568572744-4122 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4396939-1568593288.xml 

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

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=7895, runsolver pid=7892

[startup+0.100259 s]*
/proc/loadavg: 2.00 2.04 2.05 3/200 7896
/proc/meminfo: memFree=28493864/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=38596 memory=14696 CPUtime=0.09 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 3888 0 0 0 9 0 0 0 20 0 1 0 435268976 39522304 3674 33554432000 4194304 6211092 140733558842336 140733558839608 140704142490597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 9649 3674 798 493 0 2954 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 38596 KiB
Current children cumulated memory: 14696 KiB

[startup+0.209694 s]*
/proc/loadavg: 2.00 2.04 2.05 3/200 7896
/proc/meminfo: memFree=28492748/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=39584 memory=15504 CPUtime=0.2 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 4086 0 0 0 20 0 0 0 20 0 1 0 435268976 40534016 3876 33554432000 4194304 6211092 140733558842336 140733558839608 140704145968016 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 9896 3876 798 493 0 3201 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 39584 KiB
Current children cumulated memory: 15504 KiB

[startup+0.309015 s]*
/proc/loadavg: 2.00 2.04 2.05 3/200 7896
/proc/meminfo: memFree=28492376/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=39968 memory=16136 CPUtime=0.3 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 4232 0 0 0 30 0 0 0 20 0 1 0 435268976 40927232 4034 33554432000 4194304 6211092 140733558842336 140733558839608 140704142490597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 9992 4034 798 493 0 3297 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 39968 KiB
Current children cumulated memory: 16136 KiB

[startup+0.700348 s]
/proc/loadavg: 2.00 2.04 2.05 3/200 7896
/proc/meminfo: memFree=28490888/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=61700 memory=37828 CPUtime=0.69 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 9701 0 0 0 68 1 0 0 20 0 1 0 435268976 63180800 9457 33554432000 4194304 6211092 140733558842336 140733558839608 140704142490597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 15425 9457 816 493 0 8730 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 61700 KiB
Current children cumulated memory: 37828 KiB

[startup+1.50036 s]
/proc/loadavg: 2.00 2.04 2.05 3/200 7896
/proc/meminfo: memFree=28436824/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=151444 memory=127588 CPUtime=1.49 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 32161 0 0 0 145 4 0 0 20 0 1 0 435268976 155078656 31897 33554432000 4194304 6211092 140733558842336 140733558837432 140704142490597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 37861 31897 816 493 0 31166 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 151444 KiB
Current children cumulated memory: 127588 KiB

[startup+3.10956 s]
/proc/loadavg: 2.00 2.04 2.05 3/200 7896
/proc/meminfo: memFree=28212264/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=332420 memory=308476 CPUtime=3.1 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 77899 0 0 0 299 11 0 0 20 0 1 0 435268976 340398080 77119 33554432000 4194304 6211092 140733558842336 140733558837432 140704142490597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 83105 77119 816 493 0 76410 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 332420 KiB
Current children cumulated memory: 308476 KiB

[startup+6.30037 s]
/proc/loadavg: 2.00 2.04 2.05 3/200 7896
/proc/meminfo: memFree=27873304/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=691860 memory=667804 CPUtime=6.29 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 168748 0 0 0 605 24 0 0 20 0 1 0 435268976 708464640 166951 33554432000 4194304 6211092 140733558842336 140733558837432 5071149 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 172965 166951 816 493 0 166270 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 691860 KiB
Current children cumulated memory: 667804 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.04 2.05 3/201 7898
/proc/meminfo: memFree=27556644/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=973444 memory=949996 CPUtime=12.69 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 300871 0 0 0 1233 36 0 0 20 0 1 0 435268976 996806656 237499 33554432000 4194304 6211092 140733558842336 140733558839992 5441131 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 243361 237499 862 493 0 236666 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 973444 KiB
Current children cumulated memory: 949996 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.04 2.05 3/200 7898
/proc/meminfo: memFree=27556692/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=973576 memory=950140 CPUtime=25.49 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 354691 0 0 0 2511 38 0 0 20 0 1 0 435268976 996941824 237535 33554432000 4194304 6211092 140733558842336 140733558839736 5440597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 243394 237535 862 493 0 236699 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 973576 KiB
Current children cumulated memory: 950140 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.04 2.05 3/200 7899
/proc/meminfo: memFree=27551252/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=978900 memory=955496 CPUtime=51.09 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 410897 0 0 0 5068 41 0 0 20 0 1 0 435268976 1002393600 238874 33554432000 4194304 6211092 140733558842336 140733558839992 5451610 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 244725 238874 864 493 0 238030 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 978900 KiB
Current children cumulated memory: 955496 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/201 7905
/proc/meminfo: memFree=27505872/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=1023648 memory=1000204 CPUtime=102.27 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 504275 0 0 0 10180 47 0 0 20 0 1 0 435268976 1048215552 250051 33554432000 4194304 6211092 140733558842336 140733558839992 5478356 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 255912 250051 864 493 0 249217 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 1023648 KiB
Current children cumulated memory: 1000204 KiB

[startup+162.3 s]
/proc/loadavg: 1.96 2.01 2.04 3/200 7909
/proc/meminfo: memFree=27442584/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=1087008 memory=1063572 CPUtime=162.27 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 608867 0 0 0 16174 53 0 0 20 0 1 0 435268976 1113096192 265893 33554432000 4194304 6211092 140733558842336 140733558839992 5480253 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 271752 265893 864 493 0 265057 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 1087008 KiB
Current children cumulated memory: 1063572 KiB

[startup+222.3 s]
/proc/loadavg: 1.98 2.01 2.04 3/200 7913
/proc/meminfo: memFree=27403172/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=1125948 memory=1102560 CPUtime=222.27 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 690768 0 0 0 22169 58 0 0 20 0 1 0 435268976 1152970752 275640 33554432000 4194304 6211092 140733558842336 140733558839992 5446208 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 281487 275640 864 493 0 274792 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 1125948 KiB
Current children cumulated memory: 1102560 KiB

[startup+282.3 s]
/proc/loadavg: 2.28 2.08 2.06 3/200 7920
/proc/meminfo: memFree=27380152/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=1148256 memory=1124816 CPUtime=282.26 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 772544 0 0 0 28165 61 0 0 20 0 1 0 435268976 1175814144 281204 33554432000 4194304 6211092 140733558842336 140733558839992 5442964 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 287064 281204 864 493 0 280369 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 1148256 KiB
Current children cumulated memory: 1124816 KiB

[startup+342.3 s]
/proc/loadavg: 2.29 2.13 2.08 3/199 7924
/proc/meminfo: memFree=27348380/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=1179540 memory=1156152 CPUtime=342.26 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 840820 0 0 0 34161 65 0 0 20 0 1 0 435268976 1207848960 289038 33554432000 4194304 6211092 140733558842336 140733558839992 5443008 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 294885 289038 864 493 0 288190 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 1179540 KiB
Current children cumulated memory: 1156152 KiB

[startup+402.3 s]
/proc/loadavg: 2.11 2.11 2.08 3/199 7928
/proc/meminfo: memFree=27334116/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=1193268 memory=1169852 CPUtime=402.26 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 896750 0 0 0 40157 69 0 0 20 0 1 0 435268976 1221906432 292463 33554432000 4194304 6211092 140733558842336 140733558839992 5441106 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 298317 292463 864 493 0 291622 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 1193268 KiB
Current children cumulated memory: 1169852 KiB

[startup+462.3 s]
/proc/loadavg: 2.04 2.09 2.07 3/200 7935
/proc/meminfo: memFree=27323776/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=1203300 memory=1179804 CPUtime=462.25 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 943319 0 0 0 46153 72 0 0 20 0 1 0 435268976 1232179200 294951 33554432000 4194304 6211092 140733558842336 140733558839992 140704143414159 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 300825 294951 864 493 0 294130 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 1203300 KiB
Current children cumulated memory: 1179804 KiB


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

/proc/7895/statm: 326008 320154 864 493 0 319313 0
Current children cumulated CPU time: 1722.25 s
Current children cumulated vsize: 1304032 KiB
Current children cumulated memory: 1280616 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 8062
/proc/meminfo: memFree=27222708/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=1304032 memory=1280640 CPUtime=1782.25 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 1177740 0 0 0 178137 88 0 0 20 0 1 0 435268976 1335328768 320160 33554432000 4194304 6211092 140733558842336 140733558839992 5478323 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 326008 320160 864 493 0 319313 0
Current children cumulated CPU time: 1782.25 s
Current children cumulated vsize: 1304032 KiB
Current children cumulated memory: 1280640 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 8066
/proc/meminfo: memFree=27220804/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=1306408 memory=1283040 CPUtime=1842.25 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 1179726 0 0 0 184137 88 0 0 20 0 1 0 435268976 1337761792 320760 33554432000 4194304 6211092 140733558842336 140733558839992 5069360 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 326602 320760 864 493 0 319907 0
Current children cumulated CPU time: 1842.25 s
Current children cumulated vsize: 1306408 KiB
Current children cumulated memory: 1283040 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 8072
/proc/meminfo: memFree=27219756/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=1308388 memory=1284928 CPUtime=1902.25 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 1181671 0 0 0 190136 89 0 0 20 0 1 0 435268976 1339789312 321232 33554432000 4194304 6211092 140733558842336 140733558839992 5439786 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 327097 321232 864 493 0 320402 0
Current children cumulated CPU time: 1902.25 s
Current children cumulated vsize: 1308388 KiB
Current children cumulated memory: 1284928 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 8076
/proc/meminfo: memFree=27214524/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=1312612 memory=1289236 CPUtime=1962.25 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 1184724 0 0 0 196136 89 0 0 20 0 1 0 435268976 1344114688 322309 33554432000 4194304 6211092 140733558842336 140733558839992 5451566 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 328153 322309 864 493 0 321458 0
Current children cumulated CPU time: 1962.25 s
Current children cumulated vsize: 1312612 KiB
Current children cumulated memory: 1289236 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 8080
/proc/meminfo: memFree=27210060/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=1316968 memory=1293524 CPUtime=2022.25 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 1187764 0 0 0 202135 90 0 0 20 0 1 0 435268976 1348575232 323381 33554432000 4194304 6211092 140733558842336 140733558839992 5443003 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 329242 323381 864 493 0 322547 0
Current children cumulated CPU time: 2022.25 s
Current children cumulated vsize: 1316968 KiB
Current children cumulated memory: 1293524 KiB

[startup+2082.3 s]
/proc/loadavg: 2.35 2.13 2.08 3/200 8087
/proc/meminfo: memFree=27210048/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=1317100 memory=1293680 CPUtime=2082.25 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 1190550 0 0 0 208135 90 0 0 20 0 1 0 435268976 1348710400 323420 33554432000 4194304 6211092 140733558842336 140733558839992 5439610 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 329275 323420 864 493 0 322580 0
Current children cumulated CPU time: 2082.25 s
Current children cumulated vsize: 1317100 KiB
Current children cumulated memory: 1293680 KiB

[startup+2142.3 s]
/proc/loadavg: 2.21 2.12 2.08 3/199 8152
/proc/meminfo: memFree=26853368/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=1317364 memory=1293884 CPUtime=2142.25 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 1193390 0 0 0 214135 90 0 0 20 0 1 0 435268976 1348980736 323471 33554432000 4194304 6211092 140733558842336 140733558839992 140704143416735 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 329341 323471 864 493 0 322646 0
Current children cumulated CPU time: 2142.25 s
Current children cumulated vsize: 1317364 KiB
Current children cumulated memory: 1293884 KiB

[startup+2202.3 s]
/proc/loadavg: 2.48 2.23 2.12 3/199 8156
/proc/meminfo: memFree=26693940/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=1317364 memory=1293924 CPUtime=2202.25 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 1195978 0 0 0 220135 90 0 0 20 0 1 0 435268976 1348980736 323481 33554432000 4194304 6211092 140733558842336 140733558839992 5476846 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 329341 323481 864 493 0 322646 0
Current children cumulated CPU time: 2202.25 s
Current children cumulated vsize: 1317364 KiB
Current children cumulated memory: 1293924 KiB

[startup+2262.3 s]
/proc/loadavg: 2.18 2.19 2.12 3/200 8163
/proc/meminfo: memFree=26670332/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=1317496 memory=1294020 CPUtime=2262.25 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 1197966 0 0 0 226135 90 0 0 20 0 1 0 435268976 1349115904 323505 33554432000 4194304 6211092 140733558842336 140733558839992 5068981 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 329374 323505 864 493 0 322679 0
Current children cumulated CPU time: 2262.25 s
Current children cumulated vsize: 1317496 KiB
Current children cumulated memory: 1294020 KiB

[startup+2322.3 s]
/proc/loadavg: 2.06 2.16 2.11 3/199 8167
/proc/meminfo: memFree=26653416/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=1318552 memory=1295200 CPUtime=2322.25 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 1200096 0 0 0 232135 90 0 0 20 0 1 0 435268976 1350197248 323800 33554432000 4194304 6211092 140733558842336 140733558839992 5451586 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 329638 323800 864 493 0 322943 0
Current children cumulated CPU time: 2322.25 s
Current children cumulated vsize: 1318552 KiB
Current children cumulated memory: 1295200 KiB

[startup+2382.3 s]
/proc/loadavg: 2.02 2.13 2.11 3/200 8179
/proc/meminfo: memFree=26647616/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=1318816 memory=1295464 CPUtime=2382.25 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 1201754 0 0 0 238135 90 0 0 20 0 1 0 435268976 1350467584 323866 33554432000 4194304 6211092 140733558842336 140733558839992 140704152435581 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 329704 323866 864 493 0 323009 0
Current children cumulated CPU time: 2382.25 s
Current children cumulated vsize: 1318816 KiB
Current children cumulated memory: 1295464 KiB

[startup+2442.3 s]
/proc/loadavg: 2.13 2.14 2.11 3/202 8207
/proc/meminfo: memFree=26636912/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=1318816 memory=1295464 CPUtime=2442.26 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 1203217 0 0 0 244135 91 0 0 20 0 1 0 435268976 1350467584 323866 33554432000 4194304 6211092 140733558842336 140733558839992 5480256 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 329704 323866 864 493 0 323009 0
Current children cumulated CPU time: 2442.26 s
Current children cumulated vsize: 1318816 KiB
Current children cumulated memory: 1295464 KiB

[startup+2502.3 s]
/proc/loadavg: 2.05 2.11 2.11 3/201 8211
/proc/meminfo: memFree=26636780/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=1319212 memory=1295740 CPUtime=2502.26 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 1205110 0 0 0 250135 91 0 0 20 0 1 0 435268976 1350873088 323935 33554432000 4194304 6211092 140733558842336 140733558839992 5455650 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 329803 323935 864 493 0 323108 0
Current children cumulated CPU time: 2502.26 s
Current children cumulated vsize: 1319212 KiB
Current children cumulated memory: 1295740 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.04 2.11 2.10 3/201 8211
/proc/meminfo: memFree=26636780/32770624 swapFree=66959728/67108860
[pid=7895] ppid=7892 vsize=1319212 memory=1295752 CPUtime=2519.96 cores=1,3,5,7
/proc/7895/stat : 7895 (cosoco) R 7892 7895 4090 0 -1 4202496 1205393 0 0 0 251905 91 0 0 20 0 1 0 435268976 1350873088 323938 33554432000 4194304 6211092 140733558842336 140733558839992 5439786 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 34332672 140733558846475 140733558846577 140733558846577 140733558849486 0
/proc/7895/statm: 329803 323938 864 493 0 323108 0
Current children cumulated CPU time: 2519.96 s
Current children cumulated vsize: 1319212 KiB
Current children cumulated memory: 1295752 KiB

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

[startup+2520.02 s]
# the end of solver process 7895 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.06 s, system=0.919999 s

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

Child status: 1
Real time (s): 2520.02
CPU time (s): 2519.98
CPU user time (s): 2519.06
CPU system time (s): 0.919999
CPU usage (%): 99.9986
Max. virtual memory (cumulated for all children) (KiB): 1319212
Max. memory (cumulated for all children) (KiB): 1295752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.06
system time used= 0.919999
maximum resident set size= 1295832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1205435
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= 70
involuntary context switches= 1582


# summary of solver processes directly reported to runsolver:
#   pid: 7895
#   total CPU time (s): 2519.98
#   total CPU user time (s): 2519.06
#   total CPU system time (s): 0.919999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.57701 second user time and 18.3892 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-16 02:20:48
IDJOB=4396939
IDBENCH=138647
IDSOLVER=2848
FILE ID=node124/4396939-1568593288
RUNJOBID= node124-1568572744-4122
PBS_JOBID= 21703326
Free space on /tmp= 61808 MiB

SOLVER NAME= cosoco 2.0
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js20/SuperTaillard-js-20-20.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396939-1568593288/watcher-4396939-1568593288 -o /tmp/evaluation-result-4396939-1568593288/solver-4396939-1568593288 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568572744-4122 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4396939-1568593288.xml

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

MD5SUM BENCH= bd4660d9f641dd45473fddd00af9a0d0
RANDOM SEED=1803023390

node124.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.47
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.47
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.47
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.47
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:        28504840 kB
MemAvailable:   31708644 kB
Buffers:          212672 kB
Cached:          3279516 kB
SwapCached:        46376 kB
Active:          1136096 kB
Inactive:        2542432 kB
Active(anon):     136668 kB
Inactive(anon):    99216 kB
Active(file):     999428 kB
Inactive(file):  2443216 kB
Unevictable:      106528 kB
Mlocked:          106528 kB
SwapTotal:      67108860 kB
SwapFree:       66959728 kB
Dirty:              3128 kB
Writeback:             0 kB
AnonPages:        227464 kB
Mapped:            48784 kB
Shmem:             40944 kB
Slab:             184000 kB
SReclaimable:     153988 kB
SUnreclaim:        30012 kB
KernelStack:        3392 kB
PageTables:         6028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     668152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61724 MiB
End job on node124 at 2019-09-16 03:02:48