Trace number 4241178

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.18 2401.66

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-24-a4.xml
MD5SUM703fa8ddaec9a7a194d23a6d05243a88
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark599
Best CPU time to get the best result obtained on this benchmark2520.1101
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints35928
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":24}]
Minimum variable degree5820
Maximum variable degree5821
Distribution of variable degrees[{"degree":5820,"count":22},{"degree":5821,"count":2}]
Minimum constraint arity1
Maximum constraint arity24
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":4048},{"arity":4,"count":31878},{"arity":24,"count":1}]
Number of extensional constraints0
Number of intensional constraints35927
Distribution of constraint types[{"type":"intension","count":35927},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

39.89/39.96	c best=?? lower=0 upper=1000 
2372.34/2373.88	c
2372.34/2373.88	c This is cosoco 1.0 --  
2372.34/2373.88	c
2372.34/2373.88	c enable optimization
2372.34/2373.88	c ========================================[ Problem Statistics ]===========================================
2372.34/2373.88	c |                                                                                                       
2372.34/2373.88	c |  Parse time        :        39.23 s 
2372.34/2373.88	c |
2372.34/2373.88	c |               Variables: 24
2372.34/2373.88	c |            Domain Sizes: 1001..1001
2372.34/2373.88	c |
2372.34/2373.88	c |             Constraints: 35951
2372.34/2373.88	c |                   Arity: 1..4  -- Unary: 2  -- Binary: 23  -- Ternary: 4048
2372.34/2373.88	c | 
2372.34/2373.88	c |                   Types: 
2372.34/2373.88	c |                          (X - Y < k): 23
2372.34/2373.88	c |                          Intension: 35928
2372.34/2373.88	c |                          
2372.34/2373.88	c =========================================================================================================
2372.34/2373.88	o 737
2372.34/2373.88	c    1 calls to solver: best=737 lower=0 upper=736 

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-4241178-1500648175/watcher-4241178-1500648175 -o /tmp/evaluation-result-4241178-1500648175/solver-4241178-1500648175 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500648173-9855 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4241178-1500648175.xml 

pid=9883
running on 8 cores: 1,3,5,7,9,11,13,15

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.00 0.02 0.05 2/244 9886
/proc/meminfo: memFree=32073324/32770624 swapFree=5956/171352
[pid=9886] ppid=9883 vsize=27256 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 1013 0 0 0 1 0 0 0 20 0 1 0 84355 27910144 832 33554432000 4194304 5970956 140729603739776 140729603735064 5496056 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 6814 832 702 434 0 178 0

[startup+0.100135 s]
/proc/loadavg: 0.00 0.02 0.05 2/244 9886
/proc/meminfo: memFree=32073324/32770624 swapFree=5956/171352
[pid=9886] ppid=9883 vsize=27520 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 1074 0 0 0 9 0 0 0 20 0 1 0 84355 28180480 898 33554432000 4194304 5970956 140729603739776 140729603736376 139857560902484 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 6880 898 710 434 0 244 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27520

[startup+0.200248 s]
/proc/loadavg: 0.00 0.02 0.05 2/244 9886
/proc/meminfo: memFree=32073324/32770624 swapFree=5956/171352
[pid=9886] ppid=9883 vsize=28040 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 1220 0 0 0 19 0 0 0 20 0 1 0 84355 28712960 990 33554432000 4194304 5970956 140729603739776 140729603733656 5524491 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 7010 990 710 434 0 374 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 28040

[startup+0.300206 s]
/proc/loadavg: 0.00 0.02 0.05 2/244 9886
/proc/meminfo: memFree=32073324/32770624 swapFree=5956/171352
[pid=9886] ppid=9883 vsize=28304 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 1334 0 0 0 29 0 0 0 20 0 1 0 84355 28983296 1121 33554432000 4194304 5970956 140729603739776 140729603736376 5668446 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 7076 1121 710 434 0 440 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28304

[startup+0.700226 s]
/proc/loadavg: 0.00 0.02 0.05 2/244 9886
/proc/meminfo: memFree=32073324/32770624 swapFree=5956/171352
[pid=9886] ppid=9883 vsize=34896 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 3175 0 0 0 69 0 0 0 20 0 1 0 84355 35733504 2675 33554432000 4194304 5970956 140729603739776 140729603733368 139857550965733 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 8724 2675 782 434 0 2088 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34896

[startup+1.50022 s]
/proc/loadavg: 0.00 0.02 0.05 3/245 9887
/proc/meminfo: memFree=32041392/32770624 swapFree=5956/171084
[pid=9886] ppid=9883 vsize=81348 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 14772 0 0 0 147 2 0 0 20 0 1 0 84355 83300352 14225 33554432000 4194304 5970956 140729603739776 140729603733368 139857550974916 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 20337 14225 782 434 0 13701 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81348

[startup+3.10021 s]
/proc/loadavg: 0.08 0.04 0.05 3/245 9887
/proc/meminfo: memFree=31977084/32770624 swapFree=5956/171084
[pid=9886] ppid=9883 vsize=173492 CPUtime=3.1 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 37919 0 0 0 305 5 0 0 20 0 1 0 84355 177655808 37302 33554432000 4194304 5970956 140729603739776 140729603733368 139857551056544 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 43373 37302 782 434 0 36737 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 173492

[startup+6.30021 s]
/proc/loadavg: 0.08 0.04 0.05 4/245 9887
/proc/meminfo: memFree=31785392/32770624 swapFree=5956/171084
[pid=9886] ppid=9883 vsize=358212 CPUtime=6.29 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 84195 0 0 0 618 11 0 0 20 0 1 0 84355 366809088 83444 33554432000 4194304 5970956 140729603739776 140729603733368 4966541 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 89553 83444 782 434 0 82917 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 358212

[startup+12.7002 s]
/proc/loadavg: 0.38 0.10 0.07 3/245 9887
/proc/meminfo: memFree=31404028/32770624 swapFree=5956/171084
[pid=9886] ppid=9883 vsize=726592 CPUtime=12.69 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 176465 0 0 0 1248 21 0 0 20 0 1 0 84355 744030208 175558 33554432000 4194304 5970956 140729603739776 140729603733368 139857550965733 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 181648 175558 782 434 0 175012 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 726592

[startup+25.5004 s]
/proc/loadavg: 0.63 0.16 0.09 3/245 9887
/proc/meminfo: memFree=30642984/32770624 swapFree=5956/171084
[pid=9886] ppid=9883 vsize=1462312 CPUtime=25.49 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 360685 0 0 0 2505 44 0 0 20 0 1 0 84355 1497407488 359469 33554432000 4194304 5970956 140729603739776 140729603733368 139857560318864 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 365578 359469 782 434 0 358942 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1462312

[startup+51.1005 s]
/proc/loadavg: 1.10 0.31 0.14 3/245 9887
/proc/meminfo: memFree=29157544/32770624 swapFree=5956/171084
[pid=9886] ppid=9883 vsize=2931348 CPUtime=51.09 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 868762 0 0 0 5014 95 0 0 20 0 1 0 84355 3001700352 726982 33554432000 4194304 5970956 140729603739776 140729603736744 4964705 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 732837 726982 833 434 0 726201 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2931348

[startup+102.3 s]
/proc/loadavg: 1.64 0.60 0.25 3/246 9891
/proc/meminfo: memFree=28351996/32770624 swapFree=5956/172368
[pid=9886] ppid=9883 vsize=3732984 CPUtime=102.27 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 1322255 0 0 0 10097 130 0 0 20 0 1 0 84355 3822575616 927417 33554432000 4194304 5970956 140729603739776 140729603736744 4908985 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 933246 927417 833 434 0 926610 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3732984

[startup+162.3 s]
/proc/loadavg: 1.87 0.85 0.36 3/246 9892
/proc/meminfo: memFree=27982240/32770624 swapFree=5956/172580
[pid=9886] ppid=9883 vsize=4102452 CPUtime=162.23 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 1829614 0 0 0 16063 160 0 0 20 0 1 0 84355 4200910848 1019769 33554432000 4194304 5970956 140729603739776 140729603736744 4964386 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1025613 1019769 833 434 0 1018977 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 4102452

[startup+222.308 s]
/proc/loadavg: 1.95 1.06 0.46 3/246 9893
/proc/meminfo: memFree=27936048/32770624 swapFree=5956/172580
[pid=9886] ppid=9883 vsize=4149180 CPUtime=222.21 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 2144112 0 0 0 22044 177 0 0 20 0 1 0 84355 4248760320 1031437 33554432000 4194304 5970956 140729603739776 140729603736744 5098928 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1037295 1031437 833 434 0 1030659 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 4149180

[startup+282.3 s]
/proc/loadavg: 1.98 1.22 0.55 3/246 9894
/proc/meminfo: memFree=27816048/32770624 swapFree=5956/172580
[pid=9886] ppid=9883 vsize=4268244 CPUtime=282.17 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 2629628 0 0 0 28015 202 0 0 20 0 1 0 84355 4370681856 1061216 33554432000 4194304 5970956 140729603739776 140729603736744 5070102 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1067061 1061216 833 434 0 1060425 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 4268244

[startup+342.3 s]
/proc/loadavg: 1.99 1.37 0.65 3/244 9895
/proc/meminfo: memFree=27676652/32770624 swapFree=5956/172580
[pid=9886] ppid=9883 vsize=4407240 CPUtime=342.14 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 3156898 0 0 0 33984 230 0 0 20 0 1 0 84355 4513013760 1095971 33554432000 4194304 5970956 140729603739776 140729603736744 4964784 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1101810 1095971 833 434 0 1095174 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 4407240

[startup+402.3 s]
/proc/loadavg: 2.00 1.48 0.73 3/244 9896
/proc/meminfo: memFree=27532636/32770624 swapFree=5956/172668
[pid=9886] ppid=9883 vsize=4551384 CPUtime=402.1 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 3638802 0 0 0 39958 252 0 0 20 0 1 0 84355 4660617216 1131987 33554432000 4194304 5970956 140729603739776 140729603736744 5052095 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1137846 1131987 833 434 0 1131210 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 4551384

[startup+462.3 s]
/proc/loadavg: 2.08 1.60 0.82 3/243 9904
/proc/meminfo: memFree=27497756/32770624 swapFree=5956/172728
[pid=9886] ppid=9883 vsize=4593624 CPUtime=462.07 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 3996180 0 0 0 45938 269 0 0 20 0 1 0 84355 4703870976 1142573 33554432000 4194304 5970956 140729603739776 140729603736744 4964714 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1148406 1142573 833 434 0 1141770 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 4593624

[startup+522.3 s]
/proc/loadavg: 2.03 1.66 0.89 3/243 9905
/proc/meminfo: memFree=27372296/32770624 swapFree=5956/172728
[pid=9886] ppid=9883 vsize=4712292 CPUtime=522.02 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 4498406 0 0 0 51909 293 0 0 20 0 1 0 84355 4825387008 1172248 33554432000 4194304 5970956 140729603739776 140729603736744 5098928 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1178073 1172248 833 434 0 1171437 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 4712292

[startup+582.3 s]
/proc/loadavg: 2.01 1.73 0.96 3/243 9906
/proc/meminfo: memFree=27305360/32770624 swapFree=5956/172728
[pid=9886] ppid=9883 vsize=4778556 CPUtime=581.98 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 4817584 0 0 0 57887 311 0 0 20 0 1 0 84355 4893241344 1188802 33554432000 4194304 5970956 140729603739776 140729603736744 139857550965733 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1194639 1188802 833 434 0 1188003 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 4778556


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


[startup+1542.31 s]
/proc/loadavg: 2.02 2.01 1.64 3/243 9954
/proc/meminfo: memFree=26689872/32770624 swapFree=5956/173156
[pid=9886] ppid=9883 vsize=5392092 CPUtime=1541.34 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 10308063 0 0 0 153541 593 0 0 20 0 1 0 84355 5521502208 1342186 33554432000 4194304 5970956 140729603739776 140729603736744 4908988 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1348023 1342186 833 434 0 1341387 0
Current children cumulated CPU time (s) 1541.34
Current children cumulated vsize (KiB) 5392092

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.66 3/243 9955
/proc/meminfo: memFree=26689768/32770624 swapFree=5956/173296
[pid=9886] ppid=9883 vsize=5392356 CPUtime=1601.29 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 10515429 0 0 0 159527 602 0 0 20 0 1 0 84355 5521772544 1342269 33554432000 4194304 5970956 140729603739776 140729603736744 5052095 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1348089 1342269 833 434 0 1341453 0
Current children cumulated CPU time (s) 1601.29
Current children cumulated vsize (KiB) 5392356

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.69 3/243 9963
/proc/meminfo: memFree=26653136/32770624 swapFree=5956/173344
[pid=9886] ppid=9883 vsize=5427732 CPUtime=1661.27 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 10822405 0 0 0 165509 618 0 0 20 0 1 0 84355 5557997568 1351105 33554432000 4194304 5970956 140729603739776 140729603736744 4908985 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1356933 1351105 833 434 0 1350297 0
Current children cumulated CPU time (s) 1661.27
Current children cumulated vsize (KiB) 5427732

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.70 3/243 9964
/proc/meminfo: memFree=26652744/32770624 swapFree=5956/173344
[pid=9886] ppid=9883 vsize=5428524 CPUtime=1721.23 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 10978493 0 0 0 171497 626 0 0 20 0 1 0 84355 5558808576 1351319 33554432000 4194304 5970956 140729603739776 140729603736744 4964758 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1357131 1351319 833 434 0 1350495 0
Current children cumulated CPU time (s) 1721.23
Current children cumulated vsize (KiB) 5428524

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.72 3/243 9965
/proc/meminfo: memFree=26651452/32770624 swapFree=5956/173344
[pid=9886] ppid=9883 vsize=5429052 CPUtime=1781.19 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 11132453 0 0 0 177483 636 0 0 20 0 1 0 84355 5559349248 1351447 33554432000 4194304 5970956 140729603739776 140729603736744 4964386 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1357263 1351447 833 434 0 1350627 0
Current children cumulated CPU time (s) 1781.19
Current children cumulated vsize (KiB) 5429052

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.74 3/243 9966
/proc/meminfo: memFree=26651504/32770624 swapFree=5956/173344
[pid=9886] ppid=9883 vsize=5429448 CPUtime=1841.16 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 11277978 0 0 0 183473 643 0 0 20 0 1 0 84355 5559754752 1351537 33554432000 4194304 5970956 140729603739776 140729603736744 5069728 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1357362 1351537 833 434 0 1350726 0
Current children cumulated CPU time (s) 1841.16
Current children cumulated vsize (KiB) 5429448

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.76 3/243 9967
/proc/meminfo: memFree=26651968/32770624 swapFree=5956/173436
[pid=9886] ppid=9883 vsize=5429712 CPUtime=1901.13 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 11436160 0 0 0 189463 650 0 0 20 0 1 0 84355 5560025088 1351606 33554432000 4194304 5970956 140729603739776 140729603736744 4961194 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1357428 1351606 833 434 0 1350792 0
Current children cumulated CPU time (s) 1901.13
Current children cumulated vsize (KiB) 5429712

[startup+1962.3 s]
/proc/loadavg: 2.07 2.03 1.78 3/243 9968
/proc/meminfo: memFree=26621976/32770624 swapFree=5956/173436
[pid=9886] ppid=9883 vsize=5459676 CPUtime=1961.09 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 11718632 0 0 0 195443 666 0 0 20 0 1 0 84355 5590708224 1359082 33554432000 4194304 5970956 140729603739776 140729603736744 4961405 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1364919 1359082 833 434 0 1358283 0
Current children cumulated CPU time (s) 1961.09
Current children cumulated vsize (KiB) 5459676

[startup+2022.3 s]
/proc/loadavg: 2.06 2.04 1.79 3/243 9969
/proc/meminfo: memFree=26605880/32770624 swapFree=5956/173436
[pid=9886] ppid=9883 vsize=5474592 CPUtime=2021.05 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 11917030 0 0 0 201429 676 0 0 20 0 1 0 84355 5605982208 1362832 33554432000 4194304 5970956 140729603739776 140729603736744 5070082 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1368648 1362832 833 434 0 1362012 0
Current children cumulated CPU time (s) 2021.05
Current children cumulated vsize (KiB) 5474592

[startup+2082.3 s]
/proc/loadavg: 2.02 2.03 1.81 3/243 9970
/proc/meminfo: memFree=26581816/32770624 swapFree=5956/173436
[pid=9886] ppid=9883 vsize=5499012 CPUtime=2081.01 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 12176026 0 0 0 207412 689 0 0 20 0 1 0 84355 5630988288 1368927 33554432000 4194304 5970956 140729603739776 140729603736744 4964366 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1374753 1368927 833 434 0 1368117 0
Current children cumulated CPU time (s) 2081.01
Current children cumulated vsize (KiB) 5499012

[startup+2142.3 s]
/proc/loadavg: 2.01 2.03 1.82 3/243 9971
/proc/meminfo: memFree=26498908/32770624 swapFree=5956/173436
[pid=9886] ppid=9883 vsize=5582436 CPUtime=2140.97 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 12435450 0 0 0 213396 701 0 0 20 0 1 0 84355 5716414464 1389784 33554432000 4194304 5970956 140729603739776 140729603736744 4964797 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1395609 1389784 833 434 0 1388973 0
Current children cumulated CPU time (s) 2140.97
Current children cumulated vsize (KiB) 5582436

[startup+2202.31 s]
/proc/loadavg: 2.00 2.02 1.83 3/243 9972
/proc/meminfo: memFree=26482408/32770624 swapFree=5956/173576
[pid=9886] ppid=9883 vsize=5598672 CPUtime=2200.94 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 12594413 0 0 0 219384 710 0 0 20 0 1 0 84355 5733040128 1393843 33554432000 4194304 5970956 140729603739776 140729603736744 4964424 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1399668 1393843 833 434 0 1393032 0
Current children cumulated CPU time (s) 2200.94
Current children cumulated vsize (KiB) 5598672

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.84 3/243 9980
/proc/meminfo: memFree=26475968/32770624 swapFree=5956/173576
[pid=9886] ppid=9883 vsize=5604612 CPUtime=2260.89 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 12724192 0 0 0 225371 718 0 0 20 0 1 0 84355 5739122688 1395332 33554432000 4194304 5970956 140729603739776 140729603736744 4908985 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1401153 1395332 833 434 0 1394517 0
Current children cumulated CPU time (s) 2260.89
Current children cumulated vsize (KiB) 5604612

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.85 3/243 9981
/proc/meminfo: memFree=26462432/32770624 swapFree=5956/173576
[pid=9886] ppid=9883 vsize=5617944 CPUtime=2320.86 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 12927298 0 0 0 231357 729 0 0 20 0 1 0 84355 5752774656 1398667 33554432000 4194304 5970956 140729603739776 140729603736744 4961405 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1404486 1398667 833 434 0 1397850 0
Current children cumulated CPU time (s) 2320.86
Current children cumulated vsize (KiB) 5617944

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.86 3/243 9982
/proc/meminfo: memFree=26401176/32770624 swapFree=5956/173576
[pid=9886] ppid=9883 vsize=5678928 CPUtime=2380.82 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 13176507 0 0 0 237340 742 0 0 20 0 1 0 84355 5815222272 1413916 33554432000 4194304 5970956 140729603739776 140729603727080 4964371 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1419732 1413916 834 434 0 1413096 0
Current children cumulated CPU time (s) 2380.82
Current children cumulated vsize (KiB) 5678928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.5 s]
/proc/loadavg: 2.00 2.01 1.87 2/263 10018
/proc/meminfo: memFree=26377852/32770624 swapFree=5956/190500
[pid=9886] ppid=9883 vsize=5679192 CPUtime=2400.02 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202496 13236743 0 0 0 239256 746 0 0 20 0 1 0 84355 5815492608 1413970 33554432000 4194304 5970956 140729603739776 140729603736744 4964386 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35000320 140729603744961 140729603745091 140729603745091 140729603747790 0
/proc/9886/statm: 1419798 1413970 834 434 0 1413162 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 5679192

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

