Trace number 4242731

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

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.52	c best=?? lower=0 upper=120 
3.53/3.64	c
3.53/3.64	c This is cosoco 1.0 --  
3.53/3.64	c
3.53/3.64	c enable optimization
3.53/3.64	c ========================================[ Problem Statistics ]===========================================
3.53/3.64	c |                                                                                                       
3.53/3.64	c |  Parse time        :         3.45 s 
3.53/3.64	c |
3.53/3.64	c |               Variables: 121
3.53/3.64	c |            Domain Sizes: 121..121
3.53/3.64	c |
3.53/3.64	c |             Constraints: 3046
3.53/3.64	c |                   Arity: 4..121
3.53/3.64	c | 
3.53/3.64	c |                   Types: 
3.53/3.64	c |                          Intension: 3025
3.53/3.64	c |                          Lex: 20
3.53/3.64	c |                          Max constant: 1
3.53/3.64	c |                          
3.53/3.64	c =========================================================================================================
3.53/3.64	o 7
3.53/3.64	c    1 calls to solver: best=7 lower=0 upper=6 
3.62/3.71	o 6
3.62/3.77	o 5
3.62/3.77	c    3 calls to solver: best=5 lower=0 upper=4 
3.82/3.94	o 4
5.03/5.14	o 3
5.03/5.14	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-4242731-1501976630/watcher-4242731-1501976630 -o /tmp/evaluation-result-4242731-1501976630/solver-4242731-1501976630 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501975767-15338 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4242731-1501976630.xml 

pid=16859
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.61 0.16 0.09 2/200 16862
/proc/meminfo: memFree=31602476/32770624 swapFree=0/375768
[pid=16862] ppid=16859 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16862/stat : 16862 (runsolver) D 16859 16862 15278 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 45169005 24240128 108 18446744073709551615 4194304 4338465 140728090459408 140728090457048 140397682311895 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 35528704 140728090464414 140728090464841 140728090464841 140728090468298 0
/proc/16862/statm: 5918 108 54 36 0 2156 0

[startup+0.100877 s]
/proc/loadavg: 0.61 0.16 0.09 2/200 16862
/proc/meminfo: memFree=31602476/32770624 swapFree=0/375768
[pid=16862] ppid=16859 vsize=27260 CPUtime=0.03 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 1020 0 0 0 3 0 0 0 20 0 1 0 45169005 27914240 832 18446744073709551615 4194304 5970956 140722295550480 140722295547080 5494413 0 0 1 0 0 0 0 17 6 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 6815 832 705 434 0 179 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27260

[startup+0.200876 s]
/proc/loadavg: 0.61 0.16 0.09 2/200 16862
/proc/meminfo: memFree=31602476/32770624 swapFree=0/375768
[pid=16862] ppid=16859 vsize=28068 CPUtime=0.13 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 1290 0 0 0 13 0 0 0 20 0 1 0 45169005 28741632 1122 18446744073709551615 4194304 5970956 140722295550480 140722295544312 139759629804836 0 0 1 0 0 0 0 17 6 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 7017 1122 783 434 0 381 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 28068

[startup+0.300836 s]
/proc/loadavg: 0.61 0.16 0.09 2/200 16862
/proc/meminfo: memFree=31602476/32770624 swapFree=0/375768
[pid=16862] ppid=16859 vsize=29040 CPUtime=0.23 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 1534 0 0 0 23 0 0 0 20 0 1 0 45169005 29736960 1365 18446744073709551615 4194304 5970956 140722295550480 140722295544312 139759629814684 0 0 1 0 0 0 0 17 6 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 7260 1365 783 434 0 624 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 29040

[startup+0.700252 s]
/proc/loadavg: 0.61 0.16 0.09 2/200 16862
/proc/meminfo: memFree=31602476/32770624 swapFree=0/375768
[pid=16862] ppid=16859 vsize=32940 CPUtime=0.63 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 2503 0 0 0 63 0 0 0 20 0 1 0 45169005 33730560 2310 18446744073709551615 4194304 5970956 140722295550480 140722295544312 139759629814714 0 0 1 0 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 8235 2310 783 434 0 1599 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 32940

