Trace number 4242714

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: cosoco-sat 1.1? (TO) 2400.04 2399.8999

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.93/5.08	c SAT : Variables: 20736 -- Clauses: 1482768
4.93/5.08	c best=?? lower=0 upper=143 
5.13/5.27	c
5.13/5.27	c This is cosoco 1.0 --  
5.13/5.27	c
5.13/5.27	c enable optimization
5.13/5.27	c ========================================[ Problem Statistics ]===========================================
5.13/5.27	c |                                                                                                       
5.13/5.27	c |  Parse time        :         4.97 s 
5.13/5.27	c |
5.13/5.27	c |               Variables: 144
5.13/5.27	c |            Domain Sizes: 144..144
5.13/5.27	c |
5.13/5.27	c |             Constraints: 4379
5.13/5.27	c |                   Arity: 4..144
5.13/5.27	c | 
5.13/5.27	c |                   Types: 
5.13/5.27	c |                          Intension: 4356
5.13/5.27	c |                          Lex: 22
5.13/5.27	c |                          Max constant: 1
5.13/5.27	c |                          
5.13/5.27	c =========================================================================================================
5.13/5.27	o 8
5.13/5.27	c    1 calls to solver: best=8 lower=0 upper=7 
5.44/5.53	o 6
5.54/5.63	o 5
5.54/5.63	c    3 calls to solver: best=5 lower=0 upper=4 
5.74/5.86	o 4
10.54/10.68	o 3
10.54/10.68	c    5 calls to solver: best=3 lower=0 upper=2 
21.13/21.23	conflict 12lvl : 9 bt9-3602:0(27)X6039662
21.23/21.33	conflict 25lvl : 23 bt23-1729:0(53)X6040176
22.43/22.59	conflict 10lvl : 19 bt19-3602:0(43)X6042581

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

pid=32129
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.81 0.20 0.11 2/191 32132
/proc/meminfo: memFree=31677080/32770624 swapFree=0/278576
[pid=32132] ppid=32129 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/32132/stat : 32132 (runsolver) D 32129 32132 30500 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 45480276 24240128 107 18446744073709551615 4194304 4338465 140727142147328 140727142144968 139837029515991 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 14921728 140727142150297 140727142150729 140727142150729 140727142154186 0
/proc/32132/statm: 5918 107 54 36 0 2156 0

[startup+0.100108 s]
/proc/loadavg: 0.81 0.20 0.11 2/191 32132
/proc/meminfo: memFree=31677080/32770624 swapFree=0/278576
[pid=32132] ppid=32129 vsize=27404 CPUtime=0.04 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 1042 0 0 0 4 0 0 0 20 0 1 0 45480276 28061696 832 18446744073709551615 4194304 5970956 140721413940336 140721413936984 140620411276261 0 0 1 0 0 0 0 17 1 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 6851 832 702 434 0 215 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27404

[startup+0.200219 s]
/proc/loadavg: 0.81 0.20 0.11 2/191 32132
/proc/meminfo: memFree=31677080/32770624 swapFree=0/278576
[pid=32132] ppid=32129 vsize=28116 CPUtime=0.14 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 1295 0 0 0 14 0 0 0 20 0 1 0 45480276 28790784 1116 18446744073709551615 4194304 5970956 140721413940336 140721413936984 140620411276261 0 0 1 0 0 0 0 17 1 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 7029 1116 783 434 0 393 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 28116

[startup+0.300203 s]
/proc/loadavg: 0.81 0.20 0.11 2/191 32132
/proc/meminfo: memFree=31677080/32770624 swapFree=0/278576
[pid=32132] ppid=32129 vsize=29252 CPUtime=0.24 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 1578 0 0 0 24 0 0 0 20 0 1 0 45480276 29954048 1400 18446744073709551615 4194304 5970956 140721413940336 140721413936984 140620411276261 0 0 1 0 0 0 0 17 1 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 7313 1400 783 434 0 677 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 29252

[startup+0.700175 s]
/proc/loadavg: 0.81 0.20 0.11 2/191 32132
/proc/meminfo: memFree=31677080/32770624 swapFree=0/278576
[pid=32132] ppid=32129 vsize=33868 CPUtime=0.64 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 2709 0 0 0 64 0 0 0 20 0 1 0 45480276 34680832 2554 18446744073709551615 4194304 5970956 140721413940336 140721413936984 140620411276261 0 0 1 0 0 0 0 17 1 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 8467 2554 783 434 0 1831 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 33868

