Trace number 4409263

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 NameAnswerCPU timeWall clock time
cosoco 2.0 parallel? 405.543 405.747

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-097.xml
MD5SUM8967691277ed469002b27945208c5243
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark53.043
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints53
Number of domains1
Minimum domain size336
Maximum domain size336
Distribution of domain sizes[{"size":336,"count":50}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":48},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":51},{"arity":2,"count":1},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints52
Distribution of constraint types[{"type":"intension","count":52},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

403.99/404.28	c
403.99/404.28	c This is cosoco 2.00 --  
403.99/404.28	c
403.99/404.28	c command line: cosoco -model -nbcores=8 HOME/instance-4409263-1569827246.xml 
403.99/404.28	c WARNING : never tested k dom no overlap length int 
403.99/404.28	c =========================================================================================================
403.99/404.28	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16375 MiB (15233 MiB free)
  memory of node 1: 16384 MiB (15531 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4409263-1569827246/watcher-4409263-1569827246 -o /tmp/evaluation-result-4409263-1569827246/solver-4409263-1569827246 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1325331433-23730 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4409263-1569827246.xml 

running on 8 cores: 0-7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=25053, runsolver pid=25050
Current StackSize limit: 8192 KiB


[startup+0.100138 s]*
/proc/loadavg: 8.84 8.50 7.98 2/191 25054
/proc/meminfo: memFree=31499588/32770688 swapFree=66927776/67108860
[pid=25053] ppid=25050 vsize=31880 memory=8220 CPUtime=0.1 cores=0-7
/proc/25053/stat : 25053 (cosoco) R 25050 25053 23703 0 -1 4202496 2245 0 0 0 10 0 0 0 20 0 1 0 558730693 32645120 2055 33554432000 4194304 6211132 140721470090032 140721470086568 139634814106597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 33558528 140721470092305 140721470092397 140721470092397 140721470095310 0
/proc/25053/statm: 7970 2055 834 493 0 1275 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 31880 KiB
Current children cumulated memory: 8220 KiB

[startup+0.210458 s]*
/proc/loadavg: 8.84 8.50 7.98 2/191 25054
/proc/meminfo: memFree=31496984/32770688 swapFree=66927776/67108860
[pid=25053] ppid=25050 vsize=34796 memory=10956 CPUtime=0.21 cores=0-7
/proc/25053/stat : 25053 (cosoco) R 25050 25053 23703 0 -1 4202496 2919 0 0 0 21 0 0 0 20 0 1 0 558730693 35631104 2739 33554432000 4194304 6211132 140721470090032 140721470086568 139634814106597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 33558528 140721470092305 140721470092397 140721470092397 140721470095310 0
/proc/25053/statm: 8699 2739 834 493 0 2004 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 34796 KiB
Current children cumulated memory: 10956 KiB

[startup+0.309769 s]*
/proc/loadavg: 8.84 8.50 7.98 2/191 25054
/proc/meminfo: memFree=31494256/32770688 swapFree=66927776/67108860
[pid=25053] ppid=25050 vsize=37628 memory=13596 CPUtime=0.31 cores=0-7
/proc/25053/stat : 25053 (cosoco) R 25050 25053 23703 0 -1 4202496 3613 0 0 0 31 0 0 0 20 0 1 0 558730693 38531072 3399 33554432000 4194304 6211132 140721470090032 140721470086568 139634814106597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 33558528 140721470092305 140721470092397 140721470092397 140721470095310 0
/proc/25053/statm: 9407 3399 834 493 0 2712 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 37628 KiB
Current children cumulated memory: 13596 KiB

[startup+0.700286 s]
/proc/loadavg: 8.21 8.38 7.94 2/191 25054
/proc/meminfo: memFree=31483700/32770688 swapFree=66927776/67108860
[pid=25053] ppid=25050 vsize=64552 memory=38188 CPUtime=0.69 cores=0-7
/proc/25053/stat : 25053 (cosoco) R 25050 25053 23703 0 -1 4202496 8746 0 0 0 68 1 0 0 20 0 1 0 558730693 66101248 9547 33554432000 4194304 6211132 140721470090032 140721470086568 139634814106597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 33558528 140721470092305 140721470092397 140721470092397 140721470095310 0
/proc/25053/statm: 16138 9547 834 493 0 9443 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 64552 KiB
Current children cumulated memory: 38188 KiB

[startup+1.50031 s]
/proc/loadavg: 8.21 8.38 7.94 2/191 25054
/proc/meminfo: memFree=31446376/32770688 swapFree=66927776/67108860
[pid=25053] ppid=25050 vsize=122116 memory=97456 CPUtime=1.49 cores=0-7
/proc/25053/stat : 25053 (cosoco) R 25050 25053 23703 0 -1 4202496 19452 0 0 0 147 2 0 0 20 0 1 0 558730693 125046784 24364 33554432000 4194304 6211132 140721470090032 140721470084136 139634814106597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 33558528 140721470092305 140721470092397 140721470092397 140721470095310 0
/proc/25053/statm: 30529 24364 834 493 0 23834 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 122116 KiB
Current children cumulated memory: 97456 KiB

[startup+3.10971 s]
/proc/loadavg: 8.21 8.38 7.94 2/191 25054
/proc/meminfo: memFree=31299064/32770688 swapFree=66927776/67108860
[pid=25053] ppid=25050 vsize=242060 memory=215260 CPUtime=3.09 cores=0-7
/proc/25053/stat : 25053 (cosoco) R 25050 25053 23703 0 -1 4202496 40262 0 0 0 304 5 0 0 20 0 1 0 558730693 247869440 53815 33554432000 4194304 6211132 140721470090032 140721470084136 139634814106597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 33558528 140721470092305 140721470092397 140721470092397 140721470095310 0
/proc/25053/statm: 60515 53815 834 493 0 53820 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 242060 KiB
Current children cumulated memory: 215260 KiB

[startup+6.30031 s]
/proc/loadavg: 7.63 8.26 7.90 2/191 25054
/proc/meminfo: memFree=31079464/32770688 swapFree=66927776/67108860
[pid=25053] ppid=25050 vsize=491020 memory=450056 CPUtime=6.29 cores=0-7
/proc/25053/stat : 25053 (cosoco) R 25050 25053 23703 0 -1 4202496 80557 0 0 0 617 12 0 0 20 0 1 0 558730693 502804480 112514 33554432000 4194304 6211132 140721470090032 140721470084136 139634814106597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 33558528 140721470092305 140721470092397 140721470092397 140721470095310 0
/proc/25053/statm: 122755 112514 834 493 0 116060 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 491020 KiB
Current children cumulated memory: 450056 KiB

[startup+12.7003 s]
/proc/loadavg: 7.10 8.13 7.86 2/192 25056
/proc/meminfo: memFree=30633988/32770688 swapFree=66927776/67108860
[pid=25053] ppid=25050 vsize=1013320 memory=921692 CPUtime=12.69 cores=0-7
/proc/25053/stat : 25053 (cosoco) R 25050 25053 23703 0 -1 4202496 160163 0 0 0 1245 24 0 0 20 0 1 0 558730693 1037639680 230423 33554432000 4194304 6211132 140721470090032 140721470084136 139634814106597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 33558528 140721470092305 140721470092397 140721470092397 140721470095310 0
/proc/25053/statm: 253330 230423 834 493 0 246635 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 1013320 KiB
Current children cumulated memory: 921692 KiB

[startup+25.5003 s]
/proc/loadavg: 6.16 7.90 7.79 2/191 25057
/proc/meminfo: memFree=29703676/32770688 swapFree=66927776/67108860
[pid=25053] ppid=25050 vsize=2090668 memory=1836464 CPUtime=25.49 cores=0-7
/proc/25053/stat : 25053 (cosoco) R 25050 25053 23703 0 -1 4202496 313735 0 0 0 2501 48 0 0 20 0 1 0 558730693 2140844032 459116 33554432000 4194304 6211132 140721470090032 140721470084136 139634814106597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 33558528 140721470092305 140721470092397 140721470092397 140721470095310 0
/proc/25053/statm: 522667 459116 834 493 0 515972 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2090668 KiB
Current children cumulated memory: 1836464 KiB

[startup+51.1097 s]
/proc/loadavg: 4.13 7.24 7.57 2/191 25058
/proc/meminfo: memFree=27821336/32770688 swapFree=66927776/67108860
[pid=25053] ppid=25050 vsize=3745284 memory=3688808 CPUtime=51.1 cores=0-7
/proc/25053/stat : 25053 (cosoco) R 25050 25053 23703 0 -1 4202496 623053 0 0 0 5011 99 0 0 20 0 1 0 558730693 3835170816 922202 33554432000 4194304 6211132 140721470090032 140721470084136 139634814106597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 33558528 140721470092305 140721470092397 140721470092397 140721470095310 0
/proc/25053/statm: 936321 922202 834 493 0 929626 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 3745284 KiB
Current children cumulated memory: 3688808 KiB

[startup+102.3 s]
/proc/loadavg: 2.36 6.28 7.23 2/192 25063
/proc/meminfo: memFree=24138596/32770688 swapFree=66927776/67108860
[pid=25053] ppid=25050 vsize=7781808 memory=7378960 CPUtime=102.27 cores=0-7
/proc/25053/stat : 25053 (cosoco) R 25050 25053 23703 0 -1 4202496 1240018 0 0 0 10030 197 0 0 20 0 1 0 558730693 7968571392 1844740 33554432000 4194304 6211132 140721470090032 140721470084136 139634814106597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 33558528 140721470092305 140721470092397 140721470092397 140721470095310 0
/proc/25053/statm: 1945452 1844740 834 493 0 1938757 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 7781808 KiB
Current children cumulated memory: 7378960 KiB

[startup+162.3 s]
/proc/loadavg: 1.50 5.32 6.84 2/192 25074
/proc/meminfo: memFree=19806532/32770688 swapFree=66927776/67108860
[pid=25053] ppid=25050 vsize=12083272 memory=11701272 CPUtime=162.23 cores=0-7
/proc/25053/stat : 25053 (cosoco) R 25050 25053 23703 0 -1 4202496 1961867 0 0 0 15912 311 0 0 20 0 1 0 558730693 12373270528 2925318 33554432000 4194304 6211132 140721470090032 140721470084136 139634814106597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 33558528 140721470092305 140721470092397 140721470092397 140721470095310 0
/proc/25053/statm: 3020818 2925318 834 493 0 3014123 0
Current children cumulated CPU time: 162.23 s
Current children cumulated vsize: 12083272 KiB
Current children cumulated memory: 11701272 KiB

[startup+222.3 s]
/proc/loadavg: 1.18 4.53 6.47 2/192 25077
/proc/meminfo: memFree=15496152/32770688 swapFree=66927776/67108860
[pid=25053] ppid=25050 vsize=17080168 memory=16004684 CPUtime=222.19 cores=0-7
/proc/25053/stat : 25053 (cosoco) R 25050 25053 23703 0 -1 4202496 2680554 0 0 0 21784 435 0 0 20 0 1 0 558730693 17490092032 4001171 33554432000 4194304 6211132 140721470090032 140721470084136 139634814106597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 33558528 140721470092305 140721470092397 140721470092397 140721470095310 0
/proc/25053/statm: 4270042 4001171 834 493 0 4263347 0
Current children cumulated CPU time: 222.19 s
Current children cumulated vsize: 17080168 KiB
Current children cumulated memory: 16004684 KiB

[startup+282.3 s]
/proc/loadavg: 1.07 3.89 6.13 2/193 25082
/proc/meminfo: memFree=11290152/32770688 swapFree=66927776/67108860
[pid=25053] ppid=25050 vsize=23071704 memory=20202268 CPUtime=282.16 cores=0-7
/proc/25053/stat : 25053 (cosoco) R 25050 25053 23703 0 -1 4202496 3381462 0 0 0 27628 588 0 0 20 0 1 0 558730693 23625424896 5050567 33554432000 4194304 6211132 140721470090032 140721470084136 139634814106597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 33558528 140721470092305 140721470092397 140721470092397 140721470095310 0
/proc/25053/statm: 5767926 5050567 834 493 0 5761231 0
Current children cumulated CPU time: 282.16 s
Current children cumulated vsize: 23071704 KiB
Current children cumulated memory: 20202268 KiB

[startup+342.3 s]
/proc/loadavg: 1.02 3.36 5.81 2/192 25085
/proc/meminfo: memFree=7033824/32770688 swapFree=66927776/67108860
[pid=25053] ppid=25050 vsize=25903764 memory=24449768 CPUtime=342.12 cores=0-7
/proc/25053/stat : 25053 (cosoco) R 25050 25053 23703 0 -1 4202496 4090189 0 0 0 33477 735 0 0 20 0 1 0 558730693 26525454336 6112442 33554432000 4194304 6211132 140721470090032 140721470084136 139634814106597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 33558528 140721470092305 140721470092397 140721470092397 140721470095310 0
/proc/25053/statm: 6475941 6112442 834 493 0 6469246 0
Current children cumulated CPU time: 342.12 s
Current children cumulated vsize: 25903764 KiB
Current children cumulated memory: 24449768 KiB

[startup+402.3 s]
/proc/loadavg: 1.01 2.93 5.51 2/192 25088
/proc/meminfo: memFree=2874424/32770688 swapFree=66927776/67108860
[pid=25053] ppid=25050 vsize=28671124 memory=28598992 CPUtime=402.08 cores=0-7
/proc/25053/stat : 25053 (cosoco) R 25050 25053 23703 0 -1 4202496 4782631 0 0 0 39332 876 0 0 20 0 1 0 558730693 29359230976 7149748 33554432000 4194304 6211132 140721470090032 140721470084136 139634814106597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 33558528 140721470092305 140721470092397 140721470092397 140721470095310 0
/proc/25053/statm: 7167781 7149748 834 493 0 7161086 0
Current children cumulated CPU time: 402.08 s
Current children cumulated vsize: 28671124 KiB
Current children cumulated memory: 28598992 KiB

[startup+405.747 s]
# the end of solver process 25053 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=395.261 s, system=10.2823 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+403.2 s]
/proc/loadavg: 1.01 2.93 5.51 2/192 25088
/proc/meminfo: memFree=2800620/32770688 swapFree=66927776/67108860
[pid=25053] ppid=25050 vsize=28715080 memory=28665564 CPUtime=402.98 cores=0-7
/proc/25053/stat : 25053 (cosoco) R 25050 25053 23703 0 -1 4202496 4793635 0 0 0 39420 878 0 0 20 0 1 0 558730693 29404241920 7166391 33554432000 4194304 6211132 140721470090032 140721470084136 139634814106597 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 33558528 140721470092305 140721470092397 140721470092397 140721470095310 0
/proc/25053/statm: 7178770 7166391 834 493 0 7172075 0
Current children cumulated CPU time: 402.98 s
Current children cumulated vsize: 28715080 KiB
Current children cumulated memory: 28665564 KiB

[startup+404.8 s]
/proc/loadavg: 1.01 2.93 5.51 2/192 25088
/proc/meminfo: memFree=3402184/32770688 swapFree=66927776/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+405.2 s]
/proc/loadavg: 1.01 2.93 5.51 2/192 25088
/proc/meminfo: memFree=14434676/32770688 swapFree=66927776/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+405.6 s]
/proc/loadavg: 1.01 2.93 5.51 2/192 25088
/proc/meminfo: memFree=14434676/32770688 swapFree=66927776/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+405.7 s]
/proc/loadavg: 1.01 2.93 5.51 2/192 25088
/proc/meminfo: memFree=14434676/32770688 swapFree=66927776/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 405.747
CPU time (s): 405.543
CPU user time (s): 395.261
CPU system time (s): 10.2823
CPU usage (%): 99.9499
Max. virtual memory (cumulated for all children) (KiB): 28763920
Max. memory (cumulated for all children) (KiB): 28738932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 395.261
system time used= 10.2823
maximum resident set size= 28743120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4825874
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= 282
involuntary context switches= 287


