Trace number 4242732

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.1001 2400

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-11-11.xml
MD5SUMbb123246d746538548fb2ce23858e0c6
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.01
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints3026
Number of domains1
Minimum domain size121
Maximum domain size121
Distribution of domain sizes[{"size":121,"count":121}]
Minimum variable degree102
Maximum variable degree102
Distribution of variable degrees[{"degree":102,"count":121}]
Minimum constraint arity4
Maximum constraint arity121
Distribution of constraint arities[{"arity":4,"count":3025},{"arity":121,"count":1}]
Number of extensional constraints0
Number of intensional constraints3025
Distribution of constraint types[{"type":"intension","count":3025},{"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

3.43/3.58	c SAT : Variables: 14641 -- Clauses: 878581
3.43/3.58	c best=?? lower=0 upper=120 
3.53/3.70	c
3.53/3.70	c This is cosoco 1.0 --  
3.53/3.70	c
3.53/3.70	c enable optimization
3.53/3.70	c ========================================[ Problem Statistics ]===========================================
3.53/3.70	c |                                                                                                       
3.53/3.70	c |  Parse time        :         3.49 s 
3.53/3.70	c |
3.53/3.70	c |               Variables: 121
3.53/3.70	c |            Domain Sizes: 121..121
3.53/3.70	c |
3.53/3.70	c |             Constraints: 3046
3.53/3.70	c |                   Arity: 4..121
3.53/3.70	c | 
3.53/3.70	c |                   Types: 
3.53/3.70	c |                          Intension: 3025
3.53/3.70	c |                          Lex: 20
3.53/3.70	c |                          Max constant: 1
3.53/3.70	c |                          
3.53/3.70	c =========================================================================================================
3.53/3.70	o 6
3.53/3.70	c    1 calls to solver: best=6 lower=0 upper=5 
3.63/3.79	o 5
3.73/3.89	o 4
3.73/3.89	c    3 calls to solver: best=4 lower=0 upper=3 
3.83/3.97	o 3
9.23/9.31	conflict 24lvl : 26 bt26-7262:0(43)X3561578
10.83/10.97	conflict 10lvl : 9 bt8-2906:0(32)X3569508

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-4242732-1501976648/watcher-4242732-1501976648 -o /tmp/evaluation-result-4242732-1501976648/solver-4242732-1501976648 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501975774-30560 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4242732-1501976648.xml 

pid=32077
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: 0.81 0.20 0.11 2/187 32080
/proc/meminfo: memFree=31689204/32770624 swapFree=0/278560
[pid=32080] ppid=32077 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/32080/stat : 32080 (runsolver) D 32077 32080 30500 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 45480138 24240128 107 18446744073709551615 4194304 4338465 140729875346192 140729875343832 140366837560023 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 11018240 140729875353753 140729875354185 140729875354185 140729875357642 0
/proc/32080/statm: 5918 107 54 36 0 2156 0

[startup+0.100189 s]
/proc/loadavg: 0.81 0.20 0.11 2/187 32080
/proc/meminfo: memFree=31689204/32770624 swapFree=0/278560
[pid=32080] ppid=32077 vsize=27260 CPUtime=0.03 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 1022 0 0 0 3 0 0 0 20 0 1 0 45480138 27914240 832 18446744073709551615 4194304 5970956 140724559618336 140724559614936 5406598 0 0 1 0 0 0 0 17 6 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 6815 832 705 434 0 179 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27260

[startup+0.201194 s]
/proc/loadavg: 0.81 0.20 0.11 2/187 32080
/proc/meminfo: memFree=31689204/32770624 swapFree=0/278560
[pid=32080] ppid=32077 vsize=28068 CPUtime=0.14 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 1301 0 0 0 14 0 0 0 20 0 1 0 45480138 28741632 1122 18446744073709551615 4194304 5970956 140724559618336 140724559612168 140014478521712 0 0 1 0 0 0 0 17 6 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 7017 1122 783 434 0 381 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 28068

[startup+0.300192 s]
/proc/loadavg: 0.81 0.20 0.11 2/187 32080
/proc/meminfo: memFree=31689204/32770624 swapFree=0/278560
[pid=32080] ppid=32077 vsize=29040 CPUtime=0.23 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 1545 0 0 0 23 0 0 0 20 0 1 0 45480138 29736960 1335 18446744073709551615 4194304 5970956 140724559618336 140724559612168 140014479181190 0 0 1 0 0 0 0 17 0 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 7260 1335 783 434 0 624 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 29040

[startup+0.700176 s]
/proc/loadavg: 0.81 0.20 0.11 2/187 32080
/proc/meminfo: memFree=31689204/32770624 swapFree=0/278560
[pid=32080] ppid=32077 vsize=32940 CPUtime=0.63 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 2518 0 0 0 63 0 0 0 20 0 1 0 45480138 33730560 2340 18446744073709551615 4194304 5970956 140724559618336 140724559612168 140014488246861 0 0 1 0 0 0 0 17 0 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 8235 2340 783 434 0 1599 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 32940

[startup+1.50017 s]
/proc/loadavg: 0.81 0.20 0.11 2/186 32118
/proc/meminfo: memFree=31682232/32770624 swapFree=0/278664
[pid=32080] ppid=32077 vsize=40672 CPUtime=1.43 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 4444 0 0 0 143 0 0 0 20 0 1 0 45480138 41648128 4273 18446744073709551615 4194304 5970956 140724559618336 140724559612168 5188392 0 0 1 0 0 0 0 17 0 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 10168 4273 783 434 0 3532 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 40672

[startup+3.10017 s]
/proc/loadavg: 0.81 0.20 0.11 3/192 32133
/proc/meminfo: memFree=31661208/32770624 swapFree=0/278740
[pid=32080] ppid=32077 vsize=56384 CPUtime=3.03 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 8431 0 0 0 302 1 0 0 20 0 1 0 45480138 57737216 8201 18446744073709551615 4194304 5970956 140724559618336 140724559612168 140014488078561 0 0 1 0 0 0 0 17 0 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 14096 8201 783 434 0 7460 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 56384

[startup+6.30023 s]
/proc/loadavg: 0.90 0.23 0.12 3/192 32133
/proc/meminfo: memFree=31561464/32770624 swapFree=0/278780
[pid=32080] ppid=32077 vsize=113560 CPUtime=6.23 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 39080 0 0 0 620 3 0 0 20 0 1 0 45480138 116285440 21360 18446744073709551615 4194304 5970956 140724559618336 140724559615896 5071026 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28390 21360 838 434 0 21754 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 113560

[startup+12.7002 s]
/proc/loadavg: 0.99 0.26 0.13 3/192 32133
/proc/meminfo: memFree=31461700/32770624 swapFree=0/278776
[pid=32080] ppid=32077 vsize=113560 CPUtime=12.63 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 51514 0 0 0 1260 3 0 0 20 0 1 0 45480138 116285440 21370 18446744073709551615 4194304 5970956 140724559618336 140724559615672 4964371 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28390 21370 842 434 0 21754 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 113560

[startup+25.5003 s]
/proc/loadavg: 1.21 0.35 0.16 3/191 32133
/proc/meminfo: memFree=31462624/32770624 swapFree=0/278780
[pid=32080] ppid=32077 vsize=113560 CPUtime=25.43 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 76066 0 0 0 2538 5 0 0 20 0 1 0 45480138 116285440 21384 18446744073709551615 4194304 5970956 140724559618336 140724559615672 4908262 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28390 21384 842 434 0 21754 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 113560

[startup+51.1003 s]
/proc/loadavg: 1.41 0.47 0.20 3/191 32133
/proc/meminfo: memFree=31461652/32770624 swapFree=0/278788
[pid=32080] ppid=32077 vsize=113560 CPUtime=51.01 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 84933 0 0 0 5096 5 0 0 20 0 1 0 45480138 116285440 21386 18446744073709551615 4194304 5970956 140724559618336 140724559615672 5052062 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28390 21386 842 434 0 21754 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 113560

[startup+102.3 s]
/proc/loadavg: 1.75 0.70 0.30 3/187 32136
/proc/meminfo: memFree=31467012/32770624 swapFree=0/278820
[pid=32080] ppid=32077 vsize=113560 CPUtime=102.21 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 85642 0 0 0 10216 5 0 0 20 0 1 0 45480138 116285440 21397 18446744073709551615 4194304 5970956 140724559618336 140724559615672 4964366 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28390 21397 842 434 0 21754 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 113560

[startup+162.3 s]
/proc/loadavg: 1.91 0.94 0.40 3/187 32139
/proc/meminfo: memFree=31468204/32770624 swapFree=0/278840
[pid=32080] ppid=32077 vsize=113560 CPUtime=162.2 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 86212 0 0 0 16215 5 0 0 20 0 1 0 45480138 116285440 21397 18446744073709551615 4194304 5970956 140724559618336 140724559615672 4909022 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28390 21397 842 434 0 21754 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 113560

[startup+222.306 s]
/proc/loadavg: 1.97 1.13 0.50 3/187 32141
/proc/meminfo: memFree=31467956/32770624 swapFree=0/278860
[pid=32080] ppid=32077 vsize=113560 CPUtime=222.21 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 86778 0 0 0 22216 5 0 0 20 0 1 0 45480138 116285440 21400 18446744073709551615 4194304 5970956 140724559618336 140724559615672 4908988 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28390 21400 842 434 0 21754 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 113560

[startup+282.3 s]
/proc/loadavg: 1.99 1.29 0.60 3/187 32144
/proc/meminfo: memFree=31468760/32770624 swapFree=0/278872
[pid=32080] ppid=32077 vsize=113560 CPUtime=282.21 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 86783 0 0 0 28216 5 0 0 20 0 1 0 45480138 116285440 21400 18446744073709551615 4194304 5970956 140724559618336 140724559615672 5052095 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28390 21400 842 434 0 21754 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 113560

[startup+342.3 s]
/proc/loadavg: 2.00 1.42 0.68 3/187 32146
/proc/meminfo: memFree=31468640/32770624 swapFree=0/278888
[pid=32080] ppid=32077 vsize=113560 CPUtime=342.21 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 87341 0 0 0 34216 5 0 0 20 0 1 0 45480138 116285440 21404 18446744073709551615 4194304 5970956 140724559618336 140724559615672 4964389 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28390 21404 842 434 0 21754 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 113560

[startup+402.3 s]
/proc/loadavg: 2.00 1.52 0.77 3/186 32148
/proc/meminfo: memFree=31468504/32770624 swapFree=0/278908
[pid=32080] ppid=32077 vsize=113560 CPUtime=402.22 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 87357 0 0 0 40217 5 0 0 20 0 1 0 45480138 116285440 21405 18446744073709551615 4194304 5970956 140724559618336 140724559615672 5052114 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28390 21405 842 434 0 21754 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 113560

[startup+462.3 s]
/proc/loadavg: 2.00 1.61 0.84 3/185 32150
/proc/meminfo: memFree=31468744/32770624 swapFree=0/278928
[pid=32080] ppid=32077 vsize=113560 CPUtime=462.22 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 87917 0 0 0 46217 5 0 0 20 0 1 0 45480138 116285440 21405 18446744073709551615 4194304 5970956 140724559618336 140724559615672 5069728 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28390 21405 842 434 0 21754 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 113560

[startup+522.3 s]
/proc/loadavg: 2.00 1.68 0.91 3/185 32152
/proc/meminfo: memFree=31468704/32770624 swapFree=0/278952
[pid=32080] ppid=32077 vsize=113560 CPUtime=522.23 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 87923 0 0 0 52218 5 0 0 20 0 1 0 45480138 116285440 21405 18446744073709551615 4194304 5970956 140724559618336 140724559615672 4964366 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28390 21405 842 434 0 21754 0
Current children cumulated CPU time (s) 522.23
Current children cumulated vsize (KiB) 113560

[startup+582.3 s]
/proc/loadavg: 2.00 1.74 0.98 3/185 32155
/proc/meminfo: memFree=31469020/32770624 swapFree=0/278972
[pid=32080] ppid=32077 vsize=113692 CPUtime=582.23 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 88482 0 0 0 58218 5 0 0 20 0 1 0 45480138 116420608 21406 18446744073709551615 4194304 5970956 140724559618336 140724559615096 4964444 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28423 21406 842 434 0 21787 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 113692


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


[startup+1482.3 s]
/proc/loadavg: 2.03 2.03 1.64 3/187 32217
/proc/meminfo: memFree=31467200/32770624 swapFree=0/279312
[pid=32080] ppid=32077 vsize=113692 CPUtime=1482.31 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 92486 0 0 0 148225 6 0 0 20 0 1 0 45480138 116420608 21410 18446744073709551615 4194304 5970956 140724559618336 140724559615096 4961388 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28423 21410 842 434 0 21787 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 113692

[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 1.66 3/185 32220
/proc/meminfo: memFree=31467236/32770624 swapFree=0/279328
[pid=32080] ppid=32077 vsize=113692 CPUtime=1542.32 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 93055 0 0 0 154226 6 0 0 20 0 1 0 45480138 116420608 21410 18446744073709551615 4194304 5970956 140724559618336 140724559615096 4964836 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28423 21410 842 434 0 21787 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 113692

[startup+1602.3 s]
/proc/loadavg: 2.15 2.05 1.69 3/185 32222
/proc/meminfo: memFree=31467496/32770624 swapFree=0/279352
[pid=32080] ppid=32077 vsize=113692 CPUtime=1602.32 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 93060 0 0 0 160226 6 0 0 20 0 1 0 45480138 116420608 21410 18446744073709551615 4194304 5970956 140724559618336 140724559615096 5071026 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28423 21410 842 434 0 21787 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 113692

[startup+1662.3 s]
/proc/loadavg: 2.06 2.04 1.71 3/186 32225
/proc/meminfo: memFree=31467292/32770624 swapFree=0/279376
[pid=32080] ppid=32077 vsize=113692 CPUtime=1662.33 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 93570 0 0 0 166227 6 0 0 20 0 1 0 45480138 116420608 21410 18446744073709551615 4194304 5970956 140724559618336 140724559615096 4964784 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28423 21410 842 434 0 21787 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 113692

[startup+1722.3 s]
/proc/loadavg: 2.09 2.05 1.73 3/186 32228
/proc/meminfo: memFree=31467296/32770624 swapFree=0/279400
[pid=32080] ppid=32077 vsize=113692 CPUtime=1722.33 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 93630 0 0 0 172227 6 0 0 20 0 1 0 45480138 116420608 21410 18446744073709551615 4194304 5970956 140724559618336 140724559615096 4908512 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28423 21410 842 434 0 21787 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 113692

[startup+1782.3 s]
/proc/loadavg: 2.03 2.04 1.75 3/186 32230
/proc/meminfo: memFree=31467084/32770624 swapFree=0/279428
[pid=32080] ppid=32077 vsize=113692 CPUtime=1782.33 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 94188 0 0 0 178227 6 0 0 20 0 1 0 45480138 116420608 21410 18446744073709551615 4194304 5970956 140724559618336 140724559615096 4965178 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28423 21410 842 434 0 21787 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 113692

[startup+1842.3 s]
/proc/loadavg: 2.01 2.04 1.77 3/190 32247
/proc/meminfo: memFree=31463016/32770624 swapFree=0/279480
[pid=32080] ppid=32077 vsize=113692 CPUtime=1842.34 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 94195 0 0 0 184228 6 0 0 20 0 1 0 45480138 116420608 21410 18446744073709551615 4194304 5970956 140724559618336 140724559615096 5071023 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28423 21410 842 434 0 21787 0
Current children cumulated CPU time (s) 1842.34
Current children cumulated vsize (KiB) 113692

[startup+1902.3 s]
/proc/loadavg: 2.00 2.03 1.78 3/189 32276
/proc/meminfo: memFree=31462632/32770624 swapFree=0/279552
[pid=32080] ppid=32077 vsize=113692 CPUtime=1902.34 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 94773 0 0 0 190228 6 0 0 20 0 1 0 45480138 116420608 21411 18446744073709551615 4194304 5970956 140724559618336 140724559615096 4908208 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28423 21411 842 434 0 21787 0
Current children cumulated CPU time (s) 1902.34
Current children cumulated vsize (KiB) 113692

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 1.79 3/186 32278
/proc/meminfo: memFree=31464096/32770624 swapFree=0/279580
[pid=32080] ppid=32077 vsize=113692 CPUtime=1962.35 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 94774 0 0 0 196229 6 0 0 20 0 1 0 45480138 116420608 21411 18446744073709551615 4194304 5970956 140724559618336 140724559615096 4968183 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28423 21411 842 434 0 21787 0
Current children cumulated CPU time (s) 1962.35
Current children cumulated vsize (KiB) 113692

[startup+2022.3 s]
/proc/loadavg: 2.00 2.02 1.81 3/185 32280
/proc/meminfo: memFree=31466684/32770624 swapFree=0/279600
[pid=32080] ppid=32077 vsize=113692 CPUtime=2022.35 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 95311 0 0 0 202229 6 0 0 20 0 1 0 45480138 116420608 21411 18446744073709551615 4194304 5970956 140724559618336 140724559615096 4908985 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28423 21411 842 434 0 21787 0
Current children cumulated CPU time (s) 2022.35
Current children cumulated vsize (KiB) 113692

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.82 3/187 32284
/proc/meminfo: memFree=31467028/32770624 swapFree=0/279616
[pid=32080] ppid=32077 vsize=113692 CPUtime=2082.36 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 95311 0 0 0 208230 6 0 0 20 0 1 0 45480138 116420608 21411 18446744073709551615 4194304 5970956 140724559618336 140724559615096 5071026 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28423 21411 842 434 0 21787 0
Current children cumulated CPU time (s) 2082.36
Current children cumulated vsize (KiB) 113692

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.83 3/186 32286
/proc/meminfo: memFree=31467204/32770624 swapFree=0/279628
[pid=32080] ppid=32077 vsize=113692 CPUtime=2142.36 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 95870 0 0 0 214230 6 0 0 20 0 1 0 45480138 116420608 21411 18446744073709551615 4194304 5970956 140724559618336 140724559615096 4964836 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28423 21411 842 434 0 21787 0
Current children cumulated CPU time (s) 2142.36
Current children cumulated vsize (KiB) 113692

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 1.84 3/186 32288
/proc/meminfo: memFree=31467084/32770624 swapFree=0/279640
[pid=32080] ppid=32077 vsize=113692 CPUtime=2202.37 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 95871 0 0 0 220231 6 0 0 20 0 1 0 45480138 116420608 21411 18446744073709551615 4194304 5970956 140724559618336 140724559615096 4964406 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28423 21411 842 434 0 21787 0
Current children cumulated CPU time (s) 2202.37
Current children cumulated vsize (KiB) 113692

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.85 3/186 32290
/proc/meminfo: memFree=31467536/32770624 swapFree=0/279656
[pid=32080] ppid=32077 vsize=113692 CPUtime=2262.37 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 96381 0 0 0 226231 6 0 0 20 0 1 0 45480138 116420608 21411 18446744073709551615 4194304 5970956 140724559618336 140724559615096 4961411 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28423 21411 842 434 0 21787 0
Current children cumulated CPU time (s) 2262.37
Current children cumulated vsize (KiB) 113692

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.86 3/186 32292
/proc/meminfo: memFree=31466928/32770624 swapFree=0/279668
[pid=32080] ppid=32077 vsize=113692 CPUtime=2322.38 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 96386 0 0 0 232232 6 0 0 20 0 1 0 45480138 116420608 21411 18446744073709551615 4194304 5970956 140724559618336 140724559615096 4961400 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28423 21411 842 434 0 21787 0
Current children cumulated CPU time (s) 2322.38
Current children cumulated vsize (KiB) 113692

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/185 32294
/proc/meminfo: memFree=31466900/32770624 swapFree=0/279672
[pid=32080] ppid=32077 vsize=113692 CPUtime=2382.38 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 96947 0 0 0 238232 6 0 0 20 0 1 0 45480138 116420608 21412 18446744073709551615 4194304 5970956 140724559618336 140724559615096 4968239 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28423 21412 842 434 0 21787 0
Current children cumulated CPU time (s) 2382.38
Current children cumulated vsize (KiB) 113692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400 s]
/proc/loadavg: 2.00 2.01 1.87 3/186 32295
/proc/meminfo: memFree=31466760/32770624 swapFree=0/279672
[pid=32080] ppid=32077 vsize=113692 CPUtime=2400.08 cores=0,2,4,6
/proc/32080/stat : 32080 (cosoco) R 32077 32080 30500 0 -1 4202496 96947 0 0 0 240002 6 0 0 20 0 1 0 45480138 116420608 21412 18446744073709551615 4194304 5970956 140724559618336 140724559615096 5070331 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 35528704 140724559626694 140724559626829 140724559626829 140724559630286 0
/proc/32080/statm: 28423 21412 842 434 0 21787 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 113692

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

Child status: 1
Real time (s): 2400
CPU time (s): 2400.1
CPU user time (s): 2400.03
CPU system time (s): 0.069004
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 113692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.03
system time used= 0.069004
maximum resident set size= 85696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96975
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= 36
involuntary context switches= 732

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.63517 second user time and 9.61382 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-06 01:30:02
IDJOB=4242732
IDBENCH=139726
IDSOLVER=2621
FILE ID=node133/4242732-1501976648
RUNJOBID= node133-1501975774-30560
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-11-11.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242732-1501976648/watcher-4242732-1501976648 -o /tmp/evaluation-result-4242732-1501976648/solver-4242732-1501976648 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501975774-30560 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4242732-1501976648.xml

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

MD5SUM BENCH= bb123246d746538548fb2ce23858e0c6
RANDOM SEED=389092123

node133.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.17
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.17
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.17
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.17
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:        31688948 kB
MemAvailable:   31995292 kB
Buffers:          162656 kB
Cached:           429796 kB
SwapCached:            0 kB
Active:           364648 kB
Inactive:         295288 kB
Active(anon):      67956 kB
Inactive(anon):    16728 kB
Active(file):     296692 kB
Inactive(file):   278560 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5612 kB
Writeback:             8 kB
AnonPages:         66972 kB
Mapped:            39048 kB
Shmem:             17084 kB
Slab:             119568 kB
SReclaimable:      93856 kB
SUnreclaim:        25712 kB
KernelStack:        3312 kB
PageTables:         5928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     322836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node133 at 2017-08-06 02:10:02