Trace number 4242664

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.03 2400.7

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n75/
TravellingSalesman-75-50-02.xml
MD5SUM9f40e16214a2956ff65ea335997fc7bb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark336
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints76
Number of domains2
Minimum domain size56
Maximum domain size75
Distribution of domain sizes[{"size":56,"count":75},{"size":75,"count":75}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":75},{"degree":3,"count":75}]
Minimum constraint arity3
Maximum constraint arity75
Distribution of constraint arities[{"arity":3,"count":75},{"arity":75,"count":1}]
Number of extensional constraints75
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":75},{"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.10	c SAT : Variables: 9825 -- Clauses: 323775
0.09/0.10	c best=?? lower=75 upper=4275 
0.19/0.24	c
0.19/0.24	c This is cosoco 1.0 --  
0.19/0.24	c
0.19/0.24	c enable optimization
0.19/0.24	c ========================================[ Problem Statistics ]===========================================
0.19/0.24	c |                                                                                                       
0.19/0.24	c |  Parse time        :         0.08 s 
0.19/0.24	c |
0.19/0.24	c |               Variables: 150
0.19/0.24	c |            Domain Sizes: 56..75
0.19/0.24	c |
0.19/0.24	c |             Constraints: 77
0.19/0.24	c |                   Arity: 3..75  -- Ternary: 75
0.19/0.24	c | 
0.19/0.24	c |                   Types: 
0.19/0.24	c |                          All Different: 1
0.19/0.24	c |                          Extension: 75  (nb tuples: 5550..5550) -- (shared: 74)
0.19/0.24	c |                          Sum: 1
0.19/0.24	c |                          
0.19/0.24	c =========================================================================================================
0.19/0.24	o 1342
0.19/0.24	c    1 calls to solver: best=1342 lower=75 upper=1341 
1.59/1.62	o 1254
7.48/7.56	o 1190
7.48/7.56	c    3 calls to solver: best=1190 lower=75 upper=1189 
17.78/17.86	o 1178
33.28/33.33	o 1150
33.28/33.33	c    5 calls to solver: best=1150 lower=75 upper=1149 
33.38/33.49	o 899
33.48/33.54	o 897
33.48/33.54	c    7 calls to solver: best=897 lower=75 upper=896 
33.58/33.68	o 663
33.78/33.82	o 417
33.78/33.82	c    9 calls to solver: best=417 lower=75 upper=416 
39.69/39.73	o 415
46.28/46.36	o 414
46.28/46.36	c   11 calls to solver: best=414 lower=75 upper=413 
46.38/46.42	o 410
46.78/46.87	o 409
46.78/46.87	c   13 calls to solver: best=409 lower=75 upper=408 
59.37/59.42	o 408
155.54/155.67	o 407
155.54/155.67	c   15 calls to solver: best=407 lower=75 upper=406 
169.34/169.47	o 405
178.43/178.55	o 404
178.43/178.55	c   17 calls to solver: best=404 lower=75 upper=403 
2020.13/2020.73	o 402

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

pid=4062
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: 2.00 2.01 2.05 3/242 4065
/proc/meminfo: memFree=32034424/32770624 swapFree=5668/217848
[pid=4065] ppid=4062 vsize=27388 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 1069 0 0 0 0 0 0 0 20 0 1 0 1304594 28045312 898 33554432000 4194304 5970956 140722568474848 140722568470072 5369058 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 6847 898 716 434 0 211 0

[startup+0.100153 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 4065
/proc/meminfo: memFree=32034424/32770624 swapFree=5668/217848
[pid=4065] ppid=4062 vsize=47908 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 5115 0 0 0 8 1 0 0 20 0 1 0 1304594 49057792 5390 33554432000 4194304 5970956 140722568474848 140722568472264 5241504 0 0 4096 8404994 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 11977 5390 763 434 0 5341 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47908

[startup+0.200358 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 4065
/proc/meminfo: memFree=32034424/32770624 swapFree=5668/217848
[pid=4065] ppid=4062 vsize=48048 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 5165 0 0 0 18 1 0 0 20 0 1 0 1304594 49201152 5456 33554432000 4194304 5970956 140722568474848 140722568471528 4934410 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 12012 5456 785 434 0 5376 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 48048

[startup+0.300253 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 4065
/proc/meminfo: memFree=32034424/32770624 swapFree=5668/217848
[pid=4065] ppid=4062 vsize=48200 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 5221 0 0 0 28 1 0 0 20 0 1 0 1304594 49356800 5522 33554432000 4194304 5970956 140722568474848 140722568462152 4934272 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 12050 5522 785 434 0 5414 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48200

[startup+0.700218 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 4065
/proc/meminfo: memFree=32034424/32770624 swapFree=5668/217848
[pid=4065] ppid=4062 vsize=48200 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 5239 0 0 0 68 1 0 0 20 0 1 0 1304594 49356800 5522 33554432000 4194304 5970956 140722568474848 140722568462152 4934327 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 12050 5522 785 434 0 5414 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48200

[startup+1.50021 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4066
/proc/meminfo: memFree=32015172/32770624 swapFree=5668/217848
[pid=4065] ppid=4062 vsize=48332 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 5256 0 0 0 148 1 0 0 20 0 1 0 1304594 49491968 5522 33554432000 4194304 5970956 140722568474848 140722568471672 4933072 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 12083 5522 785 434 0 5447 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48332

[startup+3.10021 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4066
/proc/meminfo: memFree=32014428/32770624 swapFree=5668/217848
[pid=4065] ppid=4062 vsize=48468 CPUtime=3.09 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 8243 0 0 0 308 1 0 0 20 0 1 0 1304594 49631232 5604 33554432000 4194304 5970956 140722568474848 140722568472408 4934327 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 12117 5604 787 434 0 5481 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48468

[startup+6.30024 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4066
/proc/meminfo: memFree=32014076/32770624 swapFree=5668/217848
[pid=4065] ppid=4062 vsize=48468 CPUtime=6.29 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 12249 0 0 0 628 1 0 0 20 0 1 0 1304594 49631232 5626 33554432000 4194304 5970956 140722568474848 140722568472408 4934432 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 12117 5626 787 434 0 5481 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48468

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4066
/proc/meminfo: memFree=32013576/32770624 swapFree=5668/217848
[pid=4065] ppid=4062 vsize=48468 CPUtime=12.68 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 16480 0 0 0 1267 1 0 0 20 0 1 0 1304594 49631232 5674 33554432000 4194304 5970956 140722568474848 140722568462152 4934366 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 12117 5674 787 434 0 5481 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 48468

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4066
/proc/meminfo: memFree=32013204/32770624 swapFree=5668/217848
[pid=4065] ppid=4062 vsize=48468 CPUtime=25.49 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 24343 0 0 0 2547 2 0 0 20 0 1 0 1304594 49631232 5819 33554432000 4194304 5970956 140722568474848 140722568472408 4934449 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 12117 5819 787 434 0 5481 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48468

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4066
/proc/meminfo: memFree=32010644/32770624 swapFree=5668/217848
[pid=4065] ppid=4062 vsize=48600 CPUtime=51.07 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 29518 0 0 0 5105 2 0 0 20 0 1 0 1304594 49766400 6096 33554432000 4194304 5970956 140722568474848 140722568462152 4934513 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 12150 6096 787 434 0 5514 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 48600

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4067
/proc/meminfo: memFree=32009884/32770624 swapFree=5668/217848
[pid=4065] ppid=4062 vsize=53020 CPUtime=102.26 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 31733 0 0 0 10224 2 0 0 20 0 1 0 1304594 54292480 6207 33554432000 4194304 5970956 140722568474848 140722568472120 4934350 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13255 6207 787 434 0 6619 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 53020

[startup+162.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 4068
/proc/meminfo: memFree=32010520/32770624 swapFree=5668/218136
[pid=4065] ppid=4062 vsize=53152 CPUtime=162.23 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 33614 0 0 0 16221 2 0 0 20 0 1 0 1304594 54427648 6253 33554432000 4194304 5970956 140722568474848 140722568462152 4933072 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13288 6253 787 434 0 6652 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 53152

[startup+222.308 s]
/proc/loadavg: 2.09 2.04 2.05 3/243 4069
/proc/meminfo: memFree=32011264/32770624 swapFree=5668/218136
[pid=4065] ppid=4062 vsize=53152 CPUtime=222.22 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 34721 0 0 0 22220 2 0 0 20 0 1 0 1304594 54427648 6292 33554432000 4194304 5970956 140722568474848 140722568462152 4934327 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13288 6292 787 434 0 6652 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 53152

[startup+282.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 4077
/proc/meminfo: memFree=32006688/32770624 swapFree=5668/218136
[pid=4065] ppid=4062 vsize=53152 CPUtime=282.2 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 35645 0 0 0 28218 2 0 0 20 0 1 0 1304594 54427648 6810 33554432000 4194304 5970956 140722568474848 140722568462152 4934342 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13288 6810 787 434 0 6652 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 53152

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/243 4078
/proc/meminfo: memFree=32006788/32770624 swapFree=5668/218136
[pid=4065] ppid=4062 vsize=53152 CPUtime=342.18 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 36391 0 0 0 34216 2 0 0 20 0 1 0 1304594 54427648 6811 33554432000 4194304 5970956 140722568474848 140722568462152 4934366 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13288 6811 787 434 0 6652 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 53152

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 4079
/proc/meminfo: memFree=32007124/32770624 swapFree=5668/218136
[pid=4065] ppid=4062 vsize=53152 CPUtime=402.17 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 37126 0 0 0 40215 2 0 0 20 0 1 0 1304594 54427648 6813 33554432000 4194304 5970956 140722568474848 140722568462152 5136608 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13288 6813 787 434 0 6652 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 53152

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 4080
/proc/meminfo: memFree=32007844/32770624 swapFree=5668/218336
[pid=4065] ppid=4062 vsize=53152 CPUtime=462.15 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 37931 0 0 0 46213 2 0 0 20 0 1 0 1304594 54427648 6813 33554432000 4194304 5970956 140722568474848 140722568462152 4934327 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13288 6813 787 434 0 6652 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 53152

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4081
/proc/meminfo: memFree=32008336/32770624 swapFree=5668/218336
[pid=4065] ppid=4062 vsize=53152 CPUtime=522.13 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 38528 0 0 0 52211 2 0 0 20 0 1 0 1304594 54427648 6814 33554432000 4194304 5970956 140722568474848 140722568462152 4934318 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13288 6814 787 434 0 6652 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 53152

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4148
/proc/meminfo: memFree=28255412/32770624 swapFree=5668/218832
[pid=4065] ppid=4062 vsize=53152 CPUtime=582.12 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 39252 0 0 0 58210 2 0 0 20 0 1 0 1304594 54427648 6815 33554432000 4194304 5970956 140722568474848 140722568462152 4934449 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13288 6815 787 434 0 6652 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 53152


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


[startup+1542.31 s]
/proc/loadavg: 2.04 2.03 2.05 3/244 4181
/proc/meminfo: memFree=28247284/32770624 swapFree=5668/219016
[pid=4065] ppid=4062 vsize=53284 CPUtime=1541.87 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 48418 0 0 0 154184 3 0 0 20 0 1 0 1304594 54562816 6833 33554432000 4194304 5970956 140722568474848 140722568471608 4977138 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13321 6833 787 434 0 6685 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 53284

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/244 4182
/proc/meminfo: memFree=28246536/32770624 swapFree=5668/219016
[pid=4065] ppid=4062 vsize=53284 CPUtime=1601.84 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 49111 0 0 0 160181 3 0 0 20 0 1 0 1304594 54562816 6835 33554432000 4194304 5970956 140722568474848 140722568471608 4934556 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13321 6835 787 434 0 6685 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 53284

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/244 4183
/proc/meminfo: memFree=28247300/32770624 swapFree=5668/219200
[pid=4065] ppid=4062 vsize=53284 CPUtime=1661.82 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 49565 0 0 0 166179 3 0 0 20 0 1 0 1304594 54562816 6835 33554432000 4194304 5970956 140722568474848 140722568471608 5047504 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13321 6835 787 434 0 6685 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 53284

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 4184
/proc/meminfo: memFree=28245636/32770624 swapFree=5668/219200
[pid=4065] ppid=4062 vsize=53284 CPUtime=1721.81 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 49968 0 0 0 172178 3 0 0 20 0 1 0 1304594 54562816 6835 33554432000 4194304 5970956 140722568474848 140722568471608 5136608 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13321 6835 787 434 0 6685 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 53284

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 4185
/proc/meminfo: memFree=28245620/32770624 swapFree=5668/219200
[pid=4065] ppid=4062 vsize=53284 CPUtime=1781.79 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 50391 0 0 0 178176 3 0 0 20 0 1 0 1304594 54562816 6835 33554432000 4194304 5970956 140722568474848 140722568471608 4976696 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13321 6835 787 434 0 6685 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 53284

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 4186
/proc/meminfo: memFree=28245936/32770624 swapFree=5668/219200
[pid=4065] ppid=4062 vsize=53284 CPUtime=1841.78 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 50921 0 0 0 184175 3 0 0 20 0 1 0 1304594 54562816 6844 33554432000 4194304 5970956 140722568474848 140722568471608 4934924 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13321 6844 787 434 0 6685 0
Current children cumulated CPU time (s) 1841.78
Current children cumulated vsize (KiB) 53284

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4187
/proc/meminfo: memFree=28245272/32770624 swapFree=5668/219200
[pid=4065] ppid=4062 vsize=53284 CPUtime=1901.76 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 51543 0 0 0 190173 3 0 0 20 0 1 0 1304594 54562816 6845 33554432000 4194304 5970956 140722568474848 140722568471608 5136608 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13321 6845 787 434 0 6685 0
Current children cumulated CPU time (s) 1901.76
Current children cumulated vsize (KiB) 53284

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4188
/proc/meminfo: memFree=28245564/32770624 swapFree=5668/219372
[pid=4065] ppid=4062 vsize=53284 CPUtime=1961.74 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 51856 0 0 0 196171 3 0 0 20 0 1 0 1304594 54562816 6845 33554432000 4194304 5970956 140722568474848 140722568471608 4976656 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13321 6845 787 434 0 6685 0
Current children cumulated CPU time (s) 1961.74
Current children cumulated vsize (KiB) 53284

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4189
/proc/meminfo: memFree=28245360/32770624 swapFree=5668/219372
[pid=4065] ppid=4062 vsize=53284 CPUtime=2021.73 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 52498 0 0 0 202170 3 0 0 20 0 1 0 1304594 54562816 6845 33554432000 4194304 5970956 140722568474848 140722568472408 4934318 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13321 6845 787 434 0 6685 0
Current children cumulated CPU time (s) 2021.73
Current children cumulated vsize (KiB) 53284

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4197
/proc/meminfo: memFree=28245380/32770624 swapFree=5668/219372
[pid=4065] ppid=4062 vsize=53284 CPUtime=2081.72 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 52836 0 0 0 208169 3 0 0 20 0 1 0 1304594 54562816 6845 33554432000 4194304 5970956 140722568474848 140722568472408 4934357 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13321 6845 787 434 0 6685 0
Current children cumulated CPU time (s) 2081.72
Current children cumulated vsize (KiB) 53284

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4198
/proc/meminfo: memFree=28245252/32770624 swapFree=5668/219372
[pid=4065] ppid=4062 vsize=53284 CPUtime=2141.69 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 53623 0 0 0 214166 3 0 0 20 0 1 0 1304594 54562816 6846 33554432000 4194304 5970956 140722568474848 140722568472408 5047497 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13321 6846 787 434 0 6685 0
Current children cumulated CPU time (s) 2141.69
Current children cumulated vsize (KiB) 53284

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4199
/proc/meminfo: memFree=28245464/32770624 swapFree=5668/219372
[pid=4065] ppid=4062 vsize=53284 CPUtime=2201.68 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 54292 0 0 0 220165 3 0 0 20 0 1 0 1304594 54562816 6846 33554432000 4194304 5970956 140722568474848 140722568472408 5136620 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13321 6846 787 434 0 6685 0
Current children cumulated CPU time (s) 2201.68
Current children cumulated vsize (KiB) 53284

[startup+2262.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 4200
/proc/meminfo: memFree=28245444/32770624 swapFree=5668/219564
[pid=4065] ppid=4062 vsize=53284 CPUtime=2261.66 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 54867 0 0 0 226163 3 0 0 20 0 1 0 1304594 54562816 6846 33554432000 4194304 5970956 140722568474848 140722568472408 5254325 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13321 6846 787 434 0 6685 0
Current children cumulated CPU time (s) 2261.66
Current children cumulated vsize (KiB) 53284

[startup+2322.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 4201
/proc/meminfo: memFree=28244488/32770624 swapFree=5668/219564
[pid=4065] ppid=4062 vsize=53284 CPUtime=2321.64 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 55450 0 0 0 232161 3 0 0 20 0 1 0 1304594 54562816 6848 33554432000 4194304 5970956 140722568474848 140722568472408 4934318 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13321 6848 787 434 0 6685 0
Current children cumulated CPU time (s) 2321.64
Current children cumulated vsize (KiB) 53284

[startup+2382.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 4202
/proc/meminfo: memFree=28244204/32770624 swapFree=5668/219564
[pid=4065] ppid=4062 vsize=53284 CPUtime=2381.63 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 56084 0 0 0 238160 3 0 0 20 0 1 0 1304594 54562816 6848 33554432000 4194304 5970956 140722568474848 140722568472408 5098944 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13321 6848 787 434 0 6685 0
Current children cumulated CPU time (s) 2381.63
Current children cumulated vsize (KiB) 53284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.7 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4202
/proc/meminfo: memFree=28244520/32770624 swapFree=5668/219564
[pid=4065] ppid=4062 vsize=53284 CPUtime=2400.02 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 56471 0 0 0 239999 3 0 0 20 0 1 0 1304594 54562816 6848 33554432000 4194304 5970956 140722568474848 140722568472408 4974141 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13321 6848 787 434 0 6685 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 53284

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

[startup+2400.7 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4202
/proc/meminfo: memFree=28244520/32770624 swapFree=5668/219564
[pid=4065] ppid=4062 vsize=53284 CPUtime=2400.02 cores=1,3,5,7,9,11,13,15
/proc/4065/stat : 4065 (cosoco) R 4062 4065 2474 0 -1 4202496 56471 0 0 0 239999 3 0 0 20 0 1 0 1304594 54562816 6848 33554432000 4194304 5970956 140722568474848 140722568472408 4974141 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 13975552 140722568479932 140722568480067 140722568480067 140722568482766 0
/proc/4065/statm: 13321 6848 787 434 0 6685 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 53284

Child status: 1
Real time (s): 2400.7
CPU time (s): 2400.03
CPU user time (s): 2400
CPU system time (s): 0.03599
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 53284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400
system time used= 0.03599
maximum resident set size= 27440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56507
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= 121873

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.43756 second user time and 10.5737 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-21 20:06:11
IDJOB=4242664
IDBENCH=135818
IDSOLVER=2621
FILE ID=node130/4242664-1500660371
RUNJOBID= node130-1500648174-2507
PBS_JOBID= 20623290
Free space on /tmp= 61960 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n75/TravellingSalesman-75-50-02.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242664-1500660371/watcher-4242664-1500660371 -o /tmp/evaluation-result-4242664-1500660371/solver-4242664-1500660371 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500648174-2507 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4242664-1500660371.xml

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

MD5SUM BENCH= 9f40e16214a2956ff65ea335997fc7bb
RANDOM SEED=771942285

node130.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.34
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.34
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		: 2267.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.34
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.34
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.34
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		: 1733.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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.34
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:        32034180 kB
MemAvailable:   32026144 kB
Buffers:           35532 kB
Cached:           268596 kB
SwapCached:            0 kB
Active:           136884 kB
Inactive:         226676 kB
Active(anon):      61984 kB
Inactive(anon):     8828 kB
Active(file):      74900 kB
Inactive(file):   217848 kB
Unevictable:        5668 kB
Mlocked:            5668 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2424 kB
Writeback:             0 kB
AnonPages:         64408 kB
Mapped:            30668 kB
Shmem:              8844 kB
Slab:              62052 kB
SReclaimable:      30104 kB
SUnreclaim:        31948 kB
KernelStack:        4272 kB
PageTables:         5724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61952 MiB
End job on node130 at 2017-07-21 20:46:12