Trace number 4242735

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
R1: cosoco-sat 1.1? (TO) 2400.0701 2400.3101

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-15-15.xml
MD5SUM31b93d68041edb8c4e758991fee87633
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints11026
Number of domains1
Minimum domain size225
Maximum domain size225
Distribution of domain sizes[{"size":225,"count":225}]
Minimum variable degree198
Maximum variable degree198
Distribution of variable degrees[{"degree":198,"count":225}]
Minimum constraint arity4
Maximum constraint arity225
Distribution of constraint arities[{"arity":4,"count":11025},{"arity":225,"count":1}]
Number of extensional constraints0
Number of intensional constraints11025
Distribution of constraint types[{"type":"intension","count":11025},{"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

13.00/13.13	c SAT : Variables: 50625 -- Clauses: 5670225
13.00/13.13	c best=?? lower=0 upper=224 
14.00/14.17	c
14.00/14.17	c This is cosoco 1.0 --  
14.00/14.17	c
14.00/14.17	c enable optimization
14.00/14.17	c ========================================[ Problem Statistics ]===========================================
14.00/14.17	c |                                                                                                       
14.00/14.17	c |  Parse time        :        12.89 s 
14.00/14.17	c |
14.00/14.17	c |               Variables: 225
14.00/14.17	c |            Domain Sizes: 225..225
14.00/14.17	c |
14.00/14.17	c |             Constraints: 11054
14.00/14.17	c |                   Arity: 4..225
14.00/14.17	c | 
14.00/14.17	c |                   Types: 
14.00/14.17	c |                          Intension: 11025
14.00/14.17	c |                          Lex: 28
14.00/14.17	c |                          Max constant: 1
14.00/14.17	c |                          
14.00/14.17	c =========================================================================================================
14.00/14.17	o 8
14.00/14.17	c    1 calls to solver: best=8 lower=0 upper=7 
14.71/14.86	o 7
15.21/15.33	o 6
15.21/15.33	c    3 calls to solver: best=6 lower=0 upper=5 
16.51/16.68	o 5
24.21/24.30	o 4
24.21/24.30	c    5 calls to solver: best=4 lower=0 upper=3 

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4242735-1502043518/watcher-4242735-1502043518 -o /tmp/evaluation-result-4242735-1502043518/solver-4242735-1502043518 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502042680-29186 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4242735-1502043518.xml 

pid=29210
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.19 1.61 2/181 29216
/proc/meminfo: memFree=31684820/32770624 swapFree=0/357288
[pid=29216] ppid=29210 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/29216/stat : 29216 (runsolver) D 29210 29216 21827 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 6547601 24240128 108 18446744073709551615 4194304 4338465 140726902795776 140726902793416 140634638910167 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 26202112 140726902800538 140726902800970 140726902800970 140726902804426 0
/proc/29216/statm: 5918 108 54 36 0 2156 0

[startup+0.108913 s]
/proc/loadavg: 1.00 1.19 1.61 2/181 29216
/proc/meminfo: memFree=31684820/32770624 swapFree=0/357288
[pid=29216] ppid=29210 vsize=27680 CPUtime=0.02 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 1100 0 0 0 2 0 0 0 20 0 1 0 6547601 28344320 898 18446744073709551615 4194304 5970956 140736620693472 140736620688872 140080370004848 0 0 1 0 0 0 0 17 6 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 6920 898 702 434 0 284 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 27680

[startup+0.20091 s]
/proc/loadavg: 1.00 1.19 1.61 2/181 29216
/proc/meminfo: memFree=31684820/32770624 swapFree=0/357288
[pid=29216] ppid=29210 vsize=28008 CPUtime=0.11 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 1178 0 0 0 11 0 0 0 20 0 1 0 6547601 28680192 964 18446744073709551615 4194304 5970956 140736620693472 140736620690072 5379254 0 0 1 0 0 0 0 17 6 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 7002 964 710 434 0 366 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 28008

[startup+0.300913 s]
/proc/loadavg: 1.00 1.19 1.61 2/181 29216
/proc/meminfo: memFree=31684820/32770624 swapFree=0/357288
[pid=29216] ppid=29210 vsize=28332 CPUtime=0.21 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 1297 0 0 0 21 0 0 0 20 0 1 0 6547601 29011968 1068 18446744073709551615 4194304 5970956 140736620693472 140736620690072 5401969 0 0 1 0 0 0 0 17 6 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 7083 1068 710 434 0 447 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 28332

[startup+0.70028 s]
/proc/loadavg: 1.00 1.19 1.61 2/181 29216
/proc/meminfo: memFree=31684820/32770624 swapFree=0/357288
[pid=29216] ppid=29210 vsize=34404 CPUtime=0.61 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 2902 0 0 0 61 0 0 0 20 0 1 0 6547601 35229696 2651 18446744073709551615 4194304 5970956 140736620693472 140736620690072 140080360680421 0 0 1 0 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 8601 2651 782 434 0 1965 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 34404

[startup+1.50028 s]
/proc/loadavg: 1.00 1.19 1.61 4/183 29218
/proc/meminfo: memFree=31659680/32770624 swapFree=0/357152
[pid=29216] ppid=29210 vsize=47472 CPUtime=1.4 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 6151 0 0 0 140 0 0 0 20 0 1 0 6547601 48611328 5885 18446744073709551615 4194304 5970956 140736620693472 140736620690072 140080360680421 0 0 1 0 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 11868 5885 782 434 0 5232 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 47472

[startup+3.10028 s]
/proc/loadavg: 1.08 1.20 1.61 4/183 29218
/proc/meminfo: memFree=31627316/32770624 swapFree=0/357152
[pid=29216] ppid=29210 vsize=73476 CPUtime=3.01 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 12804 0 0 0 300 1 0 0 20 0 1 0 6547601 75239424 12394 18446744073709551615 4194304 5970956 140736620693472 140736620690072 140080360680421 0 0 1 0 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 18369 12394 782 434 0 11733 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 73476

[startup+6.30028 s]
/proc/loadavg: 1.08 1.20 1.61 4/183 29218
/proc/meminfo: memFree=31531288/32770624 swapFree=0/357152
[pid=29216] ppid=29210 vsize=125404 CPUtime=6.21 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 26024 0 0 0 617 4 0 0 20 0 1 0 6547601 128413696 25430 18446744073709551615 4194304 5970956 140736620693472 140736620685032 140080360680421 0 0 1 0 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 31351 25430 782 434 0 24715 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 125404

[startup+12.7003 s]
/proc/loadavg: 1.22 1.23 1.61 4/183 29219
/proc/meminfo: memFree=31271428/32770624 swapFree=0/356780
[pid=29216] ppid=29210 vsize=229332 CPUtime=12.61 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 52231 0 0 0 1253 8 0 0 20 0 1 0 6547601 234835968 51388 18446744073709551615 4194304 5970956 140736620693472 140736620684856 140080360680421 0 0 1 0 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 57333 51388 782 434 0 50697 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 229332

[startup+25.5004 s]
/proc/loadavg: 1.34 1.25 1.62 4/182 29219
/proc/meminfo: memFree=30924284/32770624 swapFree=0/356796
[pid=29216] ppid=29210 vsize=611072 CPUtime=25.4 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 196439 0 0 0 2518 22 0 0 20 0 1 0 6547601 625737728 135690 18446744073709551615 4194304 5970956 140736620693472 140736620680776 4908588 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152768 135690 839 434 0 146132 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 611072

[startup+51.1004 s]
/proc/loadavg: 1.57 1.31 1.63 4/182 29219
/proc/meminfo: memFree=30924224/32770624 swapFree=0/356804
[pid=29216] ppid=29210 vsize=611204 CPUtime=51 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 263651 0 0 0 5075 25 0 0 20 0 1 0 6547601 625872896 135695 18446744073709551615 4194304 5970956 140736620693472 140736620680776 4908916 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135695 839 434 0 146165 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 611204

[startup+102.3 s]
/proc/loadavg: 1.88 1.44 1.65 4/182 29221
/proc/meminfo: memFree=30923672/32770624 swapFree=0/356836
[pid=29216] ppid=29210 vsize=611204 CPUtime=102.21 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 331833 0 0 0 10192 29 0 0 20 0 1 0 6547601 625872896 135712 18446744073709551615 4194304 5970956 140736620693472 140736620690440 5070304 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135712 839 434 0 146165 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 611204

[startup+162.3 s]
/proc/loadavg: 2.04 1.57 1.69 4/182 29223
/proc/meminfo: memFree=30922124/32770624 swapFree=0/356840
[pid=29216] ppid=29210 vsize=611204 CPUtime=162.19 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 399153 0 0 0 16188 31 0 0 20 0 1 0 6547601 625872896 135713 18446744073709551615 4194304 5970956 140736620693472 140736620690440 5322027 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135713 839 434 0 146165 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 611204

[startup+222.306 s]
/proc/loadavg: 2.01 1.65 1.70 4/182 29225
/proc/meminfo: memFree=30921988/32770624 swapFree=0/356880
[pid=29216] ppid=29210 vsize=611204 CPUtime=222.19 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 448312 0 0 0 22185 34 0 0 20 0 1 0 6547601 625872896 135713 18446744073709551615 4194304 5970956 140736620693472 140736620690440 4908486 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135713 839 434 0 146165 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 611204

[startup+282.3 s]
/proc/loadavg: 2.01 1.71 1.72 4/182 29227
/proc/meminfo: memFree=30922068/32770624 swapFree=0/356900
[pid=29216] ppid=29210 vsize=611204 CPUtime=282.17 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 473627 0 0 0 28182 35 0 0 20 0 1 0 6547601 625872896 135722 18446744073709551615 4194304 5970956 140736620693472 140736620690440 4964363 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135722 839 434 0 146165 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 611204

[startup+342.3 s]
/proc/loadavg: 2.00 1.76 1.74 4/184 29243
/proc/meminfo: memFree=30917484/32770624 swapFree=0/356956
[pid=29216] ppid=29210 vsize=611204 CPUtime=342.16 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 489238 0 0 0 34180 36 0 0 20 0 1 0 6547601 625872896 135733 18446744073709551615 4194304 5970956 140736620693472 140736620690440 4964424 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135733 839 434 0 146165 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 611204

[startup+402.3 s]
/proc/loadavg: 2.00 1.81 1.76 4/184 29245
/proc/meminfo: memFree=30917052/32770624 swapFree=0/356976
[pid=29216] ppid=29210 vsize=611204 CPUtime=402.12 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 493682 0 0 0 40176 36 0 0 20 0 1 0 6547601 625872896 135738 18446744073709551615 4194304 5970956 140736620693472 140736620690440 4968239 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135738 839 434 0 146165 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 611204

[startup+462.3 s]
/proc/loadavg: 2.00 1.84 1.77 4/181 29247
/proc/meminfo: memFree=30920876/32770624 swapFree=0/357012
[pid=29216] ppid=29210 vsize=611204 CPUtime=462.12 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 495004 0 0 0 46176 36 0 0 20 0 1 0 6547601 625872896 135739 18446744073709551615 4194304 5970956 140736620693472 140736620690440 4964389 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135739 839 434 0 146165 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 611204

[startup+522.3 s]
/proc/loadavg: 2.00 1.87 1.79 4/181 29249
/proc/meminfo: memFree=30920984/32770624 swapFree=0/357032
[pid=29216] ppid=29210 vsize=611204 CPUtime=522.13 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 495952 0 0 0 52176 37 0 0 20 0 1 0 6547601 625872896 135739 18446744073709551615 4194304 5970956 140736620693472 140736620690440 5070976 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135739 839 434 0 146165 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 611204

[startup+582.3 s]
/proc/loadavg: 2.00 1.89 1.80 4/181 29251
/proc/meminfo: memFree=30922048/32770624 swapFree=0/357056
[pid=29216] ppid=29210 vsize=611204 CPUtime=582.12 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 497169 0 0 0 58175 37 0 0 20 0 1 0 6547601 625872896 135739 18446744073709551615 4194304 5970956 140736620693472 140736620690440 5070322 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135739 839 434 0 146165 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 611204


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


[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 1.93 4/184 29313
/proc/meminfo: memFree=30916580/32770624 swapFree=0/357488
[pid=29216] ppid=29210 vsize=611204 CPUtime=1542.09 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 511631 0 0 0 154171 38 0 0 20 0 1 0 6547601 625872896 135744 18446744073709551615 4194304 5970956 140736620693472 140736620690440 4964373 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135744 839 434 0 146165 0
Current children cumulated CPU time (s) 1542.09
Current children cumulated vsize (KiB) 611204

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.94 4/184 29315
/proc/meminfo: memFree=30916564/32770624 swapFree=0/357508
[pid=29216] ppid=29210 vsize=611204 CPUtime=1602.08 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 512600 0 0 0 160170 38 0 0 20 0 1 0 6547601 625872896 135744 18446744073709551615 4194304 5970956 140736620693472 140736620690440 4908288 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135744 839 434 0 146165 0
Current children cumulated CPU time (s) 1602.08
Current children cumulated vsize (KiB) 611204

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.94 4/181 29317
/proc/meminfo: memFree=30920824/32770624 swapFree=0/357544
[pid=29216] ppid=29210 vsize=611204 CPUtime=1662.08 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 513372 0 0 0 166170 38 0 0 20 0 1 0 6547601 625872896 135744 18446744073709551615 4194304 5970956 140736620693472 140736620690440 5052095 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135744 839 434 0 146165 0
Current children cumulated CPU time (s) 1662.08
Current children cumulated vsize (KiB) 611204

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.95 4/181 29319
/proc/meminfo: memFree=30920876/32770624 swapFree=0/357556
[pid=29216] ppid=29210 vsize=611204 CPUtime=1722.08 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 514188 0 0 0 172170 38 0 0 20 0 1 0 6547601 625872896 135744 18446744073709551615 4194304 5970956 140736620693472 140736620690440 4964389 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135744 839 434 0 146165 0
Current children cumulated CPU time (s) 1722.08
Current children cumulated vsize (KiB) 611204

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.95 4/181 29321
/proc/meminfo: memFree=30920884/32770624 swapFree=0/357580
[pid=29216] ppid=29210 vsize=611204 CPUtime=1782.08 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 514954 0 0 0 178170 38 0 0 20 0 1 0 6547601 625872896 135744 18446744073709551615 4194304 5970956 140736620693472 140736620690440 4964366 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135744 839 434 0 146165 0
Current children cumulated CPU time (s) 1782.08
Current children cumulated vsize (KiB) 611204

[startup+1842.3 s]
/proc/loadavg: 2.00 1.99 1.95 4/181 29323
/proc/meminfo: memFree=30920636/32770624 swapFree=0/357584
[pid=29216] ppid=29210 vsize=611204 CPUtime=1842.07 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 515927 0 0 0 184169 38 0 0 20 0 1 0 6547601 625872896 135744 18446744073709551615 4194304 5970956 140736620693472 140736620690440 4964340 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135744 839 434 0 146165 0
Current children cumulated CPU time (s) 1842.07
Current children cumulated vsize (KiB) 611204

[startup+1902.3 s]
/proc/loadavg: 2.00 1.99 1.95 4/181 29325
/proc/meminfo: memFree=30921072/32770624 swapFree=0/357624
[pid=29216] ppid=29210 vsize=611204 CPUtime=1902.07 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 516727 0 0 0 190169 38 0 0 20 0 1 0 6547601 625872896 135744 18446744073709551615 4194304 5970956 140736620693472 140736620690440 4964821 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135744 839 434 0 146165 0
Current children cumulated CPU time (s) 1902.07
Current children cumulated vsize (KiB) 611204

[startup+1962.3 s]
/proc/loadavg: 2.00 1.99 1.95 4/181 29327
/proc/meminfo: memFree=30920896/32770624 swapFree=0/357628
[pid=29216] ppid=29210 vsize=611204 CPUtime=1962.06 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 517469 0 0 0 196168 38 0 0 20 0 1 0 6547601 625872896 135744 18446744073709551615 4194304 5970956 140736620693472 140736620690440 4908985 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135744 839 434 0 146165 0
Current children cumulated CPU time (s) 1962.06
Current children cumulated vsize (KiB) 611204

[startup+2022.3 s]
/proc/loadavg: 2.00 1.99 1.95 4/181 29329
/proc/meminfo: memFree=30921200/32770624 swapFree=0/357672
[pid=29216] ppid=29210 vsize=611204 CPUtime=2022.06 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 518285 0 0 0 202168 38 0 0 20 0 1 0 6547601 625872896 135744 18446744073709551615 4194304 5970956 140736620693472 140736620690440 4964366 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135744 839 434 0 146165 0
Current children cumulated CPU time (s) 2022.06
Current children cumulated vsize (KiB) 611204

[startup+2082.3 s]
/proc/loadavg: 2.00 1.99 1.95 4/181 29331
/proc/meminfo: memFree=30920704/32770624 swapFree=0/357692
[pid=29216] ppid=29210 vsize=611204 CPUtime=2082.07 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 519312 0 0 0 208169 38 0 0 20 0 1 0 6547601 625872896 135744 18446744073709551615 4194304 5970956 140736620693472 140736620690440 5052118 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135744 839 434 0 146165 0
Current children cumulated CPU time (s) 2082.07
Current children cumulated vsize (KiB) 611204

[startup+2142.3 s]
/proc/loadavg: 2.12 2.02 1.97 4/184 29347
/proc/meminfo: memFree=30917284/32770624 swapFree=0/357748
[pid=29216] ppid=29210 vsize=611204 CPUtime=2142.06 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 520253 0 0 0 214168 38 0 0 20 0 1 0 6547601 625872896 135744 18446744073709551615 4194304 5970956 140736620693472 140736620690440 4908171 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135744 839 434 0 146165 0
Current children cumulated CPU time (s) 2142.06
Current children cumulated vsize (KiB) 611204

[startup+2202.31 s]
/proc/loadavg: 2.04 2.01 1.97 4/184 29349
/proc/meminfo: memFree=30917176/32770624 swapFree=0/357776
[pid=29216] ppid=29210 vsize=611204 CPUtime=2202.06 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 521258 0 0 0 220168 38 0 0 20 0 1 0 6547601 625872896 135744 18446744073709551615 4194304 5970956 140736620693472 140736620690440 5071026 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135744 839 434 0 146165 0
Current children cumulated CPU time (s) 2202.06
Current children cumulated vsize (KiB) 611204

[startup+2262.3 s]
/proc/loadavg: 2.02 2.01 1.97 4/181 29351
/proc/meminfo: memFree=30921092/32770624 swapFree=0/357804
[pid=29216] ppid=29210 vsize=611204 CPUtime=2262.05 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 521959 0 0 0 226167 38 0 0 20 0 1 0 6547601 625872896 135744 18446744073709551615 4194304 5970956 140736620693472 140736620690440 4964366 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135744 839 434 0 146165 0
Current children cumulated CPU time (s) 2262.05
Current children cumulated vsize (KiB) 611204

[startup+2322.3 s]
/proc/loadavg: 2.01 2.01 1.97 4/181 29353
/proc/meminfo: memFree=30921076/32770624 swapFree=0/357808
[pid=29216] ppid=29210 vsize=611204 CPUtime=2322.06 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 523122 0 0 0 232167 39 0 0 20 0 1 0 6547601 625872896 135744 18446744073709551615 4194304 5970956 140736620693472 140736620690440 4964389 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135744 839 434 0 146165 0
Current children cumulated CPU time (s) 2322.06
Current children cumulated vsize (KiB) 611204

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.97 4/181 29355
/proc/meminfo: memFree=30921216/32770624 swapFree=0/357844
[pid=29216] ppid=29210 vsize=611204 CPUtime=2382.05 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 524063 0 0 0 238166 39 0 0 20 0 1 0 6547601 625872896 135744 18446744073709551615 4194304 5970956 140736620693472 140736620690440 5069728 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135744 839 434 0 146165 0
Current children cumulated CPU time (s) 2382.05
Current children cumulated vsize (KiB) 611204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.31 s]
/proc/loadavg: 2.00 2.01 1.97 4/181 29355
/proc/meminfo: memFree=30921216/32770624 swapFree=0/357852
[pid=29216] ppid=29210 vsize=611204 CPUtime=2400.06 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 524155 0 0 0 239967 39 0 0 20 0 1 0 6547601 625872896 135744 18446744073709551615 4194304 5970956 140736620693472 140736620690440 4964289 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135744 839 434 0 146165 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 611204

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 29216 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2400.31 s]
/proc/loadavg: 2.00 2.01 1.97 4/181 29355
/proc/meminfo: memFree=30921216/32770624 swapFree=0/357852
[pid=29216] ppid=29210 vsize=611204 CPUtime=2400.06 cores=0,2,4,6
/proc/29216/stat : 29216 (cosoco) R 29210 29216 21827 0 -1 4202496 524155 0 0 0 239967 39 0 0 20 0 1 0 6547601 625872896 135744 18446744073709551615 4194304 5970956 140736620693472 140736620690440 4964289 0 0 1 8405026 0 0 0 17 4 0 0 8 0 0 8070896 8075904 14209024 140736620700103 140736620700238 140736620700238 140736620703694 0
/proc/29216/statm: 152801 135744 839 434 0 146165 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 611204

Child status: 1
Real time (s): 2400.31
CPU time (s): 2400.07
CPU user time (s): 2399.68
CPU system time (s): 0.393983
CPU usage (%): 99.99
Max. virtual memory (cumulated for all children) (KiB): 611204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.68
system time used= 0.393983
maximum resident set size= 543016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 524188
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= 109
involuntary context switches= 645

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.90115 second user time and 8.86019 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-06 20:04:40
IDJOB=4242735
IDBENCH=139730
IDSOLVER=2621
FILE ID=node126/4242735-1502043518
RUNJOBID= node126-1502042680-29186
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-15-15.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242735-1502043518/watcher-4242735-1502043518 -o /tmp/evaluation-result-4242735-1502043518/solver-4242735-1502043518 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502042680-29186 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4242735-1502043518.xml

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

MD5SUM BENCH= 31b93d68041edb8c4e758991fee87633
RANDOM SEED=1526451084

node126.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.81
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.81
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.81
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.81
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:        31685884 kB
MemAvailable:   32025700 kB
Buffers:          131036 kB
Cached:           489172 kB
SwapCached:            0 kB
Active:           311160 kB
Inactive:         365812 kB
Active(anon):      56832 kB
Inactive(anon):     8524 kB
Active(file):     254328 kB
Inactive(file):   357288 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5384 kB
Writeback:             0 kB
AnonPages:         56248 kB
Mapped:            29368 kB
Shmem:              8868 kB
Slab:             112432 kB
SReclaimable:      88068 kB
SUnreclaim:        24364 kB
KernelStack:        3088 kB
PageTables:         4432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     282004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62024 MiB
End job on node126 at 2017-08-06 20:44:41