Trace number 4398003

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.O parallel? 350.927 351.134

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

349.58/349.86	c
349.58/349.86	c This is cosoco 2.00 --  
349.58/349.86	c
349.58/349.86	c command line: cosoco -model -nbcores=8 HOME/instance-4398003-1568604814.xml 
349.58/349.86	c WARNING : never tested k dom no overlap length int 
349.58/349.86	c =========================================================================================================
349.58/349.86	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: 16374 MiB (14573 MiB free)
  memory of node 1: 16384 MiB (15151 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398003-1568604814/watcher-4398003-1568604814 -o /tmp/evaluation-result-4398003-1568604814/solver-4398003-1568604814 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568593558-10655 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4398003-1568604814.xml 

running on 8 cores: 0,2,4,6,1,3,5,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
Current StackSize limit: 8192 KiB

solver pid=11625, runsolver pid=11622

[startup+0.100149 s]*
/proc/loadavg: 8.02 8.16 7.76 2/192 11626
/proc/meminfo: memFree=30433072/32770624 swapFree=66999368/67108860
[pid=11625] ppid=11622 vsize=32572 memory=8604 CPUtime=0.1 cores=0-7
/proc/11625/stat : 11625 (cosoco) R 11622 11625 10628 0 -1 4202496 2345 0 0 0 10 0 0 0 20 0 1 0 436735942 33353728 2151 33554432000 4194304 6211092 140723061521024 140723061517560 5012856 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30826496 140723061527569 140723061527661 140723061527661 140723061530574 0
/proc/11625/statm: 8143 2151 834 493 0 1448 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 32572 KiB
Current children cumulated memory: 8604 KiB

[startup+0.209352 s]*
/proc/loadavg: 8.02 8.16 7.76 2/192 11626
/proc/meminfo: memFree=30430096/32770624 swapFree=66999368/67108860
[pid=11625] ppid=11622 vsize=36308 memory=11748 CPUtime=0.21 cores=0-7
/proc/11625/stat : 11625 (cosoco) R 11622 11625 10628 0 -1 4202496 3146 0 0 0 21 0 0 0 20 0 1 0 436735942 37179392 2937 33554432000 4194304 6211092 140723061521024 140723061517560 5012856 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30826496 140723061527569 140723061527661 140723061527661 140723061530574 0
/proc/11625/statm: 9077 2937 834 493 0 2382 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 36308 KiB
Current children cumulated memory: 11748 KiB

[startup+0.308829 s]*
/proc/loadavg: 8.02 8.16 7.76 2/192 11626
/proc/meminfo: memFree=30427076/32770624 swapFree=66999368/67108860
[pid=11625] ppid=11622 vsize=39772 memory=14760 CPUtime=0.31 cores=0-7
/proc/11625/stat : 11625 (cosoco) R 11622 11625 10628 0 -1 4202496 3904 0 0 0 31 0 0 0 20 0 1 0 436735942 40726528 3690 33554432000 4194304 6211092 140723061521024 140723061515128 140293239880677 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30826496 140723061527569 140723061527661 140723061527661 140723061530574 0
/proc/11625/statm: 9943 3690 834 493 0 3248 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 14760 KiB

[startup+0.700359 s]
/proc/loadavg: 8.02 8.16 7.76 2/192 11626
/proc/meminfo: memFree=30413328/32770624 swapFree=66999368/67108860
[pid=11625] ppid=11622 vsize=69832 memory=46040 CPUtime=0.68 cores=0-7
/proc/11625/stat : 11625 (cosoco) R 11622 11625 10628 0 -1 4202496 10654 0 0 0 68 0 0 0 20 0 1 0 436735942 71507968 11510 33554432000 4194304 6211092 140723061521024 140723061515128 140293239880677 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30826496 140723061527569 140723061527661 140723061527661 140723061530574 0
/proc/11625/statm: 17458 11510 834 493 0 10763 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 69832 KiB
Current children cumulated memory: 46040 KiB

[startup+1.5004 s]
/proc/loadavg: 8.02 8.16 7.76 2/192 11626
/proc/meminfo: memFree=30370972/32770624 swapFree=66999368/67108860
[pid=11625] ppid=11622 vsize=149872 memory=113212 CPUtime=1.49 cores=0-7
/proc/11625/stat : 11625 (cosoco) R 11622 11625 10628 0 -1 4202496 23393 0 0 0 146 3 0 0 20 0 1 0 436735942 153468928 28303 33554432000 4194304 6211092 140723061521024 140723061515128 140293239880677 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30826496 140723061527569 140723061527661 140723061527661 140723061530574 0
/proc/11625/statm: 37468 28303 834 493 0 30773 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 149872 KiB
Current children cumulated memory: 113212 KiB

[startup+3.1093 s]
/proc/loadavg: 8.02 8.16 7.76 2/191 11626
/proc/meminfo: memFree=30199272/32770624 swapFree=66999368/67108860
[pid=11625] ppid=11622 vsize=302732 memory=249832 CPUtime=3.09 cores=0-7
/proc/11625/stat : 11625 (cosoco) R 11622 11625 10628 0 -1 4202496 47314 0 0 0 303 6 0 0 20 0 1 0 436735942 309997568 62458 33554432000 4194304 6211092 140723061521024 140723061515128 140293239880677 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30826496 140723061527569 140723061527661 140723061527661 140723061530574 0
/proc/11625/statm: 75683 62458 834 493 0 68988 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 302732 KiB
Current children cumulated memory: 249832 KiB

[startup+6.30038 s]
/proc/loadavg: 7.46 8.04 7.72 2/191 11626
/proc/meminfo: memFree=29942548/32770624 swapFree=66999368/67108860
[pid=11625] ppid=11622 vsize=622376 memory=522432 CPUtime=6.28 cores=0-7
/proc/11625/stat : 11625 (cosoco) R 11622 11625 10628 0 -1 4202496 93541 0 0 0 615 13 0 0 20 0 1 0 436735942 637313024 130608 33554432000 4194304 6211092 140723061521024 140723061515128 140293239880677 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30826496 140723061527569 140723061527661 140723061527661 140723061530574 0
/proc/11625/statm: 155594 130608 834 493 0 148899 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 622376 KiB
Current children cumulated memory: 522432 KiB

[startup+12.7004 s]
/proc/loadavg: 6.94 7.92 7.69 2/191 11626
/proc/meminfo: memFree=29432052/32770624 swapFree=66999368/67108860
[pid=11625] ppid=11622 vsize=1110340 memory=1068188 CPUtime=12.68 cores=0-7
/proc/11625/stat : 11625 (cosoco) R 11622 11625 10628 0 -1 4202496 185005 0 0 0 1240 28 0 0 20 0 1 0 436735942 1136988160 267047 33554432000 4194304 6211092 140723061521024 140723061515128 140293239880677 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30826496 140723061527569 140723061527661 140723061527661 140723061530574 0
/proc/11625/statm: 277585 267047 834 493 0 270890 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 1110340 KiB
Current children cumulated memory: 1068188 KiB

[startup+25.5004 s]
/proc/loadavg: 5.62 7.58 7.58 2/191 11626
/proc/meminfo: memFree=28351856/32770624 swapFree=66999368/67108860
[pid=11625] ppid=11622 vsize=2284840 memory=2129204 CPUtime=25.48 cores=0-7
/proc/11625/stat : 11625 (cosoco) R 11622 11625 10628 0 -1 4202496 362894 0 0 0 2495 53 0 0 20 0 1 0 436735942 2339676160 532301 33554432000 4194304 6211092 140723061521024 140723061515128 140293239880677 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30826496 140723061527569 140723061527661 140723061527661 140723061530574 0
/proc/11625/statm: 571210 532301 834 493 0 564515 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2284840 KiB
Current children cumulated memory: 2129204 KiB

[startup+51.1093 s]
/proc/loadavg: 4.05 7.06 7.40 2/191 11628
/proc/meminfo: memFree=26172672/32770624 swapFree=66999368/67108860
[pid=11625] ppid=11622 vsize=4764656 memory=4272448 CPUtime=51.06 cores=0-7
/proc/11625/stat : 11625 (cosoco) R 11622 11625 10628 0 -1 4202496 721408 0 0 0 5000 106 0 0 20 0 1 0 436735942 4879007744 1068112 33554432000 4194304 6211092 140723061521024 140723061515128 140293239880677 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30826496 140723061527569 140723061527661 140723061527661 140723061530574 0
/proc/11625/statm: 1191164 1068112 834 493 0 1184469 0
Current children cumulated CPU time: 51.06 s
Current children cumulated vsize: 4764656 KiB
Current children cumulated memory: 4272448 KiB

[startup+102.3 s]
/proc/loadavg: 2.32 6.12 7.07 2/191 11631
/proc/meminfo: memFree=21909244/32770624 swapFree=66999368/67108860
[pid=11625] ppid=11622 vsize=9977680 memory=8543092 CPUtime=102.23 cores=0-7
/proc/11625/stat : 11625 (cosoco) R 11622 11625 10628 0 -1 4202496 1435513 0 0 0 10009 214 0 0 20 0 1 0 436735942 10217144320 2135773 33554432000 4194304 6211092 140723061521024 140723061515128 140293239880677 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30826496 140723061527569 140723061527661 140723061527661 140723061530574 0
/proc/11625/statm: 2494420 2135773 834 493 0 2487725 0
Current children cumulated CPU time: 102.23 s
Current children cumulated vsize: 9977680 KiB
Current children cumulated memory: 8543092 KiB

[startup+162.3 s]
/proc/loadavg: 1.49 5.19 6.69 2/191 11634
/proc/meminfo: memFree=16947776/32770624 swapFree=66999368/67108860
[pid=11625] ppid=11622 vsize=15408652 memory=13495720 CPUtime=162.19 cores=0-7
/proc/11625/stat : 11625 (cosoco) R 11622 11625 10628 0 -1 4202496 2262804 0 0 0 15878 341 0 0 20 0 1 0 436735942 15778459648 3373930 33554432000 4194304 6211092 140723061521024 140723061515128 140293239880677 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30826496 140723061527569 140723061527661 140723061527661 140723061530574 0
/proc/11625/statm: 3852163 3373930 834 493 0 3845468 0
Current children cumulated CPU time: 162.19 s
Current children cumulated vsize: 15408652 KiB
Current children cumulated memory: 13495720 KiB

[startup+222.3 s]
/proc/loadavg: 1.18 4.43 6.33 2/190 11639
/proc/meminfo: memFree=12028004/32770624 swapFree=66999368/67108860
[pid=11625] ppid=11622 vsize=18681096 memory=18404476 CPUtime=222.15 cores=0-7
/proc/11625/stat : 11625 (cosoco) R 11622 11625 10628 0 -1 4202496 3081683 0 0 0 21735 480 0 0 20 0 1 0 436735942 19129442304 4601119 33554432000 4194304 6211092 140723061521024 140723061515128 140293239880677 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30826496 140723061527569 140723061527661 140723061527661 140723061530574 0
/proc/11625/statm: 4670274 4601119 834 493 0 4663579 0
Current children cumulated CPU time: 222.15 s
Current children cumulated vsize: 18681096 KiB
Current children cumulated memory: 18404476 KiB

[startup+282.3 s]
/proc/loadavg: 1.06 3.80 6.00 2/190 11642
/proc/meminfo: memFree=7152600/32770624 swapFree=66999368/67108860
[pid=11625] ppid=11622 vsize=25117836 memory=23270856 CPUtime=282.12 cores=0-7
/proc/11625/stat : 11625 (cosoco) R 11622 11625 10628 0 -1 4202496 3894078 0 0 0 27582 630 0 0 20 0 1 0 436735942 25720664064 5817714 33554432000 4194304 6211092 140723061521024 140723061515128 140293239880677 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30826496 140723061527569 140723061527661 140723061527661 140723061530574 0
/proc/11625/statm: 6279459 5817714 834 493 0 6272764 0
Current children cumulated CPU time: 282.12 s
Current children cumulated vsize: 25117836 KiB
Current children cumulated memory: 23270856 KiB

[startup+342.3 s]
/proc/loadavg: 1.02 3.29 5.69 2/190 11645
/proc/meminfo: memFree=2222016/32770624 swapFree=66999368/67108860
[pid=11625] ppid=11622 vsize=28397772 memory=28191468 CPUtime=342.09 cores=0-7
/proc/11625/stat : 11625 (cosoco) R 11622 11625 10628 0 -1 4202496 4714906 0 0 0 33429 780 0 0 20 0 1 0 436735942 29079318528 7047867 33554432000 4194304 6211092 140723061521024 140723061515128 140293239880677 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30826496 140723061527569 140723061527661 140723061527661 140723061530574 0
/proc/11625/statm: 7099443 7047867 834 493 0 7092748 0
Current children cumulated CPU time: 342.09 s
Current children cumulated vsize: 28397772 KiB
Current children cumulated memory: 28191468 KiB

[startup+351.134 s]
# the end of solver process 11625 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=341.666 s, system=9.26117 s

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

[startup+345.6 s]
/proc/loadavg: 1.02 3.25 5.66 2/190 11645
/proc/meminfo: memFree=1968300/32770624 swapFree=66999368/67108860
[pid=11625] ppid=11622 vsize=28580460 memory=28464092 CPUtime=345.39 cores=0-7
/proc/11625/stat : 11625 (cosoco) R 11622 11625 10628 0 -1 4202496 4760633 0 0 0 33750 789 0 0 20 0 1 0 436735942 29266391040 7116023 33554432000 4194304 6211092 140723061521024 140723061515128 140293239880677 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30826496 140723061527569 140723061527661 140723061527661 140723061530574 0
/proc/11625/statm: 7145115 7116023 834 493 0 7138420 0
Current children cumulated CPU time: 345.39 s
Current children cumulated vsize: 28580460 KiB
Current children cumulated memory: 28464092 KiB

[startup+348.8 s]
/proc/loadavg: 1.02 3.25 5.66 2/190 11645
/proc/meminfo: memFree=1800372/32770624 swapFree=66999368/67108860
[pid=11625] ppid=11622 vsize=28707688 memory=28654340 CPUtime=348.59 cores=0-7
/proc/11625/stat : 11625 (cosoco) R 11622 11625 10628 0 -1 4202496 4792304 0 0 0 34064 795 0 0 20 0 1 0 436735942 29396672512 7163585 33554432000 4194304 6211092 140723061521024 140723061515128 140293239876414 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 30826496 140723061527569 140723061527661 140723061527661 140723061530574 0
/proc/11625/statm: 7176922 7163585 834 493 0 7170227 0
Current children cumulated CPU time: 348.59 s
Current children cumulated vsize: 28707688 KiB
Current children cumulated memory: 28654340 KiB

[startup+350.4 s]
/proc/loadavg: 1.02 3.22 5.64 2/190 11645
/proc/meminfo: memFree=4790760/32770624 swapFree=66999368/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+350.8 s]
/proc/loadavg: 1.02 3.22 5.64 2/190 11645
/proc/meminfo: memFree=4790760/32770624 swapFree=66999368/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+351 s]*
/proc/loadavg: 1.02 3.22 5.64 2/190 11645
/proc/meminfo: memFree=23007636/32770624 swapFree=66999368/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+351.109 s]
/proc/loadavg: 1.02 3.22 5.64 2/190 11645
/proc/meminfo: memFree=23007636/32770624 swapFree=66999368/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): 351.134
CPU time (s): 350.927
CPU user time (s): 341.666
CPU system time (s): 9.26117
CPU usage (%): 99.941
Max. virtual memory (cumulated for all children) (KiB): 28764184
Max. memory (cumulated for all children) (KiB): 28739452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 341.666
system time used= 9.26117
maximum resident set size= 28743120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4824989
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= 301
involuntary context switches= 184


