Trace number 4390392

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 NameAnswerobjective functionCPU timeWall clock time
cosoco 2SAT (TO)6 2400.05 2400.11

General information on the benchmark

NameBinPacking/
BinPacking-mdd-fu/BinPacking-mdd-fu0120-05.xml
MD5SUM9ef2b094cdda1b830103df1ca446c40b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark2400.21
Satisfiable
(Un)Satisfiability was proved
Number of variables470
Number of constraints70
Number of domains2
Minimum domain size62
Maximum domain size68
Distribution of domain sizes[{"size":62,"count":469},{"size":68,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":402},{"degree":4,"count":67}]
Minimum constraint arity7
Maximum constraint arity469
Distribution of constraint arities[{"arity":7,"count":67},{"arity":68,"count":1},{"arity":469,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":67},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.05	c Create Cardinality(vars,values,occurs) constraint using 469 Exactly/AtMost.. constraint 
0.00/0.05	c
380.47/380.52	c
380.47/380.52	c This is cosoco 2.00 --  
380.47/380.52	c
380.47/380.52	c command line: cosoco -lc -model -restarts -stick HOME/instance-4390392-1568353917.xml 
380.47/380.52	c enable optimization
380.47/380.52	c ========================================[ Problem Statistics ]===========================================
380.47/380.52	c |                                                                                                       
380.47/380.52	c |  Parse time        :         0.05 s 
380.47/380.52	c |
380.47/380.52	c |               Variables: 470
380.47/380.52	c |            Domain Sizes: 62..68
380.47/380.52	c |
380.47/380.52	c |             Constraints: 197
380.47/380.52	c |                   Arity: 1..469  -- Unary: 1
380.47/380.52	c | 
380.47/380.52	c |                   Types: 
380.47/380.52	c |                          Exactly K: 62
380.47/380.52	c |                          Exactly K variable: 1
380.47/380.52	c |                          Intension: 1
380.47/380.52	c |                          Lex: 66
380.47/380.52	c |                          MDD: 67
380.47/380.52	c |                          
380.47/380.52	c |               Objective: Maximize Intension
380.47/380.52	
380.47/380.52	c =========================================================================================================
380.47/380.52	o 6
380.47/380.52	c    1 calls to solver(id=*d): best=0 lower=6 upper=7 
2400.03/2400.10	
2400.03/2400.10	c *** INTERRUPTED ***
2400.03/2400.10	c call to solver        : 1
2400.03/2400.10	c
2400.03/2400.10	c restarts              : 75          
2400.03/2400.10	c conflicts             : 95561        (40 /sec)
2400.03/2400.10	c decisions             : 338456       (141 /sec)
2400.03/2400.10	c propagations          : 33253528    (13855 /sec)
2400.03/2400.10	c root propagations     : 18760       
2400.03/2400.10	c filter calls          : 96075073       (40031 /sec)
2400.03/2400.10	c useless filter calls  : 93352955       (97 %)
2400.03/2400.10	c Memory used           : 32.62 MB
2400.03/2400.10	c Best bound time (wc)  : 380.517 s
2400.03/2400.10	c CPU time              : 2400.03 s
2400.03/2400.10	c real time             : 2400.1 s
2400.03/2400.10	
2400.03/2400.10	c nb Solutions = 1
2400.03/2400.10	s SATISFIABLE
2400.03/2400.10	c Best value found: 6
2400.03/2400.10	
2400.03/2400.10	
2400.03/2400.10	v <instantiation type='solution' cost='6'>
2400.03/2400.10	v <list>b[0][0] b[0][1] b[0][2] b[0][3] b[0][4] b[0][5] b[0][6] b[10][0] b[10][1] b[10][2] b[10][3] b[10][4] b[10][5] b[10][6] b[11][0] b[11][1] b[11][2] b[11][3] b[11][4] b[11][5] b[11][6] b[12][0] b[12][1] b[12][2] b[12][3] b[12][4] b[12][5] b[12][6] b[13][0] b[13][1] b[13][2] b[13][3] b[13][4] b[13][5] b[13][6] b[14][0] b[14][1] b[14][2] b[14][3] b[14][4] b[14][5] b[14][6] b[15][0] b[15][1] b[15][2] b[15][3] b[15][4] b[15][5] b[15][6] b[16][0] b[16][1] b[16][2] b[16][3] b[16][4] b[16][5] b[16][6] b[17][0] b[17][1] b[17][2] b[17][3] b[17][4] b[17][5] b[17][6] b[18][0] b[18][1] b[18][2] b[18][3] b[18][4] b[18][5] b[18][6] b[19][0] b[19][1] b[19][2] b[19][3] b[19][4] b[19][5] b[19][6] b[1][0] b[1][1] b[1][2] b[1][3] b[1][4] b[1][5] b[1][6] b[20][0] b[20][1] b[20][2] b[20][3] b[20][4] b[20][5] b[20][6] b[21][0] b[21][1] b[21][2] b[21][3] b[21][4] b[21][5] b[21][6] b[22][0] b[22][1] b[22][2] b[22][3] b[22][4] b[22][5] b[22][6] b[23][0] b[23][1] b[23][2] b[23][3] b[23][4] b[23][5] b[23][6] b[24][0] b[24][1] b[24][2] b[24][3] b[24][4] b[24][5] b[24][6] b[25][0] b[25][1] b[25][2] b[25][3] b[25][4] b[25][5] b[25][6] b[26][0] b[26][1] b[26][2] b[26][3] b[26][4] b[26][5] b[26][6] b[27][0] b[27][1] b[27][2] b[27][3] b[27][4] b[27][5] b[27][6] b[28][0] b[28][1] b[28][2] b[28][3] b[28][4] b[28][5] b[28][6] b[29][0] b[29][1] b[29][2] b[29][3] b[29][4] b[29][5] b[29][6] b[2][0] b[2][1] b[2][2] b[2][3] b[2][4] b[2][5] b[2][6] b[30][0] b[30][1] b[30][2] b[30][3] b[30][4] b[30][5] b[30][6] b[31][0] b[31][1] b[31][2] b[31][3] b[31][4] b[31][5] b[31][6] b[32][0] b[32][1] b[32][2] b[32][3] b[32][4] b[32][5] b[32][6] b[33][0] b[33][1] b[33][2] b[33][3] b[33][4] b[33][5] b[33][6] b[34][0] b[34][1] b[34][2] b[34][3] b[34][4] b[34][5] b[34][6] b[35][0] b[35][1] b[35][2] b[35][3] b[35][4] b[35][5] b[35][6] b[36][0] b[36][1] b[36][2] b[36][3] b[36][4] b[36][5] b[36][6] b[37][0] b[37][1] b[37][2] b[37][3] b[37][4] b[37][5] b[37][6] b[38][0] b[38][1] b[38][2] b[38][3] b[38][4] b[38][5] b[38][6] b[39][0] b[39][1] b[39][2] b[39][3] b[39][4] b[39][5] b[39][6] b[3][0] b[3][1] b[3][2] b[3][3] b[3][4] b[3][5] b[3][6] b[40][0] b[40][1] b[40][2] b[40][3] b[40][4] b[40][5] b[40][6] b[41][0] b[41][1] b[41][2] b[41][3] b[41][4] b[41][5] b[41][6] b[42][0] b[42][1] b[42][2] b[42][3] b[42][4] b[42][5] b[42][6] b[43][0] b[43][1] b[43][2] b[43][3] b[43][4] b[43][5] b[43][6] b[44][0] b[44][1] b[44][2] b[44][3] b[44][4] b[44][5] b[44][6] b[45][0] b[45][1] b[45][2] b[45][3] b[45][4] b[45][5] b[45][6] b[46][0] b[46][1] b[46][2] b[46][3] b[46][4] b[46][5] b[46][6] b[47][0] b[47][1] b[47][2] b[47][3] b[47][4] b[47][5] b[47][6] b[48][0] b[48][1] b[48][2] b[48][3] b[48][4] b[48][5] b[48][6] b[49][0] b[49][1] b[49][2] b[49][3] b[49][4] b[49][5] b[49][6] b[4][0] b[4][1] b[4][2] b[4][3] b[4][4] b[4][5] b[4][6] b[50][0] b[50][1] b[50][2] b[50][3] b[50][4] b[50][5] b[50][6] b[51][0] b[51][1] b[51][2] b[51][3] b[51][4] b[51][5] b[51][6] b[52][0] b[52][1] b[52][2] b[52][3] b[52][4] b[52][5] b[52][6] b[53][0] b[53][1] b[53][2] b[53][3] b[53][4] b[53][5] b[53][6] b[54][0] b[54][1] b[54][2] b[54][3] b[54][4] b[54][5] b[54][6] b[55][0] b[55][1] b[55][2] b[55][3] b[55][4] b[55][5] b[55][6] b[56][0] b[56][1] b[56][2] b[56][3] b[56][4] b[56][5] b[56][6] b[57][0] b[57][1] b[57][2] b[57][3] b[57][4] b[57][5] b[57][6] b[58][0] b[58][1] b[58][2] b[58][3] b[58][4] b[58][5] b[58][6] b[59][0] b[59][1] b[59][2] b[59][3] b[59][4] b[59][5] b[59][6] b[5][0] b[5][1] b[5][2] b[5][3] b[5][4] b[5][5] b[5][6] b[60][0] b[60][1] b[60][2] b[60][3] b[60][4] b[60][5] b[60][6] b[61][0] b[61][1] b[61][2] b[61][3] b[61][4] b[61][5] b[61][6] b[62][0] b[62][1] b[62][2] b[62][3] b[62][4] b[62][5] b[62][6] b[63][0] b[63][1] b[63][2] b[63][3] b[63][4] b[63][5] b[63][6] b[64][0] b[64][1] b[64][2] b[64][3] b[64][4] b[64][5] b[64][6] b[65][0] b[65][1] b[65][2] b[65][3] b[65][4] b[65][5] b[65][6] b[66][0] b[66][1] b[66][2] b[66][3] b[66][4] b[66][5] b[66][6] b[6][0] b[6][1] b[6][2] b[6][3] b[6][4] b[6][5] b[6][6] b[7][0] b[7][1] b[7][2] b[7][3] b[7][4] b[7][5] b[7][6] b[8][0] b[8][1] b[8][2] b[8][3] b[8][4] b[8][5] b[8][6] b[9][0] b[9][1] b[9][2] b[9][3] b[9][4] b[9][5] b[9][6] x </list>
2400.03/2400.11	v <values>100 44 0 0 0 0 0 92 52 0 0 0 0 0 92 51 0 0 0 0 0 91 50 0 0 0 0 0 91 48 0 0 0 0 0 91 48 0 0 0 0 0 90 53 0 0 0 0 0 88 55 0 0 0 0 0 88 55 0 0 0 0 0 88 54 0 0 0 0 0 87 53 0 0 0 0 0 100 42 0 0 0 0 0 87 53 0 0 0 0 0 85 56 0 0 0 0 0 84 56 0 0 0 0 0 84 56 0 0 0 0 0 84 56 0 0 0 0 0 83 58 0 0 0 0 0 82 60 0 0 0 0 0 82 60 0 0 0 0 0 82 58 0 0 0 0 0 81 64 0 0 0 0 0 99 44 0 0 0 0 0 80 62 0 0 0 0 0 80 60 0 0 0 0 0 79 67 0 0 0 0 0 79 66 0 0 0 0 0 78 72 0 0 0 0 0 78 69 0 0 0 0 0 78 68 0 0 0 0 0 78 67 0 0 0 0 0 78 67 0 0 0 0 0 77 72 0 0 0 0 0 98 44 0 0 0 0 0 75 72 0 0 0 0 0 70 70 0 0 0 0 0 48 40 38 0 0 0 0 42 41 0 0 0 0 0 41 39 0 0 0 0 0 39 37 0 0 0 0 0 37 34 0 0 0 0 0 36 36 0 0 0 0 0 34 34 0 0 0 0 0 32 32 0 0 0 0 0 97 46 0 0 0 0 0 32 32 0 0 0 0 0 31 25 0 0 0 0 0 31 24 0 0 0 0 0 30 24 0 0 0 0 0 27 27 0 0 0 0 0 27 26 0 0 0 0 0 26 23 0 0 0 0 0 21 21 0 0 0 0 0 21 0 0 0 0 0 0 20 0 0 0 0 0 0 97 46 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 97 45 0 0 0 0 0 97 45 0 0 0 0 0 95 47 0 0 0 0 0 94 47 0 0 0 0 0 6 </values>
2400.03/2400.11	v </instantiation>
2400.03/2400.11	

Verifier Data

OK	6

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 (15515 MiB free)
  memory of node 1: 16384 MiB (13316 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390392-1568353917/watcher-4390392-1568353917 -o /tmp/evaluation-result-4390392-1568353917/solver-4390392-1568353917 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568328837-13394 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4390392-1568353917.xml 

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

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


[startup+0.100199 s]*
/proc/loadavg: 2.00 2.00 2.04 3/200 17744
/proc/meminfo: memFree=29519332/32770624 swapFree=66957396/67108860
[pid=17743] ppid=17740 vsize=32716 memory=8700 CPUtime=0.1 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 3026 0 0 0 10 0 0 0 20 0 1 0 411328195 33501184 2175 33554432000 4194304 6210612 140721127904752 140721127901288 5249727 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8179 2175 872 493 0 1484 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 32716 KiB
Current children cumulated memory: 8700 KiB

[startup+0.209713 s]*
/proc/loadavg: 2.00 2.00 2.04 3/200 17744
/proc/meminfo: memFree=29519332/32770624 swapFree=66957396/67108860
[pid=17743] ppid=17740 vsize=32716 memory=8700 CPUtime=0.21 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 3026 0 0 0 21 0 0 0 20 0 1 0 411328195 33501184 2175 33554432000 4194304 6210612 140721127904752 140721127901288 5249712 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8179 2175 872 493 0 1484 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 32716 KiB
Current children cumulated memory: 8700 KiB

[startup+0.309167 s]*
/proc/loadavg: 2.00 2.00 2.04 3/200 17744
/proc/meminfo: memFree=29519332/32770624 swapFree=66957396/67108860
[pid=17743] ppid=17740 vsize=32716 memory=8700 CPUtime=0.31 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 3026 0 0 0 31 0 0 0 20 0 1 0 411328195 33501184 2175 33554432000 4194304 6210612 140721127904752 140721127901288 5249712 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8179 2175 872 493 0 1484 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 32716 KiB
Current children cumulated memory: 8700 KiB

[startup+0.700339 s]
/proc/loadavg: 2.00 2.00 2.04 3/200 17744
/proc/meminfo: memFree=29519332/32770624 swapFree=66957396/67108860
[pid=17743] ppid=17740 vsize=32716 memory=8700 CPUtime=0.69 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 3052 0 0 0 69 0 0 0 20 0 1 0 411328195 33501184 2175 33554432000 4194304 6210612 140721127904752 140721127901288 5249664 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8179 2175 872 493 0 1484 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 32716 KiB
Current children cumulated memory: 8700 KiB

[startup+1.50034 s]
/proc/loadavg: 1.84 1.97 2.03 3/201 17746
/proc/meminfo: memFree=29518252/32770624 swapFree=66957396/67108860
[pid=17743] ppid=17740 vsize=33112 memory=9224 CPUtime=1.49 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 3143 0 0 0 149 0 0 0 20 0 1 0 411328195 33906688 2306 33554432000 4194304 6210612 140721127904752 140721127902152 5249719 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8278 2306 904 493 0 1583 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 33112 KiB
Current children cumulated memory: 9224 KiB

[startup+3.10918 s]
/proc/loadavg: 1.84 1.97 2.03 3/200 17746
/proc/meminfo: memFree=29517756/32770624 swapFree=66957396/67108860
[pid=17743] ppid=17740 vsize=33112 memory=9312 CPUtime=3.1 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 4253 0 0 0 310 0 0 0 20 0 1 0 411328195 33906688 2328 33554432000 4194304 6210612 140721127904752 140721127902024 5249712 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8278 2328 904 493 0 1583 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 33112 KiB
Current children cumulated memory: 9312 KiB

[startup+6.30033 s]
/proc/loadavg: 1.86 1.97 2.03 3/200 17746
/proc/meminfo: memFree=29518044/32770624 swapFree=66957396/67108860
[pid=17743] ppid=17740 vsize=33112 memory=9316 CPUtime=6.29 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 5361 0 0 0 629 0 0 0 20 0 1 0 411328195 33906688 2329 33554432000 4194304 6210612 140721127904752 140721127902024 5249712 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8278 2329 904 493 0 1583 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 33112 KiB
Current children cumulated memory: 9316 KiB

[startup+12.7003 s]
/proc/loadavg: 1.87 1.97 2.03 3/200 17747
/proc/meminfo: memFree=29518292/32770624 swapFree=66957396/67108860
[pid=17743] ppid=17740 vsize=33244 memory=9320 CPUtime=12.69 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 6593 0 0 0 1269 0 0 0 20 0 1 0 411328195 34041856 2330 33554432000 4194304 6210612 140721127904752 140721127902152 5249674 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8311 2330 904 493 0 1616 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 33244 KiB
Current children cumulated memory: 9320 KiB

[startup+25.5003 s]
/proc/loadavg: 1.89 1.97 2.03 3/200 17747
/proc/meminfo: memFree=29518444/32770624 swapFree=66957396/67108860
[pid=17743] ppid=17740 vsize=33244 memory=9452 CPUtime=25.49 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 9059 0 0 0 2549 0 0 0 20 0 1 0 411328195 34041856 2363 33554432000 4194304 6210612 140721127904752 140721127902152 5249733 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8311 2363 904 493 0 1616 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 33244 KiB
Current children cumulated memory: 9452 KiB

[startup+51.1094 s]
/proc/loadavg: 1.93 1.97 2.03 3/201 17749
/proc/meminfo: memFree=29518396/32770624 swapFree=66957396/67108860
[pid=17743] ppid=17740 vsize=33244 memory=9456 CPUtime=51.09 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 10301 0 0 0 5109 0 0 0 20 0 1 0 411328195 34041856 2364 33554432000 4194304 6210612 140721127904752 140721127902152 5249899 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8311 2364 904 493 0 1616 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 33244 KiB
Current children cumulated memory: 9456 KiB

[startup+102.3 s]
/proc/loadavg: 1.97 1.98 2.03 3/200 17753
/proc/meminfo: memFree=29518692/32770624 swapFree=66957396/67108860
[pid=17743] ppid=17740 vsize=33244 memory=9456 CPUtime=102.28 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 11536 0 0 0 10228 0 0 0 20 0 1 0 411328195 34041856 2364 33554432000 4194304 6210612 140721127904752 140721127902152 5249664 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8311 2364 904 493 0 1616 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 33244 KiB
Current children cumulated memory: 9456 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 2.03 3/200 17757
/proc/meminfo: memFree=29519024/32770624 swapFree=66957396/67108860
[pid=17743] ppid=17740 vsize=33244 memory=9456 CPUtime=162.28 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 11750 0 0 0 16228 0 0 0 20 0 1 0 411328195 34041856 2364 33554432000 4194304 6210612 140721127904752 140721127902152 5249712 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8311 2364 904 493 0 1616 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 33244 KiB
Current children cumulated memory: 9456 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 17761
/proc/meminfo: memFree=29520124/32770624 swapFree=66957396/67108860
[pid=17743] ppid=17740 vsize=33244 memory=9456 CPUtime=222.28 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 11965 0 0 0 22228 0 0 0 20 0 1 0 411328195 34041856 2364 33554432000 4194304 6210612 140721127904752 140721127902152 5249712 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8311 2364 904 493 0 1616 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 33244 KiB
Current children cumulated memory: 9456 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 17769
/proc/meminfo: memFree=29518932/32770624 swapFree=66957396/67108860
[pid=17743] ppid=17740 vsize=33400 memory=9460 CPUtime=282.28 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 12193 0 0 0 28228 0 0 0 20 0 1 0 411328195 34201600 2365 33554432000 4194304 6210612 140721127904752 140721127902104 5249729 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8350 2365 904 493 0 1655 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 33400 KiB
Current children cumulated memory: 9460 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 17773
/proc/meminfo: memFree=29518468/32770624 swapFree=66957396/67108860
[pid=17743] ppid=17740 vsize=33400 memory=9504 CPUtime=342.27 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 12381 0 0 0 34227 0 0 0 20 0 1 0 411328195 34201600 2376 33554432000 4194304 6210612 140721127904752 140721127902104 5249664 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8350 2376 904 493 0 1655 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 33400 KiB
Current children cumulated memory: 9504 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 17777
/proc/meminfo: memFree=29518780/32770624 swapFree=66957396/67108860
[pid=17743] ppid=17740 vsize=33400 memory=9520 CPUtime=402.27 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 12653 0 0 0 40227 0 0 0 20 0 1 0 411328195 34201600 2380 33554432000 4194304 6210612 140721127904752 140721127892632 5249729 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8350 2380 905 493 0 1655 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 33400 KiB
Current children cumulated memory: 9520 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 17784
/proc/meminfo: memFree=29518236/32770624 swapFree=66957396/67108860
[pid=17743] ppid=17740 vsize=33400 memory=9616 CPUtime=462.27 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 12900 0 0 0 46227 0 0 0 20 0 1 0 411328195 34201600 2404 33554432000 4194304 6210612 140721127904752 140721127892632 5249729 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8350 2404 905 493 0 1655 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 33400 KiB
Current children cumulated memory: 9616 KiB


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

/proc/17743/statm: 8350 2405 905 493 0 1655 0
Current children cumulated CPU time: 1662.24 s
Current children cumulated vsize: 33400 KiB
Current children cumulated memory: 9620 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 17981
/proc/meminfo: memFree=27583700/32770624 swapFree=66957396/67108860
[pid=17743] ppid=17740 vsize=33400 memory=9620 CPUtime=1722.24 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 17646 0 0 0 172223 1 0 0 20 0 1 0 411328195 34201600 2405 33554432000 4194304 6210612 140721127904752 140721127892632 5249729 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8350 2405 905 493 0 1655 0
Current children cumulated CPU time: 1722.24 s
Current children cumulated vsize: 33400 KiB
Current children cumulated memory: 9620 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 17993
/proc/meminfo: memFree=26956356/32770624 swapFree=66957400/67108860
[pid=17743] ppid=17740 vsize=33400 memory=9620 CPUtime=1782.24 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 17903 0 0 0 178223 1 0 0 20 0 1 0 411328195 34201600 2405 33554432000 4194304 6210612 140721127904752 140721127892632 5249724 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8350 2405 905 493 0 1655 0
Current children cumulated CPU time: 1782.24 s
Current children cumulated vsize: 33400 KiB
Current children cumulated memory: 9620 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 17997
/proc/meminfo: memFree=26329420/32770624 swapFree=66957400/67108860
[pid=17743] ppid=17740 vsize=33400 memory=9620 CPUtime=1842.24 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 18106 0 0 0 184223 1 0 0 20 0 1 0 411328195 34201600 2405 33554432000 4194304 6210612 140721127904752 140721127892632 5249729 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8350 2405 905 493 0 1655 0
Current children cumulated CPU time: 1842.24 s
Current children cumulated vsize: 33400 KiB
Current children cumulated memory: 9620 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 18003
/proc/meminfo: memFree=25703468/32770624 swapFree=66957400/67108860
[pid=17743] ppid=17740 vsize=33400 memory=9620 CPUtime=1902.23 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 18309 0 0 0 190222 1 0 0 20 0 1 0 411328195 34201600 2405 33554432000 4194304 6210612 140721127904752 140721127892632 5249712 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8350 2405 905 493 0 1655 0
Current children cumulated CPU time: 1902.23 s
Current children cumulated vsize: 33400 KiB
Current children cumulated memory: 9620 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 18007
/proc/meminfo: memFree=25076192/32770624 swapFree=66957400/67108860
[pid=17743] ppid=17740 vsize=33400 memory=9620 CPUtime=1962.23 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 18512 0 0 0 196222 1 0 0 20 0 1 0 411328195 34201600 2405 33554432000 4194304 6210612 140721127904752 140721127892632 5249712 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8350 2405 905 493 0 1655 0
Current children cumulated CPU time: 1962.23 s
Current children cumulated vsize: 33400 KiB
Current children cumulated memory: 9620 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 18011
/proc/meminfo: memFree=24448732/32770624 swapFree=66957400/67108860
[pid=17743] ppid=17740 vsize=33400 memory=9620 CPUtime=2022.23 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 18766 0 0 0 202222 1 0 0 20 0 1 0 411328195 34201600 2405 33554432000 4194304 6210612 140721127904752 140721127892632 5135943 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8350 2405 905 493 0 1655 0
Current children cumulated CPU time: 2022.23 s
Current children cumulated vsize: 33400 KiB
Current children cumulated memory: 9620 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 18018
/proc/meminfo: memFree=23824528/32770624 swapFree=66957400/67108860
[pid=17743] ppid=17740 vsize=33400 memory=9620 CPUtime=2082.23 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 18974 0 0 0 208222 1 0 0 20 0 1 0 411328195 34201600 2405 33554432000 4194304 6210612 140721127904752 140721127892632 5135888 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8350 2405 905 493 0 1655 0
Current children cumulated CPU time: 2082.23 s
Current children cumulated vsize: 33400 KiB
Current children cumulated memory: 9620 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 18022
/proc/meminfo: memFree=23196500/32770624 swapFree=66957400/67108860
[pid=17743] ppid=17740 vsize=33400 memory=9620 CPUtime=2142.23 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 19182 0 0 0 214222 1 0 0 20 0 1 0 411328195 34201600 2405 33554432000 4194304 6210612 140721127904752 140721127892632 5249727 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8350 2405 905 493 0 1655 0
Current children cumulated CPU time: 2142.23 s
Current children cumulated vsize: 33400 KiB
Current children cumulated memory: 9620 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 18026
/proc/meminfo: memFree=22570060/32770624 swapFree=66957400/67108860
[pid=17743] ppid=17740 vsize=33400 memory=9620 CPUtime=2202.23 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 19432 0 0 0 220222 1 0 0 20 0 1 0 411328195 34201600 2405 33554432000 4194304 6210612 140721127904752 140721127892632 5022437 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8350 2405 905 493 0 1655 0
Current children cumulated CPU time: 2202.23 s
Current children cumulated vsize: 33400 KiB
Current children cumulated memory: 9620 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 18033
/proc/meminfo: memFree=21944468/32770624 swapFree=66957400/67108860
[pid=17743] ppid=17740 vsize=33400 memory=9620 CPUtime=2262.23 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 19682 0 0 0 226222 1 0 0 20 0 1 0 411328195 34201600 2405 33554432000 4194304 6210612 140721127904752 140721127892632 5249729 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8350 2405 905 493 0 1655 0
Current children cumulated CPU time: 2262.23 s
Current children cumulated vsize: 33400 KiB
Current children cumulated memory: 9620 KiB

[startup+2322.3 s]
/proc/loadavg: 2.16 2.05 2.06 3/199 18037
/proc/meminfo: memFree=21317184/32770624 swapFree=66957400/67108860
[pid=17743] ppid=17740 vsize=33400 memory=9620 CPUtime=2322.23 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 19931 0 0 0 232222 1 0 0 20 0 1 0 411328195 34201600 2405 33554432000 4194304 6210612 140721127904752 140721127892632 5249729 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8350 2405 905 493 0 1655 0
Current children cumulated CPU time: 2322.23 s
Current children cumulated vsize: 33400 KiB
Current children cumulated memory: 9620 KiB

[startup+2382.3 s]
/proc/loadavg: 2.35 2.14 2.09 3/199 18048
/proc/meminfo: memFree=20691908/32770624 swapFree=66957400/67108860
[pid=17743] ppid=17740 vsize=33400 memory=9620 CPUtime=2382.22 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 20180 0 0 0 238221 1 0 0 20 0 1 0 411328195 34201600 2405 33554432000 4194304 6210612 140721127904752 140721127892632 5249729 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8350 2405 905 493 0 1655 0
Current children cumulated CPU time: 2382.22 s
Current children cumulated vsize: 33400 KiB
Current children cumulated memory: 9620 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.11 s]
/proc/loadavg: 2.27 2.13 2.09 3/199 18050
/proc/meminfo: memFree=20503808/32770624 swapFree=66957400/67108860
[pid=17743] ppid=17740 vsize=33400 memory=9620 CPUtime=2400.03 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 20377 0 0 0 240002 1 0 0 20 0 1 0 411328195 34201600 2405 33554432000 4194304 6210612 140721127904752 140721127892632 5249729 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8350 2405 905 493 0 1655 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 33400 KiB
Current children cumulated memory: 9620 KiB

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

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

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

[startup+2400.11 s]
/proc/loadavg: 2.27 2.13 2.09 3/199 18050
/proc/meminfo: memFree=20503808/32770624 swapFree=66957400/67108860
[pid=17743] ppid=17740 vsize=33400 memory=9620 CPUtime=2400.03 cores=0,2,4,6
/proc/17743/stat : 17743 (cosoco) R 17740 17743 13363 0 -1 4202496 20377 0 0 0 240002 1 0 0 20 0 1 0 411328195 34201600 2405 33554432000 4194304 6210612 140721127904752 140721127892632 5249729 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 17960960 140721127908363 140721127908465 140721127908465 140721127911374 0
/proc/17743/statm: 8350 2405 905 493 0 1655 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 33400 KiB
Current children cumulated memory: 9620 KiB

Child status: 1
Real time (s): 2400.11
CPU time (s): 2400.05
CPU user time (s): 2400.03
CPU system time (s): 0.015999
CPU usage (%): 99.9973
Max. virtual memory (cumulated for all children) (KiB): 33400
Max. memory (cumulated for all children) (KiB): 9620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.03
system time used= 0.015999
maximum resident set size= 9664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20585
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= 16
involuntary context switches= 3001


# summary of solver processes directly reported to runsolver:
#   pid: 17743
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2400.03
#   total CPU system time (s): 0.015999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.76757 second user time and 15.7078 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-13 07:51:15
IDJOB=4390392
IDBENCH=138293
IDSOLVER=2831
FILE ID=node145/4390392-1568353917
RUNJOBID= node145-1568328837-13394
PBS_JOBID= 21701155
Free space on /tmp= 55184 MiB

SOLVER NAME= cosoco 2
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-fu/BinPacking-mdd-fu0120-05.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390392-1568353917/watcher-4390392-1568353917 -o /tmp/evaluation-result-4390392-1568353917/solver-4390392-1568353917 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568328837-13394 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4390392-1568353917.xml

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

MD5SUM BENCH= 9ef2b094cdda1b830103df1ca446c40b
RANDOM SEED=1671250385

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:        29524724 kB
MemAvailable:   31853252 kB
Buffers:           83104 kB
Cached:          2522896 kB
SwapCached:        41308 kB
Active:          1331020 kB
Inactive:        1320864 kB
Active(anon):       7976 kB
Inactive(anon):    78772 kB
Active(file):    1323044 kB
Inactive(file):  1242092 kB
Unevictable:      110276 kB
Mlocked:          110276 kB
SwapTotal:      67108860 kB
SwapFree:       66957396 kB
Dirty:              2556 kB
Writeback:             0 kB
AnonPages:        119084 kB
Mapped:            44572 kB
Shmem:             32344 kB
Slab:             186560 kB
SReclaimable:     158456 kB
SUnreclaim:        28104 kB
KernelStack:        3536 kB
PageTables:         5752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     529568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 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= 55180 MiB
End job on node145 at 2019-09-13 08:31:16