Trace number 4266479

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-sat 1.12SAT (TO)3 2520.02 2519.7

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-09-11.xml
MD5SUM40f8709457985e2479c772f6dd1ec4a8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints1981
Number of domains1
Minimum domain size99
Maximum domain size99
Distribution of domain sizes[{"size":99,"count":99}]
Minimum variable degree82
Maximum variable degree82
Distribution of variable degrees[{"degree":82,"count":99}]
Minimum constraint arity4
Maximum constraint arity99
Distribution of constraint arities[{"arity":4,"count":1980},{"arity":99,"count":1}]
Number of extensional constraints0
Number of intensional constraints1980
Distribution of constraint types[{"type":"intension","count":1980},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

2.29/2.36	c SAT : Variables: 9801 -- Clauses: 480348
2.29/2.37	c best=?? lower=0 upper=98 
2.59/2.60	c
2.59/2.60	c This is cosoco 1.12 --  
2.59/2.60	c
2.59/2.60	c command line: cosoco -lc -model -restarts -sat HOME/instance-4266479-1502593578.xml 
2.59/2.60	c enable optimization
2.59/2.60	c ========================================[ Problem Statistics ]===========================================
2.59/2.60	c |                                                                                                       
2.59/2.60	c |  Parse time        :         2.35 s 
2.59/2.60	c |
2.59/2.60	c |               Variables: 99
2.59/2.60	c |            Domain Sizes: 99..99
2.59/2.60	c |
2.59/2.60	c |             Constraints: 1999
2.59/2.60	c |                   Arity: 4..99
2.59/2.60	c | 
2.59/2.60	c |                   Types: 
2.59/2.60	c |                          Intension: 1980
2.59/2.60	c |                          Lex: 18
2.59/2.60	c |                          Max constant: 1
2.59/2.60	c |                          
2.59/2.60	c =========================================================================================================
2.59/2.60	o 7
2.59/2.60	c    1 calls to solver: best=7 lower=0 upper=6 
2.59/2.67	o 5
2.69/2.71	o 4
2.69/2.71	c    3 calls to solver: best=4 lower=0 upper=3 
2.69/2.73	o 3
80.70/80.75	conflict 10lvl : 32 bt32-397:0(44)X2010631
2520.02/2519.70	
2520.02/2519.70	c *** INTERRUPTED ***
2520.02/2519.70	c restarts              : 583         
2520.02/2519.70	c conflicts             : 2963950      (1176 /sec)
2520.02/2519.70	c decisions             : 12681376     (5032 /sec)
2520.02/2519.70	c propagations          : 93256401    (37007 /sec)
2520.02/2519.70	c root propagations     : 14785       
2520.02/2519.70	c filter calls          : 3336260619     (1323944 /sec)
2520.02/2519.70	c useless filter calls  : 3275855722     (98 %)
2520.02/2519.70	c
2520.02/2519.70	c clauses               : 483527
2520.02/2519.70	c SAT propagations      : 55486
2520.02/2519.70	c SAT conflicts         : 55 (1 learnts)
2520.02/2519.70	c Memory used           : 86.57 MB
2520.02/2519.70	c CPU time              : 2519.94 s
2520.02/2519.70	
2520.02/2519.70	c nb Solutions = 4
2520.02/2519.70	s SATISFIABLE
2520.02/2519.70	c Best value found: 3
2520.02/2519.70	
2520.02/2519.70	
2520.02/2519.70	v <instantiation type='solution' cost='3'>
2520.02/2519.70	v <list>x[0][0] x[0][10] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][0] x[1][10] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][10] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][0] x[3][10] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[4][0] x[4][10] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[5][0] x[5][10] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[6][0] x[6][10] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[7][0] x[7][10] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[8][0] x[8][10] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] </list>
2520.02/2519.70	v <values>0 3 0 0 1 1 2 2 2 2 2 0 1 1 1 0 0 0 2 3 3 3 1 0 0 1 0 1 1 1 1 2 3 1 1 0 2 1 0 2 0 0 3 1 2 2 1 0 0 1 2 0 3 0 1 2 0 1 0 1 0 1 2 3 1 0 2 3 2 1 1 2 0 0 2 3 0 2 3 3 2 1 0 3 1 3 0 2 2 0 3 3 2 1 0 3 0 0 3 </values>
2520.02/2519.70	v </instantiation>
2520.02/2519.70	

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4266479-1502593578/watcher-4266479-1502593578 -o /tmp/evaluation-result-4266479-1502593578/solver-4266479-1502593578 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502567254-24357 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4266479-1502593578.xml 

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

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

