Trace number 4242693

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.04 2400.51

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-16-18.xml
MD5SUMdd156cd3c4e4f48d7499665f65319a51
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.0601
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints18361
Number of domains1
Minimum domain size288
Maximum domain size288
Distribution of domain sizes[{"size":288,"count":288}]
Minimum variable degree257
Maximum variable degree257
Distribution of variable degrees[{"degree":257,"count":288}]
Minimum constraint arity4
Maximum constraint arity288
Distribution of constraint arities[{"arity":4,"count":18360},{"arity":288,"count":1}]
Number of extensional constraints0
Number of intensional constraints18360
Distribution of constraint types[{"type":"intension","count":18360},{"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

21.88/22.05	c SAT : Variables: 82944 -- Clauses: 11902752
21.88/22.06	c best=?? lower=0 upper=287 
24.77/24.91	c
24.77/24.91	c This is cosoco 1.0 --  
24.77/24.91	c
24.77/24.91	c enable optimization
24.77/24.91	c ========================================[ Problem Statistics ]===========================================
24.77/24.91	c |                                                                                                       
24.77/24.91	c |  Parse time        :        21.65 s 
24.77/24.91	c |
24.77/24.91	c |               Variables: 288
24.77/24.91	c |            Domain Sizes: 288..288
24.77/24.91	c |
24.77/24.91	c |             Constraints: 18393
24.77/24.91	c |                   Arity: 4..288
24.77/24.91	c | 
24.77/24.91	c |                   Types: 
24.77/24.91	c |                          Intension: 18360
24.77/24.91	c |                          Lex: 32
24.77/24.91	c |                          Max constant: 1
24.77/24.91	c |                          
24.77/24.91	c =========================================================================================================
24.77/24.91	o 11
24.77/24.91	c    1 calls to solver: best=11 lower=0 upper=10 
26.57/26.76	o 8
27.27/27.48	o 7
27.27/27.48	c    3 calls to solver: best=7 lower=0 upper=6 
29.37/29.59	o 6
30.78/30.96	o 5
30.78/30.96	c    5 calls to solver: best=5 lower=0 upper=4 

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-4242693-1502050907/watcher-4242693-1502050907 -o /tmp/evaluation-result-4242693-1502050907/solver-4242693-1502050907 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502042680-29186 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4242693-1502050907.xml 

pid=30233
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.98 2.01 2.04 3/180 30236
/proc/meminfo: memFree=30916764/32770624 swapFree=0/360540
[pid=30236] ppid=30233 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30236/stat : 30236 (runsolver) D 30233 30236 21827 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 7286483 24240128 107 18446744073709551615 4194304 4338465 140725989801104 140725989798744 140393976206039 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 12001280 140725989802138 140725989802570 140725989802570 140725989806026 0
/proc/30236/statm: 5918 107 54 36 0 2156 0

[startup+0.100148 s]
/proc/loadavg: 1.98 2.01 2.04 3/180 30236
/proc/meminfo: memFree=30916764/32770624 swapFree=0/360540
[pid=30236] ppid=30233 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30236/stat : 30236 (runsolver) D 30233 30236 21827 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 7286483 24240128 107 18446744073709551615 4194304 4338465 140725989801104 140725989798744 140393976206039 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 12001280 140725989802138 140725989802570 140725989802570 140725989806026 0
/proc/30236/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.201158 s]
/proc/loadavg: 1.98 2.01 2.04 3/180 30236
/proc/meminfo: memFree=30916764/32770624 swapFree=0/360540
[pid=30236] ppid=30233 vsize=28084 CPUtime=0.08 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 1216 0 0 0 8 0 0 0 20 0 1 0 7286483 28758016 1030 18446744073709551615 4194304 5970956 140725316634352 140725316630952 5390323 0 0 1 0 0 0 0 17 6 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 7021 1030 710 434 0 385 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28084

[startup+0.301154 s]
/proc/loadavg: 1.98 2.01 2.04 3/180 30236
/proc/meminfo: memFree=30916764/32770624 swapFree=0/360540
[pid=30236] ppid=30233 vsize=28604 CPUtime=0.18 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 1348 0 0 0 18 0 0 0 20 0 1 0 7286483 29290496 1139 18446744073709551615 4194304 5970956 140725316634352 140725316630952 4885312 0 0 1 0 0 0 0 17 6 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 7151 1139 710 434 0 515 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 28604

[startup+0.700282 s]
/proc/loadavg: 1.98 2.01 2.04 3/180 30236
/proc/meminfo: memFree=30916764/32770624 swapFree=0/360540
[pid=30236] ppid=30233 vsize=33352 CPUtime=0.57 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 2670 0 0 0 57 0 0 0 20 0 1 0 7286483 34152448 2338 18446744073709551615 4194304 5970956 140725316634352 140725316630952 140155224914917 0 0 1 0 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 8338 2338 782 434 0 1702 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 33352

[startup+1.50028 s]
/proc/loadavg: 1.98 2.01 2.04 3/181 30237
/proc/meminfo: memFree=30902544/32770624 swapFree=0/360544
[pid=30236] ppid=30233 vsize=49364 CPUtime=1.37 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 6687 0 0 0 137 0 0 0 20 0 1 0 7286483 50548736 6364 18446744073709551615 4194304 5970956 140725316634352 140725316626456 140155224914917 0 0 1 0 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 12341 6364 782 434 0 5705 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 49364

[startup+3.10028 s]
/proc/loadavg: 1.98 2.01 2.04 3/181 30237
/proc/meminfo: memFree=30880240/32770624 swapFree=0/360544
[pid=30236] ppid=30233 vsize=81496 CPUtime=2.97 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 14887 0 0 0 296 1 0 0 20 0 1 0 7286483 83451904 14384 18446744073709551615 4194304 5970956 140725316634352 140725316627944 140155234339360 0 0 1 0 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 20374 14384 782 434 0 13738 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 81496

[startup+6.30028 s]
/proc/loadavg: 1.98 2.01 2.04 3/181 30237
/proc/meminfo: memFree=30813820/32770624 swapFree=0/360544
[pid=30236] ppid=30233 vsize=145796 CPUtime=6.17 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 31287 0 0 0 614 3 0 0 20 0 1 0 7286483 149295104 30475 18446744073709551615 4194304 5970956 140725316634352 140725316627944 140155224914917 0 0 1 0 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 36449 30475 782 434 0 29813 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 145796

[startup+12.7003 s]
/proc/loadavg: 1.98 2.01 2.04 3/181 30237
/proc/meminfo: memFree=30681412/32770624 swapFree=0/360552
[pid=30236] ppid=30233 vsize=274356 CPUtime=12.58 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 63744 0 0 0 1251 7 0 0 20 0 1 0 7286483 280940544 62554 18446744073709551615 4194304 5970956 140725316634352 140725316625960 140155224914917 0 0 1 0 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 68589 62554 782 434 0 61953 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 274356

[startup+25.5004 s]
/proc/loadavg: 1.99 2.01 2.04 3/181 30238
/proc/meminfo: memFree=29716316/32770624 swapFree=0/360572
[pid=30236] ppid=30233 vsize=1269056 CPUtime=25.37 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 362911 0 0 0 2495 42 0 0 20 0 1 0 7286483 1299513344 301206 18446744073709551615 4194304 5970956 140725316634352 140725316631320 140155224914917 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 317264 301206 839 434 0 310628 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 1269056

[startup+51.1004 s]
/proc/loadavg: 1.99 2.01 2.04 3/181 30238
/proc/meminfo: memFree=29708368/32770624 swapFree=0/360592
[pid=30236] ppid=30233 vsize=1272884 CPUtime=50.96 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 410537 0 0 0 5052 44 0 0 20 0 1 0 7286483 1303433216 302193 18446744073709551615 4194304 5970956 140725316634352 140725316621656 4965043 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318221 302193 839 434 0 311585 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 1272884

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 30300
/proc/meminfo: memFree=28921424/32770624 swapFree=0/360664
[pid=30236] ppid=30233 vsize=1273016 CPUtime=102.15 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 523317 0 0 0 10167 48 0 0 20 0 1 0 7286483 1303568384 302719 18446744073709551615 4194304 5970956 140725316634352 140725316631112 4964389 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318254 302719 839 434 0 311618 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 1273016

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/184 30316
/proc/meminfo: memFree=28916768/32770624 swapFree=0/360744
[pid=30236] ppid=30233 vsize=1273016 CPUtime=162.14 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 608694 0 0 0 16161 53 0 0 20 0 1 0 7286483 1303568384 302728 18446744073709551615 4194304 5970956 140725316634352 140725316631112 5327993 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318254 302728 839 434 0 311618 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 1273016

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.04 3/184 30318
/proc/meminfo: memFree=28914600/32770624 swapFree=0/360776
[pid=30236] ppid=30233 vsize=1273016 CPUtime=222.12 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 671727 0 0 0 22157 55 0 0 20 0 1 0 7286483 1303568384 302731 18446744073709551615 4194304 5970956 140725316634352 140725316631112 5070320 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318254 302731 839 434 0 311618 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 1273016

[startup+282.3 s]
/proc/loadavg: 2.09 2.04 2.05 3/181 30320
/proc/meminfo: memFree=28918460/32770624 swapFree=0/360796
[pid=30236] ppid=30233 vsize=1273016 CPUtime=282.09 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 713629 0 0 0 28152 57 0 0 20 0 1 0 7286483 1303568384 302750 18446744073709551615 4194304 5970956 140725316634352 140725316631112 4908486 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318254 302750 839 434 0 311618 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 1273016

[startup+342.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/181 30322
/proc/meminfo: memFree=28918740/32770624 swapFree=0/360820
[pid=30236] ppid=30233 vsize=1273148 CPUtime=342.08 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 755011 0 0 0 34149 59 0 0 20 0 1 0 7286483 1303703552 302761 18446744073709551615 4194304 5970956 140725316634352 140725316631208 4964492 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318287 302761 839 434 0 311651 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 1273148

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 30324
/proc/meminfo: memFree=28918780/32770624 swapFree=0/360848
[pid=30236] ppid=30233 vsize=1273148 CPUtime=402.08 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 784493 0 0 0 40148 60 0 0 20 0 1 0 7286483 1303703552 302761 18446744073709551615 4194304 5970956 140725316634352 140725316631208 4964389 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318287 302761 839 434 0 311651 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 1273148

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 30326
/proc/meminfo: memFree=28918396/32770624 swapFree=0/360872
[pid=30236] ppid=30233 vsize=1273148 CPUtime=462.06 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 816135 0 0 0 46145 61 0 0 20 0 1 0 7286483 1303703552 302814 18446744073709551615 4194304 5970956 140725316634352 140725316631208 5071023 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318287 302814 839 434 0 311651 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 1273148

[startup+522.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/181 30328
/proc/meminfo: memFree=28917440/32770624 swapFree=0/360892
[pid=30236] ppid=30233 vsize=1273148 CPUtime=522.04 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 845290 0 0 0 52142 62 0 0 20 0 1 0 7286483 1303703552 302818 18446744073709551615 4194304 5970956 140725316634352 140725316631208 4967789 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318287 302818 839 434 0 311651 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 1273148

[startup+582.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/181 30330
/proc/meminfo: memFree=28916832/32770624 swapFree=0/360912
[pid=30236] ppid=30233 vsize=1273148 CPUtime=582.02 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 865511 0 0 0 58139 63 0 0 20 0 1 0 7286483 1303703552 302824 18446744073709551615 4194304 5970956 140725316634352 140725316631208 5052114 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318287 302824 839 434 0 311651 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 1273148


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 30392
/proc/meminfo: memFree=28917600/32770624 swapFree=0/361352
[pid=30236] ppid=30233 vsize=1273148 CPUtime=1541.91 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 892887 0 0 0 154127 64 0 0 20 0 1 0 7286483 1303703552 302828 18446744073709551615 4194304 5970956 140725316634352 140725316631208 5070320 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318287 302828 839 434 0 311651 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 1273148

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 30394
/proc/meminfo: memFree=28918056/32770624 swapFree=0/361376
[pid=30236] ppid=30233 vsize=1273148 CPUtime=1601.9 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 894458 0 0 0 160125 65 0 0 20 0 1 0 7286483 1303703552 302828 18446744073709551615 4194304 5970956 140725316634352 140725316631208 4968213 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318287 302828 839 434 0 311651 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 1273148

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 30396
/proc/meminfo: memFree=28918476/32770624 swapFree=0/361404
[pid=30236] ppid=30233 vsize=1273148 CPUtime=1661.9 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 895292 0 0 0 166125 65 0 0 20 0 1 0 7286483 1303703552 302828 18446744073709551615 4194304 5970956 140725316634352 140725316631208 4908971 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318287 302828 839 434 0 311651 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 1273148

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 30398
/proc/meminfo: memFree=28918476/32770624 swapFree=0/361424
[pid=30236] ppid=30233 vsize=1273148 CPUtime=1721.89 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 897341 0 0 0 172124 65 0 0 20 0 1 0 7286483 1303703552 302828 18446744073709551615 4194304 5970956 140725316634352 140725316631208 5071026 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318287 302828 839 434 0 311651 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 1273148

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/181 30400
/proc/meminfo: memFree=28918456/32770624 swapFree=0/361444
[pid=30236] ppid=30233 vsize=1273148 CPUtime=1781.88 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 898554 0 0 0 178123 65 0 0 20 0 1 0 7286483 1303703552 302828 18446744073709551615 4194304 5970956 140725316634352 140725316631208 4908315 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318287 302828 839 434 0 311651 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 1273148

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 30402
/proc/meminfo: memFree=28917332/32770624 swapFree=0/361464
[pid=30236] ppid=30233 vsize=1273148 CPUtime=1841.87 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 900229 0 0 0 184122 65 0 0 20 0 1 0 7286483 1303703552 302828 18446744073709551615 4194304 5970956 140725316634352 140725316631208 5052121 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318287 302828 839 434 0 311651 0
Current children cumulated CPU time (s) 1841.87
Current children cumulated vsize (KiB) 1273148

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 30404
/proc/meminfo: memFree=28917220/32770624 swapFree=0/361488
[pid=30236] ppid=30233 vsize=1273148 CPUtime=1901.87 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 901349 0 0 0 190122 65 0 0 20 0 1 0 7286483 1303703552 302828 18446744073709551615 4194304 5970956 140725316634352 140725316631208 4964575 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318287 302828 839 434 0 311651 0
Current children cumulated CPU time (s) 1901.87
Current children cumulated vsize (KiB) 1273148

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 30420
/proc/meminfo: memFree=28912500/32770624 swapFree=0/361540
[pid=30236] ppid=30233 vsize=1273148 CPUtime=1961.86 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 902455 0 0 0 196121 65 0 0 20 0 1 0 7286483 1303703552 302828 18446744073709551615 4194304 5970956 140725316634352 140725316631208 5052114 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318287 302828 839 434 0 311651 0
Current children cumulated CPU time (s) 1961.86
Current children cumulated vsize (KiB) 1273148

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 30422
/proc/meminfo: memFree=28912884/32770624 swapFree=0/361560
[pid=30236] ppid=30233 vsize=1273148 CPUtime=2021.86 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 903558 0 0 0 202121 65 0 0 20 0 1 0 7286483 1303703552 302828 18446744073709551615 4194304 5970956 140725316634352 140725316631208 5070317 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318287 302828 839 434 0 311651 0
Current children cumulated CPU time (s) 2021.86
Current children cumulated vsize (KiB) 1273148

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 30424
/proc/meminfo: memFree=28915516/32770624 swapFree=0/361580
[pid=30236] ppid=30233 vsize=1273148 CPUtime=2081.86 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 904668 0 0 0 208121 65 0 0 20 0 1 0 7286483 1303703552 302828 18446744073709551615 4194304 5970956 140725316634352 140725316631208 4964389 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318287 302828 839 434 0 311651 0
Current children cumulated CPU time (s) 2081.86
Current children cumulated vsize (KiB) 1273148

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 30426
/proc/meminfo: memFree=28915988/32770624 swapFree=0/361604
[pid=30236] ppid=30233 vsize=1273148 CPUtime=2141.85 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 906237 0 0 0 214119 66 0 0 20 0 1 0 7286483 1303703552 302828 18446744073709551615 4194304 5970956 140725316634352 140725316631208 4964768 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318287 302828 839 434 0 311651 0
Current children cumulated CPU time (s) 2141.85
Current children cumulated vsize (KiB) 1273148

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 30428
/proc/meminfo: memFree=28915992/32770624 swapFree=0/361624
[pid=30236] ppid=30233 vsize=1273148 CPUtime=2201.85 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 907595 0 0 0 220119 66 0 0 20 0 1 0 7286483 1303703552 302828 18446744073709551615 4194304 5970956 140725316634352 140725316631208 4964912 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318287 302828 839 434 0 311651 0
Current children cumulated CPU time (s) 2201.85
Current children cumulated vsize (KiB) 1273148

[startup+2262.3 s]
/proc/loadavg: 2.12 2.04 2.05 3/181 30430
/proc/meminfo: memFree=28916216/32770624 swapFree=0/361644
[pid=30236] ppid=30233 vsize=1273148 CPUtime=2261.84 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 909230 0 0 0 226118 66 0 0 20 0 1 0 7286483 1303703552 302828 18446744073709551615 4194304 5970956 140725316634352 140725316631208 4908925 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318287 302828 839 434 0 311651 0
Current children cumulated CPU time (s) 2261.84
Current children cumulated vsize (KiB) 1273148

[startup+2322.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/181 30432
/proc/meminfo: memFree=28916456/32770624 swapFree=0/361664
[pid=30236] ppid=30233 vsize=1273148 CPUtime=2321.83 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 910013 0 0 0 232117 66 0 0 20 0 1 0 7286483 1303703552 302828 18446744073709551615 4194304 5970956 140725316634352 140725316631208 4908985 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318287 302828 839 434 0 311651 0
Current children cumulated CPU time (s) 2321.83
Current children cumulated vsize (KiB) 1273148

[startup+2382.3 s]
/proc/loadavg: 2.06 2.05 2.05 3/181 30434
/proc/meminfo: memFree=28916664/32770624 swapFree=0/361688
[pid=30236] ppid=30233 vsize=1273148 CPUtime=2381.83 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 910635 0 0 0 238117 66 0 0 20 0 1 0 7286483 1303703552 302828 18446744073709551615 4194304 5970956 140725316634352 140725316631208 5071003 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318287 302828 839 434 0 311651 0
Current children cumulated CPU time (s) 2381.83
Current children cumulated vsize (KiB) 1273148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.5 s]
/proc/loadavg: 2.05 2.04 2.05 3/180 30434
/proc/meminfo: memFree=28917052/32770624 swapFree=0/361696
[pid=30236] ppid=30233 vsize=1273148 CPUtime=2400.02 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 910852 0 0 0 239936 66 0 0 20 0 1 0 7286483 1303703552 302828 18446744073709551615 4194304 5970956 140725316634352 140725316631208 4961194 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318287 302828 839 434 0 311651 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 1273148

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 30236 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2400.5 s]
/proc/loadavg: 2.05 2.04 2.05 3/180 30434
/proc/meminfo: memFree=28917052/32770624 swapFree=0/361696
[pid=30236] ppid=30233 vsize=1273148 CPUtime=2400.02 cores=0,2,4,6
/proc/30236/stat : 30236 (cosoco) R 30233 30236 21827 0 -1 4202496 910852 0 0 0 239936 66 0 0 20 0 1 0 7286483 1303703552 302828 18446744073709551615 4194304 5970956 140725316634352 140725316631208 4961194 0 0 1 8405026 0 0 0 17 2 0 0 11 0 0 8070896 8075904 9637888 140725316637127 140725316637262 140725316637262 140725316640718 0
/proc/30236/statm: 318287 302828 839 434 0 311651 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 1273148

Child status: 1
Real time (s): 2400.51
CPU time (s): 2400.04
CPU user time (s): 2399.37
CPU system time (s): 0.668932
CPU usage (%): 99.9805
Max. virtual memory (cumulated for all children) (KiB): 1273148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.37
system time used= 0.668932
maximum resident set size= 1211352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 910883
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= 182
involuntary context switches= 3006

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.1621 second user time and 9.10379 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-06 22:07:49
IDJOB=4242693
IDBENCH=139753
IDSOLVER=2621
FILE ID=node126/4242693-1502050907
RUNJOBID= node126-1502042680-29186
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= dd156cd3c4e4f48d7499665f65319a51
RANDOM SEED=2004649726

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:        30917028 kB
MemAvailable:   31262112 kB
Buffers:          133140 kB
Cached:           492552 kB
SwapCached:            0 kB
Active:          1076396 kB
Inactive:         369064 kB
Active(anon):     820184 kB
Inactive(anon):     8524 kB
Active(file):     256212 kB
Inactive(file):   360540 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3224 kB
Writeback:             0 kB
AnonPages:        819908 kB
Mapped:            32036 kB
Shmem:              8868 kB
Slab:             113064 kB
SReclaimable:      88336 kB
SUnreclaim:        24728 kB
KernelStack:        3216 kB
PageTables:         6064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1152156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    763904 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 22:47:50