[startup+1.50028 s]
/proc/loadavg: 0.73 0.19 0.10 2/183 16881
/proc/meminfo: memFree=31605888/32770624 swapFree=0/375712
[pid=16862] ppid=16859 vsize=40672 CPUtime=1.42 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 4450 0 0 0 142 0 0 0 20 0 1 0 45169005 41648128 4273 18446744073709551615 4194304 5970956 140722295550480 140722295544312 139759620459493 0 0 1 0 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 10168 4273 783 434 0 3532 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 40672

[startup+3.10028 s]
/proc/loadavg: 0.73 0.19 0.10 3/189 16896
/proc/meminfo: memFree=31587504/32770624 swapFree=0/375712
[pid=16862] ppid=16859 vsize=56256 CPUtime=3.02 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 8445 0 0 0 302 0 0 0 20 0 1 0 45169005 57606144 8168 18446744073709551615 4194304 5970956 140722295550480 140722295544312 139759620459493 0 0 1 0 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 14064 8168 783 434 0 7428 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 56256

[startup+6.30031 s]
/proc/loadavg: 0.83 0.22 0.11 3/189 16896
/proc/meminfo: memFree=31523692/32770624 swapFree=0/375792
[pid=16862] ppid=16859 vsize=73840 CPUtime=6.23 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 29338 0 0 0 621 2 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 4908512 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 73840

[startup+12.7003 s]
/proc/loadavg: 0.92 0.25 0.12 3/193 16911
/proc/meminfo: memFree=31482668/32770624 swapFree=0/375736
[pid=16862] ppid=16859 vsize=73840 CPUtime=12.63 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 40903 0 0 0 1261 2 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 5069728 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 73840

[startup+25.5004 s]
/proc/loadavg: 1.16 0.34 0.15 3/193 16911
/proc/meminfo: memFree=31483612/32770624 swapFree=0/375752
[pid=16862] ppid=16859 vsize=73840 CPUtime=25.43 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 63839 0 0 0 2540 3 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 4964371 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 73840

[startup+51.1004 s]
/proc/loadavg: 1.45 0.47 0.20 3/193 16911
/proc/meminfo: memFree=31482948/32770624 swapFree=0/375748
[pid=16862] ppid=16859 vsize=73840 CPUtime=51.02 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 68459 0 0 0 5099 3 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 4964424 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 73840

[startup+102.3 s]
/proc/loadavg: 1.76 0.71 0.30 3/189 16913
/proc/meminfo: memFree=31484548/32770624 swapFree=0/375768
[pid=16862] ppid=16859 vsize=73840 CPUtime=102.22 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 69447 0 0 0 10219 3 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 4961400 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 73840

[startup+162.3 s]
/proc/loadavg: 1.91 0.94 0.40 3/185 16915
/proc/meminfo: memFree=31488308/32770624 swapFree=0/375784
[pid=16862] ppid=16859 vsize=73840 CPUtime=162.22 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 70435 0 0 0 16219 3 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 4961411 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 73840

[startup+222.306 s]
/proc/loadavg: 2.02 1.15 0.51 3/185 16917
/proc/meminfo: memFree=31488556/32770624 swapFree=0/375804
[pid=16862] ppid=16859 vsize=73840 CPUtime=222.23 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 71423 0 0 0 22220 3 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 5052118 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 73840

[startup+282.3 s]
/proc/loadavg: 2.01 1.30 0.60 3/185 16919
/proc/meminfo: memFree=31489052/32770624 swapFree=0/375824
[pid=16862] ppid=16859 vsize=73840 CPUtime=282.22 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 72411 0 0 0 28219 3 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 4961194 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 73840

[startup+342.3 s]
/proc/loadavg: 2.00 1.43 0.69 3/186 16923
/proc/meminfo: memFree=31489284/32770624 swapFree=0/375836
[pid=16862] ppid=16859 vsize=73840 CPUtime=342.23 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 73399 0 0 0 34220 3 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 4964768 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 73840

[startup+402.3 s]
/proc/loadavg: 2.00 1.53 0.77 3/186 16925
/proc/meminfo: memFree=31489408/32770624 swapFree=0/375860
[pid=16862] ppid=16859 vsize=73840 CPUtime=402.23 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 74387 0 0 0 40220 3 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 5070988 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 73840