[startup+2401.6 s]
/proc/loadavg: 2.00 2.01 1.87 2/263 10018
/proc/meminfo: memFree=26377852/32770624 swapFree=5956/190500
[pid=9886] ppid=9883 vsize=0 CPUtime=2400.12 cores=1,3,5,7,9,11,13,15
/proc/9886/stat : 9886 (cosoco) R 9883 9886 9822 0 -1 4202500 13236755 0 0 0 239256 756 0 0 20 0 1 0 84355 0 0 33554432000 0 0 0 0 0 0 16384 4096 8405026 18446744073709551615 0 0 17 13 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/9886/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2400.12
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 2401.66
CPU time (s): 2400.18
CPU user time (s): 2392.56
CPU system time (s): 7.61743
CPU usage (%): 99.9384
Max. virtual memory (cumulated for all children) (KiB): 5679192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2392.56
system time used= 7.61743
maximum resident set size= 5655924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13236755
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= 500
involuntary context switches= 120789

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.26698 second user time and 12.3976 second system time

The end

Launcher Data

Begin job on node138 at 2017-07-21 16:42:55
IDJOB=4241178
IDBENCH=126230
IDSOLVER=2620
FILE ID=node138/4241178-1500648175
RUNJOBID= node138-1500648173-9855
PBS_JOBID= 20623282
Free space on /tmp= 61992 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-24-a4.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241178-1500648175/watcher-4241178-1500648175 -o /tmp/evaluation-result-4241178-1500648175/solver-4241178-1500648175 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500648173-9855 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4241178-1500648175.xml

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

MD5SUM BENCH= 703fa8ddaec9a7a194d23a6d05243a88
RANDOM SEED=195319193

node138.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	: 8
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.44
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	: 8
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	: 8
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.44
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.44
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	: 8
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	: 8
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.44
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	: 8
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:

processor	: 8
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        32073324 kB
MemAvailable:   32019564 kB
Buffers:           29212 kB
Cached:           228672 kB
SwapCached:            0 kB
Active:           136696 kB
Inactive:         179900 kB
Active(anon):      62348 kB
Inactive(anon):     8548 kB
Active(file):      74348 kB
Inactive(file):   171352 kB
Unevictable:        5956 kB
Mlocked:            5956 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6316 kB
Writeback:             0 kB
AnonPages:         65404 kB
Mapped:            31028 kB
Shmem:              8852 kB
Slab:              64072 kB
SReclaimable:      32748 kB
SUnreclaim:        31324 kB
KernelStack:        4064 kB
PageTables:         4968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61992 MiB
End job on node138 at 2017-07-21 17:22:57