# summary of solver processes directly reported to runsolver:
#   pid: 11625
#   total CPU time (s): 350.927
#   total CPU user time (s): 341.666
#   total CPU system time (s): 9.26117

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.91834 second user time and 2.01543 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-16 04:32:16
IDJOB=4398003
IDBENCH=127781
IDSOLVER=2851
FILE ID=node106/4398003-1568604814
RUNJOBID= node106-1568593558-10655
PBS_JOBID= 21703403
Free space on /tmp= 59112 MiB

SOLVER NAME= cosoco 2.O 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-4398003-1568604814/watcher-4398003-1568604814 -o /tmp/evaluation-result-4398003-1568604814/solver-4398003-1568604814 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568593558-10655 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4398003-1568604814.xml

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

MD5SUM BENCH= 8967691277ed469002b27945208c5243
RANDOM SEED=750900787

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30437992 kB
MemAvailable:   31892784 kB
Buffers:          209860 kB
Cached:          1534500 kB
SwapCached:         8016 kB
Active:           489592 kB
Inactive:        1269000 kB
Active(anon):      14340 kB
Inactive(anon):    43348 kB
Active(file):     475252 kB
Inactive(file):  1225652 kB
Unevictable:      106856 kB
Mlocked:          106856 kB
SwapTotal:      67108860 kB
SwapFree:       66999368 kB
Dirty:              2800 kB
Writeback:             0 kB
AnonPages:        117044 kB
Mapped:            42344 kB
Shmem:             35148 kB
Slab:             169232 kB
SReclaimable:     139448 kB
SUnreclaim:        29784 kB
KernelStack:        3744 kB
PageTables:         5980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59108 MiB
End job on node106 at 2019-09-16 04:38:07