[startup+462.3 s]
/proc/loadavg: 2.00 1.62 0.85 3/186 16927
/proc/meminfo: memFree=31489408/32770624 swapFree=0/375880
[pid=16862] ppid=16859 vsize=73840 CPUtime=462.23 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 75375 0 0 0 46220 3 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 5069735 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 73840

[startup+522.3 s]
/proc/loadavg: 2.00 1.69 0.92 3/186 16929
/proc/meminfo: memFree=31489532/32770624 swapFree=0/375904
[pid=16862] ppid=16859 vsize=73840 CPUtime=522.23 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 76363 0 0 0 52220 3 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 5070320 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 522.23
Current children cumulated vsize (KiB) 73840

[startup+582.3 s]
/proc/loadavg: 2.07 1.76 0.99 3/186 16931
/proc/meminfo: memFree=31489648/32770624 swapFree=0/375924
[pid=16862] ppid=16859 vsize=73840 CPUtime=582.23 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 77351 0 0 0 58220 3 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 4964359 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 73840


################
# 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=16862] ppid=16859 vsize=73840 CPUtime=1542.26 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 93159 0 0 0 154223 3 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 4964816 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 1542.26
Current children cumulated vsize (KiB) 73840

[startup+1602.3 s]
/proc/loadavg: 2.05 2.00 1.67 3/186 16999
/proc/meminfo: memFree=31488776/32770624 swapFree=0/376280
[pid=16862] ppid=16859 vsize=73840 CPUtime=1602.26 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 94147 0 0 0 160223 3 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 4908985 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 1602.26
Current children cumulated vsize (KiB) 73840

[startup+1662.3 s]
/proc/loadavg: 2.02 2.00 1.69 3/184 17001
/proc/meminfo: memFree=31488684/32770624 swapFree=0/376292
[pid=16862] ppid=16859 vsize=73840 CPUtime=1662.26 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 95135 0 0 0 166223 3 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 4964477 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 1662.26
Current children cumulated vsize (KiB) 73840

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 1.72 3/184 17004
/proc/meminfo: memFree=31489072/32770624 swapFree=0/376304
[pid=16862] ppid=16859 vsize=73840 CPUtime=1722.26 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 96123 0 0 0 172223 3 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 4964768 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 1722.26
Current children cumulated vsize (KiB) 73840

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.73 3/184 17006
/proc/meminfo: memFree=31488716/32770624 swapFree=0/376324
[pid=16862] ppid=16859 vsize=73840 CPUtime=1782.26 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 97111 0 0 0 178223 3 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 4964705 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 1782.26
Current children cumulated vsize (KiB) 73840

[startup+1842.3 s]
/proc/loadavg: 2.01 2.01 1.75 3/188 17023
/proc/meminfo: memFree=31484516/32770624 swapFree=0/376364
[pid=16862] ppid=16859 vsize=73840 CPUtime=1842.27 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 98099 0 0 0 184224 3 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 4964469 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 1842.27
Current children cumulated vsize (KiB) 73840

[startup+1902.3 s]
/proc/loadavg: 2.06 2.03 1.77 3/191 17055
/proc/meminfo: memFree=31483512/32770624 swapFree=0/376376
[pid=16862] ppid=16859 vsize=73840 CPUtime=1902.28 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 99086 0 0 0 190224 4 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 5098928 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 1902.28
Current children cumulated vsize (KiB) 73840

[startup+1962.3 s]
/proc/loadavg: 2.12 2.05 1.80 3/191 17057
/proc/meminfo: memFree=31484008/32770624 swapFree=0/376400
[pid=16862] ppid=16859 vsize=73840 CPUtime=1962.28 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 100074 0 0 0 196224 4 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 5071028 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 1962.28
Current children cumulated vsize (KiB) 73840

[startup+2022.3 s]
/proc/loadavg: 2.04 2.04 1.81 3/188 17059
/proc/meminfo: memFree=31487840/32770624 swapFree=0/376408
[pid=16862] ppid=16859 vsize=73840 CPUtime=2022.28 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 101062 0 0 0 202224 4 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 5052121 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 2022.28
Current children cumulated vsize (KiB) 73840

[startup+2082.3 s]
/proc/loadavg: 2.18 2.07 1.83 3/188 17061
/proc/meminfo: memFree=31488096/32770624 swapFree=0/376432
[pid=16862] ppid=16859 vsize=73840 CPUtime=2082.29 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 102050 0 0 0 208225 4 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 4964289 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 2082.29
Current children cumulated vsize (KiB) 73840