# summary of solver processes directly reported to runsolver:
#   pid: 25053
#   total CPU time (s): 405.543
#   total CPU user time (s): 395.261
#   total CPU system time (s): 10.2823

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.50764 second user time and 3.09055 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-31 15:27:46
IDJOB=4409263
IDBENCH=127781
IDSOLVER=2877
FILE ID=node120/4409263-1569827246
RUNJOBID= node120-1325331433-23730
PBS_JOBID= 21705912
Free space on /tmp= 61844 MiB

SOLVER NAME= cosoco 2.0 parallel
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-097.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4409263-1569827246/watcher-4409263-1569827246 -o /tmp/evaluation-result-4409263-1569827246/solver-4409263-1569827246 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1325331433-23730 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4409263-1569827246.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 8967691277ed469002b27945208c5243
RANDOM SEED=1781407664

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
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		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5329.69
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		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5329.69
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		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5329.69
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		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        31503808 kB
MemAvailable:   31797336 kB
Buffers:          215480 kB
Cached:           407376 kB
SwapCached:        68828 kB
Active:           325048 kB
Inactive:         370708 kB
Active(anon):      24356 kB
Inactive(anon):   129512 kB
Active(file):     300692 kB
Inactive(file):   241196 kB
Unevictable:      107736 kB
Mlocked:          107736 kB
SwapTotal:      67108860 kB
SwapFree:       66927776 kB
Dirty:              2776 kB
Writeback:             4 kB
AnonPages:        113316 kB
Mapped:            27628 kB
Shmem:             72460 kB
Slab:             165040 kB
SReclaimable:     134952 kB
SUnreclaim:        30088 kB
KernelStack:        3408 kB
PageTables:         4596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     547448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 61840 MiB
End job on node120 at 2011-12-31 15:34:32