[startup+1.50017 s]
/proc/loadavg: 0.81 0.20 0.11 3/192 32133
/proc/meminfo: memFree=31654912/32770624 swapFree=0/278768
[pid=32132] ppid=32129 vsize=42900 CPUtime=1.44 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 4972 0 0 0 144 0 0 0 20 0 1 0 45480276 43929600 4813 18446744073709551615 4194304 5970956 140721413940336 140721413934168 140620411276261 0 0 1 0 0 0 0 17 1 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 10725 4813 783 434 0 4089 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 42900

[startup+3.10019 s]
/proc/loadavg: 0.81 0.20 0.11 3/192 32133
/proc/meminfo: memFree=31596308/32770624 swapFree=0/278776
[pid=32132] ppid=32129 vsize=60868 CPUtime=3.03 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 9604 0 0 0 302 1 0 0 20 0 1 0 45480276 62328832 9302 18446744073709551615 4194304 5970956 140721413940336 140721413931720 140620411276261 0 0 1 0 0 0 0 17 1 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 15217 9302 783 434 0 8581 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 60868

[startup+6.30026 s]
/proc/loadavg: 0.90 0.23 0.12 3/192 32133
/proc/meminfo: memFree=31462256/32770624 swapFree=0/278776
[pid=32132] ppid=32129 vsize=178480 CPUtime=6.24 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 44608 0 0 0 618 6 0 0 20 0 1 0 45480276 182763520 37114 18446744073709551615 4194304 5970956 140721413940336 140721413937896 5070320 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44620 37114 838 434 0 37984 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 178480

[startup+12.7003 s]
/proc/loadavg: 0.99 0.26 0.13 3/192 32133
/proc/meminfo: memFree=31461824/32770624 swapFree=0/278776
[pid=32132] ppid=32129 vsize=178480 CPUtime=12.64 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 64896 0 0 0 1257 7 0 0 20 0 1 0 45480276 182763520 37173 18446744073709551615 4194304 5970956 140721413940336 140721413927640 4908971 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44620 37173 838 434 0 37984 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 178480

[startup+25.5003 s]
/proc/loadavg: 1.21 0.35 0.16 3/191 32133
/proc/meminfo: memFree=31462624/32770624 swapFree=0/278780
[pid=32132] ppid=32129 vsize=178612 CPUtime=25.43 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 104449 0 0 0 2535 8 0 0 20 0 1 0 45480276 182898688 37193 18446744073709551615 4194304 5970956 140721413940336 140721413937672 4909007 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37193 842 434 0 38017 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 178612

[startup+51.1003 s]
/proc/loadavg: 1.41 0.47 0.20 3/191 32133
/proc/meminfo: memFree=31462028/32770624 swapFree=0/278788
[pid=32132] ppid=32129 vsize=178612 CPUtime=51.03 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 124242 0 0 0 5095 8 0 0 20 0 1 0 45480276 182898688 37195 18446744073709551615 4194304 5970956 140721413940336 140721413937672 4908988 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37195 842 434 0 38017 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 178612

[startup+102.3 s]
/proc/loadavg: 1.75 0.70 0.30 3/187 32136
/proc/meminfo: memFree=31467012/32770624 swapFree=0/278820
[pid=32132] ppid=32129 vsize=178612 CPUtime=102.23 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 144041 0 0 0 10214 9 0 0 20 0 1 0 45480276 182898688 37199 18446744073709551615 4194304 5970956 140721413940336 140721413937672 5243147 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37199 842 434 0 38017 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 178612

[startup+162.3 s]
/proc/loadavg: 1.91 0.94 0.40 3/187 32139
/proc/meminfo: memFree=31468204/32770624 swapFree=0/278840
[pid=32132] ppid=32129 vsize=178612 CPUtime=162.22 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 150251 0 0 0 16212 10 0 0 20 0 1 0 45480276 182898688 37228 18446744073709551615 4194304 5970956 140721413940336 140721413937672 4964644 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37228 842 434 0 38017 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 178612

[startup+222.306 s]
/proc/loadavg: 1.97 1.13 0.50 3/187 32141
/proc/meminfo: memFree=31467956/32770624 swapFree=0/278860
[pid=32132] ppid=32129 vsize=178612 CPUtime=222.23 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 151086 0 0 0 22213 10 0 0 20 0 1 0 45480276 182898688 37228 18446744073709551615 4194304 5970956 140721413940336 140721413937672 4964389 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37228 842 434 0 38017 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 178612