solver pid=27923, runsolver pid=27920

[startup+0.100105 s]*
/proc/loadavg: 2.08 2.03 2.05 3/188 27924
/proc/meminfo: memFree=25735316/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=27796 memory=4244 CPUtime=0.1 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 1230 0 0 0 10 0 0 0 20 0 1 0 92445648 28463104 1061 33554432000 4194304 5972588 140732079855056 140732079851704 139901893786597 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 6949 1061 787 435 0 312 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27796 KiB
Current children cumulated memory: 4244 KiB

[startup+0.209401 s]*
/proc/loadavg: 2.08 2.03 2.05 3/188 27924
/proc/meminfo: memFree=25734340/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=28652 memory=5100 CPUtime=0.21 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 1451 0 0 0 21 0 0 0 20 0 1 0 92445648 29339648 1275 33554432000 4194304 5972588 140732079855056 140732079851704 139901893786597 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 7163 1275 787 435 0 526 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 28652 KiB
Current children cumulated memory: 5100 KiB

[startup+0.308918 s]*
/proc/loadavg: 2.08 2.03 2.05 3/188 27924
/proc/meminfo: memFree=25733844/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=29516 memory=5964 CPUtime=0.31 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 1654 0 0 0 31 0 0 0 20 0 1 0 92445648 30224384 1491 33554432000 4194304 5972588 140732079855056 140732079848856 139901894530438 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 7379 1491 787 435 0 742 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 29516 KiB
Current children cumulated memory: 5964 KiB

