Trace number 4408124

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.92 2520

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-02.xml
MD5SUMc67201b80d2f8cf37dc6fc32cd78d58c
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 benchmark422.969
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains85
Minimum domain size1165
Maximum domain size1263
Distribution of domain sizes[{"size":1165,"count":2},{"size":1166,"count":8},{"size":1167,"count":2},{"size":1168,"count":4},{"size":1169,"count":2},{"size":1170,"count":6},{"size":1171,"count":10},{"size":1172,"count":4},{"size":1173,"count":10},{"size":1174,"count":8},{"size":1176,"count":6},{"size":1178,"count":4},{"size":1179,"count":6},{"size":1180,"count":2},{"size":1181,"count":6},{"size":1182,"count":4},{"size":1183,"count":4},{"size":1185,"count":2},{"size":1186,"count":4},{"size":1187,"count":2},{"size":1188,"count":4},{"size":1191,"count":10},{"size":1192,"count":6},{"size":1193,"count":4},{"size":1194,"count":6},"...",{"size":1236,"count":8}, {"size":1237,"count":4}, {"size":1239,"count":6}, {"size":1240,"count":8}, {"size":1241,"count":12}, {"size":1242,"count":2}, {"size":1243,"count":6}, {"size":1244,"count":8}, {"size":1245,"count":8}, {"size":1247,"count":2}, {"size":1248,"count":6}, {"size":1250,"count":4}, {"size":1251,"count":6}, {"size":1252,"count":2}, {"size":1253,"count":6}, {"size":1254,"count":6}, {"size":1255,"count":2}, {"size":1256,"count":10}, {"size":1257,"count":4}, {"size":1258,"count":2}, {"size":1259,"count":4}, {"size":1260,"count":2}, {"size":1261,"count":4}, {"size":1262,"count":2}, {"size":1263,"count":4}]
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.68	c root propagations     : 317968      
3.59/3.68	c restarts enabled, print stats at every restarts
3.59/3.68	c
3.59/3.68	c
3.59/3.68	c
3.59/3.68	c This is cosoco 2.00 --  
3.59/3.68	c
3.59/3.68	c command line: cosoco -lc -model -restarts -stick HOME/instance-4408124-1569809274.xml 
3.59/3.68	c ========================================[ Problem Statistics ]===========================================
3.59/3.68	c |                                                                                                       
3.59/3.68	c |  Parse time        :         3.54 s 
3.59/3.68	c |
3.59/3.68	c |               Variables: 450
3.59/3.68	c |            Domain Sizes: 1165..1263
3.59/3.68	c |
3.59/3.68	c |             Constraints: 5580
3.59/3.68	c |                   Arity: 2..2  -- Binary: 5580
3.59/3.68	c | 
3.59/3.68	c |                   Types: 
3.59/3.68	c |                          (X != Y): 225
3.59/3.68	c |                          (X -Y <= k): 630
3.59/3.68	c |                          Intension: 4725
3.59/3.68	c |                          
3.59/3.68	c =========================================================================================================
3.59/3.68	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
10.19/10.20	c 101            216            135278         860067         450            0              30   103   98  
25.39/25.40	c 211            495            551095         1515799        450            0              1   33   10    
41.28/41.35	c 332            638            761566         2874269        450            0              2   19   16    
52.49/52.50	c 465            891            994077         3742599        450            0              1   37   23    
75.09/75.12	c 611            1353           1480095        4247553        450            0              1   24   6     
84.00/84.08	c 771            1619           1685496        4947842        450            0              7   54   38    
104.38/104.47	c 947            2016           2120911        5749520        450            0              1   43   27    
133.48/133.58	c 1140           2253           2474235        8456973        450            0              2   25   20    
144.37/144.46	c 1352           2558           2720257        9852689        450            0              5   46   39    
172.48/172.54	c 1585           3062           3365862        10673336       450            0              1   42   19    
203.57/203.64	c 1841           3374           3713703        12837298       450            0              2   38   36    
210.99/211.04	c 2122           3775           3892367        13451494       450            0              1   63   55    
252.08/252.16	c 2431           4142           4350370        17024546       450            0              3   29   27    
287.77/287.84	c 2770           4817           5395323        17822515       450            0              1   5   3      
294.17/294.24	c 3142           5270           5571812        18466227       450            0              2   40   38    
328.37/328.42	c 3551           5707           5937340        21201445       450            0              4   20   17    
397.97/398.04	c 4000           6428           6989136        25321978       450            0              1   62   52    
418.26/418.34	c 4493           7032           7287659        27496981       450            0              3   56   54    
495.46/495.54	c 5035           8196           9022239        34079443       450            0              3   14   8     
552.16/552.26	c 5631           9240           10244191       38051683       450            0              1   35   25    
673.36/673.43	c 6286           10162          11633196       48411242       450            0              6   59   44    
702.86/702.91	c 7006           10990          12214912       50392156       450            0              1   42   39    
820.75/820.83	c 7798           12052          13718462       59664179       450            0              14   66   51   
962.06/962.19	c 8669           13481          16210040       66288198       450            0              3   54   48    
1108.95/1109.03	c 9627           14540          18892713       76139001       450            0              2   50   48    
1127.05/1127.13	c 10680          15766          19295998       77535925       450            0              1   37   36    
1241.74/1241.86	c 11838          17354          21246039       91055730       450            0              3   34   30    
1349.05/1349.11	c 13111          18882          22473388       100511630      450            0              3   42   40    
1377.14/1377.24	c 14511          20450          23044125       103216739      450            0              2   69   60    
1614.94/1615.07	c 16051          22211          26037443       120834555      450            0              2   41   38    
1825.22/1825.32	c 17745          27992          30694952       122824925      450            0              2   43   15    
1856.62/1856.73	c 19608          30192          31604096       125213539      450            0              2   43   37    
1877.93/1878.02	c 21657          32596          32248086       125752582      450            0              3   38   33    
2184.31/2184.40	c 23910          35346          36179172       151671626      450            0              3   34   29    
2327.31/2327.45	c 26388          38972          38734103       161001916      450            0              4   36   34    
2519.90/2520.00	
2519.90/2520.00	c *** INTERRUPTED ***
2519.90/2520.00	c restarts              : 35          
2519.90/2520.00	c conflicts             : 27614        (11 /sec)
2519.90/2520.00	c decisions             : 40261        (16 /sec)
2519.90/2520.00	c propagations          : 173125300   (68712 /sec)
2519.90/2520.00	c root propagations     : 317968      
2519.90/2520.00	c filter calls          : 40597477       (16113 /sec)
2519.90/2520.00	c useless filter calls  : 37158481       (91 %)
2519.90/2520.00	c Memory used           : 440.77 MB
2519.90/2520.00	c CPU time              : 2519.6 s
2519.90/2520.00	c real time             : 2520 s
2519.90/2520.00	
2519.90/2520.00	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 (13886 MiB free)
  memory of node 1: 16384 MiB (13930 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4408124-1569809274/watcher-4408124-1569809274 -o /tmp/evaluation-result-4408124-1569809274/solver-4408124-1569809274 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1569787350-23554 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4408124-1569809274.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=28057, runsolver pid=28054
Current StackSize limit: 8192 KiB


[startup+0.100193 s]*
/proc/loadavg: 2.00 2.01 2.04 3/199 28058
/proc/meminfo: memFree=28479640/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=32592 memory=8640 CPUtime=0.1 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 2353 0 0 0 10 0 0 0 20 0 1 0 556863765 33374208 2160 33554432000 4194304 6211132 140730283626480 140730283623016 140082650057829 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 8148 2160 798 493 0 1453 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 32592 KiB
Current children cumulated memory: 8640 KiB

[startup+0.209736 s]*
/proc/loadavg: 2.00 2.01 2.04 3/199 28058
/proc/meminfo: memFree=28479020/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=33304 memory=9224 CPUtime=0.21 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 2526 0 0 0 21 0 0 0 20 0 1 0 556863765 34103296 2306 33554432000 4194304 6211132 140730283626480 140730283623016 140082650054768 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 8326 2306 798 493 0 1631 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 33304 KiB
Current children cumulated memory: 9224 KiB

[startup+0.309079 s]*
/proc/loadavg: 2.00 2.01 2.04 3/199 28058
/proc/meminfo: memFree=28471084/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=41984 memory=17988 CPUtime=0.3 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 4718 0 0 0 30 0 0 0 20 0 1 0 556863765 42991616 4497 33554432000 4194304 6211132 140730283626480 140730283623016 5071149 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 10496 4497 816 493 0 3801 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 41984 KiB
Current children cumulated memory: 17988 KiB

[startup+0.700395 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 28058
/proc/meminfo: memFree=28453104/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=76012 memory=52200 CPUtime=0.69 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 13237 0 0 0 67 2 0 0 20 0 1 0 556863765 77836288 13050 33554432000 4194304 6211132 140730283626480 140730283623016 140082646576101 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 19003 13050 816 493 0 12308 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 76012 KiB
Current children cumulated memory: 52200 KiB

[startup+1.50041 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 28058
/proc/meminfo: memFree=28409084/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=147220 memory=123276 CPUtime=1.49 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 31023 0 0 0 144 5 0 0 20 0 1 0 556863765 150753280 30819 33554432000 4194304 6211132 140730283626480 140730283619784 140082646576101 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 36805 30819 816 493 0 30110 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 147220 KiB
Current children cumulated memory: 123276 KiB

[startup+3.10958 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 28058
/proc/meminfo: memFree=28231384/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=289756 memory=265944 CPUtime=3.1 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 67151 0 0 0 300 10 0 0 20 0 1 0 556863765 296710144 66486 33554432000 4194304 6211132 140730283626480 140730283619784 140082650061213 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 72439 66486 816 493 0 65744 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 289756 KiB
Current children cumulated memory: 265944 KiB

[startup+6.30033 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 28058
/proc/meminfo: memFree=28161192/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=350232 memory=326820 CPUtime=6.29 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 119075 0 0 0 615 14 0 0 20 0 1 0 556863765 358637568 81705 33554432000 4194304 6211132 140730283626480 140730283624136 5446158 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 87558 81705 860 493 0 80863 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 350232 KiB
Current children cumulated memory: 326820 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.04 3/200 28060
/proc/meminfo: memFree=28149392/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=361716 memory=338288 CPUtime=12.68 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 150828 0 0 0 1252 16 0 0 20 0 1 0 556863765 370397184 84572 33554432000 4194304 6211132 140730283626480 140730283624136 5446210 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 90429 84572 862 493 0 83734 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 361716 KiB
Current children cumulated memory: 338288 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 28060
/proc/meminfo: memFree=28143556/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=368712 memory=345236 CPUtime=25.49 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 183101 0 0 0 2531 18 0 0 20 0 1 0 556863765 377561088 86309 33554432000 4194304 6211132 140730283626480 140730283624136 140082646576101 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 92178 86309 862 493 0 85483 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 368712 KiB
Current children cumulated memory: 345236 KiB

[startup+51.1095 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 28061
/proc/meminfo: memFree=28123316/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=387588 memory=364104 CPUtime=51.1 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 226598 0 0 0 5089 21 0 0 20 0 1 0 556863765 396890112 91026 33554432000 4194304 6211132 140730283626480 140730283624136 5446292 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 96897 91026 862 493 0 90202 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 387588 KiB
Current children cumulated memory: 364104 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/200 28066
/proc/meminfo: memFree=28109688/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=400524 memory=377020 CPUtime=102.28 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 267170 0 0 0 10205 23 0 0 20 0 1 0 556863765 410136576 94255 33554432000 4194304 6211132 140730283626480 140730283624136 140082647502239 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 100131 94255 862 493 0 93436 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 400524 KiB
Current children cumulated memory: 377020 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 28070
/proc/meminfo: memFree=28093832/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=411480 memory=387960 CPUtime=162.28 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 301542 0 0 0 16203 25 0 0 20 0 1 0 556863765 421355520 96990 33554432000 4194304 6211132 140730283626480 140730283624136 5456330 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 102870 96990 862 493 0 96175 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 411480 KiB
Current children cumulated memory: 387960 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 28081
/proc/meminfo: memFree=28078496/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=425736 memory=402304 CPUtime=222.27 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 331860 0 0 0 22201 26 0 0 20 0 1 0 556863765 435953664 100576 33554432000 4194304 6211132 140730283626480 140730283624136 140082656521053 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 106434 100576 862 493 0 99739 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 425736 KiB
Current children cumulated memory: 402304 KiB

[startup+282.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/200 28087
/proc/meminfo: memFree=28075716/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=428640 memory=405104 CPUtime=282.26 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 335100 0 0 0 28200 26 0 0 20 0 1 0 556863765 438927360 101276 33554432000 4194304 6211132 140730283626480 140730283624136 5441163 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 107160 101276 862 493 0 100465 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 428640 KiB
Current children cumulated memory: 405104 KiB

[startup+342.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/199 28091
/proc/meminfo: memFree=28070448/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=433392 memory=409888 CPUtime=342.26 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 337480 0 0 0 34199 27 0 0 20 0 1 0 556863765 443793408 102472 33554432000 4194304 6211132 140730283626480 140730283624136 5164621 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 108348 102472 862 493 0 101653 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 433392 KiB
Current children cumulated memory: 409888 KiB

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/199 28095
/proc/meminfo: memFree=28068020/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=434712 memory=411316 CPUtime=402.26 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 339319 0 0 0 40199 27 0 0 20 0 1 0 556863765 445145088 102829 33554432000 4194304 6211132 140730283626480 140730283624440 5441106 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 108678 102829 862 493 0 101983 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 434712 KiB
Current children cumulated memory: 411316 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28101
/proc/meminfo: memFree=28065972/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=435240 memory=411792 CPUtime=462.26 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 340432 0 0 0 46199 27 0 0 20 0 1 0 556863765 445685760 102948 33554432000 4194304 6211132 140730283626480 140730283624136 5476895 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 108810 102948 862 493 0 102115 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 435240 KiB
Current children cumulated memory: 411792 KiB


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

/proc/28057/statm: 112374 106503 862 493 0 105679 0
Current children cumulated CPU time: 1782.22 s
Current children cumulated vsize: 449496 KiB
Current children cumulated memory: 426012 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28224
/proc/meminfo: memFree=28042200/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=449760 memory=426284 CPUtime=1842.22 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 368157 0 0 0 184192 30 0 0 20 0 1 0 556863765 460554240 106571 33554432000 4194304 6211132 140730283626480 140730283624136 140082647502265 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 112440 106571 862 493 0 105745 0
Current children cumulated CPU time: 1842.22 s
Current children cumulated vsize: 449760 KiB
Current children cumulated memory: 426284 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28230
/proc/meminfo: memFree=28040824/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=450024 memory=426616 CPUtime=1902.22 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 368896 0 0 0 190192 30 0 0 20 0 1 0 556863765 460824576 106654 33554432000 4194304 6211132 140730283626480 140730283624136 140082647499665 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 112506 106654 862 493 0 105811 0
Current children cumulated CPU time: 1902.22 s
Current children cumulated vsize: 450024 KiB
Current children cumulated memory: 426616 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28234
/proc/meminfo: memFree=28039644/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=451080 memory=427636 CPUtime=1962.22 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 369874 0 0 0 196191 31 0 0 20 0 1 0 556863765 461905920 106909 33554432000 4194304 6211132 140730283626480 140730283624136 5480300 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 112770 106909 862 493 0 106075 0
Current children cumulated CPU time: 1962.22 s
Current children cumulated vsize: 451080 KiB
Current children cumulated memory: 427636 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28246
/proc/meminfo: memFree=28039648/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=451080 memory=427664 CPUtime=2022.22 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 370842 0 0 0 202191 31 0 0 20 0 1 0 556863765 461905920 106916 33554432000 4194304 6211132 140730283626480 140730283624136 5165031 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 112770 106916 862 493 0 106075 0
Current children cumulated CPU time: 2022.22 s
Current children cumulated vsize: 451080 KiB
Current children cumulated memory: 427664 KiB

[startup+2082.3 s]
/proc/loadavg: 2.45 2.11 2.08 2/202 28315
/proc/meminfo: memFree=22582972/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=451080 memory=427664 CPUtime=2082.22 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 371738 0 0 0 208191 31 0 0 20 0 1 0 556863765 461905920 106916 33554432000 4194304 6211132 140730283626480 140730283624136 5069032 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 112770 106916 862 493 0 106075 0
Current children cumulated CPU time: 2082.22 s
Current children cumulated vsize: 451080 KiB
Current children cumulated memory: 427664 KiB

[startup+2142.3 s]
/proc/loadavg: 3.33 2.44 2.19 2/201 28383
/proc/meminfo: memFree=21724580/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=451080 memory=427664 CPUtime=2142.21 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 372646 0 0 0 214190 31 0 0 20 0 1 0 556863765 461905920 106916 33554432000 4194304 6211132 140730283626480 140730283624136 5451514 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 112770 106916 862 493 0 106075 0
Current children cumulated CPU time: 2142.21 s
Current children cumulated vsize: 451080 KiB
Current children cumulated memory: 427664 KiB

[startup+2202.3 s]
/proc/loadavg: 3.76 2.76 2.32 3/201 28452
/proc/meminfo: memFree=28051924/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=451212 memory=427720 CPUtime=2202.21 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 373394 0 0 0 220190 31 0 0 20 0 1 0 556863765 462041088 106930 33554432000 4194304 6211132 140730283626480 140730283624136 5446189 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 112803 106930 862 493 0 106108 0
Current children cumulated CPU time: 2202.21 s
Current children cumulated vsize: 451212 KiB
Current children cumulated memory: 427720 KiB

[startup+2262.3 s]
/proc/loadavg: 2.65 2.62 2.30 3/202 28458
/proc/meminfo: memFree=27442912/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=451212 memory=427848 CPUtime=2262.21 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 374100 0 0 0 226190 31 0 0 20 0 1 0 556863765 462041088 106962 33554432000 4194304 6211132 140730283626480 140730283624136 5446225 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 112803 106962 862 493 0 106108 0
Current children cumulated CPU time: 2262.21 s
Current children cumulated vsize: 451212 KiB
Current children cumulated memory: 427848 KiB

[startup+2322.3 s]
/proc/loadavg: 2.24 2.51 2.28 3/201 28463
/proc/meminfo: memFree=26832608/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=451344 memory=427880 CPUtime=2322.21 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 374826 0 0 0 232190 31 0 0 20 0 1 0 556863765 462176256 106970 33554432000 4194304 6211132 140730283626480 140730283624136 5009608 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 112836 106970 862 493 0 106141 0
Current children cumulated CPU time: 2322.21 s
Current children cumulated vsize: 451344 KiB
Current children cumulated memory: 427880 KiB

[startup+2382.3 s]
/proc/loadavg: 2.09 2.41 2.27 3/201 28467
/proc/meminfo: memFree=26223684/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=451344 memory=427900 CPUtime=2382.21 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 375412 0 0 0 238190 31 0 0 20 0 1 0 556863765 462176256 106975 33554432000 4194304 6211132 140730283626480 140730283624440 5441132 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 112836 106975 862 493 0 106141 0
Current children cumulated CPU time: 2382.21 s
Current children cumulated vsize: 451344 KiB
Current children cumulated memory: 427900 KiB

[startup+2442.3 s]
/proc/loadavg: 2.03 2.34 2.25 3/202 28473
/proc/meminfo: memFree=25615308/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=451344 memory=427904 CPUtime=2442.2 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 375963 0 0 0 244189 31 0 0 20 0 1 0 556863765 462176256 106976 33554432000 4194304 6211132 140730283626480 140730283624440 5451514 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 112836 106976 862 493 0 106141 0
Current children cumulated CPU time: 2442.2 s
Current children cumulated vsize: 451344 KiB
Current children cumulated memory: 427904 KiB

[startup+2502.3 s]
/proc/loadavg: 2.01 2.28 2.23 3/200 28477
/proc/meminfo: memFree=25007272/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=451344 memory=427904 CPUtime=2502.2 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 376514 0 0 0 250189 31 0 0 20 0 1 0 556863765 462176256 106976 33554432000 4194304 6211132 140730283626480 140730283624440 5453954 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 112836 106976 862 493 0 106141 0
Current children cumulated CPU time: 2502.2 s
Current children cumulated vsize: 451344 KiB
Current children cumulated memory: 427904 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.01 2.26 2.23 3/200 28478
/proc/meminfo: memFree=24834316/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=451344 memory=427904 CPUtime=2519.9 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 376966 0 0 0 251959 31 0 0 20 0 1 0 556863765 462176256 106976 33554432000 4194304 6211132 140730283626480 140730283624440 140082656521098 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 112836 106976 862 493 0 106141 0
Current children cumulated CPU time: 2519.9 s
Current children cumulated vsize: 451344 KiB
Current children cumulated memory: 427904 KiB

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

[startup+2520 s]
# the end of solver process 28057 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.6 s, system=0.31899 s

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

[startup+2520 s]
/proc/loadavg: 2.01 2.26 2.23 3/200 28478
/proc/meminfo: memFree=24834316/32770624 swapFree=66966920/67108860
[pid=28057] ppid=28054 vsize=451344 memory=427904 CPUtime=2519.9 cores=0,2,4,6
/proc/28057/stat : 28057 (cosoco) R 28054 28057 23523 0 -1 4202496 376966 0 0 0 251959 31 0 0 20 0 1 0 556863765 462176256 106976 33554432000 4194304 6211132 140730283626480 140730283624440 140082656521098 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 38400000 140730283631627 140730283631729 140730283631729 140730283634638 0
/proc/28057/statm: 112836 106976 862 493 0 106141 0
Current children cumulated CPU time: 2519.9 s
Current children cumulated vsize: 451344 KiB
Current children cumulated memory: 427904 KiB

Child status: 1
Real time (s): 2520
CPU time (s): 2519.92
CPU user time (s): 2519.6
CPU system time (s): 0.31899
CPU usage (%): 99.9966
Max. virtual memory (cumulated for all children) (KiB): 451344
Max. memory (cumulated for all children) (KiB): 427904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.6
system time used= 0.31899
maximum resident set size= 427972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 377015
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= 44
involuntary context switches= 3167


# summary of solver processes directly reported to runsolver:
#   pid: 28057
#   total CPU time (s): 2519.92
#   total CPU user time (s): 2519.6
#   total CPU system time (s): 0.31899

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0457 second user time and 16.221 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-30 04:07:11
IDJOB=4408124
IDBENCH=138492
IDSOLVER=2874
FILE ID=node145/4408124-1569809274
RUNJOBID= node145-1569787350-23554
PBS_JOBID= 21705820
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 2.0
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-02.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4408124-1569809274/watcher-4408124-1569809274 -o /tmp/evaluation-result-4408124-1569809274/solver-4408124-1569809274 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1569787350-23554 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4408124-1569809274.xml

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

MD5SUM BENCH= c67201b80d2f8cf37dc6fc32cd78d58c
RANDOM SEED=1262183509

node145.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.59
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.59
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.59
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.59
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:        28484840 kB
MemAvailable:   31699836 kB
Buffers:          232776 kB
Cached:          3308156 kB
SwapCached:        32684 kB
Active:          1450608 kB
Inactive:        2255880 kB
Active(anon):     151644 kB
Inactive(anon):    96228 kB
Active(file):    1298964 kB
Inactive(file):  2159652 kB
Unevictable:      108080 kB
Mlocked:          108080 kB
SwapTotal:      67108860 kB
SwapFree:       66966920 kB
Dirty:              3032 kB
Writeback:             0 kB
AnonPages:        241608 kB
Mapped:            28572 kB
Shmem:             73436 kB
Slab:             174304 kB
SReclaimable:     144432 kB
SUnreclaim:        29872 kB
KernelStack:        3520 kB
PageTables:         5256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     696376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 62024 MiB
End job on node145 at 2019-09-30 04:49:11