Trace number 4241137

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

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-14-a3.xml
MD5SUMa5381fa3d98671549d41a8d043d26ba4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark129
Best CPU time to get the best result obtained on this benchmark20028.4
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints94
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":91},{"size":501,"count":14}]
Minimum variable degree0
Maximum variable degree15
Distribution of variable degrees[{"degree":0,"count":105},{"degree":2,"count":91},{"degree":14,"count":12},{"degree":15,"count":2}]
Minimum constraint arity1
Maximum constraint arity91
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":91},{"arity":14,"count":1},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints92
Distribution of constraint types[{"type":"intension","count":92},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

1.89/1.95	c SAT : Variables: 105014 -- Clauses: 26204710
1.89/1.95	c best=?? lower=0 upper=500 
203.21/203.33	c
203.21/203.33	c This is cosoco 1.0 --  
203.21/203.33	c
203.21/203.33	c enable optimization
203.21/203.33	c ========================================[ Problem Statistics ]===========================================
203.21/203.33	c |                                                                                                       
203.21/203.33	c |  Parse time        :         1.70 s 
203.21/203.33	c |
203.21/203.33	c |               Variables: 210
203.21/203.33	c |            Domain Sizes: 500..501
203.21/203.33	c |
203.21/203.33	c |             Constraints: 107
203.21/203.33	c |                   Arity: 1..91  -- Unary: 2  -- Binary: 13  -- Ternary: 91
203.21/203.33	c | 
203.21/203.33	c |                   Types: 
203.21/203.33	c |                          (X - Y < k): 13
203.21/203.33	c |                          All Different: 1
203.21/203.33	c |                          Intension: 93
203.21/203.33	c |                          
203.21/203.33	c =========================================================================================================
203.21/203.33	o 186
203.21/203.33	c    1 calls to solver: best=186 lower=0 upper=185 
206.40/206.54	o 182
209.80/209.97	o 171
209.80/209.97	c    3 calls to solver: best=171 lower=0 upper=170 
896.80/897.06	o 170

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-4241137-1500641852/watcher-4241137-1500641852 -o /tmp/evaluation-result-4241137-1500641852/solver-4241137-1500641852 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500634415-6947 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4241137-1500641852.xml 

pid=7857
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: 2.76 2.18 2.10 2/187 7860
/proc/meminfo: memFree=30592572/32770624 swapFree=6836/1046512
[pid=7860] ppid=7857 vsize=27388 CPUtime=0 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 1040 0 0 0 0 0 0 0 20 0 1 0 17616382 28045312 832 33554432000 4194304 5970956 140724254249488 140724254246136 140487141641189 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 6847 832 702 434 0 211 0

[startup+0.100166 s]
/proc/loadavg: 2.76 2.18 2.10 2/187 7860
/proc/meminfo: memFree=30592572/32770624 swapFree=6836/1046512
[pid=7860] ppid=7857 vsize=29108 CPUtime=0.09 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 1569 0 0 0 9 0 0 0 20 0 1 0 17616382 29806592 1381 33554432000 4194304 5970956 140724254249488 140724254243080 4966541 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 7277 1381 782 434 0 641 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29108

[startup+0.200721 s]
/proc/loadavg: 2.76 2.18 2.10 2/187 7860
/proc/meminfo: memFree=30592572/32770624 swapFree=6836/1046512
[pid=7860] ppid=7857 vsize=48940 CPUtime=0.18 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 5792 0 0 0 18 0 0 0 20 0 1 0 17616382 50114560 6135 33554432000 4194304 5970956 140724254249488 140724254246312 5279679 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 12235 6135 825 434 0 5599 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 48940

[startup+0.300302 s]
/proc/loadavg: 2.76 2.18 2.10 2/187 7860
/proc/meminfo: memFree=30592572/32770624 swapFree=6836/1046512
[pid=7860] ppid=7857 vsize=107376 CPUtime=0.29 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 16094 0 0 0 27 2 0 0 20 0 1 0 17616382 109953024 20514 33554432000 4194304 5970956 140724254249488 140724254246312 140487141641189 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 26877 20514 825 434 0 20241 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 107376

[startup+0.700279 s]
/proc/loadavg: 2.76 2.18 2.10 2/187 7860
/proc/meminfo: memFree=30592572/32770624 swapFree=6836/1046512
[pid=7860] ppid=7857 vsize=362428 CPUtime=0.69 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 49734 0 0 0 62 7 0 0 20 0 1 0 17616382 371126272 80171 33554432000 4194304 5970956 140724254249488 140724254246312 140487141641189 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 90607 80237 825 434 0 83971 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 362428

[startup+1.5003 s]
/proc/loadavg: 2.76 2.18 2.10 3/190 7864
/proc/meminfo: memFree=30046568/32770624 swapFree=6836/1048632
[pid=7860] ppid=7857 vsize=868696 CPUtime=1.49 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 111701 0 0 0 131 18 0 0 20 0 1 0 17616382 889544704 197884 33554432000 4194304 5970956 140724254249488 140724254246312 140487141641189 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 217174 197884 825 434 0 210538 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 868696

[startup+3.10023 s]
/proc/loadavg: 2.70 2.18 2.10 3/187 7864
/proc/meminfo: memFree=30092564/32770624 swapFree=6836/535328
[pid=7860] ppid=7857 vsize=1267356 CPUtime=3.09 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 147750 0 0 0 285 24 0 0 20 0 1 0 17616382 1297772544 263644 33554432000 4194304 5970956 140724254249488 140724254246616 4967839 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 316839 263644 840 434 0 310203 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1267356

[startup+6.30022 s]
/proc/loadavg: 2.70 2.18 2.10 3/187 7864
/proc/meminfo: memFree=30092880/32770624 swapFree=6836/535344
[pid=7860] ppid=7857 vsize=1267356 CPUtime=6.28 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 150448 0 0 0 604 24 0 0 20 0 1 0 17616382 1297772544 263649 33554432000 4194304 5970956 140724254249488 140724254246616 4964872 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 316839 263649 840 434 0 310203 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1267356

[startup+12.7002 s]
/proc/loadavg: 2.59 2.17 2.10 3/187 7864
/proc/meminfo: memFree=30092244/32770624 swapFree=6836/535356
[pid=7860] ppid=7857 vsize=1267356 CPUtime=12.69 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 156284 0 0 0 1244 25 0 0 20 0 1 0 17616382 1297772544 263651 33554432000 4194304 5970956 140724254249488 140724254246616 5070791 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 316839 263651 840 434 0 310203 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1267356

[startup+25.5003 s]
/proc/loadavg: 2.50 2.16 2.10 3/187 7864
/proc/meminfo: memFree=30092240/32770624 swapFree=6836/535372
[pid=7860] ppid=7857 vsize=1267356 CPUtime=25.48 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 163011 0 0 0 2523 25 0 0 20 0 1 0 17616382 1297772544 263651 33554432000 4194304 5970956 140724254249488 140724254246616 4964366 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 316839 263651 840 434 0 310203 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1267356

[startup+51.1003 s]
/proc/loadavg: 2.39 2.17 2.10 3/187 7865
/proc/meminfo: memFree=30090944/32770624 swapFree=6836/535388
[pid=7860] ppid=7857 vsize=1267884 CPUtime=51.06 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 170894 0 0 0 5080 26 0 0 20 0 1 0 17616382 1298313216 263782 33554432000 4194304 5970956 140724254249488 140724254246248 4967821 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 316971 263782 840 434 0 310335 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1267884

[startup+102.3 s]
/proc/loadavg: 2.15 2.14 2.09 3/187 7866
/proc/meminfo: memFree=30087376/32770624 swapFree=6836/535416
[pid=7860] ppid=7857 vsize=1268304 CPUtime=102.25 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 180659 0 0 0 10198 27 0 0 20 0 1 0 17616382 1298743296 264406 33554432000 4194304 5970956 140724254249488 140724254246312 4967883 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317076 264406 840 434 0 310440 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 1268304

[startup+162.3 s]
/proc/loadavg: 2.06 2.11 2.09 3/187 7874
/proc/meminfo: memFree=30084812/32770624 swapFree=6836/535452
[pid=7860] ppid=7857 vsize=1268836 CPUtime=162.22 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 186438 0 0 0 16195 27 0 0 20 0 1 0 17616382 1299288064 264529 33554432000 4194304 5970956 140724254249488 140724254246456 4908985 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317209 264529 840 434 0 310573 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 1268836

[startup+222.306 s]
/proc/loadavg: 2.02 2.09 2.08 3/188 7898
/proc/meminfo: memFree=30081940/32770624 swapFree=6836/535504
[pid=7860] ppid=7857 vsize=1268968 CPUtime=222.21 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 195853 0 0 0 22194 27 0 0 20 0 1 0 17616382 1299423232 264589 33554432000 4194304 5970956 140724254249488 140724254236792 4964406 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317242 264589 841 434 0 310606 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 1268968

[startup+282.3 s]
/proc/loadavg: 2.01 2.08 2.08 3/188 7899
/proc/meminfo: memFree=30082508/32770624 swapFree=6836/535536
[pid=7860] ppid=7857 vsize=1269100 CPUtime=282.19 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 201329 0 0 0 28191 28 0 0 20 0 1 0 17616382 1299558400 264621 33554432000 4194304 5970956 140724254249488 140724254246472 5070400 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317275 264621 841 434 0 310639 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 1269100

[startup+342.3 s]
/proc/loadavg: 2.00 2.06 2.07 3/188 7900
/proc/meminfo: memFree=30082428/32770624 swapFree=6836/535576
[pid=7860] ppid=7857 vsize=1269236 CPUtime=342.18 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 211369 0 0 0 34190 28 0 0 20 0 1 0 17616382 1299697664 264675 33554432000 4194304 5970956 140724254249488 140724254246248 4967758 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317309 264675 841 434 0 310673 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 1269236

[startup+402.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/188 7901
/proc/meminfo: memFree=30081728/32770624 swapFree=6836/535616
[pid=7860] ppid=7857 vsize=1269236 CPUtime=402.17 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 213444 0 0 0 40189 28 0 0 20 0 1 0 17616382 1299697664 264675 33554432000 4194304 5970956 140724254249488 140724254246248 5052093 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317309 264675 841 434 0 310673 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 1269236

[startup+462.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/188 7902
/proc/meminfo: memFree=30080796/32770624 swapFree=6836/535644
[pid=7860] ppid=7857 vsize=1269384 CPUtime=462.16 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 217067 0 0 0 46187 29 0 0 20 0 1 0 17616382 1299849216 264682 33554432000 4194304 5970956 140724254249488 140724254246248 5098928 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317346 264682 841 434 0 310710 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 1269384

[startup+522.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 7903
/proc/meminfo: memFree=30080960/32770624 swapFree=6836/535676
[pid=7860] ppid=7857 vsize=1269528 CPUtime=522.16 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 219956 0 0 0 52187 29 0 0 20 0 1 0 17616382 1299996672 264716 33554432000 4194304 5970956 140724254249488 140724254246824 4974671 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317382 264716 841 434 0 310746 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 1269528

[startup+582.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 7904
/proc/meminfo: memFree=30081084/32770624 swapFree=6836/535696
[pid=7860] ppid=7857 vsize=1269664 CPUtime=582.15 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 221785 0 0 0 58186 29 0 0 20 0 1 0 17616382 1300135936 264755 33554432000 4194304 5970956 140724254249488 140724254246248 4977368 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317416 264755 841 434 0 310780 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 1269664


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


[startup+1542.31 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 7935
/proc/meminfo: memFree=30077208/32770624 swapFree=6836/536224
[pid=7860] ppid=7857 vsize=1270068 CPUtime=1542 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 243234 0 0 0 154170 30 0 0 20 0 1 0 17616382 1300549632 265593 33554432000 4194304 5970956 140724254249488 140724254246248 4967787 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317517 265593 841 434 0 310881 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 1270068

[startup+1602.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 7936
/proc/meminfo: memFree=30077208/32770624 swapFree=6836/536256
[pid=7860] ppid=7857 vsize=1270068 CPUtime=1601.99 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 244657 0 0 0 160169 30 0 0 20 0 1 0 17616382 1300549632 265601 33554432000 4194304 5970956 140724254249488 140724254246248 4964496 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317517 265601 841 434 0 310881 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 1270068

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 7938
/proc/meminfo: memFree=30076464/32770624 swapFree=6836/536284
[pid=7860] ppid=7857 vsize=1270068 CPUtime=1661.99 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 245752 0 0 0 166168 31 0 0 20 0 1 0 17616382 1300549632 265601 33554432000 4194304 5970956 140724254249488 140724254246248 4909022 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317517 265601 841 434 0 310881 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 1270068

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7939
/proc/meminfo: memFree=30076468/32770624 swapFree=6836/536320
[pid=7860] ppid=7857 vsize=1270204 CPUtime=1721.98 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 246969 0 0 0 172167 31 0 0 20 0 1 0 17616382 1300688896 265610 33554432000 4194304 5970956 140724254249488 140724254246248 4964496 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317551 265610 841 434 0 310915 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 1270204

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 7940
/proc/meminfo: memFree=30076388/32770624 swapFree=6836/536352
[pid=7860] ppid=7857 vsize=1270204 CPUtime=1781.97 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 248312 0 0 0 178166 31 0 0 20 0 1 0 17616382 1300688896 265610 33554432000 4194304 5970956 140724254249488 140724254246248 4970973 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317551 265610 841 434 0 310915 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 1270204

[startup+1842.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 7942
/proc/meminfo: memFree=30076516/32770624 swapFree=6836/536388
[pid=7860] ppid=7857 vsize=1270204 CPUtime=1841.96 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 249428 0 0 0 184165 31 0 0 20 0 1 0 17616382 1300688896 265610 33554432000 4194304 5970956 140724254249488 140724254246248 5108512 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317551 265610 841 434 0 310915 0
Current children cumulated CPU time (s) 1841.96
Current children cumulated vsize (KiB) 1270204

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 7943
/proc/meminfo: memFree=30076640/32770624 swapFree=6836/536424
[pid=7860] ppid=7857 vsize=1270204 CPUtime=1901.95 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 250501 0 0 0 190164 31 0 0 20 0 1 0 17616382 1300688896 265610 33554432000 4194304 5970956 140724254249488 140724254246248 5070785 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317551 265610 841 434 0 310915 0
Current children cumulated CPU time (s) 1901.95
Current children cumulated vsize (KiB) 1270204

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7951
/proc/meminfo: memFree=30076152/32770624 swapFree=6836/536456
[pid=7860] ppid=7857 vsize=1270204 CPUtime=1961.94 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 251640 0 0 0 196163 31 0 0 20 0 1 0 17616382 1300688896 265613 33554432000 4194304 5970956 140724254249488 140724254246248 4964629 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317551 265613 841 434 0 310915 0
Current children cumulated CPU time (s) 1961.94
Current children cumulated vsize (KiB) 1270204

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7952
/proc/meminfo: memFree=30076276/32770624 swapFree=6836/536488
[pid=7860] ppid=7857 vsize=1270204 CPUtime=2021.93 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 252723 0 0 0 202162 31 0 0 20 0 1 0 17616382 1300688896 265613 33554432000 4194304 5970956 140724254249488 140724254246248 5069728 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317551 265613 841 434 0 310915 0
Current children cumulated CPU time (s) 2021.93
Current children cumulated vsize (KiB) 1270204

[startup+2082.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/187 7953
/proc/meminfo: memFree=30076536/32770624 swapFree=6836/536520
[pid=7860] ppid=7857 vsize=1270204 CPUtime=2081.93 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 254184 0 0 0 208161 32 0 0 20 0 1 0 17616382 1300688896 265628 33554432000 4194304 5970956 140724254249488 140724254246248 4909007 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317551 265628 841 434 0 310915 0
Current children cumulated CPU time (s) 2081.93
Current children cumulated vsize (KiB) 1270204

[startup+2142.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/187 7954
/proc/meminfo: memFree=30076660/32770624 swapFree=6836/536560
[pid=7860] ppid=7857 vsize=1270204 CPUtime=2141.92 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 255321 0 0 0 214160 32 0 0 20 0 1 0 17616382 1300688896 265628 33554432000 4194304 5970956 140724254249488 140724254246248 5239672 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317551 265628 841 434 0 310915 0
Current children cumulated CPU time (s) 2141.92
Current children cumulated vsize (KiB) 1270204

[startup+2202.31 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 8016
/proc/meminfo: memFree=30202116/32770624 swapFree=6836/536648
[pid=7860] ppid=7857 vsize=1270204 CPUtime=2201.91 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 256391 0 0 0 220159 32 0 0 20 0 1 0 17616382 1300688896 265628 33554432000 4194304 5970956 140724254249488 140724254246248 5070830 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317551 265628 841 434 0 310915 0
Current children cumulated CPU time (s) 2201.91
Current children cumulated vsize (KiB) 1270204

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 8017
/proc/meminfo: memFree=30201868/32770624 swapFree=6836/536684
[pid=7860] ppid=7857 vsize=1270204 CPUtime=2261.9 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 257465 0 0 0 226158 32 0 0 20 0 1 0 17616382 1300688896 265628 33554432000 4194304 5970956 140724254249488 140724254246248 4967896 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317551 265628 841 434 0 310915 0
Current children cumulated CPU time (s) 2261.9
Current children cumulated vsize (KiB) 1270204

[startup+2322.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/187 8018
/proc/meminfo: memFree=30202108/32770624 swapFree=6836/536712
[pid=7860] ppid=7857 vsize=1270204 CPUtime=2321.89 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 258558 0 0 0 232157 32 0 0 20 0 1 0 17616382 1300688896 265628 33554432000 4194304 5970956 140724254249488 140724254246248 5098928 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317551 265628 841 434 0 310915 0
Current children cumulated CPU time (s) 2321.89
Current children cumulated vsize (KiB) 1270204

[startup+2382.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 8019
/proc/meminfo: memFree=30202224/32770624 swapFree=6836/536744
[pid=7860] ppid=7857 vsize=1270204 CPUtime=2381.88 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 259459 0 0 0 238156 32 0 0 20 0 1 0 17616382 1300688896 265628 33554432000 4194304 5970956 140724254249488 140724254246248 4967831 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317551 265628 841 434 0 310915 0
Current children cumulated CPU time (s) 2381.88
Current children cumulated vsize (KiB) 1270204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.5 s]
/proc/loadavg: 2.16 2.06 2.05 3/187 8019
/proc/meminfo: memFree=30202348/32770624 swapFree=6836/536764
[pid=7860] ppid=7857 vsize=1270204 CPUtime=2400.08 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 260000 0 0 0 239976 32 0 0 20 0 1 0 17616382 1300688896 265628 33554432000 4194304 5970956 140724254249488 140724254246248 5319627 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317551 265628 841 434 0 310915 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 1270204

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

[startup+2400.5 s]
/proc/loadavg: 2.16 2.06 2.05 3/187 8019
/proc/meminfo: memFree=30202348/32770624 swapFree=6836/536764
[pid=7860] ppid=7857 vsize=1270204 CPUtime=2400.08 cores=1,3,5,7
/proc/7860/stat : 7860 (cosoco) R 7857 7860 4122 0 -1 4202496 260000 0 0 0 239976 32 0 0 20 0 1 0 17616382 1300688896 265628 33554432000 4194304 5970956 140724254249488 140724254246248 5319627 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 14831616 140724254258364 140724254258499 140724254258499 140724254261198 0
/proc/7860/statm: 317551 265628 841 434 0 310915 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 1270204

Child status: 1
Real time (s): 2400.51
CPU time (s): 2400.09
CPU user time (s): 2399.76
CPU system time (s): 0.32895
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 1270204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.76
system time used= 0.32895
maximum resident set size= 1062560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260117
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= 97
involuntary context switches= 120258

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.87905 second user time and 8.30141 second system time

The end

Launcher Data

Begin job on node145 at 2017-07-21 14:57:32
IDJOB=4241137
IDBENCH=126210
IDSOLVER=2621
FILE ID=node145/4241137-1500641852
RUNJOBID= node145-1500634415-6947
PBS_JOBID= 20622989
Free space on /tmp= 61868 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-14-a3.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241137-1500641852/watcher-4241137-1500641852 -o /tmp/evaluation-result-4241137-1500641852/solver-4241137-1500641852 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500634415-6947 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4241137-1500641852.xml

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

MD5SUM BENCH= a5381fa3d98671549d41a8d043d26ba4
RANDOM SEED=642970921

node145.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.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.72
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		: 1600.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		: 1600.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.72
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		: 1600.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.72
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		: 1600.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		: 1600.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.72
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		: 1600.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:        30590044 kB
MemAvailable:   31848648 kB
Buffers:          163968 kB
Cached:          1366180 kB
SwapCached:            0 kB
Active:           641556 kB
Inactive:        1063416 kB
Active(anon):     177644 kB
Inactive(anon):    16904 kB
Active(file):     463912 kB
Inactive(file):  1046512 kB
Unevictable:        6836 kB
Mlocked:            6836 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2944 kB
Writeback:         29412 kB
AnonPages:        181648 kB
Mapped:            34760 kB
Shmem:             17044 kB
Slab:             171112 kB
SReclaimable:     128028 kB
SUnreclaim:        43084 kB
KernelStack:        3312 kB
PageTables:         5488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     461148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61864 MiB
End job on node145 at 2017-07-21 15:37:33