[startup+0.700227 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 27924
/proc/meminfo: memFree=25732356/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=32600 memory=9052 CPUtime=0.69 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 2434 0 0 0 69 0 0 0 20 0 1 0 92445648 33382400 2263 33554432000 4194304 5972588 140732079855056 140732079848856 139901893784114 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 8150 2263 787 435 0 1513 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 32600 KiB
Current children cumulated memory: 9052 KiB

[startup+1.50024 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 27924
/proc/meminfo: memFree=25728388/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=39108 memory=15556 CPUtime=1.49 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 4065 0 0 0 148 1 0 0 20 0 1 0 92445648 40046592 3889 33554432000 4194304 5972588 140732079855056 140732079848856 139901893795696 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 9777 3889 787 435 0 3140 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15556 KiB

[startup+3.10935 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 27924
/proc/meminfo: memFree=25677476/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88384 memory=61840 CPUtime=3.1 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 18245 0 0 0 308 2 0 0 20 0 1 0 92445648 90505216 15460 33554432000 4194304 5972588 140732079855056 140732079852504 4909657 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22096 15460 841 435 0 15459 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 88384 KiB
Current children cumulated memory: 61840 KiB

[startup+6.30042 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 27924
/proc/meminfo: memFree=25677600/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88512 memory=62108 CPUtime=6.29 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 27815 0 0 0 627 2 0 0 20 0 1 0 92445648 90636288 15527 33554432000 4194304 5972588 140732079855056 140732079852280 4909624 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22128 15527 841 435 0 15491 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 88512 KiB
Current children cumulated memory: 62108 KiB

[startup+12.7004 s]
/proc/loadavg: 2.07 2.03 2.05 3/188 27924
/proc/meminfo: memFree=25677600/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88512 memory=62140 CPUtime=12.69 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 37413 0 0 0 1267 2 0 0 20 0 1 0 92445648 90636288 15535 33554432000 4194304 5972588 140732079855056 140732079852280 4965365 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22128 15535 841 435 0 15491 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 88512 KiB
Current children cumulated memory: 62140 KiB

[startup+25.5004 s]
/proc/loadavg: 2.05 2.03 2.05 3/188 27924
/proc/meminfo: memFree=25677476/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88512 memory=62184 CPUtime=25.49 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 56500 0 0 0 2546 3 0 0 20 0 1 0 92445648 90636288 15546 33554432000 4194304 5972588 140732079855056 140732079852280 4962396 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22128 15546 841 435 0 15491 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 88512 KiB
Current children cumulated memory: 62184 KiB

[startup+51.1095 s]
/proc/loadavg: 2.04 2.03 2.05 3/188 27924
/proc/meminfo: memFree=25677604/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88512 memory=62188 CPUtime=51.11 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 66113 0 0 0 5107 4 0 0 20 0 1 0 92445648 90636288 15547 33554432000 4194304 5972588 140732079855056 140732079852280 4965888 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22128 15547 841 435 0 15491 0
Current children cumulated CPU time: 51.11 s
Current children cumulated vsize: 88512 KiB
Current children cumulated memory: 62188 KiB

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/188 27925
/proc/meminfo: memFree=25677732/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88512 memory=62204 CPUtime=102.3 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 75758 0 0 0 10226 4 0 0 20 0 1 0 92445648 90636288 15551 33554432000 4194304 5972588 140732079855056 140732079852280 4965365 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22128 15551 843 435 0 15491 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 88512 KiB
Current children cumulated memory: 62204 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 27926
/proc/meminfo: memFree=25677496/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88512 memory=62220 CPUtime=162.31 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 85341 0 0 0 16226 5 0 0 20 0 1 0 92445648 90636288 15555 33554432000 4194304 5972588 140732079855056 140732079852280 4968812 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22128 15555 846 435 0 15491 0
Current children cumulated CPU time: 162.31 s
Current children cumulated vsize: 88512 KiB
Current children cumulated memory: 62220 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 27928
/proc/meminfo: memFree=25678424/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88512 memory=62224 CPUtime=222.32 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 94956 0 0 0 22227 5 0 0 20 0 1 0 92445648 90636288 15556 33554432000 4194304 5972588 140732079855056 140732079852280 5071321 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22128 15556 846 435 0 15491 0
Current children cumulated CPU time: 222.32 s
Current children cumulated vsize: 88512 KiB
Current children cumulated memory: 62224 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27930
/proc/meminfo: memFree=25677164/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88512 memory=62224 CPUtime=282.33 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 94957 0 0 0 28228 5 0 0 20 0 1 0 92445648 90636288 15556 33554432000 4194304 5972588 140732079855056 140732079852280 4965420 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22128 15556 846 435 0 15491 0
Current children cumulated CPU time: 282.33 s
Current children cumulated vsize: 88512 KiB
Current children cumulated memory: 62224 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27931
/proc/meminfo: memFree=25677344/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88512 memory=62236 CPUtime=342.33 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 104552 0 0 0 34228 5 0 0 20 0 1 0 92445648 90636288 15559 33554432000 4194304 5972588 140732079855056 140732079852280 4966031 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22128 15559 846 435 0 15491 0
Current children cumulated CPU time: 342.33 s
Current children cumulated vsize: 88512 KiB
Current children cumulated memory: 62236 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27933
/proc/meminfo: memFree=25676988/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88512 memory=62236 CPUtime=402.34 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 104567 0 0 0 40229 5 0 0 20 0 1 0 92445648 90636288 15559 33554432000 4194304 5972588 140732079855056 140732079852280 4965342 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22128 15559 846 435 0 15491 0
Current children cumulated CPU time: 402.34 s
Current children cumulated vsize: 88512 KiB
Current children cumulated memory: 62236 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27934
/proc/meminfo: memFree=25676992/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88512 memory=62240 CPUtime=462.35 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 114151 0 0 0 46229 6 0 0 20 0 1 0 92445648 90636288 15560 33554432000 4194304 5972588 140732079855056 140732079852280 4968812 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22128 15560 846 435 0 15491 0
Current children cumulated CPU time: 462.35 s
Current children cumulated vsize: 88512 KiB
Current children cumulated memory: 62240 KiB


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

/proc/27923/statm: 22161 15569 846 435 0 15524 0
Current children cumulated CPU time: 1782.51 s
Current children cumulated vsize: 88644 KiB
Current children cumulated memory: 62276 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 28063
/proc/meminfo: memFree=27036900/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88644 memory=62280 CPUtime=1842.52 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 147806 0 0 0 184245 7 0 0 20 0 1 0 92445648 90771456 15570 33554432000 4194304 5972588 140732079855056 140732079851704 5071298 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22161 15570 846 435 0 15524 0
Current children cumulated CPU time: 1842.52 s
Current children cumulated vsize: 88644 KiB
Current children cumulated memory: 62280 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 28064
/proc/meminfo: memFree=27036904/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88644 memory=62280 CPUtime=1902.53 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 147826 0 0 0 190246 7 0 0 20 0 1 0 92445648 90771456 15570 33554432000 4194304 5972588 140732079855056 140732079851704 4965342 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22161 15570 846 435 0 15524 0
Current children cumulated CPU time: 1902.53 s
Current children cumulated vsize: 88644 KiB
Current children cumulated memory: 62280 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 28065
/proc/meminfo: memFree=27036784/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88644 memory=62280 CPUtime=1962.53 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 148368 0 0 0 196246 7 0 0 20 0 1 0 92445648 90771456 15570 33554432000 4194304 5972588 140732079855056 140732079851704 4965404 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22161 15570 846 435 0 15524 0
Current children cumulated CPU time: 1962.53 s
Current children cumulated vsize: 88644 KiB
Current children cumulated memory: 62280 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 28067
/proc/meminfo: memFree=27037176/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88644 memory=62280 CPUtime=2022.54 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 148379 0 0 0 202247 7 0 0 20 0 1 0 92445648 90771456 15570 33554432000 4194304 5972588 140732079855056 140732079851704 4909679 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22161 15570 846 435 0 15524 0
Current children cumulated CPU time: 2022.54 s
Current children cumulated vsize: 88644 KiB
Current children cumulated memory: 62280 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 28068
/proc/meminfo: memFree=27037304/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88644 memory=62280 CPUtime=2082.55 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 148958 0 0 0 208248 7 0 0 20 0 1 0 92445648 90771456 15570 33554432000 4194304 5972588 140732079855056 140732079851704 5071296 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22161 15570 846 435 0 15524 0
Current children cumulated CPU time: 2082.55 s
Current children cumulated vsize: 88644 KiB
Current children cumulated memory: 62280 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 28069
/proc/meminfo: memFree=27037184/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88644 memory=62280 CPUtime=2142.56 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 148958 0 0 0 214249 7 0 0 20 0 1 0 92445648 90771456 15570 33554432000 4194304 5972588 140732079855056 140732079851704 4965453 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22161 15570 846 435 0 15524 0
Current children cumulated CPU time: 2142.56 s
Current children cumulated vsize: 88644 KiB
Current children cumulated memory: 62280 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 28071
/proc/meminfo: memFree=27037316/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88644 memory=62280 CPUtime=2202.57 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 149512 0 0 0 220250 7 0 0 20 0 1 0 92445648 90771456 15570 33554432000 4194304 5972588 140732079855056 140732079851704 4968862 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22161 15570 846 435 0 15524 0
Current children cumulated CPU time: 2202.57 s
Current children cumulated vsize: 88644 KiB
Current children cumulated memory: 62280 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 28072
/proc/meminfo: memFree=27037056/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88644 memory=62280 CPUtime=2262.57 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 149535 0 0 0 226250 7 0 0 20 0 1 0 92445648 90771456 15570 33554432000 4194304 5972588 140732079855056 140732079851704 5053097 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22161 15570 846 435 0 15524 0
Current children cumulated CPU time: 2262.57 s
Current children cumulated vsize: 88644 KiB
Current children cumulated memory: 62280 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 28080
/proc/meminfo: memFree=27036396/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88644 memory=62284 CPUtime=2322.59 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 150095 0 0 0 232251 8 0 0 20 0 1 0 92445648 90771456 15571 33554432000 4194304 5972588 140732079855056 140732079851704 5071298 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22161 15571 846 435 0 15524 0
Current children cumulated CPU time: 2322.59 s
Current children cumulated vsize: 88644 KiB
Current children cumulated memory: 62284 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 28081
/proc/meminfo: memFree=27036880/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88644 memory=62284 CPUtime=2382.6 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 150098 0 0 0 238252 8 0 0 20 0 1 0 92445648 90771456 15571 33554432000 4194304 5972588 140732079855056 140732079851704 5329244 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22161 15571 846 435 0 15524 0
Current children cumulated CPU time: 2382.6 s
Current children cumulated vsize: 88644 KiB
Current children cumulated memory: 62284 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 28082
/proc/meminfo: memFree=27036868/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88644 memory=62284 CPUtime=2442.61 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 150662 0 0 0 244253 8 0 0 20 0 1 0 92445648 90771456 15571 33554432000 4194304 5972588 140732079855056 140732079851704 4969136 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22161 15571 846 435 0 15524 0
Current children cumulated CPU time: 2442.61 s
Current children cumulated vsize: 88644 KiB
Current children cumulated memory: 62284 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 28083
/proc/meminfo: memFree=27036732/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88644 memory=62284 CPUtime=2502.61 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 150676 0 0 0 250253 8 0 0 20 0 1 0 92445648 90771456 15571 33554432000 4194304 5972588 140732079855056 140732079851704 4965342 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22161 15571 846 435 0 15524 0
Current children cumulated CPU time: 2502.61 s
Current children cumulated vsize: 88644 KiB
Current children cumulated memory: 62284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.7 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 28084
/proc/meminfo: memFree=27036468/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88644 memory=62292 CPUtime=2520.02 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 151193 0 0 0 251994 8 0 0 20 0 1 0 92445648 90771456 15573 33554432000 4194304 5972588 140732079855056 140732079851704 4965583 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22161 15573 846 435 0 15524 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 88644 KiB
Current children cumulated memory: 62292 KiB

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

[startup+2519.7 s]
# the end of solver process 27923 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.94 s, system=0.08201 s

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

[startup+2519.7 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 28084
/proc/meminfo: memFree=27036468/32770624 swapFree=67108860/67108860
[pid=27923] ppid=27920 vsize=88644 memory=62292 CPUtime=2520.02 cores=0,2,4,6
/proc/27923/stat : 27923 (cosoco) R 27920 27923 24273 0 -1 4202496 151193 0 0 0 251994 8 0 0 20 0 1 0 92445648 90771456 15573 33554432000 4194304 5972588 140732079855056 140732079851704 4965583 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 9363456 140732079862970 140732079863070 140732079863070 140732079865806 0
/proc/27923/statm: 22161 15573 846 435 0 15524 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 88644 KiB
Current children cumulated memory: 62292 KiB

Child status: 1
Real time (s): 2519.7
CPU time (s): 2520.02
CPU user time (s): 2519.94
CPU system time (s): 0.08201
CPU usage (%): 100.013
Max. virtual memory (cumulated for all children) (KiB): 88644
Max. memory (cumulated for all children) (KiB): 62292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.94
system time used= 0.08201
maximum resident set size= 62364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151245
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= 29
involuntary context switches= 704


# summary of solver processes directly reported to runsolver:
#   pid: 27923
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2519.94
#   total CPU system time (s): 0.08201

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.60867 second user time and 17.5203 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-13 04:52:00
IDJOB=4266479
IDBENCH=139746
IDSOLVER=2655
FILE ID=node114/4266479-1502593578
RUNJOBID= node114-1502567254-24357
PBS_JOBID= 20628281
Free space on /tmp= 61696 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-09-11.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4266479-1502593578/watcher-4266479-1502593578 -o /tmp/evaluation-result-4266479-1502593578/solver-4266479-1502593578 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502567254-24357 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4266479-1502593578.xml

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

MD5SUM BENCH= 40f8709457985e2479c772f6dd1ec4a8
RANDOM SEED=689044864

node114.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
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:        25736052 kB
MemAvailable:   30586056 kB
Buffers:          132600 kB
Cached:          5009088 kB
SwapCached:            0 kB
Active:          1777716 kB
Inactive:        4822100 kB
Active(anon):    1461620 kB
Inactive(anon):    25036 kB
Active(file):     316096 kB
Inactive(file):  4797064 kB
Unevictable:        6520 kB
Mlocked:            6520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2424 kB
Writeback:             0 kB
AnonPages:       1474640 kB
Mapped:            44480 kB
Shmem:             25224 kB
Slab:             130336 kB
SReclaimable:     105356 kB
SUnreclaim:        24980 kB
KernelStack:        3584 kB
PageTables:         7888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1762884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1413120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61696 MiB
End job on node114 at 2017-08-13 05:34:00