[startup+282.3 s]
/proc/loadavg: 1.99 1.29 0.60 3/187 32144
/proc/meminfo: memFree=31468760/32770624 swapFree=0/278872
[pid=32132] ppid=32129 vsize=178612 CPUtime=282.23 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 151105 0 0 0 28213 10 0 0 20 0 1 0 45480276 182898688 37228 18446744073709551615 4194304 5970956 140721413940336 140721413937672 4964289 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37228 842 434 0 38017 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 178612

[startup+342.3 s]
/proc/loadavg: 2.00 1.42 0.68 3/187 32146
/proc/meminfo: memFree=31468640/32770624 swapFree=0/278888
[pid=32132] ppid=32129 vsize=178612 CPUtime=342.24 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 151939 0 0 0 34214 10 0 0 20 0 1 0 45480276 182898688 37229 18446744073709551615 4194304 5970956 140721413940336 140721413937672 4908988 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37229 842 434 0 38017 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 178612

[startup+402.3 s]
/proc/loadavg: 2.00 1.52 0.77 3/186 32148
/proc/meminfo: memFree=31468504/32770624 swapFree=0/278908
[pid=32132] ppid=32129 vsize=178612 CPUtime=402.24 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 151969 0 0 0 40214 10 0 0 20 0 1 0 45480276 182898688 37230 18446744073709551615 4194304 5970956 140721413940336 140721413937672 4965055 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37230 842 434 0 38017 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 178612

[startup+462.3 s]
/proc/loadavg: 2.00 1.61 0.84 3/185 32150
/proc/meminfo: memFree=31468744/32770624 swapFree=0/278928
[pid=32132] ppid=32129 vsize=178612 CPUtime=462.25 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 152828 0 0 0 46214 11 0 0 20 0 1 0 45480276 182898688 37230 18446744073709551615 4194304 5970956 140721413940336 140721413937672 4908963 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37230 842 434 0 38017 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 178612

[startup+522.3 s]
/proc/loadavg: 2.00 1.68 0.91 3/185 32152
/proc/meminfo: memFree=31468704/32770624 swapFree=0/278952
[pid=32132] ppid=32129 vsize=178612 CPUtime=522.26 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 152830 0 0 0 52215 11 0 0 20 0 1 0 45480276 182898688 37230 18446744073709551615 4194304 5970956 140721413940336 140721413937672 4908985 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37230 842 434 0 38017 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 178612

[startup+582.3 s]
/proc/loadavg: 2.00 1.74 0.98 3/185 32155
/proc/meminfo: memFree=31469020/32770624 swapFree=0/278972
[pid=32132] ppid=32129 vsize=178612 CPUtime=582.26 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 153625 0 0 0 58215 11 0 0 20 0 1 0 45480276 182898688 37231 18446744073709551615 4194304 5970956 140721413940336 140721413937672 5071026 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37231 842 434 0 38017 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 178612


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


