Trace number 4241146

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.06 2400.71

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-16-a3.xml
MD5SUM0e9e24bc5c9dc7ecc0ccfc6ea7d62ad7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark190
Best CPU time to get the best result obtained on this benchmark20036
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints123
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":120},{"size":501,"count":16}]
Minimum variable degree0
Maximum variable degree17
Distribution of variable degrees[{"degree":0,"count":136},{"degree":2,"count":120},{"degree":16,"count":14},{"degree":17,"count":2}]
Minimum constraint arity1
Maximum constraint arity120
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":120},{"arity":16,"count":1},{"arity":120,"count":1}]
Number of extensional constraints0
Number of intensional constraints121
Distribution of constraint types[{"type":"intension","count":121},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

2.48/2.52	c SAT : Variables: 136016 -- Clauses: 33940272
2.48/2.52	c best=?? lower=0 upper=500 
24.28/24.37	c
24.28/24.37	c This is cosoco 1.0 --  
24.28/24.37	c
24.28/24.37	c enable optimization
24.28/24.37	c ========================================[ Problem Statistics ]===========================================
24.28/24.37	c |                                                                                                       
24.28/24.37	c |  Parse time        :         2.17 s 
24.28/24.37	c |
24.28/24.37	c |               Variables: 272
24.28/24.37	c |            Domain Sizes: 500..501
24.28/24.37	c |
24.28/24.37	c |             Constraints: 138
24.28/24.37	c |                   Arity: 1..120  -- Unary: 2  -- Binary: 15  -- Ternary: 120
24.28/24.37	c | 
24.28/24.37	c |                   Types: 
24.28/24.37	c |                          (X - Y < k): 15
24.28/24.37	c |                          All Different: 1
24.28/24.37	c |                          Intension: 122
24.28/24.37	c |                          
24.28/24.37	c =========================================================================================================
24.28/24.37	conflict 499lvl : 5 bt3-14059:0(9308)X135923129
227.89/228.04	o 272
227.89/228.04	c    1 calls to solver: best=272 lower=0 upper=271 
231.69/231.89	o 271
265.37/265.56	o 260
265.37/265.56	c    3 calls to solver: best=260 lower=0 upper=259 
277.78/277.93	o 257
551.27/551.50	o 246
551.27/551.50	c    5 calls to solver: best=246 lower=0 upper=245 
786.09/786.40	conflict 499lvl : 13 bt11-9526:0(10525)X136532593
1050.13/1050.59	o 245
1328.06/1328.53	o 237
1328.06/1328.53	c    7 calls to solver: best=237 lower=0 upper=236 
2195.38/2196.04	o 235

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-4241146-1500641978/watcher-4241146-1500641978 -o /tmp/evaluation-result-4241146-1500641978/solver-4241146-1500641978 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500634750-5913 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4241146-1500641978.xml 

pid=6758
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.05 3/186 6761
/proc/meminfo: memFree=17869220/32770624 swapFree=6792/951080
[pid=6761] ppid=6758 vsize=28176 CPUtime=0 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 1253 0 0 0 0 0 0 0 20 0 1 0 17631276 28852224 1070 33554432000 4194304 5970956 140725492765792 140725492765296 5390251 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 7044 1070 703 434 0 408 0

[startup+0.100134 s]
/proc/loadavg: 2.01 2.02 2.05 3/186 6761
/proc/meminfo: memFree=17869220/32770624 swapFree=6792/951080
[pid=6761] ppid=6758 vsize=29512 CPUtime=0.09 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 1663 0 0 0 9 0 0 0 20 0 1 0 17631276 30220288 1486 33554432000 4194304 5970956 140725492765792 140725492759384 5219442 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 7378 1486 782 434 0 742 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29512

[startup+0.20026 s]
/proc/loadavg: 2.01 2.02 2.05 3/186 6761
/proc/meminfo: memFree=17869220/32770624 swapFree=6792/951080
[pid=6761] ppid=6758 vsize=37724 CPUtime=0.19 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 2922 0 0 0 19 0 0 0 20 0 1 0 17631276 38629376 2742 33554432000 4194304 5970956 140725492765792 140725492759384 139973491223525 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 9431 2742 825 434 0 2795 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 37724

[startup+0.300235 s]
/proc/loadavg: 2.01 2.02 2.05 3/186 6761
/proc/meminfo: memFree=17869220/32770624 swapFree=6792/951080
[pid=6761] ppid=6758 vsize=101852 CPUtime=0.29 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 13661 0 0 0 28 1 0 0 20 0 1 0 17631276 104296448 17584 33554432000 4194304 5970956 140725492765792 140725492762616 139973491292715 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 25463 17584 825 434 0 18827 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 101852

[startup+0.700239 s]
/proc/loadavg: 2.01 2.02 2.05 3/186 6761
/proc/meminfo: memFree=17869220/32770624 swapFree=6792/951080
[pid=6761] ppid=6758 vsize=356912 CPUtime=0.69 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 47380 0 0 0 62 7 0 0 20 0 1 0 17631276 365477888 77309 33554432000 4194304 5970956 140725492765792 140725492762616 139973491223525 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 89228 77309 825 434 0 82592 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 356912

[startup+1.50024 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 6762
/proc/meminfo: memFree=16727068/32770624 swapFree=6792/951084
[pid=6761] ppid=6758 vsize=860168 CPUtime=1.49 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 109101 0 0 0 130 19 0 0 20 0 1 0 17631276 880812032 193724 33554432000 4194304 5970956 140725492765792 140725492762616 139973491223525 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 215042 193724 825 434 0 208406 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 860168

[startup+3.10022 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 6762
/proc/meminfo: memFree=15499512/32770624 swapFree=6792/951084
[pid=6761] ppid=6758 vsize=1423780 CPUtime=3.09 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 188070 0 0 0 274 35 0 0 20 0 1 0 17631276 1457950720 341176 33554432000 4194304 5970956 140725492765792 140725492762584 4967896 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 355945 341176 840 434 0 349309 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1423780

[startup+6.30024 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 6763
/proc/meminfo: memFree=19894272/32770624 swapFree=6792/1870540
[pid=6761] ppid=6758 vsize=1423924 CPUtime=6.29 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 192155 0 0 0 587 42 0 0 20 0 1 0 17631276 1458098176 341235 33554432000 4194304 5970956 140725492765792 140725492762616 5052080 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 355981 341235 840 434 0 349345 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1423924

[startup+12.7002 s]
/proc/loadavg: 2.17 2.05 2.06 3/188 6824
/proc/meminfo: memFree=28130276/32770624 swapFree=6792/1870612
[pid=6761] ppid=6758 vsize=1423924 CPUtime=12.69 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 196042 0 0 0 1224 45 0 0 20 0 1 0 17631276 1458098176 341235 33554432000 4194304 5970956 140725492765792 140725492762616 5069728 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 355981 341235 840 434 0 349345 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1423924

[startup+25.5002 s]
/proc/loadavg: 2.48 2.13 2.08 3/187 6834
/proc/meminfo: memFree=21721656/32770624 swapFree=6792/953300
[pid=6761] ppid=6758 vsize=1423924 CPUtime=25.47 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 200786 0 0 0 2502 45 0 0 20 0 1 0 17631276 1458098176 341240 33554432000 4194304 5970956 140725492765792 140725492763128 4967810 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 355981 341240 845 434 0 349345 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1423924

[startup+51.1002 s]
/proc/loadavg: 2.32 2.12 2.08 3/187 6834
/proc/meminfo: memFree=15879516/32770624 swapFree=6792/953316
[pid=6761] ppid=6758 vsize=1423924 CPUtime=51.06 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 207600 0 0 0 5061 45 0 0 20 0 1 0 17631276 1458098176 341247 33554432000 4194304 5970956 140725492765792 140725492763128 4908985 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 355981 341247 845 434 0 349345 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1423924

[startup+102.3 s]
/proc/loadavg: 2.14 2.10 2.07 3/187 6857
/proc/meminfo: memFree=15876180/32770624 swapFree=6792/953368
[pid=6761] ppid=6758 vsize=1424056 CPUtime=102.24 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 216553 0 0 0 10178 46 0 0 20 0 1 0 17631276 1458233344 341257 33554432000 4194304 5970956 140725492765792 140725492762552 4961411 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356014 341257 845 434 0 349378 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 1424056

[startup+162.3 s]
/proc/loadavg: 2.05 2.08 2.07 3/187 6858
/proc/meminfo: memFree=15876672/32770624 swapFree=6792/953404
[pid=6761] ppid=6758 vsize=1424188 CPUtime=162.21 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 222706 0 0 0 16175 46 0 0 20 0 1 0 17631276 1458368512 341300 33554432000 4194304 5970956 140725492765792 140725492762856 4974237 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356047 341300 845 434 0 349411 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 1424188

[startup+222.306 s]
/proc/loadavg: 2.02 2.07 2.06 3/187 6859
/proc/meminfo: memFree=15876164/32770624 swapFree=6792/953436
[pid=6761] ppid=6758 vsize=1424596 CPUtime=222.2 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 228343 0 0 0 22173 47 0 0 20 0 1 0 17631276 1458786304 341397 33554432000 4194304 5970956 140725492765792 140725492762552 4908985 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356149 341397 845 434 0 349513 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 1424596

[startup+282.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/187 6860
/proc/meminfo: memFree=15876060/32770624 swapFree=6792/953468
[pid=6761] ppid=6758 vsize=1425364 CPUtime=282.17 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 244339 0 0 0 28169 48 0 0 20 0 1 0 17631276 1459572736 341593 33554432000 4194304 5970956 140725492765792 140725492763352 5322983 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356341 341593 845 434 0 349705 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 1425364

[startup+342.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 6861
/proc/meminfo: memFree=15874928/32770624 swapFree=6792/953508
[pid=6761] ppid=6758 vsize=1425760 CPUtime=342.14 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 256170 0 0 0 34166 48 0 0 20 0 1 0 17631276 1459978240 341663 33554432000 4194304 5970956 140725492765792 140725492762760 4964363 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356440 341663 845 434 0 349804 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 1425760

[startup+402.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 6862
/proc/meminfo: memFree=15872116/32770624 swapFree=6792/953548
[pid=6761] ppid=6758 vsize=1425900 CPUtime=402.12 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 268080 0 0 0 40163 49 0 0 20 0 1 0 17631276 1460121600 342211 33554432000 4194304 5970956 140725492765792 140725492762552 4961429 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356475 342211 845 434 0 349839 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 1425900

[startup+462.3 s]
/proc/loadavg: 2.07 2.05 2.05 3/187 6863
/proc/meminfo: memFree=15872144/32770624 swapFree=6792/953576
[pid=6761] ppid=6758 vsize=1426036 CPUtime=462.09 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 277784 0 0 0 46160 49 0 0 20 0 1 0 17631276 1460260864 342242 33554432000 4194304 5970956 140725492765792 140725492762552 4967810 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356509 342242 845 434 0 349873 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 1426036

[startup+522.3 s]
/proc/loadavg: 2.06 2.05 2.05 3/187 6864
/proc/meminfo: memFree=15871408/32770624 swapFree=6792/953612
[pid=6761] ppid=6758 vsize=1426184 CPUtime=522.08 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 285573 0 0 0 52158 50 0 0 20 0 1 0 17631276 1460412416 342273 33554432000 4194304 5970956 140725492765792 140725492762552 4961388 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356546 342273 845 434 0 349910 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 1426184

[startup+582.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/187 6865
/proc/meminfo: memFree=15871180/32770624 swapFree=6792/953656
[pid=6761] ppid=6758 vsize=1426184 CPUtime=582.06 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 288787 0 0 0 58156 50 0 0 20 0 1 0 17631276 1460412416 342273 33554432000 4194304 5970956 140725492765792 140725492753096 5052093 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356546 342273 845 434 0 349910 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 1426184


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


[startup+1542.31 s]
/proc/loadavg: 2.10 2.04 2.05 3/187 6896
/proc/meminfo: memFree=15865252/32770624 swapFree=6792/954188
[pid=6761] ppid=6758 vsize=1426740 CPUtime=1541.83 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 313362 0 0 0 154130 53 0 0 20 0 1 0 17631276 1460981760 342421 33554432000 4194304 5970956 140725492765792 140725492762552 5098928 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356685 342421 845 434 0 350049 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 1426740

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 6897
/proc/meminfo: memFree=15865004/32770624 swapFree=6792/954228
[pid=6761] ppid=6758 vsize=1426740 CPUtime=1601.81 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 315259 0 0 0 160128 53 0 0 20 0 1 0 17631276 1460981760 342430 33554432000 4194304 5970956 140725492765792 140725492762552 4909030 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356685 342430 845 434 0 350049 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 1426740

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 6898
/proc/meminfo: memFree=15864928/32770624 swapFree=6792/954256
[pid=6761] ppid=6758 vsize=1426740 CPUtime=1661.79 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 316959 0 0 0 166126 53 0 0 20 0 1 0 17631276 1460981760 342432 33554432000 4194304 5970956 140725492765792 140725492762552 5319849 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356685 342432 845 434 0 350049 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 1426740

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 6900
/proc/meminfo: memFree=15864900/32770624 swapFree=6792/954292
[pid=6761] ppid=6758 vsize=1426872 CPUtime=1721.78 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 318649 0 0 0 172125 53 0 0 20 0 1 0 17631276 1461116928 342439 33554432000 4194304 5970956 140725492765792 140725492762712 4968285 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356718 342439 845 434 0 350082 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 1426872

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 6901
/proc/meminfo: memFree=15864256/32770624 swapFree=6792/954324
[pid=6761] ppid=6758 vsize=1426872 CPUtime=1781.77 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 320307 0 0 0 178124 53 0 0 20 0 1 0 17631276 1461116928 342465 33554432000 4194304 5970956 140725492765792 140725492762712 4964363 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356718 342465 845 434 0 350082 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 1426872

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 6910
/proc/meminfo: memFree=15860984/32770624 swapFree=6792/954356
[pid=6761] ppid=6758 vsize=1427004 CPUtime=1841.76 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 321500 0 0 0 184123 53 0 0 20 0 1 0 17631276 1461252096 342475 33554432000 4194304 5970956 140725492765792 140725492762712 5069728 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356751 342475 845 434 0 350115 0
Current children cumulated CPU time (s) 1841.76
Current children cumulated vsize (KiB) 1427004

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 6911
/proc/meminfo: memFree=15859688/32770624 swapFree=6792/954388
[pid=6761] ppid=6758 vsize=1427004 CPUtime=1901.75 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 323206 0 0 0 190121 54 0 0 20 0 1 0 17631276 1461252096 342998 33554432000 4194304 5970956 140725492765792 140725492762712 5070791 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356751 342998 845 434 0 350115 0
Current children cumulated CPU time (s) 1901.75
Current children cumulated vsize (KiB) 1427004

[startup+1962.3 s]
/proc/loadavg: 2.14 2.05 2.05 3/188 6912
/proc/meminfo: memFree=15859892/32770624 swapFree=6792/954420
[pid=6761] ppid=6758 vsize=1427004 CPUtime=1961.74 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 324552 0 0 0 196120 54 0 0 20 0 1 0 17631276 1461252096 342998 33554432000 4194304 5970956 140725492765792 140725492762712 4961400 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356751 342998 845 434 0 350115 0
Current children cumulated CPU time (s) 1961.74
Current children cumulated vsize (KiB) 1427004

[startup+2022.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/188 6913
/proc/meminfo: memFree=15860036/32770624 swapFree=6792/954456
[pid=6761] ppid=6758 vsize=1427004 CPUtime=2021.72 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 326490 0 0 0 202118 54 0 0 20 0 1 0 17631276 1461252096 343002 33554432000 4194304 5970956 140725492765792 140725492762712 4909007 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356751 343002 845 434 0 350115 0
Current children cumulated CPU time (s) 2021.72
Current children cumulated vsize (KiB) 1427004

[startup+2082.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/188 6914
/proc/meminfo: memFree=15859920/32770624 swapFree=6792/954488
[pid=6761] ppid=6758 vsize=1427004 CPUtime=2081.71 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 327759 0 0 0 208117 54 0 0 20 0 1 0 17631276 1461252096 343007 33554432000 4194304 5970956 140725492765792 140725492762712 5098928 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356751 343007 845 434 0 350115 0
Current children cumulated CPU time (s) 2081.71
Current children cumulated vsize (KiB) 1427004

[startup+2142.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 6915
/proc/meminfo: memFree=15859792/32770624 swapFree=6792/954524
[pid=6761] ppid=6758 vsize=1427004 CPUtime=2141.69 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 329505 0 0 0 214115 54 0 0 20 0 1 0 17631276 1461252096 343017 33554432000 4194304 5970956 140725492765792 140725492762712 4909007 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356751 343017 845 434 0 350115 0
Current children cumulated CPU time (s) 2141.69
Current children cumulated vsize (KiB) 1427004

[startup+2202.31 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 6916
/proc/meminfo: memFree=15860072/32770624 swapFree=6792/954544
[pid=6761] ppid=6758 vsize=1427136 CPUtime=2201.69 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 331481 0 0 0 220115 54 0 0 20 0 1 0 17631276 1461387264 343027 33554432000 4194304 5970956 140725492765792 140725492763352 5052118 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356784 343027 845 434 0 350148 0
Current children cumulated CPU time (s) 2201.69
Current children cumulated vsize (KiB) 1427136

[startup+2262.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 6917
/proc/meminfo: memFree=15860028/32770624 swapFree=6792/954584
[pid=6761] ppid=6758 vsize=1427136 CPUtime=2261.67 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 333772 0 0 0 226113 54 0 0 20 0 1 0 17631276 1461387264 343037 33554432000 4194304 5970956 140725492765792 140725492763352 5322992 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356784 343037 845 434 0 350148 0
Current children cumulated CPU time (s) 2261.67
Current children cumulated vsize (KiB) 1427136

[startup+2322.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 6918
/proc/meminfo: memFree=15859572/32770624 swapFree=6792/954624
[pid=6761] ppid=6758 vsize=1427136 CPUtime=2321.65 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 335572 0 0 0 232111 54 0 0 20 0 1 0 17631276 1461387264 343038 33554432000 4194304 5970956 140725492765792 140725492763352 4908967 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356784 343038 845 434 0 350148 0
Current children cumulated CPU time (s) 2321.65
Current children cumulated vsize (KiB) 1427136

[startup+2382.3 s]
/proc/loadavg: 2.05 2.05 2.05 3/187 6919
/proc/meminfo: memFree=15858516/32770624 swapFree=6792/954652
[pid=6761] ppid=6758 vsize=1427136 CPUtime=2381.64 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 337088 0 0 0 238110 54 0 0 20 0 1 0 17631276 1461387264 343041 33554432000 4194304 5970956 140725492765792 140725492763352 5311659 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356784 343041 845 434 0 350148 0
Current children cumulated CPU time (s) 2381.64
Current children cumulated vsize (KiB) 1427136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.7 s]
/proc/loadavg: 2.11 2.06 2.05 3/187 6919
/proc/meminfo: memFree=15858484/32770624 swapFree=6792/954668
[pid=6761] ppid=6758 vsize=1427136 CPUtime=2400.04 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 337404 0 0 0 239950 54 0 0 20 0 1 0 17631276 1461387264 343041 33554432000 4194304 5970956 140725492765792 140725492763352 4908985 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356784 343041 845 434 0 350148 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 1427136

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

[startup+2400.7 s]
/proc/loadavg: 2.11 2.06 2.05 3/187 6919
/proc/meminfo: memFree=15858484/32770624 swapFree=6792/954668
[pid=6761] ppid=6758 vsize=1427136 CPUtime=2400.04 cores=0,2,4,6
/proc/6761/stat : 6761 (cosoco) R 6758 6761 3400 0 -1 4202496 337404 0 0 0 239950 54 0 0 20 0 1 0 17631276 1461387264 343041 33554432000 4194304 5970956 140725492765792 140725492763352 4908985 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21057536 140725492774076 140725492774211 140725492774211 140725492776910 0
/proc/6761/statm: 356784 343041 845 434 0 350148 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 1427136

Child status: 1
Real time (s): 2400.71
CPU time (s): 2400.06
CPU user time (s): 2399.5
CPU system time (s): 0.556857
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 1427136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.5
system time used= 0.556857
maximum resident set size= 1372212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 337552
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= 73
involuntary context switches= 125122

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.81552 second user time and 8.21686 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-21 14:59:38
IDJOB=4241146
IDBENCH=126213
IDSOLVER=2621
FILE ID=node143/4241146-1500641978
RUNJOBID= node143-1500634750-5913
PBS_JOBID= 20622991
Free space on /tmp= 61996 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-16-a3.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241146-1500641978/watcher-4241146-1500641978 -o /tmp/evaluation-result-4241146-1500641978/solver-4241146-1500641978 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500634750-5913 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4241146-1500641978.xml

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

MD5SUM BENCH= 0e9e24bc5c9dc7ecc0ccfc6ea7d62ad7
RANDOM SEED=381317705

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17887712 kB
MemAvailable:   18928924 kB
Buffers:          162508 kB
Cached:          1166276 kB
SwapCached:            0 kB
Active:         13467600 kB
Inactive:         968032 kB
Active(anon):   13110104 kB
Inactive(anon):    16952 kB
Active(file):     357496 kB
Inactive(file):   951080 kB
Unevictable:        6792 kB
Mlocked:            6800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2540 kB
Writeback:             0 kB
AnonPages:      13105940 kB
Mapped:            34688 kB
Shmem:             17044 kB
Slab:             122048 kB
SReclaimable:      96944 kB
SUnreclaim:        25104 kB
KernelStack:        3264 kB
PageTables:        30528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   15273380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1880064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61992 MiB
End job on node143 at 2017-07-21 15:39:39