Trace number 4241184

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.01 2401.2

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-18-a4.xml
MD5SUMcd45d5bd6c60c6606ac40fe75fc6407d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark271
Best CPU time to get the best result obtained on this benchmark2520.0801
Satisfiable
(Un)Satisfiability was proved
Number of variables18
Number of constraints10814
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":18}]
Minimum variable degree2313
Maximum variable degree2314
Distribution of variable degrees[{"degree":2313,"count":16},{"degree":2314,"count":2}]
Minimum constraint arity1
Maximum constraint arity18
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1632},{"arity":4,"count":9180},{"arity":18,"count":1}]
Number of extensional constraints0
Number of intensional constraints10813
Distribution of constraint types[{"type":"intension","count":10813},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

11.89/11.94	c best=?? lower=0 upper=500 
374.99/375.21	c
374.99/375.21	c This is cosoco 1.0 --  
374.99/375.21	c
374.99/375.21	c enable optimization
374.99/375.21	c ========================================[ Problem Statistics ]===========================================
374.99/375.21	c |                                                                                                       
374.99/375.21	c |  Parse time        :        11.82 s 
374.99/375.21	c |
374.99/375.21	c |               Variables: 18
374.99/375.21	c |            Domain Sizes: 501..501
374.99/375.21	c |
374.99/375.21	c |             Constraints: 10831
374.99/375.21	c |                   Arity: 1..4  -- Unary: 2  -- Binary: 17  -- Ternary: 1632
374.99/375.21	c | 
374.99/375.21	c |                   Types: 
374.99/375.21	c |                          (X - Y < k): 17
374.99/375.21	c |                          Intension: 10814
374.99/375.21	c |                          
374.99/375.21	c =========================================================================================================
374.99/375.21	o 324
374.99/375.21	c    1 calls to solver: best=324 lower=0 upper=323 
541.29/541.60	o 316

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

pid=9893
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.08 0.05 0.06 3/245 9896
/proc/meminfo: memFree=32080992/32770624 swapFree=6060/171532
[pid=9896] ppid=9893 vsize=27124 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 980 0 0 0 1 0 0 0 20 0 1 0 84361 27774976 766 33554432000 4194304 5970956 140728636412416 140728636407816 5406709 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 6781 766 683 434 0 145 0

[startup+0.100149 s]
/proc/loadavg: 0.08 0.05 0.06 3/245 9896
/proc/meminfo: memFree=32080992/32770624 swapFree=6060/171532
[pid=9896] ppid=9893 vsize=27256 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1035 0 0 0 9 0 0 0 20 0 1 0 84361 27910144 832 33554432000 4194304 5970956 140728636412416 140728636409016 140176679459840 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 6814 832 710 434 0 178 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27256

[startup+0.200287 s]
/proc/loadavg: 0.08 0.05 0.06 3/245 9896
/proc/meminfo: memFree=32080992/32770624 swapFree=6060/171532
[pid=9896] ppid=9893 vsize=27776 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1169 0 0 0 19 0 0 0 20 0 1 0 84361 28442624 960 33554432000 4194304 5970956 140728636412416 140728636409016 140176679942032 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 6944 960 710 434 0 308 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 27776

[startup+0.300249 s]
/proc/loadavg: 0.08 0.05 0.06 3/245 9896
/proc/meminfo: memFree=32080992/32770624 swapFree=6060/171532
[pid=9896] ppid=9893 vsize=29632 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1698 0 0 0 29 0 0 0 20 0 1 0 84361 30343168 1487 33554432000 4194304 5970956 140728636412416 140728636404024 140176679021541 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 7408 1487 782 434 0 772 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29632

[startup+0.700218 s]
/proc/loadavg: 0.08 0.05 0.06 3/245 9896
/proc/meminfo: memFree=32080992/32770624 swapFree=6060/171532
[pid=9896] ppid=9893 vsize=41576 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 4700 0 0 0 69 0 0 0 20 0 1 0 84361 42573824 4457 33554432000 4194304 5970956 140728636412416 140728636406008 5219280 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 10394 4457 782 434 0 3758 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41576

[startup+1.50022 s]
/proc/loadavg: 0.08 0.05 0.06 3/246 9897
/proc/meminfo: memFree=32021612/32770624 swapFree=6060/170800
[pid=9896] ppid=9893 vsize=65500 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 10668 0 0 0 148 1 0 0 20 0 1 0 84361 67072000 10397 33554432000 4194304 5970956 140728636412416 140728636406008 140176679021541 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 16375 10397 782 434 0 9739 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65500

[startup+3.10021 s]
/proc/loadavg: 0.24 0.08 0.07 3/246 9897
/proc/meminfo: memFree=31956264/32770624 swapFree=6060/170780
[pid=9896] ppid=9893 vsize=113136 CPUtime=3.09 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 22637 0 0 0 306 3 0 0 20 0 1 0 84361 115851264 22348 33554432000 4194304 5970956 140728636412416 140728636406008 140176679021541 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 28284 22348 782 434 0 21648 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 113136

[startup+6.30021 s]
/proc/loadavg: 0.24 0.08 0.07 3/246 9897
/proc/meminfo: memFree=31763000/32770624 swapFree=6060/170796
[pid=9896] ppid=9893 vsize=208200 CPUtime=6.29 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 46544 0 0 0 624 5 0 0 20 0 1 0 84361 213196800 46110 33554432000 4194304 5970956 140728636412416 140728636406008 4966541 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 52050 46110 782 434 0 45414 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 208200

[startup+12.7003 s]
/proc/loadavg: 0.51 0.14 0.09 3/246 9897
/proc/meminfo: memFree=31506056/32770624 swapFree=6060/170800
[pid=9896] ppid=9893 vsize=480168 CPUtime=12.69 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 152109 0 0 0 1252 17 0 0 20 0 1 0 84361 491692032 114207 33554432000 4194304 5970956 140728636412416 140728636409384 5070317 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 120042 114207 833 434 0 113406 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 480168

[startup+25.5004 s]
/proc/loadavg: 0.74 0.20 0.11 3/246 9897
/proc/meminfo: memFree=31326492/32770624 swapFree=6060/170808
[pid=9896] ppid=9893 vsize=559896 CPUtime=25.48 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 248789 0 0 0 2525 23 0 0 20 0 1 0 84361 573333504 134111 33554432000 4194304 5970956 140728636412416 140728636409384 4961363 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 139974 134111 833 434 0 133338 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 559896

[startup+51.1004 s]
/proc/loadavg: 1.17 0.35 0.16 3/246 9897
/proc/meminfo: memFree=31264124/32770624 swapFree=6060/170816
[pid=9896] ppid=9893 vsize=605304 CPUtime=51.07 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 347062 0 0 0 5079 28 0 0 20 0 1 0 84361 619831296 145472 33554432000 4194304 5970956 140728636412416 140728636409384 4964797 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 151326 145472 833 434 0 144690 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 605304

[startup+102.3 s]
/proc/loadavg: 1.67 0.62 0.27 3/246 9898
/proc/meminfo: memFree=31190348/32770624 swapFree=6060/170872
[pid=9896] ppid=9893 vsize=660348 CPUtime=102.25 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 474575 0 0 0 10190 35 0 0 20 0 1 0 84361 676196352 159256 33554432000 4194304 5970956 140728636412416 140728636409384 4964768 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 165087 159256 833 434 0 158451 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 660348

[startup+162.3 s]
/proc/loadavg: 1.88 0.88 0.38 3/246 9902
/proc/meminfo: memFree=31138816/32770624 swapFree=6060/171704
[pid=9896] ppid=9893 vsize=709584 CPUtime=162.21 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 596011 0 0 0 16178 43 0 0 20 0 1 0 84361 726614016 171538 33554432000 4194304 5970956 140728636412416 140728636409384 5070093 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 177396 171538 833 434 0 170760 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 709584

[startup+222.308 s]
/proc/loadavg: 1.95 1.08 0.48 3/246 9903
/proc/meminfo: memFree=31087968/32770624 swapFree=6060/171736
[pid=9896] ppid=9893 vsize=761328 CPUtime=222.19 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 712467 0 0 0 22169 50 0 0 20 0 1 0 84361 779599872 184487 33554432000 4194304 5970956 140728636412416 140728636409384 4964389 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 190332 184487 833 434 0 183696 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 761328

[startup+282.3 s]
/proc/loadavg: 2.02 1.25 0.57 3/246 9904
/proc/meminfo: memFree=31054996/32770624 swapFree=6060/171752
[pid=9896] ppid=9893 vsize=795384 CPUtime=282.15 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 818174 0 0 0 28159 56 0 0 20 0 1 0 84361 814473216 193008 33554432000 4194304 5970956 140728636412416 140728636409384 4964386 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 198846 193008 833 434 0 192210 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 795384

[startup+342.3 s]
/proc/loadavg: 2.01 1.40 0.67 3/244 9905
/proc/meminfo: memFree=31030340/32770624 swapFree=6060/171788
[pid=9896] ppid=9893 vsize=818880 CPUtime=342.11 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 892728 0 0 0 34150 61 0 0 20 0 1 0 84361 838533120 198890 33554432000 4194304 5970956 140728636412416 140728636409384 4961405 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 204720 198890 833 434 0 198084 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 818880

[startup+402.3 s]
/proc/loadavg: 2.00 1.50 0.75 3/244 9906
/proc/meminfo: memFree=30992916/32770624 swapFree=6060/171828
[pid=9896] ppid=9893 vsize=856500 CPUtime=402.07 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 958069 0 0 0 40142 65 0 0 20 0 1 0 84361 877056000 208308 33554432000 4194304 5970956 140728636412416 140728636409384 4964406 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 214125 208308 834 434 0 207489 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 856500

[startup+462.3 s]
/proc/loadavg: 2.04 1.61 0.84 3/244 9915
/proc/meminfo: memFree=30992312/32770624 swapFree=6060/171868
[pid=9896] ppid=9893 vsize=857160 CPUtime=462.04 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1012551 0 0 0 46136 68 0 0 20 0 1 0 84361 877731840 208459 33554432000 4194304 5970956 140728636412416 140728636409384 5070073 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 214290 208459 834 434 0 207654 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 857160

[startup+522.3 s]
/proc/loadavg: 2.02 1.68 0.90 3/244 9916
/proc/meminfo: memFree=30989800/32770624 swapFree=6060/171892
[pid=9896] ppid=9893 vsize=860328 CPUtime=522.01 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1067918 0 0 0 52130 71 0 0 20 0 1 0 84361 880975872 209236 33554432000 4194304 5970956 140728636412416 140728636409384 4964389 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 215082 209236 834 434 0 208446 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 860328

[startup+582.3 s]
/proc/loadavg: 2.01 1.74 0.98 3/244 9917
/proc/meminfo: memFree=30987024/32770624 swapFree=6060/171924
[pid=9896] ppid=9893 vsize=862704 CPUtime=581.96 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1107115 0 0 0 58123 73 0 0 20 0 1 0 84361 883408896 209846 33554432000 4194304 5970956 140728636412416 140728636409384 4967825 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 215676 209846 834 434 0 209040 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 862704


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


[startup+1482.3 s]
/proc/loadavg: 2.08 2.02 1.63 3/243 9963
/proc/meminfo: memFree=30978636/32770624 swapFree=6060/172364
[pid=9896] ppid=9893 vsize=867720 CPUtime=1481.53 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1136481 0 0 0 148076 77 0 0 20 0 1 0 84361 888545280 211103 33554432000 4194304 5970956 140728636412416 140728636409384 4909007 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 216930 211103 834 434 0 210294 0
Current children cumulated CPU time (s) 1481.53
Current children cumulated vsize (KiB) 867720

[startup+1542.31 s]
/proc/loadavg: 2.07 2.03 1.66 3/243 9964
/proc/meminfo: memFree=30978788/32770624 swapFree=6060/172392
[pid=9896] ppid=9893 vsize=867720 CPUtime=1541.51 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1137178 0 0 0 154074 77 0 0 20 0 1 0 84361 888545280 211106 33554432000 4194304 5970956 140728636412416 140728636409384 5070333 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 216930 211106 834 434 0 210294 0
Current children cumulated CPU time (s) 1541.51
Current children cumulated vsize (KiB) 867720

[startup+1602.3 s]
/proc/loadavg: 2.03 2.03 1.68 3/243 9965
/proc/meminfo: memFree=30979260/32770624 swapFree=6060/172428
[pid=9896] ppid=9893 vsize=867720 CPUtime=1601.48 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1138048 0 0 0 160071 77 0 0 20 0 1 0 84361 888545280 211117 33554432000 4194304 5970956 140728636412416 140728636409384 4964389 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 216930 211117 834 434 0 210294 0
Current children cumulated CPU time (s) 1601.48
Current children cumulated vsize (KiB) 867720

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 1.70 3/243 9973
/proc/meminfo: memFree=30978844/32770624 swapFree=6060/172460
[pid=9896] ppid=9893 vsize=867852 CPUtime=1661.45 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1138680 0 0 0 166068 77 0 0 20 0 1 0 84361 888680448 211141 33554432000 4194304 5970956 140728636412416 140728636409384 4964389 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 216963 211141 834 434 0 210327 0
Current children cumulated CPU time (s) 1661.45
Current children cumulated vsize (KiB) 867852

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.72 3/243 9974
/proc/meminfo: memFree=30979252/32770624 swapFree=6060/172488
[pid=9896] ppid=9893 vsize=867984 CPUtime=1721.42 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1139344 0 0 0 172065 77 0 0 20 0 1 0 84361 888815616 211159 33554432000 4194304 5970956 140728636412416 140728636409384 4964469 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 216996 211159 834 434 0 210360 0
Current children cumulated CPU time (s) 1721.42
Current children cumulated vsize (KiB) 867984

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 1.74 3/243 9975
/proc/meminfo: memFree=30978448/32770624 swapFree=6060/172512
[pid=9896] ppid=9893 vsize=867984 CPUtime=1781.39 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1140073 0 0 0 178062 77 0 0 20 0 1 0 84361 888815616 211181 33554432000 4194304 5970956 140728636412416 140728636409384 4964389 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 216996 211181 834 434 0 210360 0
Current children cumulated CPU time (s) 1781.39
Current children cumulated vsize (KiB) 867984

[startup+1842.3 s]
/proc/loadavg: 2.02 2.02 1.76 3/243 9976
/proc/meminfo: memFree=30978376/32770624 swapFree=6060/172540
[pid=9896] ppid=9893 vsize=868116 CPUtime=1841.36 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1140802 0 0 0 184059 77 0 0 20 0 1 0 84361 888950784 211191 33554432000 4194304 5970956 140728636412416 140728636409384 5052093 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 217029 211191 834 434 0 210393 0
Current children cumulated CPU time (s) 1841.36
Current children cumulated vsize (KiB) 868116

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 1.77 3/243 9977
/proc/meminfo: memFree=30979152/32770624 swapFree=6060/172580
[pid=9896] ppid=9893 vsize=868116 CPUtime=1901.34 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1141720 0 0 0 190056 78 0 0 20 0 1 0 84361 888950784 211200 33554432000 4194304 5970956 140728636412416 140728636409384 4967839 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 217029 211200 834 434 0 210393 0
Current children cumulated CPU time (s) 1901.34
Current children cumulated vsize (KiB) 868116

[startup+1962.3 s]
/proc/loadavg: 2.09 2.04 1.80 3/243 9978
/proc/meminfo: memFree=30979508/32770624 swapFree=6060/172604
[pid=9896] ppid=9893 vsize=868116 CPUtime=1961.31 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1142343 0 0 0 196053 78 0 0 20 0 1 0 84361 888950784 211208 33554432000 4194304 5970956 140728636412416 140728636409384 4961388 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 217029 211208 834 434 0 210393 0
Current children cumulated CPU time (s) 1961.31
Current children cumulated vsize (KiB) 868116

[startup+2022.3 s]
/proc/loadavg: 2.03 2.04 1.81 3/243 9979
/proc/meminfo: memFree=30979804/32770624 swapFree=6060/172632
[pid=9896] ppid=9893 vsize=868116 CPUtime=2021.28 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1143002 0 0 0 202050 78 0 0 20 0 1 0 84361 888950784 211209 33554432000 4194304 5970956 140728636412416 140728636409384 4964849 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 217029 211209 834 434 0 210393 0
Current children cumulated CPU time (s) 2021.28
Current children cumulated vsize (KiB) 868116

[startup+2082.3 s]
/proc/loadavg: 2.01 2.03 1.82 3/243 9980
/proc/meminfo: memFree=30979512/32770624 swapFree=6060/172660
[pid=9896] ppid=9893 vsize=868116 CPUtime=2081.26 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1143754 0 0 0 208048 78 0 0 20 0 1 0 84361 888950784 211217 33554432000 4194304 5970956 140728636412416 140728636409384 4964672 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 217029 211217 834 434 0 210393 0
Current children cumulated CPU time (s) 2081.26
Current children cumulated vsize (KiB) 868116

[startup+2142.3 s]
/proc/loadavg: 2.00 2.02 1.83 3/243 9981
/proc/meminfo: memFree=30979524/32770624 swapFree=6060/172684
[pid=9896] ppid=9893 vsize=868248 CPUtime=2141.23 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1144693 0 0 0 214045 78 0 0 20 0 1 0 84361 889085952 211242 33554432000 4194304 5970956 140728636412416 140728636409384 4964440 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 217062 211242 834 434 0 210426 0
Current children cumulated CPU time (s) 2141.23
Current children cumulated vsize (KiB) 868248

[startup+2202.31 s]
/proc/loadavg: 2.00 2.02 1.84 3/243 9982
/proc/meminfo: memFree=30974928/32770624 swapFree=6060/172716
[pid=9896] ppid=9893 vsize=870756 CPUtime=2201.2 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1146087 0 0 0 220042 78 0 0 20 0 1 0 84361 891654144 211862 33554432000 4194304 5970956 140728636412416 140728636409384 4964672 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 217689 211862 834 434 0 211053 0
Current children cumulated CPU time (s) 2201.2
Current children cumulated vsize (KiB) 870756

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.85 3/244 9991
/proc/meminfo: memFree=30975340/32770624 swapFree=6060/172748
[pid=9896] ppid=9893 vsize=870756 CPUtime=2261.16 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1146672 0 0 0 226038 78 0 0 20 0 1 0 84361 891654144 211876 33554432000 4194304 5970956 140728636412416 140728636409384 4964912 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 217689 211876 834 434 0 211053 0
Current children cumulated CPU time (s) 2261.16
Current children cumulated vsize (KiB) 870756

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/244 9992
/proc/meminfo: memFree=30975956/32770624 swapFree=6060/172776
[pid=9896] ppid=9893 vsize=870756 CPUtime=2321.14 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1147237 0 0 0 232036 78 0 0 20 0 1 0 84361 891654144 211878 33554432000 4194304 5970956 140728636412416 140728636409384 5069728 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 217689 211878 834 434 0 211053 0
Current children cumulated CPU time (s) 2321.14
Current children cumulated vsize (KiB) 870756

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/244 9993
/proc/meminfo: memFree=30976292/32770624 swapFree=6060/172804
[pid=9896] ppid=9893 vsize=870888 CPUtime=2381.11 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1147836 0 0 0 238033 78 0 0 20 0 1 0 84361 891789312 211898 33554432000 4194304 5970956 140728636412416 140728636409384 4964693 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 217722 211898 834 434 0 211086 0
Current children cumulated CPU time (s) 2381.11
Current children cumulated vsize (KiB) 870888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.2 s]
/proc/loadavg: 2.00 2.01 1.87 3/244 9993
/proc/meminfo: memFree=30976664/32770624 swapFree=6060/172808
[pid=9896] ppid=9893 vsize=870888 CPUtime=2400 cores=1,3,5,7,9,11,13,15
/proc/9896/stat : 9896 (cosoco) R 9893 9896 9833 0 -1 4202496 1148075 0 0 0 239922 78 0 0 20 0 1 0 84361 891789312 211905 33554432000 4194304 5970956 140728636412416 140728636409384 4964389 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21708800 140728636417217 140728636417347 140728636417347 140728636420046 0
/proc/9896/statm: 217722 211905 834 434 0 211086 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 870888

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