[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 1.66 3/185 32220
/proc/meminfo: memFree=31467236/32770624 swapFree=0/279328
[pid=32132] ppid=32129 vsize=178612 CPUtime=1542.36 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 160546 0 0 0 154224 12 0 0 20 0 1 0 45480276 182898688 37234 18446744073709551615 4194304 5970956 140721413940336 140721413937672 5070320 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37234 842 434 0 38017 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 178612

[startup+1602.3 s]
/proc/loadavg: 2.15 2.05 1.69 3/185 32222
/proc/meminfo: memFree=31467496/32770624 swapFree=0/279352
[pid=32132] ppid=32129 vsize=178612 CPUtime=1602.35 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 160548 0 0 0 160223 12 0 0 20 0 1 0 45480276 182898688 37234 18446744073709551615 4194304 5970956 140721413940336 140721413937672 4964366 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37234 842 434 0 38017 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 178612

[startup+1662.3 s]
/proc/loadavg: 2.06 2.04 1.71 3/186 32225
/proc/meminfo: memFree=31467292/32770624 swapFree=0/279376
[pid=32132] ppid=32129 vsize=178612 CPUtime=1662.36 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 161375 0 0 0 166224 12 0 0 20 0 1 0 45480276 182898688 37234 18446744073709551615 4194304 5970956 140721413940336 140721413937672 4908985 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37234 842 434 0 38017 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 178612

[startup+1722.3 s]
/proc/loadavg: 2.09 2.05 1.73 3/186 32228
/proc/meminfo: memFree=31467420/32770624 swapFree=0/279400
[pid=32132] ppid=32129 vsize=178612 CPUtime=1722.36 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 161402 0 0 0 172224 12 0 0 20 0 1 0 45480276 182898688 37234 18446744073709551615 4194304 5970956 140721413940336 140721413937672 4964389 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37234 842 434 0 38017 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 178612

[startup+1782.3 s]
/proc/loadavg: 2.03 2.04 1.75 3/186 32230
/proc/meminfo: memFree=31467084/32770624 swapFree=0/279428
[pid=32132] ppid=32129 vsize=178612 CPUtime=1782.37 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 162257 0 0 0 178225 12 0 0 20 0 1 0 45480276 182898688 37234 18446744073709551615 4194304 5970956 140721413940336 140721413937672 4967825 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37234 842 434 0 38017 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 178612

[startup+1842.3 s]
/proc/loadavg: 2.01 2.04 1.77 3/190 32247
/proc/meminfo: memFree=31463140/32770624 swapFree=0/279480
[pid=32132] ppid=32129 vsize=178612 CPUtime=1842.38 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 162257 0 0 0 184226 12 0 0 20 0 1 0 45480276 182898688 37234 18446744073709551615 4194304 5970956 140721413940336 140721413937672 5071023 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37234 842 434 0 38017 0
Current children cumulated CPU time (s) 1842.38
Current children cumulated vsize (KiB) 178612

[startup+1902.3 s]
/proc/loadavg: 2.00 2.03 1.78 3/189 32276
/proc/meminfo: memFree=31462632/32770624 swapFree=0/279552
[pid=32132] ppid=32129 vsize=178612 CPUtime=1902.38 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 162927 0 0 0 190226 12 0 0 20 0 1 0 45480276 182898688 37234 18446744073709551615 4194304 5970956 140721413940336 140721413937672 4965043 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37234 842 434 0 38017 0
Current children cumulated CPU time (s) 1902.38
Current children cumulated vsize (KiB) 178612

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 1.79 3/186 32278
/proc/meminfo: memFree=31464220/32770624 swapFree=0/279580
[pid=32132] ppid=32129 vsize=178612 CPUtime=1962.39 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 162937 0 0 0 196227 12 0 0 20 0 1 0 45480276 182898688 37234 18446744073709551615 4194304 5970956 140721413940336 140721413937672 4964797 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37234 842 434 0 38017 0
Current children cumulated CPU time (s) 1962.39
Current children cumulated vsize (KiB) 178612

[startup+2022.3 s]
/proc/loadavg: 2.00 2.02 1.81 3/185 32280
/proc/meminfo: memFree=31466684/32770624 swapFree=0/279600
[pid=32132] ppid=32129 vsize=178612 CPUtime=2022.39 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 163760 0 0 0 202227 12 0 0 20 0 1 0 45480276 182898688 37236 18446744073709551615 4194304 5970956 140721413940336 140721413937672 4964607 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37236 842 434 0 38017 0
Current children cumulated CPU time (s) 2022.39
Current children cumulated vsize (KiB) 178612

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.82 3/187 32284
/proc/meminfo: memFree=31467028/32770624 swapFree=0/279616
[pid=32132] ppid=32129 vsize=178612 CPUtime=2082.4 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 163762 0 0 0 208228 12 0 0 20 0 1 0 45480276 182898688 37236 18446744073709551615 4194304 5970956 140721413940336 140721413937672 4964758 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37236 842 434 0 38017 0
Current children cumulated CPU time (s) 2082.4
Current children cumulated vsize (KiB) 178612

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.83 3/186 32286
/proc/meminfo: memFree=31467204/32770624 swapFree=0/279628
[pid=32132] ppid=32129 vsize=178612 CPUtime=2142.4 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 164557 0 0 0 214228 12 0 0 20 0 1 0 45480276 182898688 37236 18446744073709551615 4194304 5970956 140721413940336 140721413937672 4964440 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37236 842 434 0 38017 0
Current children cumulated CPU time (s) 2142.4
Current children cumulated vsize (KiB) 178612

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 1.84 3/186 32288
/proc/meminfo: memFree=31467084/32770624 swapFree=0/279640
[pid=32132] ppid=32129 vsize=178612 CPUtime=2202.41 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 164559 0 0 0 220229 12 0 0 20 0 1 0 45480276 182898688 37236 18446744073709551615 4194304 5970956 140721413940336 140721413937672 4964821 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37236 842 434 0 38017 0
Current children cumulated CPU time (s) 2202.41
Current children cumulated vsize (KiB) 178612

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.85 3/186 32290
/proc/meminfo: memFree=31467536/32770624 swapFree=0/279656
[pid=32132] ppid=32129 vsize=178612 CPUtime=2262.41 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 165378 0 0 0 226229 12 0 0 20 0 1 0 45480276 182898688 37236 18446744073709551615 4194304 5970956 140721413940336 140721413937672 5070313 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37236 842 434 0 38017 0
Current children cumulated CPU time (s) 2262.41
Current children cumulated vsize (KiB) 178612

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.86 3/186 32292
/proc/meminfo: memFree=31466928/32770624 swapFree=0/279668
[pid=32132] ppid=32129 vsize=178612 CPUtime=2322.42 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 165381 0 0 0 232230 12 0 0 20 0 1 0 45480276 182898688 37236 18446744073709551615 4194304 5970956 140721413940336 140721413937672 4964363 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37236 842 434 0 38017 0
Current children cumulated CPU time (s) 2322.42
Current children cumulated vsize (KiB) 178612

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/185 32294
/proc/meminfo: memFree=31466900/32770624 swapFree=0/279672
[pid=32132] ppid=32129 vsize=178612 CPUtime=2382.42 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 166134 0 0 0 238230 12 0 0 20 0 1 0 45480276 182898688 37236 18446744073709551615 4194304 5970956 140721413940336 140721413937672 5098928 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37236 842 434 0 38017 0
Current children cumulated CPU time (s) 2382.42
Current children cumulated vsize (KiB) 178612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.9 s]
/proc/loadavg: 1.92 2.00 1.87 3/202 32338
/proc/meminfo: memFree=31531080/32770624 swapFree=0/279692
[pid=32132] ppid=32129 vsize=178612 CPUtime=2400.02 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 166134 0 0 0 239990 12 0 0 20 0 1 0 45480276 182898688 37236 18446744073709551615 4194304 5970956 140721413940336 140721413937672 4908912 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37236 842 434 0 38017 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 178612

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

