Trace number 4242713

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 1.1? (TO) 2400.0701 2400.1001

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-12-12.xml
MD5SUM413eb2f3dbc4c6295d83fc35d5100e1e
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.0901
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints4357
Number of domains1
Minimum domain size144
Maximum domain size144
Distribution of domain sizes[{"size":144,"count":144}]
Minimum variable degree123
Maximum variable degree123
Distribution of variable degrees[{"degree":123,"count":144}]
Minimum constraint arity4
Maximum constraint arity144
Distribution of constraint arities[{"arity":4,"count":4356},{"arity":144,"count":1}]
Number of extensional constraints0
Number of intensional constraints4356
Distribution of constraint types[{"type":"intension","count":4356},{"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

4.89/5.04	c best=?? lower=0 upper=143 
5.09/5.24	c
5.09/5.24	c This is cosoco 1.0 --  
5.09/5.24	c
5.09/5.24	c enable optimization
5.09/5.24	c ========================================[ Problem Statistics ]===========================================
5.09/5.24	c |                                                                                                       
5.09/5.24	c |  Parse time        :         4.91 s 
5.09/5.24	c |
5.09/5.24	c |               Variables: 144
5.09/5.24	c |            Domain Sizes: 144..144
5.09/5.24	c |
5.09/5.24	c |             Constraints: 4379
5.09/5.24	c |                   Arity: 4..144
5.09/5.24	c | 
5.09/5.24	c |                   Types: 
5.09/5.24	c |                          Intension: 4356
5.09/5.24	c |                          Lex: 22
5.09/5.24	c |                          Max constant: 1
5.09/5.24	c |                          
5.09/5.24	c =========================================================================================================
5.09/5.24	o 7
5.09/5.24	c    1 calls to solver: best=7 lower=0 upper=6 
5.30/5.49	o 6
5.51/5.60	o 5
5.51/5.60	c    3 calls to solver: best=5 lower=0 upper=4 
5.60/5.74	o 4
10.30/10.47	o 3
10.30/10.47	c    5 calls to solver: best=3 lower=0 upper=2 

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-4242713-1501976632/watcher-4242713-1501976632 -o /tmp/evaluation-result-4242713-1501976632/solver-4242713-1501976632 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501975767-15339 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4242713-1501976632.xml 

pid=16892
running on 4 cores: 1,3,5,7

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.73 0.19 0.10 3/188 16895
/proc/meminfo: memFree=31597548/32770624 swapFree=0/375712
[pid=16895] ppid=16892 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16895/stat : 16895 (runsolver) D 16892 16895 15278 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 45169172 24240128 108 18446744073709551615 4194304 4338465 140732144099296 140732144096936 139832598704855 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 33746944 140732144107678 140732144108105 140732144108105 140732144111562 0
/proc/16895/statm: 5918 108 54 36 0 2156 0

[startup+0.102016 s]
/proc/loadavg: 0.73 0.19 0.10 3/188 16895
/proc/meminfo: memFree=31597548/32770624 swapFree=0/375712
[pid=16895] ppid=16892 vsize=27256 CPUtime=0.01 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 1014 0 0 0 1 0 0 0 20 0 1 0 45169172 27910144 832 18446744073709551615 4194304 5970956 140736302664272 140736302660872 5388818 0 0 1 0 0 0 0 17 7 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 6814 832 702 434 0 178 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 27256

[startup+0.20106 s]
/proc/loadavg: 0.73 0.19 0.10 3/188 16895
/proc/meminfo: memFree=31597548/32770624 swapFree=0/375712
[pid=16895] ppid=16892 vsize=27864 CPUtime=0.1 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 1208 0 0 0 10 0 0 0 20 0 1 0 45169172 28532736 1030 18446744073709551615 4194304 5970956 140736302664272 140736302655880 140310736255748 0 0 1 0 0 0 0 17 7 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 6966 1030 782 434 0 330 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 27864

[startup+0.301055 s]
/proc/loadavg: 0.73 0.19 0.10 3/188 16895
/proc/meminfo: memFree=31597548/32770624 swapFree=0/375712
[pid=16895] ppid=16892 vsize=29000 CPUtime=0.2 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 1488 0 0 0 20 0 0 0 20 0 1 0 45169172 29696000 1336 18446744073709551615 4194304 5970956 140736302664272 140736302658104 140310726311707 0 0 1 0 0 0 0 17 1 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 7250 1336 783 434 0 614 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 29000

[startup+0.700224 s]
/proc/loadavg: 0.73 0.19 0.10 3/188 16895
/proc/meminfo: memFree=31597548/32770624 swapFree=0/375712
[pid=16895] ppid=16892 vsize=33368 CPUtime=0.6 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 2607 0 0 0 60 0 0 0 20 0 1 0 45169172 34168832 2428 18446744073709551615 4194304 5970956 140736302664272 140736302658104 140310726319077 0 0 1 0 0 0 0 17 1 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 8342 2428 783 434 0 1706 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 33368

[startup+1.50022 s]
/proc/loadavg: 0.73 0.19 0.10 3/189 16896
/proc/meminfo: memFree=31575236/32770624 swapFree=0/375716
[pid=16895] ppid=16892 vsize=42412 CPUtime=1.4 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 4838 0 0 0 139 1 0 0 20 0 1 0 45169172 43429888 4656 18446744073709551615 4194304 5970956 140736302664272 140736302658104 140310726314814 0 0 1 0 0 0 0 17 1 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 10603 4656 783 434 0 3967 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 42412

[startup+3.10021 s]
/proc/loadavg: 0.73 0.19 0.10 3/189 16896
/proc/meminfo: memFree=31541916/32770624 swapFree=0/375792
[pid=16895] ppid=16892 vsize=60236 CPUtime=3 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 9433 0 0 0 298 2 0 0 20 0 1 0 45169172 61681664 9144 18446744073709551615 4194304 5970956 140736302664272 140736302658104 140310726328241 0 0 1 0 0 0 0 17 1 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 15059 9144 783 434 0 8423 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 60236

[startup+6.30027 s]
/proc/loadavg: 0.83 0.22 0.11 3/189 16896
/proc/meminfo: memFree=31487136/32770624 swapFree=0/375728
[pid=16895] ppid=16892 vsize=104384 CPUtime=6.2 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 31699 0 0 0 615 5 0 0 20 0 1 0 45169172 106889216 20234 18446744073709551615 4194304 5970956 140736302664272 140736302661832 4964363 0 0 1 8405026 0 0 0 17 1 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20234 832 434 0 19460 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 104384

[startup+12.7003 s]
/proc/loadavg: 0.92 0.25 0.12 3/193 16911
/proc/meminfo: memFree=31482532/32770624 swapFree=0/375740
[pid=16895] ppid=16892 vsize=104384 CPUtime=12.6 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 50614 0 0 0 1255 5 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 5069728 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 104384

[startup+25.5003 s]
/proc/loadavg: 1.16 0.34 0.15 3/193 16911
/proc/meminfo: memFree=31483736/32770624 swapFree=0/375760
[pid=16895] ppid=16892 vsize=104384 CPUtime=25.4 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 87482 0 0 0 2533 7 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 4967758 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 104384

[startup+51.1004 s]
/proc/loadavg: 1.45 0.47 0.20 3/193 16911
/proc/meminfo: memFree=31482940/32770624 swapFree=0/375748
[pid=16895] ppid=16892 vsize=104384 CPUtime=51 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 105928 0 0 0 5093 7 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 5327993 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 104384

[startup+102.3 s]
/proc/loadavg: 1.76 0.71 0.30 3/189 16913
/proc/meminfo: memFree=31484548/32770624 swapFree=0/375768
[pid=16895] ppid=16892 vsize=104384 CPUtime=102.18 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 115726 0 0 0 10210 8 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 4908982 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 104384

[startup+162.3 s]
/proc/loadavg: 1.91 0.94 0.40 3/185 16915
/proc/meminfo: memFree=31488308/32770624 swapFree=0/375784
[pid=16895] ppid=16892 vsize=104384 CPUtime=162.18 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 116181 0 0 0 16210 8 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 4964444 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 104384

[startup+222.306 s]
/proc/loadavg: 2.02 1.15 0.51 3/185 16917
/proc/meminfo: memFree=31488556/32770624 swapFree=0/375804
[pid=16895] ppid=16892 vsize=104384 CPUtime=222.19 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 116636 0 0 0 22211 8 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 4908171 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 104384

[startup+282.3 s]
/proc/loadavg: 2.01 1.30 0.60 3/185 16919
/proc/meminfo: memFree=31489052/32770624 swapFree=0/375824
[pid=16895] ppid=16892 vsize=104384 CPUtime=282.18 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 117091 0 0 0 28210 8 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 4965043 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 104384

[startup+342.3 s]
/proc/loadavg: 2.00 1.43 0.69 3/186 16923
/proc/meminfo: memFree=31489284/32770624 swapFree=0/375836
[pid=16895] ppid=16892 vsize=104384 CPUtime=342.19 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 117546 0 0 0 34211 8 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 4964847 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 104384

[startup+402.3 s]
/proc/loadavg: 2.00 1.53 0.77 3/186 16925
/proc/meminfo: memFree=31489408/32770624 swapFree=0/375860
[pid=16895] ppid=16892 vsize=104384 CPUtime=402.19 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 118001 0 0 0 40211 8 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 4965051 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 104384

[startup+462.3 s]
/proc/loadavg: 2.00 1.62 0.85 3/186 16927
/proc/meminfo: memFree=31489408/32770624 swapFree=0/375880
[pid=16895] ppid=16892 vsize=104384 CPUtime=462.19 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 118456 0 0 0 46211 8 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 4964366 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 104384

[startup+522.3 s]
/proc/loadavg: 2.00 1.69 0.92 3/186 16929
/proc/meminfo: memFree=31489532/32770624 swapFree=0/375904
[pid=16895] ppid=16892 vsize=104384 CPUtime=522.19 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 118456 0 0 0 52211 8 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 5098928 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 104384

[startup+582.3 s]
/proc/loadavg: 2.07 1.76 0.99 3/186 16931
/proc/meminfo: memFree=31489648/32770624 swapFree=0/375924
[pid=16895] ppid=16892 vsize=104384 CPUtime=582.19 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 118911 0 0 0 58211 8 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 4964366 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 104384


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


[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 1.64 3/186 16997
/proc/meminfo: memFree=31488520/32770624 swapFree=0/376260
[pid=16895] ppid=16892 vsize=104384 CPUtime=1542.23 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 123912 0 0 0 154215 8 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 4964389 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 1542.23
Current children cumulated vsize (KiB) 104384

[startup+1602.3 s]
/proc/loadavg: 2.05 2.00 1.67 3/186 16999
/proc/meminfo: memFree=31488776/32770624 swapFree=0/376280
[pid=16895] ppid=16892 vsize=104384 CPUtime=1602.23 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 124367 0 0 0 160215 8 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 4965168 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 1602.23
Current children cumulated vsize (KiB) 104384

[startup+1662.3 s]
/proc/loadavg: 2.02 2.00 1.69 3/184 17001
/proc/meminfo: memFree=31488684/32770624 swapFree=0/376292
[pid=16895] ppid=16892 vsize=104384 CPUtime=1662.23 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 124822 0 0 0 166215 8 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 4964406 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 1662.23
Current children cumulated vsize (KiB) 104384

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 1.72 3/184 17004
/proc/meminfo: memFree=31489072/32770624 swapFree=0/376304
[pid=16895] ppid=16892 vsize=104384 CPUtime=1722.23 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 125272 0 0 0 172215 8 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 4964845 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 1722.23
Current children cumulated vsize (KiB) 104384

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.73 3/184 17006
/proc/meminfo: memFree=31488716/32770624 swapFree=0/376324
[pid=16895] ppid=16892 vsize=104384 CPUtime=1782.23 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 125731 0 0 0 178215 8 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 4908912 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 1782.23
Current children cumulated vsize (KiB) 104384

[startup+1842.3 s]
/proc/loadavg: 2.01 2.01 1.75 3/188 17023
/proc/meminfo: memFree=31484144/32770624 swapFree=0/376364
[pid=16895] ppid=16892 vsize=104384 CPUtime=1842.24 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 126186 0 0 0 184216 8 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 5070322 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 1842.24
Current children cumulated vsize (KiB) 104384

[startup+1902.3 s]
/proc/loadavg: 2.06 2.03 1.77 3/191 17055
/proc/meminfo: memFree=31483512/32770624 swapFree=0/376376
[pid=16895] ppid=16892 vsize=104384 CPUtime=1902.24 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 126186 0 0 0 190216 8 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 4908288 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 1902.24
Current children cumulated vsize (KiB) 104384

[startup+1962.3 s]
/proc/loadavg: 2.12 2.05 1.80 3/191 17057
/proc/meminfo: memFree=31484008/32770624 swapFree=0/376400
[pid=16895] ppid=16892 vsize=104384 CPUtime=1962.24 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 126639 0 0 0 196216 8 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 4908952 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 1962.24
Current children cumulated vsize (KiB) 104384

[startup+2022.3 s]
/proc/loadavg: 2.04 2.04 1.81 3/188 17059
/proc/meminfo: memFree=31487840/32770624 swapFree=0/376408
[pid=16895] ppid=16892 vsize=104384 CPUtime=2022.24 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 127094 0 0 0 202216 8 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 5070320 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 2022.24
Current children cumulated vsize (KiB) 104384

[startup+2082.3 s]
/proc/loadavg: 2.18 2.07 1.83 3/188 17061
/proc/meminfo: memFree=31488096/32770624 swapFree=0/376432
[pid=16895] ppid=16892 vsize=104384 CPUtime=2082.25 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 127549 0 0 0 208217 8 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 4961411 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 2082.25
Current children cumulated vsize (KiB) 104384

[startup+2142.3 s]
/proc/loadavg: 2.06 2.06 1.84 3/187 17063
/proc/meminfo: memFree=31488492/32770624 swapFree=0/376440
[pid=16895] ppid=16892 vsize=104384 CPUtime=2142.25 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 127549 0 0 0 214217 8 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 5052121 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 2142.25
Current children cumulated vsize (KiB) 104384

[startup+2202.31 s]
/proc/loadavg: 2.12 2.08 1.86 3/184 17065
/proc/meminfo: memFree=31488548/32770624 swapFree=0/376456
[pid=16895] ppid=16892 vsize=104384 CPUtime=2202.27 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 128004 0 0 0 220218 9 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 4909030 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 2202.27
Current children cumulated vsize (KiB) 104384

[startup+2262.3 s]
/proc/loadavg: 2.04 2.06 1.87 3/185 17068
/proc/meminfo: memFree=31488408/32770624 swapFree=0/376480
[pid=16895] ppid=16892 vsize=104384 CPUtime=2262.26 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 128458 0 0 0 226217 9 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 5098928 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 2262.26
Current children cumulated vsize (KiB) 104384

[startup+2322.3 s]
/proc/loadavg: 2.02 2.05 1.88 3/185 17070
/proc/meminfo: memFree=31488548/32770624 swapFree=0/376492
[pid=16895] ppid=16892 vsize=104384 CPUtime=2322.26 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 128459 0 0 0 232217 9 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 4908952 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 2322.26
Current children cumulated vsize (KiB) 104384

[startup+2382.3 s]
/proc/loadavg: 2.01 2.04 1.88 3/186 17073
/proc/meminfo: memFree=31488036/32770624 swapFree=0/376508
[pid=16895] ppid=16892 vsize=104384 CPUtime=2382.27 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 128913 0 0 0 238218 9 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 5327993 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 2382.27
Current children cumulated vsize (KiB) 104384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.1 s]
/proc/loadavg: 2.00 2.04 1.88 2/182 17108
/proc/meminfo: memFree=31535756/32770624 swapFree=0/376524
[pid=16895] ppid=16892 vsize=104384 CPUtime=2400.07 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 129367 0 0 0 239998 9 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 4964389 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 104384

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

[startup+2400.1 s]
/proc/loadavg: 2.00 2.04 1.88 2/182 17108
/proc/meminfo: memFree=31535756/32770624 swapFree=0/376524
[pid=16895] ppid=16892 vsize=104384 CPUtime=2400.07 cores=1,3,5,7
/proc/16895/stat : 16895 (cosoco) R 16892 16895 15278 0 -1 4202496 129367 0 0 0 239998 9 0 0 20 0 1 0 45169172 106889216 20269 18446744073709551615 4194304 5970956 140736302664272 140736302651576 4964389 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 38637568 140736302670283 140736302670413 140736302670413 140736302673870 0
/proc/16895/statm: 26096 20269 832 434 0 19460 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 104384

Child status: 1
Real time (s): 2400.1
CPU time (s): 2400.07
CPU user time (s): 2399.98
CPU system time (s): 0.091003
CPU usage (%): 99.9988
Max. virtual memory (cumulated for all children) (KiB): 104384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.98
system time used= 0.091003
maximum resident set size= 81124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129399
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= 39
involuntary context switches= 739

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.9122 second user time and 10.0229 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-06 01:29:53
IDJOB=4242713
IDBENCH=139727
IDSOLVER=2620
FILE ID=node134/4242713-1501976632
RUNJOBID= node134-1501975767-15339
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-12-12.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242713-1501976632/watcher-4242713-1501976632 -o /tmp/evaluation-result-4242713-1501976632/solver-4242713-1501976632 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501975767-15339 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4242713-1501976632.xml

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

MD5SUM BENCH= 413eb2f3dbc4c6295d83fc35d5100e1e
RANDOM SEED=829600937

node134.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.43
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.43
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.43
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.43
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:        31597920 kB
MemAvailable:   31989116 kB
Buffers:          157408 kB
Cached:           518496 kB
SwapCached:            0 kB
Active:           360392 kB
Inactive:         390556 kB
Active(anon):      77276 kB
Inactive(anon):    14844 kB
Active(file):     283116 kB
Inactive(file):   375712 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3244 kB
Writeback:           132 kB
AnonPages:         75072 kB
Mapped:            39160 kB
Shmem:             17084 kB
Slab:             122132 kB
SReclaimable:      96404 kB
SUnreclaim:        25728 kB
KernelStack:        3376 kB
PageTables:         5128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 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= 62028 MiB
End job on node134 at 2017-08-06 02:09:53