Child status: 1
Real time (s): 2401.2
CPU time (s): 2400.01
CPU user time (s): 2399.22
CPU system time (s): 0.792628
CPU usage (%): 99.9505
Max. virtual memory (cumulated for all children) (KiB): 870888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.22
system time used= 0.792628
maximum resident set size= 847660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1148101
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= 100
involuntary context switches= 121583

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.00795 second user time and 12.767 second system time

The end

Launcher Data

Begin job on node136 at 2017-07-21 16:42:55
IDJOB=4241184
IDBENCH=126233
IDSOLVER=2620
FILE ID=node136/4241184-1500648175
RUNJOBID= node136-1500648174-9865
PBS_JOBID= 20623284
Free space on /tmp= 61992 MiB

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

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

MD5SUM BENCH= cd45d5bd6c60c6606ac40fe75fc6407d
RANDOM SEED=195319193

node136.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.42
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.56
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.42
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.56
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.42
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.56
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.42
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.56
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.42
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.56
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.42
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.56
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.42
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.56
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.42
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32082480 kB
MemAvailable:   32026828 kB
Buffers:           27716 kB
Cached:           227936 kB
SwapCached:            0 kB
Active:           131496 kB
Inactive:         180080 kB
Active(anon):      58960 kB
Inactive(anon):     8548 kB
Active(file):      72536 kB
Inactive(file):   171532 kB
Unevictable:        6060 kB
Mlocked:            6092 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5228 kB
Writeback:             0 kB
AnonPages:         62160 kB
Mapped:            30832 kB
Shmem:              8852 kB
Slab:              62968 kB
SReclaimable:      32232 kB
SUnreclaim:        30736 kB
KernelStack:        4112 kB
PageTables:         4704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     330812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

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