[startup+2399.9 s]
/proc/loadavg: 1.92 2.00 1.87 3/202 32338
/proc/meminfo: memFree=31531080/32770624 swapFree=0/279692
[pid=32132] ppid=32129 vsize=178612 CPUtime=2400.02 cores=1,3,5,7
/proc/32132/stat : 32132 (cosoco) R 32129 32132 30500 0 -1 4202496 166134 0 0 0 239990 12 0 0 20 0 1 0 45480276 182898688 37236 18446744073709551615 4194304 5970956 140721413940336 140721413937672 4908912 0 0 1 8405026 0 0 0 17 5 0 0 5 0 0 8070896 8075904 30556160 140721413943750 140721413943885 140721413943885 140721413947342 0
/proc/32132/statm: 44653 37236 842 434 0 38017 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 178612

Child status: 1
Real time (s): 2399.9
CPU time (s): 2400.04
CPU user time (s): 2399.91
CPU system time (s): 0.129011
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 178612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.91
system time used= 0.129011
maximum resident set size= 148992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166167
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= 42
involuntary context switches= 694

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.34657 second user time and 10.2726 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-06 01:30:03
IDJOB=4242714
IDBENCH=139727
IDSOLVER=2621
FILE ID=node133/4242714-1501976650
RUNJOBID= node133-1501975774-30561
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 413eb2f3dbc4c6295d83fc35d5100e1e
RANDOM SEED=1411346395

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:        31676820 kB
MemAvailable:   31983432 kB
Buffers:          162656 kB
Cached:           430188 kB
SwapCached:            0 kB
Active:           377492 kB
Inactive:         295304 kB
Active(anon):      80548 kB
Inactive(anon):    16728 kB
Active(file):     296944 kB
Inactive(file):   278576 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5968 kB
Writeback:             0 kB
AnonPages:         80208 kB
Mapped:            40168 kB
Shmem:             17084 kB
Slab:             119708 kB
SReclaimable:      93856 kB
SUnreclaim:        25852 kB
KernelStack:        3344 kB
PageTables:         5356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     353012 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:03