Trace number 4241212

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-15-a4.xml
MD5SUMa2ce00dc78b702eb5fb62c242f19e981
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark163
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints5007
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":15}]
Minimum variable degree1275
Maximum variable degree1276
Distribution of variable degrees[{"degree":1275,"count":13},{"degree":1276,"count":2}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":910},{"arity":4,"count":4095},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints5006
Distribution of constraint types[{"type":"intension","count":5006},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

5.68/5.71	c SAT : Variables: 7515 -- Clauses: 1878765
5.68/5.71	c best=?? lower=0 upper=500 
34.27/34.39	c
34.27/34.39	c This is cosoco 1.0 --  
34.27/34.39	c
34.27/34.39	c enable optimization
34.27/34.39	c ========================================[ Problem Statistics ]===========================================
34.27/34.39	c |                                                                                                       
34.27/34.39	c |  Parse time        :         5.61 s 
34.27/34.39	c |
34.27/34.39	c |               Variables: 15
34.27/34.39	c |            Domain Sizes: 501..501
34.27/34.39	c |
34.27/34.39	c |             Constraints: 5021
34.27/34.39	c |                   Arity: 1..4  -- Unary: 2  -- Binary: 14  -- Ternary: 910
34.27/34.39	c | 
34.27/34.39	c |                   Types: 
34.27/34.39	c |                          (X - Y < k): 14
34.27/34.39	c |                          Intension: 5007
34.27/34.39	c |                          
34.27/34.39	c =========================================================================================================
34.27/34.39	o 203
34.27/34.39	c    1 calls to solver: best=203 lower=0 upper=202 
60.66/60.72	o 202
200.56/200.78	o 201
200.56/200.78	c    3 calls to solver: best=201 lower=0 upper=200 
676.53/676.99	o 197

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

pid=9873
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.09 0.18 3/243 9876
/proc/meminfo: memFree=32073972/32770624 swapFree=5956/173268
[pid=9876] ppid=9873 vsize=26992 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 970 0 0 0 0 0 0 0 20 0 1 0 82694 27639808 766 33554432000 4194304 5970956 140720754996992 140720754993640 5508732 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 6748 766 683 434 0 112 0

[startup+0.10017 s]
/proc/loadavg: 0.00 0.09 0.18 3/243 9876
/proc/meminfo: memFree=32073972/32770624 swapFree=5956/173268
[pid=9876] ppid=9873 vsize=27356 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 1027 0 0 0 9 0 0 0 20 0 1 0 82694 28012544 832 33554432000 4194304 5970956 140720754996992 140720754993592 5410388 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 6839 832 710 434 0 203 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27356

[startup+0.200318 s]
/proc/loadavg: 0.00 0.09 0.18 3/243 9876
/proc/meminfo: memFree=32073972/32770624 swapFree=5956/173268
[pid=9876] ppid=9873 vsize=28872 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 1468 0 0 0 19 0 0 0 20 0 1 0 82694 29564928 1304 33554432000 4194304 5970956 140720754996992 140720754990584 140652649122789 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 7218 1304 783 434 0 582 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 28872

[startup+0.30026 s]
/proc/loadavg: 0.00 0.09 0.18 3/243 9876
/proc/meminfo: memFree=32073972/32770624 swapFree=5956/173268
[pid=9876] ppid=9873 vsize=31820 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 2205 0 0 0 29 0 0 0 20 0 1 0 82694 32583680 2030 33554432000 4194304 5970956 140720754996992 140720754990584 140652649122789 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 7955 2030 783 434 0 1319 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31820

[startup+0.700242 s]
/proc/loadavg: 0.00 0.09 0.18 3/243 9876
/proc/meminfo: memFree=32073972/32770624 swapFree=5956/173268
[pid=9876] ppid=9873 vsize=43624 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 5176 0 0 0 68 0 0 0 20 0 1 0 82694 44670976 4995 33554432000 4194304 5970956 140720754996992 140720754990824 140652649122789 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 10906 4995 783 434 0 4270 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 43624

[startup+1.50021 s]
/proc/loadavg: 0.00 0.09 0.18 3/244 9877
/proc/meminfo: memFree=32016344/32770624 swapFree=5956/172684
[pid=9876] ppid=9873 vsize=67304 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 11081 0 0 0 148 1 0 0 20 0 1 0 82694 68919296 10914 33554432000 4194304 5970956 140720754996992 140720754988552 140652649870078 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 16826 10914 783 434 0 10190 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67304

[startup+3.1002 s]
/proc/loadavg: 0.00 0.09 0.18 3/244 9877
/proc/meminfo: memFree=31951460/32770624 swapFree=5956/172688
[pid=9876] ppid=9873 vsize=114344 CPUtime=3.08 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 22917 0 0 0 305 3 0 0 20 0 1 0 82694 117088256 22642 33554432000 4194304 5970956 140720754996992 140720754990584 4966541 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 28586 22642 783 434 0 21950 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 114344

[startup+6.3003 s]
/proc/loadavg: 0.08 0.10 0.18 3/244 9877
/proc/meminfo: memFree=31760996/32770624 swapFree=5956/172688
[pid=9876] ppid=9873 vsize=340016 CPUtime=6.28 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 92242 0 0 0 616 12 0 0 20 0 1 0 82694 348176384 78651 33554432000 4194304 5970956 140720754996992 140720754993960 140652649122789 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 85004 78651 838 434 0 78368 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 340016

[startup+12.7003 s]
/proc/loadavg: 0.24 0.13 0.19 3/244 9877
/proc/meminfo: memFree=31158392/32770624 swapFree=5956/172700
[pid=9876] ppid=9873 vsize=421988 CPUtime=12.68 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 177100 0 0 0 1250 18 0 0 20 0 1 0 82694 432115712 99185 33554432000 4194304 5970956 140720754996992 140720754993960 5098928 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 105497 99185 838 434 0 98861 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 421988

[startup+25.5004 s]
/proc/loadavg: 0.63 0.22 0.22 3/244 9877
/proc/meminfo: memFree=31035796/32770624 swapFree=5956/172712
[pid=9876] ppid=9873 vsize=437960 CPUtime=25.48 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 221602 0 0 0 2528 20 0 0 20 0 1 0 82694 448471040 103168 33554432000 4194304 5970956 140720754996992 140720754993960 4964389 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 109490 103168 838 434 0 102854 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 437960

[startup+51.1004 s]
/proc/loadavg: 1.10 0.37 0.27 3/244 9877
/proc/meminfo: memFree=30986528/32770624 swapFree=5956/172728
[pid=9876] ppid=9873 vsize=453536 CPUtime=51.06 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 291347 0 0 0 5082 24 0 0 20 0 1 0 82694 464420864 107076 33554432000 4194304 5970956 140720754996992 140720754993960 4964366 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 113384 107076 839 434 0 106748 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 453536

[startup+102.3 s]
/proc/loadavg: 1.61 0.62 0.36 3/245 9881
/proc/meminfo: memFree=30962884/32770624 swapFree=5956/173572
[pid=9876] ppid=9873 vsize=457496 CPUtime=102.22 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 341739 0 0 0 10194 28 0 0 20 0 1 0 82694 468475904 108083 33554432000 4194304 5970956 140720754996992 140720754993960 4908930 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 114374 108083 839 434 0 107738 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 457496

[startup+162.3 s]
/proc/loadavg: 1.86 0.87 0.46 3/245 9882
/proc/meminfo: memFree=30941916/32770624 swapFree=5956/173616
[pid=9876] ppid=9873 vsize=460004 CPUtime=162.19 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 373705 0 0 0 16189 30 0 0 20 0 1 0 82694 471044096 108715 33554432000 4194304 5970956 140720754996992 140720754993960 4964768 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 115001 108715 839 434 0 108365 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 460004

[startup+222.308 s]
/proc/loadavg: 1.95 1.08 0.56 3/245 9883
/proc/meminfo: memFree=30933800/32770624 swapFree=5956/173664
[pid=9876] ppid=9873 vsize=460532 CPUtime=222.15 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 393230 0 0 0 22184 31 0 0 20 0 1 0 82694 471584768 108859 33554432000 4194304 5970956 140720754996992 140720754993960 4964366 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 115133 108859 839 434 0 108497 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 460532

[startup+282.3 s]
/proc/loadavg: 1.98 1.24 0.65 3/245 9884
/proc/meminfo: memFree=30925728/32770624 swapFree=5956/173704
[pid=9876] ppid=9873 vsize=462248 CPUtime=282.1 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 395029 0 0 0 28179 31 0 0 20 0 1 0 82694 473341952 109279 33554432000 4194304 5970956 140720754996992 140720754993960 5052093 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 115562 109279 839 434 0 108926 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 462248

[startup+342.3 s]
/proc/loadavg: 1.99 1.38 0.73 3/244 9885
/proc/meminfo: memFree=30924760/32770624 swapFree=5956/173732
[pid=9876] ppid=9873 vsize=462512 CPUtime=342.08 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 395646 0 0 0 34177 31 0 0 20 0 1 0 82694 473612288 109355 33554432000 4194304 5970956 140720754996992 140720754993960 5070304 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 115628 109355 839 434 0 108992 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 462512

[startup+402.3 s]
/proc/loadavg: 2.00 1.49 0.81 3/243 9886
/proc/meminfo: memFree=30924024/32770624 swapFree=5956/173768
[pid=9876] ppid=9873 vsize=462908 CPUtime=402.05 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 396365 0 0 0 40174 31 0 0 20 0 1 0 82694 474017792 109454 33554432000 4194304 5970956 140720754996992 140720754993960 4964366 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 115727 109454 839 434 0 109091 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 462908

[startup+462.3 s]
/proc/loadavg: 2.00 1.59 0.89 3/243 9894
/proc/meminfo: memFree=30922904/32770624 swapFree=5956/173812
[pid=9876] ppid=9873 vsize=463172 CPUtime=462.02 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 397006 0 0 0 46171 31 0 0 20 0 1 0 82694 474288128 109534 33554432000 4194304 5970956 140720754996992 140720754993960 4964672 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 115793 109534 839 434 0 109157 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 463172

[startup+522.3 s]
/proc/loadavg: 2.00 1.66 0.96 3/243 9895
/proc/meminfo: memFree=30916768/32770624 swapFree=5956/173840
[pid=9876] ppid=9873 vsize=468848 CPUtime=522 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 400620 0 0 0 52168 32 0 0 20 0 1 0 82694 480100352 110954 33554432000 4194304 5970956 140720754996992 140720754993960 4964777 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 117212 110954 839 434 0 110576 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 468848

[startup+582.3 s]
/proc/loadavg: 2.04 1.74 1.03 3/243 9896
/proc/meminfo: memFree=30916924/32770624 swapFree=5956/173864
[pid=9876] ppid=9873 vsize=469112 CPUtime=581.97 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 402770 0 0 0 58165 32 0 0 20 0 1 0 82694 480370688 111012 33554432000 4194304 5970956 140720754996992 140720754993960 4964366 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 117278 111012 839 434 0 110642 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 469112


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


[startup+1482.3 s]
/proc/loadavg: 2.03 2.00 1.64 3/243 9944
/proc/meminfo: memFree=30899996/32770624 swapFree=5956/174328
[pid=9876] ppid=9873 vsize=470300 CPUtime=1481.58 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 422162 0 0 0 148124 34 0 0 20 0 1 0 82694 481587200 111321 33554432000 4194304 5970956 140720754996992 140720754993960 4964366 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 117575 111321 839 434 0 110939 0
Current children cumulated CPU time (s) 1481.58
Current children cumulated vsize (KiB) 470300

[startup+1542.31 s]
/proc/loadavg: 2.06 2.02 1.67 3/243 9945
/proc/meminfo: memFree=30898008/32770624 swapFree=5956/174356
[pid=9876] ppid=9873 vsize=470300 CPUtime=1541.56 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 423040 0 0 0 154122 34 0 0 20 0 1 0 82694 481587200 111328 33554432000 4194304 5970956 140720754996992 140720754993960 4964452 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 117575 111328 839 434 0 110939 0
Current children cumulated CPU time (s) 1541.56
Current children cumulated vsize (KiB) 470300

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.69 3/243 9946
/proc/meminfo: memFree=30898124/32770624 swapFree=5956/174376
[pid=9876] ppid=9873 vsize=470564 CPUtime=1601.53 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 424098 0 0 0 160119 34 0 0 20 0 1 0 82694 481857536 111397 33554432000 4194304 5970956 140720754996992 140720754993960 4964389 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 117641 111397 839 434 0 111005 0
Current children cumulated CPU time (s) 1601.53
Current children cumulated vsize (KiB) 470564

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.71 3/244 9955
/proc/meminfo: memFree=30897784/32770624 swapFree=5956/174424
[pid=9876] ppid=9873 vsize=470564 CPUtime=1661.5 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 424906 0 0 0 166116 34 0 0 20 0 1 0 82694 481857536 111401 33554432000 4194304 5970956 140720754996992 140720754993960 5052095 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 117641 111401 839 434 0 111005 0
Current children cumulated CPU time (s) 1661.5
Current children cumulated vsize (KiB) 470564

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.72 3/244 9956
/proc/meminfo: memFree=30897820/32770624 swapFree=5956/174452
[pid=9876] ppid=9873 vsize=470564 CPUtime=1721.47 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 425289 0 0 0 172113 34 0 0 20 0 1 0 82694 481857536 111402 33554432000 4194304 5970956 140720754996992 140720754993960 5069728 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 117641 111402 839 434 0 111005 0
Current children cumulated CPU time (s) 1721.47
Current children cumulated vsize (KiB) 470564

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.74 3/244 9957
/proc/meminfo: memFree=30898464/32770624 swapFree=5956/174484
[pid=9876] ppid=9873 vsize=470564 CPUtime=1781.45 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 425828 0 0 0 178111 34 0 0 20 0 1 0 82694 481857536 111404 33554432000 4194304 5970956 140720754996992 140720754993960 4909022 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 117641 111404 839 434 0 111005 0
Current children cumulated CPU time (s) 1781.45
Current children cumulated vsize (KiB) 470564

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.76 3/244 9958
/proc/meminfo: memFree=30894656/32770624 swapFree=5956/174500
[pid=9876] ppid=9873 vsize=470564 CPUtime=1841.42 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 426190 0 0 0 184108 34 0 0 20 0 1 0 82694 481857536 111404 33554432000 4194304 5970956 140720754996992 140720754993960 5069728 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 117641 111404 839 434 0 111005 0
Current children cumulated CPU time (s) 1841.42
Current children cumulated vsize (KiB) 470564

[startup+1902.3 s]
/proc/loadavg: 2.08 2.03 1.78 3/244 9959
/proc/meminfo: memFree=30895068/32770624 swapFree=5956/174528
[pid=9876] ppid=9873 vsize=470564 CPUtime=1901.4 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 426564 0 0 0 190106 34 0 0 20 0 1 0 82694 481857536 111405 33554432000 4194304 5970956 140720754996992 140720754993960 4967778 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 117641 111405 839 434 0 111005 0
Current children cumulated CPU time (s) 1901.4
Current children cumulated vsize (KiB) 470564

[startup+1962.3 s]
/proc/loadavg: 2.03 2.03 1.79 3/243 9960
/proc/meminfo: memFree=30894144/32770624 swapFree=5956/174560
[pid=9876] ppid=9873 vsize=470696 CPUtime=1961.37 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 427018 0 0 0 196103 34 0 0 20 0 1 0 82694 481992704 111413 33554432000 4194304 5970956 140720754996992 140720754993960 4961411 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 117674 111413 839 434 0 111038 0
Current children cumulated CPU time (s) 1961.37
Current children cumulated vsize (KiB) 470696

[startup+2022.3 s]
/proc/loadavg: 2.01 2.02 1.81 3/243 9961
/proc/meminfo: memFree=30893640/32770624 swapFree=5956/174588
[pid=9876] ppid=9873 vsize=470696 CPUtime=2021.35 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 427435 0 0 0 202101 34 0 0 20 0 1 0 82694 481992704 111433 33554432000 4194304 5970956 140720754996992 140720754993960 4964366 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 117674 111433 839 434 0 111038 0
Current children cumulated CPU time (s) 2021.35
Current children cumulated vsize (KiB) 470696

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.82 3/243 9962
/proc/meminfo: memFree=30893524/32770624 swapFree=5956/174620
[pid=9876] ppid=9873 vsize=470696 CPUtime=2081.33 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 427776 0 0 0 208099 34 0 0 20 0 1 0 82694 481992704 111434 33554432000 4194304 5970956 140720754996992 140720754993960 5098928 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 117674 111434 839 434 0 111038 0
Current children cumulated CPU time (s) 2081.33
Current children cumulated vsize (KiB) 470696

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.83 3/243 9963
/proc/meminfo: memFree=30893440/32770624 swapFree=5956/174636
[pid=9876] ppid=9873 vsize=470696 CPUtime=2141.29 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 428096 0 0 0 214095 34 0 0 20 0 1 0 82694 481992704 111434 33554432000 4194304 5970956 140720754996992 140720754993960 4964366 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 117674 111434 839 434 0 111038 0
Current children cumulated CPU time (s) 2141.29
Current children cumulated vsize (KiB) 470696

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 1.84 3/243 9964
/proc/meminfo: memFree=30893736/32770624 swapFree=5956/174668
[pid=9876] ppid=9873 vsize=470696 CPUtime=2201.28 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 428429 0 0 0 220094 34 0 0 20 0 1 0 82694 481992704 111434 33554432000 4194304 5970956 140720754996992 140720754993960 5070093 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 117674 111434 839 434 0 111038 0
Current children cumulated CPU time (s) 2201.28
Current children cumulated vsize (KiB) 470696

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.85 3/244 9973
/proc/meminfo: memFree=30892476/32770624 swapFree=5956/174716
[pid=9876] ppid=9873 vsize=470828 CPUtime=2261.24 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 429081 0 0 0 226090 34 0 0 20 0 1 0 82694 482127872 111445 33554432000 4194304 5970956 140720754996992 140720754993960 4964666 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 117707 111445 839 434 0 111071 0
Current children cumulated CPU time (s) 2261.24
Current children cumulated vsize (KiB) 470828

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.86 3/244 9974
/proc/meminfo: memFree=30892036/32770624 swapFree=5956/174744
[pid=9876] ppid=9873 vsize=470828 CPUtime=2321.22 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 429513 0 0 0 232088 34 0 0 20 0 1 0 82694 482127872 111458 33554432000 4194304 5970956 140720754996992 140720754993960 4964366 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 117707 111458 839 434 0 111071 0
Current children cumulated CPU time (s) 2321.22
Current children cumulated vsize (KiB) 470828

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/244 9975
/proc/meminfo: memFree=30892944/32770624 swapFree=5956/174776
[pid=9876] ppid=9873 vsize=470828 CPUtime=2381.19 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 429884 0 0 0 238085 34 0 0 20 0 1 0 82694 482127872 111458 33554432000 4194304 5970956 140720754996992 140720754993960 4964389 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 117707 111458 839 434 0 111071 0
Current children cumulated CPU time (s) 2381.19
Current children cumulated vsize (KiB) 470828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.2 s]
/proc/loadavg: 2.00 2.01 1.87 3/244 9975
/proc/meminfo: memFree=30892944/32770624 swapFree=5956/174780
[pid=9876] ppid=9873 vsize=470828 CPUtime=2400.08 cores=1,3,5,7,9,11,13,15
/proc/9876/stat : 9876 (cosoco) R 9873 9876 9811 0 -1 4202496 430080 0 0 0 239974 34 0 0 20 0 1 0 82694 482127872 111458 33554432000 4194304 5970956 140720754996992 140720754993960 5098928 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 37326848 140720755000508 140720755000643 140720755000643 140720755003342 0
/proc/9876/statm: 117707 111458 839 434 0 111071 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 470828

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 9876 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.1
CPU user time (s): 2399.75
CPU system time (s): 0.350847
CPU usage (%): 99.954
Max. virtual memory (cumulated for all children) (KiB): 470828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.75
system time used= 0.350847
maximum resident set size= 445880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 430108
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= 88
involuntary context switches= 121210

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.18895 second user time and 13.1374 second system time

The end

Launcher Data

Begin job on node145 at 2017-07-21 16:42:56
IDJOB=4241212
IDBENCH=126245
IDSOLVER=2621
FILE ID=node145/4241212-1500648176
RUNJOBID= node145-1500648174-9844
PBS_JOBID= 20623276
Free space on /tmp= 61860 MiB

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

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

MD5SUM BENCH= a2ce00dc78b702eb5fb62c242f19e981
RANDOM SEED=195319193

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.43
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.43
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		: 1600.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.43
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		: 1733.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.43
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:        32074732 kB
MemAvailable:   32021596 kB
Buffers:           29544 kB
Cached:           227788 kB
SwapCached:            0 kB
Active:           135352 kB
Inactive:         181816 kB
Active(anon):      62304 kB
Inactive(anon):     8548 kB
Active(file):      73048 kB
Inactive(file):   173268 kB
Unevictable:        5956 kB
Mlocked:            5956 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5236 kB
Writeback:             0 kB
AnonPages:         66476 kB
Mapped:            31052 kB
Shmem:              8852 kB
Slab:              63368 kB
SReclaimable:      32768 kB
SUnreclaim:        30600 kB
KernelStack:        4032 kB
PageTables:         4744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     327520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

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