Trace number 4240512

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.02 2400.6

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-tai15a.xml
MD5SUM01e5f10d01ef86069967703c8ffb230e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark195391
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints105
Number of domains2
Minimum domain size15
Maximum domain size61
Distribution of domain sizes[{"size":15,"count":15},{"size":61,"count":104}]
Minimum variable degree0
Maximum variable degree15
Distribution of variable degrees[{"degree":0,"count":121},{"degree":2,"count":104},{"degree":14,"count":2},{"degree":15,"count":13}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":104},{"arity":15,"count":1}]
Number of extensional constraints104
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":104},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT : Variables: 13950 -- Clauses: 413565
0.00/0.07	c best=?? lower=0 upper=495168 
0.00/0.08	c
0.00/0.08	c This is cosoco 1.0 --  
0.00/0.08	c
0.00/0.08	c enable optimization
0.00/0.08	c ========================================[ Problem Statistics ]===========================================
0.00/0.08	c |                                                                                                       
0.00/0.08	c |  Parse time        :         0.06 s 
0.00/0.08	c |
0.00/0.08	c |               Variables: 240
0.00/0.08	c |            Domain Sizes: 15..61
0.00/0.08	c |
0.00/0.08	c |             Constraints: 106
0.00/0.08	c |                   Arity: 3..104  -- Ternary: 104
0.00/0.08	c | 
0.00/0.08	c |                   Types: 
0.00/0.08	c |                          All Different: 1
0.00/0.08	c |                          Extension: 104  (nb tuples: 210..210) -- (shared: 103)
0.00/0.08	c |                          Sum: 1
0.00/0.08	c |                          
0.00/0.08	c =========================================================================================================
0.00/0.08	o 251496
0.00/0.08	c    1 calls to solver: best=251496 lower=0 upper=251495 
0.00/0.09	o 244652
0.09/0.10	o 234839
0.09/0.10	c    3 calls to solver: best=234839 lower=0 upper=234838 
0.09/0.19	o 230669
0.19/0.28	o 230034
0.19/0.28	c    5 calls to solver: best=230034 lower=0 upper=230033 
0.49/0.55	o 225197
0.79/0.82	o 222400
0.79/0.82	c    7 calls to solver: best=222400 lower=0 upper=222399 
0.89/0.94	o 221556
0.99/1.02	o 219199
0.99/1.02	c    9 calls to solver: best=219199 lower=0 upper=219198 
2.69/2.78	o 217358
4.69/4.74	o 215586
4.69/4.74	c   11 calls to solver: best=215586 lower=0 upper=215585 
26.17/26.26	o 214850
41.88/41.99	o 212746
41.88/41.99	c   13 calls to solver: best=212746 lower=0 upper=212745 
92.66/92.73	o 211106
152.25/152.34	o 210445
152.25/152.34	c   15 calls to solver: best=210445 lower=0 upper=210444 
559.95/560.16	o 210201
674.13/674.37	o 209921
674.13/674.37	c   17 calls to solver: best=209921 lower=0 upper=209920 
1698.68/1699.11	o 208277

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-4240512-1500638265/watcher-4240512-1500638265 -o /tmp/evaluation-result-4240512-1500638265/solver-4240512-1500638265 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node112-1500623784-17719 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4240512-1500638265.xml 

pid=21424
running on 8 cores: 0,2,4,6,8,10,12,14

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.13 2.04 2.05 3/242 21427
/proc/meminfo: memFree=31715940/32770624 swapFree=6792/313856
[pid=21427] ppid=21424 vsize=27916 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 1202 0 0 0 1 0 0 0 20 0 1 0 17240921 28585984 1030 33554432000 4194304 5970956 140734277713520 140734277710120 140079480683493 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 6979 1030 705 434 0 343 0

[startup+0.100198 s]
/proc/loadavg: 2.13 2.04 2.05 3/242 21427
/proc/meminfo: memFree=31715940/32770624 swapFree=6792/313856
[pid=21427] ppid=21424 vsize=48712 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 5182 0 0 0 8 1 0 0 20 0 1 0 17240921 49881088 6010 33554432000 4194304 5970956 140734277713520 140734277710344 4976713 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 12178 6010 785 434 0 5542 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48712

[startup+0.200398 s]
/proc/loadavg: 2.13 2.04 2.05 3/242 21427
/proc/meminfo: memFree=31715940/32770624 swapFree=6792/313856
[pid=21427] ppid=21424 vsize=48840 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 5208 0 0 0 18 1 0 0 20 0 1 0 17240921 50012160 6010 33554432000 4194304 5970956 140734277713520 140734277710856 4930640 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 12210 6010 785 434 0 5574 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 48840

[startup+0.300322 s]
/proc/loadavg: 2.13 2.04 2.05 3/242 21427
/proc/meminfo: memFree=31715940/32770624 swapFree=6792/313856
[pid=21427] ppid=21424 vsize=48840 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 5220 0 0 0 28 1 0 0 20 0 1 0 17240921 50012160 6076 33554432000 4194304 5970956 140734277713520 140734277711080 5136623 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 12210 6076 787 434 0 5574 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48840

[startup+0.700287 s]
/proc/loadavg: 2.13 2.04 2.05 3/242 21427
/proc/meminfo: memFree=31715940/32770624 swapFree=6792/313856
[pid=21427] ppid=21424 vsize=48840 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 5251 0 0 0 68 1 0 0 20 0 1 0 17240921 50012160 6076 33554432000 4194304 5970956 140734277713520 140734277711080 5136608 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 12210 6076 787 434 0 5574 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48840

[startup+1.50028 s]
/proc/loadavg: 2.12 2.04 2.05 3/243 21428
/proc/meminfo: memFree=31693716/32770624 swapFree=6792/313856
[pid=21427] ppid=21424 vsize=48840 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 5297 0 0 0 148 1 0 0 20 0 1 0 17240921 50012160 6142 33554432000 4194304 5970956 140734277713520 140734277700824 5136625 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 12210 6142 787 434 0 5574 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48840

[startup+3.10029 s]
/proc/loadavg: 2.12 2.04 2.05 3/243 21428
/proc/meminfo: memFree=31692972/32770624 swapFree=6792/313856
[pid=21427] ppid=21424 vsize=54196 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 7989 0 0 0 308 1 0 0 20 0 1 0 17240921 55496704 6242 33554432000 4194304 5970956 140734277713520 140734277710792 5045637 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13549 6242 787 434 0 6913 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54196

[startup+6.30028 s]
/proc/loadavg: 2.11 2.04 2.05 3/243 21428
/proc/meminfo: memFree=31692116/32770624 swapFree=6792/313856
[pid=21427] ppid=21424 vsize=54196 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 10702 0 0 0 628 1 0 0 20 0 1 0 17240921 55496704 6287 33554432000 4194304 5970956 140734277713520 140734277700824 5098954 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13549 6287 787 434 0 6913 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54196

[startup+12.7003 s]
/proc/loadavg: 2.10 2.04 2.05 3/243 21428
/proc/meminfo: memFree=31691744/32770624 swapFree=6792/313856
[pid=21427] ppid=21424 vsize=54196 CPUtime=12.68 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 13387 0 0 0 1267 1 0 0 20 0 1 0 17240921 55496704 6301 33554432000 4194304 5970956 140734277713520 140734277700824 5272761 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13549 6301 787 434 0 6913 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 54196

[startup+25.5003 s]
/proc/loadavg: 2.08 2.04 2.05 3/243 21429
/proc/meminfo: memFree=31690724/32770624 swapFree=6792/313932
[pid=21427] ppid=21424 vsize=54196 CPUtime=25.47 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 16034 0 0 0 2546 1 0 0 20 0 1 0 17240921 55496704 6334 33554432000 4194304 5970956 140734277713520 140734277700824 5136587 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13549 6334 787 434 0 6913 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 54196

[startup+51.1003 s]
/proc/loadavg: 2.05 2.04 2.05 3/243 21429
/proc/meminfo: memFree=31690584/32770624 swapFree=6792/313932
[pid=21427] ppid=21424 vsize=54196 CPUtime=51.07 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 17162 0 0 0 5106 1 0 0 20 0 1 0 17240921 55496704 6349 33554432000 4194304 5970956 140734277713520 140734277700824 5306541 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13549 6349 787 434 0 6913 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 54196

[startup+102.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/243 21430
/proc/meminfo: memFree=31691492/32770624 swapFree=6792/314012
[pid=21427] ppid=21424 vsize=54196 CPUtime=102.27 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 18204 0 0 0 10225 2 0 0 20 0 1 0 17240921 55496704 6361 33554432000 4194304 5970956 140734277713520 140734277711080 5047048 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13549 6361 787 434 0 6913 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 54196

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/243 21438
/proc/meminfo: memFree=31691900/32770624 swapFree=6792/314064
[pid=21427] ppid=21424 vsize=54196 CPUtime=162.25 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 19261 0 0 0 16223 2 0 0 20 0 1 0 17240921 55496704 6372 33554432000 4194304 5970956 140734277713520 140734277700824 5136625 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13549 6372 787 434 0 6913 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 54196

[startup+222.308 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 21461
/proc/meminfo: memFree=31690424/32770624 swapFree=6792/314108
[pid=21427] ppid=21424 vsize=54196 CPUtime=222.24 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 20276 0 0 0 22222 2 0 0 20 0 1 0 17240921 55496704 6383 33554432000 4194304 5970956 140734277713520 140734277700824 5136611 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13549 6383 787 434 0 6913 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 54196

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 21462
/proc/meminfo: memFree=31692036/32770624 swapFree=6792/314108
[pid=21427] ppid=21424 vsize=54196 CPUtime=282.22 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 21307 0 0 0 28220 2 0 0 20 0 1 0 17240921 55496704 6389 33554432000 4194304 5970956 140734277713520 140734277700824 4934556 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13549 6389 787 434 0 6913 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 54196

[startup+342.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/243 21463
/proc/meminfo: memFree=31689156/32770624 swapFree=6792/314108
[pid=21427] ppid=21424 vsize=54196 CPUtime=342.2 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 22314 0 0 0 34218 2 0 0 20 0 1 0 17240921 55496704 6905 33554432000 4194304 5970956 140734277713520 140734277700824 5136623 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13549 6905 787 434 0 6913 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 54196

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 21464
/proc/meminfo: memFree=31689772/32770624 swapFree=6792/314232
[pid=21427] ppid=21424 vsize=54196 CPUtime=402.19 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 23076 0 0 0 40217 2 0 0 20 0 1 0 17240921 55496704 6905 33554432000 4194304 5970956 140734277713520 140734277700824 5047532 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13549 6905 787 434 0 6913 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 54196

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 21465
/proc/meminfo: memFree=31689088/32770624 swapFree=6792/314232
[pid=21427] ppid=21424 vsize=54196 CPUtime=462.18 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 23866 0 0 0 46216 2 0 0 20 0 1 0 17240921 55496704 6908 33554432000 4194304 5970956 140734277713520 140734277700824 5136623 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13549 6908 787 434 0 6913 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 54196

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 21466
/proc/meminfo: memFree=31688916/32770624 swapFree=6792/314232
[pid=21427] ppid=21424 vsize=54196 CPUtime=522.16 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 24634 0 0 0 52214 2 0 0 20 0 1 0 17240921 55496704 6908 33554432000 4194304 5970956 140734277713520 140734277700824 5136643 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13549 6908 787 434 0 6913 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 54196

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 21467
/proc/meminfo: memFree=31689516/32770624 swapFree=6792/314232
[pid=21427] ppid=21424 vsize=54196 CPUtime=582.15 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 25436 0 0 0 58213 2 0 0 20 0 1 0 17240921 55496704 6908 33554432000 4194304 5970956 140734277713520 140734277711080 4908175 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13549 6908 787 434 0 6913 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 54196


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


[startup+1482.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/245 21632
/proc/meminfo: memFree=30327932/32770624 swapFree=6792/314924
[pid=21427] ppid=21424 vsize=54324 CPUtime=1481.93 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 36561 0 0 0 148191 2 0 0 20 0 1 0 17240921 55627776 6913 33554432000 4194304 5970956 140734277713520 140734277700824 5136620 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13581 6913 787 434 0 6945 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 54324

[startup+1542.31 s]
/proc/loadavg: 2.00 2.02 2.05 3/245 21633
/proc/meminfo: memFree=30327412/32770624 swapFree=6792/314924
[pid=21427] ppid=21424 vsize=54324 CPUtime=1541.92 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 37208 0 0 0 154190 2 0 0 20 0 1 0 17240921 55627776 6913 33554432000 4194304 5970956 140734277713520 140734277700824 4934272 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13581 6913 787 434 0 6945 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 54324

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/245 21634
/proc/meminfo: memFree=30328844/32770624 swapFree=6792/315028
[pid=21427] ppid=21424 vsize=54324 CPUtime=1601.9 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 38009 0 0 0 160188 2 0 0 20 0 1 0 17240921 55627776 6913 33554432000 4194304 5970956 140734277713520 140734277700824 5045308 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13581 6913 787 434 0 6945 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 54324

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 21636
/proc/meminfo: memFree=30328952/32770624 swapFree=6792/315048
[pid=21427] ppid=21424 vsize=54324 CPUtime=1661.89 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 38722 0 0 0 166187 2 0 0 20 0 1 0 17240921 55627776 6913 33554432000 4194304 5970956 140734277713520 140734277700824 5136620 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13581 6913 787 434 0 6945 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 54324

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 21637
/proc/meminfo: memFree=30329832/32770624 swapFree=6792/315088
[pid=21427] ppid=21424 vsize=54324 CPUtime=1721.87 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 39531 0 0 0 172185 2 0 0 20 0 1 0 17240921 55627776 6914 33554432000 4194304 5970956 140734277713520 140734277711080 5098954 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13581 6914 787 434 0 6945 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 54324

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 21639
/proc/meminfo: memFree=30326708/32770624 swapFree=6792/315136
[pid=21427] ppid=21424 vsize=54324 CPUtime=1781.86 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 40217 0 0 0 178184 2 0 0 20 0 1 0 17240921 55627776 6914 33554432000 4194304 5970956 140734277713520 140734277711080 5136625 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13581 6914 787 434 0 6945 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 54324

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 21641
/proc/meminfo: memFree=30323432/32770624 swapFree=6792/315116
[pid=21427] ppid=21424 vsize=54324 CPUtime=1841.84 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 40882 0 0 0 184182 2 0 0 20 0 1 0 17240921 55627776 6914 33554432000 4194304 5970956 140734277713520 140734277711080 5272464 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13581 6914 787 434 0 6945 0
Current children cumulated CPU time (s) 1841.84
Current children cumulated vsize (KiB) 54324

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 21642
/proc/meminfo: memFree=30323432/32770624 swapFree=6792/315164
[pid=21427] ppid=21424 vsize=54324 CPUtime=1901.83 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 41652 0 0 0 190181 2 0 0 20 0 1 0 17240921 55627776 6914 33554432000 4194304 5970956 140734277713520 140734277711080 5136608 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13581 6914 787 434 0 6945 0
Current children cumulated CPU time (s) 1901.83
Current children cumulated vsize (KiB) 54324

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 21651
/proc/meminfo: memFree=30321668/32770624 swapFree=6792/315200
[pid=21427] ppid=21424 vsize=54324 CPUtime=1961.81 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 42347 0 0 0 196179 2 0 0 20 0 1 0 17240921 55627776 6915 33554432000 4194304 5970956 140734277713520 140734277711080 5322040 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13581 6915 787 434 0 6945 0
Current children cumulated CPU time (s) 1961.81
Current children cumulated vsize (KiB) 54324

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 21652
/proc/meminfo: memFree=30321152/32770624 swapFree=6792/315200
[pid=21427] ppid=21424 vsize=54324 CPUtime=2021.8 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 43018 0 0 0 202178 2 0 0 20 0 1 0 17240921 55627776 6915 33554432000 4194304 5970956 140734277713520 140734277711080 5047044 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13581 6915 787 434 0 6945 0
Current children cumulated CPU time (s) 2021.8
Current children cumulated vsize (KiB) 54324

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 21653
/proc/meminfo: memFree=30321228/32770624 swapFree=6792/315200
[pid=21427] ppid=21424 vsize=54324 CPUtime=2081.79 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 43686 0 0 0 208177 2 0 0 20 0 1 0 17240921 55627776 6915 33554432000 4194304 5970956 140734277713520 140734277711080 5136623 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13581 6915 787 434 0 6945 0
Current children cumulated CPU time (s) 2081.79
Current children cumulated vsize (KiB) 54324

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 21654
/proc/meminfo: memFree=30321520/32770624 swapFree=6792/315200
[pid=21427] ppid=21424 vsize=54324 CPUtime=2141.77 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 44498 0 0 0 214175 2 0 0 20 0 1 0 17240921 55627776 6915 33554432000 4194304 5970956 140734277713520 140734277711080 4974124 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13581 6915 787 434 0 6945 0
Current children cumulated CPU time (s) 2141.77
Current children cumulated vsize (KiB) 54324

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 21655
/proc/meminfo: memFree=30321548/32770624 swapFree=6792/315360
[pid=21427] ppid=21424 vsize=54324 CPUtime=2201.76 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 45213 0 0 0 220174 2 0 0 20 0 1 0 17240921 55627776 6915 33554432000 4194304 5970956 140734277713520 140734277711080 5136634 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13581 6915 787 434 0 6945 0
Current children cumulated CPU time (s) 2201.76
Current children cumulated vsize (KiB) 54324

[startup+2262.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/243 21656
/proc/meminfo: memFree=30322248/32770624 swapFree=6792/315380
[pid=21427] ppid=21424 vsize=54324 CPUtime=2261.74 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 45929 0 0 0 226172 2 0 0 20 0 1 0 17240921 55627776 6915 33554432000 4194304 5970956 140734277713520 140734277711080 5136620 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13581 6915 787 434 0 6945 0
Current children cumulated CPU time (s) 2261.74
Current children cumulated vsize (KiB) 54324

[startup+2322.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 21657
/proc/meminfo: memFree=30321788/32770624 swapFree=6792/315380
[pid=21427] ppid=21424 vsize=54324 CPUtime=2321.73 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 46705 0 0 0 232171 2 0 0 20 0 1 0 17240921 55627776 6915 33554432000 4194304 5970956 140734277713520 140734277711080 4908345 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13581 6915 787 434 0 6945 0
Current children cumulated CPU time (s) 2321.73
Current children cumulated vsize (KiB) 54324

[startup+2382.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 21658
/proc/meminfo: memFree=30322172/32770624 swapFree=6792/315380
[pid=21427] ppid=21424 vsize=54324 CPUtime=2381.71 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 47427 0 0 0 238169 2 0 0 20 0 1 0 17240921 55627776 6915 33554432000 4194304 5970956 140734277713520 140734277711080 5327380 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13581 6915 787 434 0 6945 0
Current children cumulated CPU time (s) 2381.71
Current children cumulated vsize (KiB) 54324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.6 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 21658
/proc/meminfo: memFree=30322172/32770624 swapFree=6792/315380
[pid=21427] ppid=21424 vsize=54324 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/21427/stat : 21427 (cosoco) R 21424 21427 17688 0 -1 4202496 48107 0 0 0 239999 2 0 0 20 0 1 0 17240921 55627776 6915 33554432000 4194304 5970956 140734277713520 140734277711080 5045696 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 25853952 140734277715132 140734277715267 140734277715267 140734277717966 0
/proc/21427/statm: 13581 6915 787 434 0 6945 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 54324

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

Child status: 1
Real time (s): 2400.6
CPU time (s): 2400.02
CPU user time (s): 2399.99
CPU system time (s): 0.029992
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 54324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.99
system time used= 0.029992
maximum resident set size= 27708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48182
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= 20
involuntary context switches= 120661

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.21893 second user time and 11.4062 second system time

The end

Launcher Data

Begin job on node112 at 2017-07-21 13:57:45
IDJOB=4240512
IDBENCH=123042
IDSOLVER=2621
FILE ID=node112/4240512-1500638265
RUNJOBID= node112-1500623784-17719
PBS_JOBID= 20623019
Free space on /tmp= 62020 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-tai15a.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4240512-1500638265/watcher-4240512-1500638265 -o /tmp/evaluation-result-4240512-1500638265/solver-4240512-1500638265 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node112-1500623784-17719 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4240512-1500638265.xml

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

MD5SUM BENCH= 01e5f10d01ef86069967703c8ffb230e
RANDOM SEED=1386597472

node112.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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		: 1867.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	: 5334.09
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		: 2668.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	: 5334.09
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		: 2668.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	: 5334.09
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	: 5334.09
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:        31716020 kB
MemAvailable:   31969348 kB
Buffers:          140260 kB
Cached:           400972 kB
SwapCached:            0 kB
Active:           280496 kB
Inactive:         330816 kB
Active(anon):      72728 kB
Inactive(anon):    16960 kB
Active(file):     207768 kB
Inactive(file):   313856 kB
Unevictable:        6792 kB
Mlocked:            6800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2100 kB
Writeback:             0 kB
AnonPages:         77068 kB
Mapped:            34448 kB
Shmem:             17040 kB
Slab:             128180 kB
SReclaimable:      95076 kB
SUnreclaim:        33104 kB
KernelStack:        4272 kB
PageTables:         5212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     348836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 62020 MiB
End job on node112 at 2017-07-21 14:37:46