[startup+2142.3 s]
/proc/loadavg: 2.06 2.06 1.84 3/187 17063
/proc/meminfo: memFree=31488492/32770624 swapFree=0/376440
[pid=16862] ppid=16859 vsize=73840 CPUtime=2142.28 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 103038 0 0 0 214224 4 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 5070317 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 2142.28
Current children cumulated vsize (KiB) 73840

[startup+2202.31 s]
/proc/loadavg: 2.12 2.08 1.86 3/184 17065
/proc/meminfo: memFree=31488548/32770624 swapFree=0/376456
[pid=16862] ppid=16859 vsize=73840 CPUtime=2202.29 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 104026 0 0 0 220225 4 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 5069728 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 2202.29
Current children cumulated vsize (KiB) 73840

[startup+2262.3 s]
/proc/loadavg: 2.04 2.06 1.87 3/185 17068
/proc/meminfo: memFree=31488408/32770624 swapFree=0/376480
[pid=16862] ppid=16859 vsize=73840 CPUtime=2262.29 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 105014 0 0 0 226225 4 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 4964389 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 2262.29
Current children cumulated vsize (KiB) 73840

[startup+2322.3 s]
/proc/loadavg: 2.02 2.05 1.88 3/185 17070
/proc/meminfo: memFree=31488424/32770624 swapFree=0/376492
[pid=16862] ppid=16859 vsize=73840 CPUtime=2322.29 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 106002 0 0 0 232225 4 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 4968160 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 2322.29
Current children cumulated vsize (KiB) 73840

[startup+2382.3 s]
/proc/loadavg: 2.01 2.04 1.88 3/186 17073
/proc/meminfo: memFree=31488036/32770624 swapFree=0/376508
[pid=16862] ppid=16859 vsize=73840 CPUtime=2382.29 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 106990 0 0 0 238225 4 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 5071000 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 2382.29
Current children cumulated vsize (KiB) 73840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.1 s]
/proc/loadavg: 2.00 2.04 1.88 3/186 17073
/proc/meminfo: memFree=31488044/32770624 swapFree=0/376516
[pid=16862] ppid=16859 vsize=73840 CPUtime=2400.09 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 107975 0 0 0 240005 4 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 4964701 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 73840

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 16862 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 3/186 17073
/proc/meminfo: memFree=31488044/32770624 swapFree=0/376516
[pid=16862] ppid=16859 vsize=73840 CPUtime=2400.09 cores=0,2,4,6
/proc/16862/stat : 16862 (cosoco) R 16859 16862 15278 0 -1 4202496 107975 0 0 0 240005 4 0 0 20 0 1 0 45169005 75612160 12627 18446744073709551615 4194304 5970956 140722295550480 140722295537784 4964701 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18903040 140722295558603 140722295558733 140722295558733 140722295562190 0
/proc/16862/statm: 18460 12627 832 434 0 11824 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 73840

Child status: 1
Real time (s): 2400.1
CPU time (s): 2400.1
CPU user time (s): 2400.06
CPU system time (s): 0.042001
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 73840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.06
system time used= 0.042001
maximum resident set size= 50556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108008
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= 27
involuntary context switches= 614

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.34828 second user time and 9.92129 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-06 01:29:51
IDJOB=4242731
IDBENCH=139726
IDSOLVER=2620
FILE ID=node134/4242731-1501976630
RUNJOBID= node134-1501975767-15338
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= bb123246d746538548fb2ce23858e0c6
RANDOM SEED=361433318

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:        31602740 kB
MemAvailable:   31993636 kB
Buffers:          157400 kB
Cached:           518196 kB
SwapCached:            0 kB
Active:           354996 kB
Inactive:         390612 kB
Active(anon):      72232 kB
Inactive(anon):    14844 kB
Active(file):     282764 kB
Inactive(file):   375768 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5684 kB
Writeback:             8 kB
AnonPages:         66356 kB
Mapped:            46232 kB
Shmem:             17084 kB
Slab:             121964 kB
SReclaimable:      96400 kB
SUnreclaim:        25564 kB
KernelStack:        3248 kB
PageTables:         4900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1154148 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= 62024 MiB
End job on node134 at 2017-08-06 02:09:52