Trace number 4409849

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
cosoco 2.0 parallel? (TO) 252.394 254.138

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-16-035-010.xml
MD5SUM03e72fbe3dfec80e6807e25b52393289
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark3.67757
Satisfiable
(Un)Satisfiability was proved
Number of variables561
Number of constraints137
Number of domains2
Minimum domain size2
Maximum domain size33
Distribution of domain sizes[{"size":2,"count":560},{"size":33,"count":1}]
Minimum variable degree17
Maximum variable degree121
Distribution of variable degrees[{"degree":17,"count":560},{"degree":121,"count":1}]
Minimum constraint arity35
Maximum constraint arity560
Distribution of constraint arities[{"arity":35,"count":16},{"arity":71,"count":120},{"arity":560,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":136}]
Optimization problemYES
Type of objectivemin VAR

Solver Data


Verifier Data

One s line expected

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 (15390 MiB free)
  memory of node 1: 16384 MiB (15587 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4409849-1569828398/watcher-4409849-1569828398 -o /tmp/evaluation-result-4409849-1569828398/solver-4409849-1569828398 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node141-1569816581-30898 --watchdog 312 cosoco -model -nbcores=8 HOME/instance-4409849-1569828398.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=406, runsolver pid=403

[startup+0.100133 s]*
/proc/loadavg: 7.52 7.89 7.93 2/191 407
/proc/meminfo: memFree=31717952/32770624 swapFree=66937820/67108860
[pid=406] ppid=403 vsize=31060 memory=7384 CPUtime=0.09 cores=0-7
/proc/406/stat : 406 (cosoco) R 403 406 30871 0 -1 4202496 2071 0 0 0 9 0 0 0 20 0 1 0 558777512 31805440 1846 33554432000 4194304 6211132 140730681893600 140730681890136 139639904987974 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 28983296 140730681902102 140730681902194 140730681902194 140730681905102 0
/proc/406/statm: 7765 1846 846 493 0 1070 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 31060 KiB
Current children cumulated memory: 7384 KiB

[startup+0.20916 s]*
/proc/loadavg: 7.52 7.89 7.93 2/191 407
/proc/meminfo: memFree=31716836/32770624 swapFree=66937820/67108860
[pid=406] ppid=403 vsize=32168 memory=8704 CPUtime=0.2 cores=0-7
/proc/406/stat : 406 (cosoco) R 403 406 30871 0 -1 4202496 2344 0 0 0 20 0 0 0 20 0 1 0 558777512 32940032 2176 33554432000 4194304 6211132 140730681893600 140730681873848 139639895043045 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 28983296 140730681902102 140730681902194 140730681902194 140730681905102 0
/proc/406/statm: 8042 2176 846 493 0 1347 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 32168 KiB
Current children cumulated memory: 8704 KiB

[startup+0.308549 s]*
/proc/loadavg: 7.52 7.89 7.93 2/191 407
/proc/meminfo: memFree=31715720/32770624 swapFree=66937820/67108860
[pid=406] ppid=403 vsize=33264 memory=9496 CPUtime=0.3 cores=0-7
/proc/406/stat : 406 (cosoco) R 403 406 30871 0 -1 4202496 2592 0 0 0 30 0 0 0 20 0 1 0 558777512 34062336 2374 33554432000 4194304 6211132 140730681893600 140730681873848 5452283 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 28983296 140730681902102 140730681902194 140730681902194 140730681905102 0
/proc/406/statm: 8316 2374 846 493 0 1621 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 33264 KiB
Current children cumulated memory: 9496 KiB

[startup+0.700265 s]
/proc/loadavg: 7.52 7.89 7.93 2/191 407
/proc/meminfo: memFree=31713860/32770624 swapFree=66937820/67108860
[pid=406] ppid=403 vsize=37168 memory=13604 CPUtime=0.69 cores=0-7
/proc/406/stat : 406 (cosoco) R 403 406 30871 0 -1 4202496 3568 0 0 0 69 0 0 0 20 0 1 0 558777512 38060032 3401 33554432000 4194304 6211132 140730681893600 140730681873848 139639895043045 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 28983296 140730681902102 140730681902194 140730681902194 140730681905102 0
/proc/406/statm: 9292 3401 846 493 0 2597 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 37168 KiB
Current children cumulated memory: 13604 KiB

[startup+1.50027 s]
/proc/loadavg: 7.52 7.89 7.93 2/191 407
/proc/meminfo: memFree=31709060/32770624 swapFree=66937820/67108860
[pid=406] ppid=403 vsize=45300 memory=21404 CPUtime=1.49 cores=0-7
/proc/406/stat : 406 (cosoco) R 403 406 30871 0 -1 4202496 5575 0 0 0 148 1 0 0 20 0 1 0 558777512 46387200 5351 33554432000 4194304 6211132 140730681893600 140730681873848 139639895043045 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 28983296 140730681902102 140730681902194 140730681902194 140730681905102 0
/proc/406/statm: 11325 5351 846 493 0 4630 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 45300 KiB
Current children cumulated memory: 21404 KiB

[startup+3.10915 s]
/proc/loadavg: 7.00 7.78 7.89 2/191 407
/proc/meminfo: memFree=31688944/32770624 swapFree=66937820/67108860
[pid=406] ppid=403 vsize=61812 memory=37808 CPUtime=3.1 cores=0-7
/proc/406/stat : 406 (cosoco) R 403 406 30871 0 -1 4202496 9743 0 0 0 308 2 0 0 20 0 1 0 558777512 63295488 9452 33554432000 4194304 6211132 140730681893600 140730681873848 139639895043045 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 28983296 140730681902102 140730681902194 140730681902194 140730681905102 0
/proc/406/statm: 15453 9452 846 493 0 8758 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 61812 KiB
Current children cumulated memory: 37808 KiB

[startup+6.30026 s]
/proc/loadavg: 7.00 7.78 7.89 2/191 407
/proc/meminfo: memFree=31658624/32770624 swapFree=66937820/67108860
[pid=406] ppid=403 vsize=93396 memory=69764 CPUtime=6.29 cores=0-7
/proc/406/stat : 406 (cosoco) R 403 406 30871 0 -1 4202496 17893 0 0 0 627 2 0 0 20 0 1 0 558777512 95637504 17441 33554432000 4194304 6211132 140730681893600 140730681873848 139639895043045 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 28983296 140730681902102 140730681902194 140730681902194 140730681905102 0
/proc/406/statm: 23349 17441 846 493 0 16654 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 93396 KiB
Current children cumulated memory: 69764 KiB

[startup+12.7003 s]
/proc/loadavg: 6.52 7.67 7.85 2/192 409
/proc/meminfo: memFree=31597876/32770624 swapFree=66937820/67108860
[pid=406] ppid=403 vsize=158640 memory=134304 CPUtime=12.68 cores=0-7
/proc/406/stat : 406 (cosoco) R 403 406 30871 0 -1 4202496 34158 0 0 0 1263 5 0 0 20 0 1 0 558777512 162447360 33576 33554432000 4194304 6211132 140730681893600 140730681873848 139639895043045 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 28983296 140730681902102 140730681902194 140730681902194 140730681905102 0
/proc/406/statm: 39660 33576 846 493 0 32965 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 158640 KiB
Current children cumulated memory: 134304 KiB

[startup+25.5003 s]
/proc/loadavg: 5.30 7.34 7.74 2/191 409
/proc/meminfo: memFree=31465116/32770624 swapFree=66937820/67108860
[pid=406] ppid=403 vsize=290168 memory=264536 CPUtime=25.48 cores=0-7
/proc/406/stat : 406 (cosoco) R 403 406 30871 0 -1 4202496 66303 0 0 0 2539 9 0 0 20 0 1 0 558777512 297132032 66134 33554432000 4194304 6211132 140730681893600 140730681873848 139639895043045 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 28983296 140730681902102 140730681902194 140730681902194 140730681905102 0
/proc/406/statm: 72542 66134 846 493 0 65847 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 290168 KiB
Current children cumulated memory: 264536 KiB

[startup+51.1092 s]
/proc/loadavg: 3.83 6.83 7.56 2/192 411
/proc/meminfo: memFree=31202956/32770624 swapFree=66937820/67108860
[pid=406] ppid=403 vsize=555368 memory=523080 CPUtime=51.07 cores=0-7
/proc/406/stat : 406 (cosoco) R 403 406 30871 0 -1 4202496 128976 0 0 0 5091 16 0 0 20 0 1 0 558777512 568696832 130770 33554432000 4194304 6211132 140730681893600 140730681873848 139639895043045 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 28983296 140730681902102 140730681902194 140730681902194 140730681905102 0
/proc/406/statm: 138842 130770 846 493 0 132147 0
Current children cumulated CPU time: 51.07 s
Current children cumulated vsize: 555368 KiB
Current children cumulated memory: 523080 KiB

[startup+102.3 s]
/proc/loadavg: 2.23 5.93 7.22 2/193 417
/proc/meminfo: memFree=30688220/32770624 swapFree=66937820/67108860
[pid=406] ppid=403 vsize=1065348 memory=1041288 CPUtime=102.26 cores=0-7
/proc/406/stat : 406 (cosoco) R 403 406 30871 0 -1 4202496 252971 0 0 0 10192 34 0 0 20 0 1 0 558777512 1090916352 260322 33554432000 4194304 6211132 140730681893600 140730681873848 139639895043045 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 28983296 140730681902102 140730681902194 140730681902194 140730681905102 0
/proc/406/statm: 266337 260322 846 493 0 259642 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 1065348 KiB
Current children cumulated memory: 1041288 KiB

[startup+162.3 s]
/proc/loadavg: 1.45 5.03 6.83 2/192 421
/proc/meminfo: memFree=30082368/32770624 swapFree=66937820/67108860
[pid=406] ppid=403 vsize=1705148 memory=1644888 CPUtime=162.23 cores=0-7
/proc/406/stat : 406 (cosoco) R 403 406 30871 0 -1 4202496 398291 0 0 0 16170 53 0 0 20 0 1 0 558777512 1746071552 411222 33554432000 4194304 6211132 140730681893600 140730681873848 139639895043045 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 28983296 140730681902102 140730681902194 140730681902194 140730681905102 0
/proc/406/statm: 426287 411222 846 493 0 419592 0
Current children cumulated CPU time: 162.23 s
Current children cumulated vsize: 1705148 KiB
Current children cumulated memory: 1644888 KiB

[startup+222.3 s]
/proc/loadavg: 1.17 4.30 6.47 2/192 424
/proc/meminfo: memFree=29475304/32770624 swapFree=66937820/67108860
[pid=406] ppid=403 vsize=2283632 memory=2251144 CPUtime=222.21 cores=0-7
/proc/406/stat : 406 (cosoco) R 403 406 30871 0 -1 4202496 543229 0 0 0 22149 72 0 0 20 0 1 0 558777512 2338439168 562786 33554432000 4194304 6211132 140730681893600 140730681873848 5443128 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 28983296 140730681902102 140730681902194 140730681902194 140730681905102 0
/proc/406/statm: 570908 562786 846 493 0 564213 0
Current children cumulated CPU time: 222.21 s
Current children cumulated vsize: 2283632 KiB
Current children cumulated memory: 2251144 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252 s]*
/proc/loadavg: 1.02 3.97 6.29 2/192 433
/proc/meminfo: memFree=29170756/32770624 swapFree=66937820/67108860
[pid=406] ppid=403 vsize=2625172 memory=2551960 CPUtime=251.9 cores=0-7
/proc/406/stat : 406 (cosoco) R 403 406 30871 0 -1 4202496 615347 0 0 0 25110 80 0 0 20 0 1 0 558777512 2688176128 637990 33554432000 4194304 6211132 140730681893600 140730681873848 5451580 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 28983296 140730681902102 140730681902194 140730681902194 140730681905102 0
/proc/406/statm: 656293 637990 846 493 0 649598 0
Current children cumulated CPU time: 251.9 s
Current children cumulated vsize: 2625172 KiB
Current children cumulated memory: 2551960 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+254.138 s]
# the end of solver process 406 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.429 s, system=0.965129 s

Solver just ended.
Dumping a history of the last processes samples

[startup+252.8 s]
/proc/loadavg: 1.02 3.97 6.29 2/192 433
/proc/meminfo: memFree=29170756/32770624 swapFree=66937820/67108860
[pid=406] ppid=403 vsize=2625304 memory=2551960 CPUtime=252.05 cores=0-7
/proc/406/stat : 406 (cosoco) S 403 406 30871 0 -1 512 615364 0 0 0 25122 83 0 0 20 0 1 0 558777512 2688311296 637990 33554432000 4194304 6211132 140730681893600 140730681873848 5189582 0 16384 4096 8405026 18446744071580971376 0 0 17 1 0 0 0 0 0 8312316 8317760 28983296 140730681902102 140730681902194 140730681902194 140730681905102 0
/proc/406/statm: 656326 637990 846 493 0 649631 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 2625304 KiB
Current children cumulated memory: 2551960 KiB

[startup+253.6 s]
/proc/loadavg: 1.02 3.92 6.26 3/193 436
/proc/meminfo: memFree=28584732/32770624 swapFree=66937820/67108860
[pid=406] ppid=403 vsize=2625304 memory=2551960 CPUtime=252.19 cores=0-7
/proc/406/stat : 406 (cosoco) S 403 406 30871 0 -1 512 615364 0 0 0 25136 83 0 0 20 0 1 0 558777512 2688311296 637990 33554432000 4194304 6211132 140730681893600 140730681873848 5189582 0 16384 4096 8405026 18446744071580971376 0 0 17 1 0 0 0 0 0 8312316 8317760 28983296 140730681902102 140730681902194 140730681902194 140730681905102 0
/proc/406/statm: 656326 637990 846 493 0 649631 0
Current children cumulated CPU time: 252.19 s
Current children cumulated vsize: 2625304 KiB
Current children cumulated memory: 2551960 KiB

[startup+254 s]*
/proc/loadavg: 1.02 3.92 6.26 3/193 436
/proc/meminfo: memFree=27968700/32770624 swapFree=66937820/67108860
[pid=406] ppid=403 vsize=2625304 memory=2551960 CPUtime=252.25 cores=0-7
/proc/406/stat : 406 (cosoco) S 403 406 30871 0 -1 512 615364 0 0 0 25142 83 0 0 20 0 1 0 558777512 2688311296 637990 33554432000 4194304 6211132 140730681893600 140730681873848 5189582 0 16384 4096 8405026 18446744071580971376 0 0 17 1 0 0 0 0 0 8312316 8317760 28983296 140730681902102 140730681902194 140730681902194 140730681905102 0
/proc/406/statm: 656326 637990 846 493 0 649631 0
Current children cumulated CPU time: 252.25 s
Current children cumulated vsize: 2625304 KiB
Current children cumulated memory: 2551960 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 254.138
CPU time (s): 252.394
CPU user time (s): 251.429
CPU system time (s): 0.965129
CPU usage (%): 99.314
Max. virtual memory (cumulated for all children) (KiB): 2625304
Max. memory (cumulated for all children) (KiB): 2551960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.429
system time used= 0.965129
maximum resident set size= 2552160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 615364
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= 147784
involuntary context switches= 1371


# summary of solver processes directly reported to runsolver:
#   pid: 406
#   total CPU time (s): 252.394
#   total CPU user time (s): 251.429
#   total CPU system time (s): 0.965129

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.861322 second user time and 1.72789 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-30 09:25:54
IDJOB=4409849
IDBENCH=122947
IDSOLVER=2878
FILE ID=node141/4409849-1569828398
RUNJOBID= node141-1569816581-30898
PBS_JOBID= 21705908
Free space on /tmp= 62032 MiB

SOLVER NAME= cosoco 2.0 parallel
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-16-035-010.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4409849-1569828398/watcher-4409849-1569828398 -o /tmp/evaluation-result-4409849-1569828398/solver-4409849-1569828398 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node141-1569816581-30898 --watchdog 312  cosoco -model -nbcores=8 HOME/instance-4409849-1569828398.xml

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

MD5SUM BENCH= 03e72fbe3dfec80e6807e25b52393289
RANDOM SEED=224387141

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        31721596 kB
MemAvailable:   31823560 kB
Buffers:           96720 kB
Cached:           349032 kB
SwapCached:        62080 kB
Active:           333728 kB
Inactive:         181068 kB
Active(anon):       5212 kB
Inactive(anon):   141848 kB
Active(file):     328516 kB
Inactive(file):    39220 kB
Unevictable:      107692 kB
Mlocked:          107692 kB
SwapTotal:      67108860 kB
SwapFree:       66937820 kB
Dirty:              2800 kB
Writeback:             0 kB
AnonPages:        240496 kB
Mapped:            27256 kB
Shmem:             69524 kB
Slab:             128660 kB
SReclaimable:     100124 kB
SUnreclaim:        28536 kB
KernelStack:        3712 kB
PageTables:         5384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     539716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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= 61452 MiB
End job on node141 at 2019-09-30 09:30:09