Trace number 4256548

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
OscaR - Hybrid 2017-07-26OPT885 1.92378 1.1235

General information on the benchmark

NameKnapsack/Knapsack-m1-s30/
Knapsack-30-100-16.xml
MD5SUM60579ec9e2bea81c12df486d2ee437df
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark885
Best CPU time to get the best result obtained on this benchmark0.28229299
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax 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.20/0.40	c version: 2017-07-26
0.20/0.40	c seed: 1590158485
0.38/0.40	c timeout: 264
0.38/0.40	c memlimit: 11000
0.38/0.40	c nbcore: 4
0.38/0.42	c Parsing instance...
0.89/0.76	c Parsing done, starting first complete search...
0.89/0.78	o 0
0.89/0.78	o 95
0.89/0.78	o 154
0.89/0.78	o 198
0.89/0.78	o 227
0.89/0.78	o 259
0.89/0.78	o 288
0.89/0.78	o 314
0.89/0.78	o 358
0.89/0.78	o 387
0.89/0.78	o 405
0.89/0.78	o 420
0.89/0.78	o 449
0.89/0.78	o 480
0.89/0.78	o 509
0.89/0.79	o 526
0.89/0.79	o 555
0.89/0.79	o 567
0.89/0.79	o 607
0.89/0.79	o 635
0.89/0.79	o 653
1.04/0.80	o 661
1.04/0.80	o 673
1.04/0.82	o 676
1.04/0.82	o 683
1.04/0.83	o 727
1.04/0.85	o 732
1.04/0.85	o 744
1.04/0.85	o 764
1.04/0.85	o 769
1.04/0.88	o 771
1.34/0.94	o 775
1.34/0.94	o 780
1.34/0.94	o 787
1.34/0.94	o 795
1.34/0.94	o 797
1.34/0.94	o 799
1.34/0.94	o 816
1.34/0.95	o 826
1.34/0.99	o 836
1.34/0.99	o 853
1.34/0.99	o 863
1.64/1.01	o 885
1.90/1.11	s OPTIMUM FOUND
1.90/1.11	v <instantiation>
1.90/1.11	v 	<list>
1.90/1.11	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
1.90/1.11	v 	</list>
1.90/1.11	v 	<values>
1.90/1.11	v 		0 1 1 1 1 0 1 0 1 0 0 1 1 0 1 0 0 0 1 0 1 1 0 0 0 0 1 1 1 0 
1.90/1.11	v 	</values>
1.90/1.11	v </instantiation>

Verifier Data

OK	885

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-4256548-1501633852/watcher-4256548-1501633852 -o /tmp/evaluation-result-4256548-1501633852/solver-4256548-1501633852 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501623086-29847 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 1590158485 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256548-1501633852.xml 

pid=6582
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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: 1.91 1.86 1.71 3/199 6585
/proc/meminfo: memFree=31546008/32770624 swapFree=0/231496
[pid=6585] ppid=6582 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/6585/stat : 6585 (runsolver) D 6582 6585 18930 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 63038686 24240128 107 18446744073709551615 4194304 4338465 140728098554992 140728098552632 140332355007191 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 27303936 140728098558057 140728098558533 140728098558533 140728098561994 0
/proc/6585/statm: 5918 107 54 36 0 2156 0

[startup+0.100129 s]
/proc/loadavg: 1.91 1.86 1.71 3/199 6585
/proc/meminfo: memFree=31546008/32770624 swapFree=0/231496
[pid=6585] ppid=6582 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/6585/stat : 6585 (runsolver) R 6582 6585 18930 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 63038686 24240128 107 18446744073709551615 4194304 4338465 140728098554992 140728098552632 140332355007191 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 27303936 140728098558057 140728098558533 140728098558533 140728098561994 0
/proc/6585/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200347 s]
/proc/loadavg: 1.91 1.86 1.71 3/199 6585
/proc/meminfo: memFree=31546008/32770624 swapFree=0/231496
[pid=6585] ppid=6582 vsize=13906484 CPUtime=0.06 cores=0,2,4,6
/proc/6585/stat : 6585 (java) S 6582 6585 18930 0 -1 1077944320 4871 0 0 0 5 1 0 0 20 0 14 0 63038686 14240239616 5413 18446744073709551615 4194304 4196468 140736571824048 140736571806592 140009420463863 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 24264704 140736571826580 140736571826762 140736571826762 140736571830223 0
/proc/6585/statm: 3476621 5413 2571 1 0 3466126 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13906484

[startup+0.300344 s]
/proc/loadavg: 1.91 1.86 1.71 3/199 6585
/proc/meminfo: memFree=31546008/32770624 swapFree=0/231496
[pid=6585] ppid=6582 vsize=13975920 CPUtime=0.2 cores=0,2,4,6
/proc/6585/stat : 6585 (java) S 6582 6585 18930 0 -1 1077944320 9854 0 0 0 18 2 0 0 20 0 15 0 63038686 14311342080 9241 18446744073709551615 4194304 4196468 140736571824048 140736571806592 140009420463863 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 24264704 140736571826580 140736571826762 140736571826762 140736571830223 0
/proc/6585/statm: 3493980 9241 3523 1 0 3482767 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 13975920

[startup+0.700194 s]
/proc/loadavg: 1.91 1.86 1.71 3/199 6585
/proc/meminfo: memFree=31546008/32770624 swapFree=0/231496
[pid=6585] ppid=6582 vsize=13977988 CPUtime=0.89 cores=0,2,4,6
/proc/6585/stat : 6585 (java) S 6582 6585 18930 0 -1 1077944320 13995 0 0 0 84 5 0 0 20 0 15 0 63038686 14313459712 17213 18446744073709551615 4194304 4196468 140736571824048 140736571806592 140009420463863 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 24264704 140736571826580 140736571826762 140736571826762 140736571830223 0
/proc/6585/statm: 3494497 17213 3711 1 0 3483279 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 13977988

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 6585 sig 9
??? kill -6585 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+0.800323 s]
/proc/loadavg: 1.91 1.86 1.71 3/199 6585
/proc/meminfo: memFree=31546008/32770624 swapFree=0/231496
[pid=6585] ppid=6582 vsize=13980036 CPUtime=1.04 cores=0,2,4,6
/proc/6585/stat : 6585 (java) S 6582 6585 18930 0 -1 1077944320 14833 0 0 0 98 6 0 0 20 0 15 0 63038686 14315556864 19416 18446744073709551615 4194304 4196468 140736571824048 140736571806592 140009420463863 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 24264704 140736571826580 140736571826762 140736571826762 140736571830223 0
/proc/6585/statm: 3495009 19416 3715 1 0 3483791 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 13980036

[startup+1.00033 s]
/proc/loadavg: 1.91 1.86 1.71 3/199 6585
/proc/meminfo: memFree=31546008/32770624 swapFree=0/231496
[pid=6585] ppid=6582 vsize=13980036 CPUtime=1.64 cores=0,2,4,6
/proc/6585/stat : 6585 (java) S 6582 6585 18930 0 -1 1077944320 18756 0 0 0 156 8 0 0 20 0 15 0 63038686 14315556864 25930 18446744073709551615 4194304 4196468 140736571824048 140736571806592 140009420463863 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 24264704 140736571826580 140736571826762 140736571826762 140736571830223 0
/proc/6585/statm: 3495009 25930 3741 1 0 3483791 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 13980036

[startup+1.10024 s]
/proc/loadavg: 1.91 1.86 1.71 3/214 6600
/proc/meminfo: memFree=31451192/32770624 swapFree=0/231492
[pid=6585] ppid=6582 vsize=13980036 CPUtime=1.9 cores=0,2,4,6
/proc/6585/stat : 6585 (java) S 6582 6585 18930 0 -1 1077944320 18791 0 0 0 182 8 0 0 20 0 15 0 63038686 14315556864 27512 18446744073709551615 4194304 4196468 140736571824048 140736571806592 140009420463863 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 24264704 140736571826580 140736571826762 140736571826762 140736571830223 0
/proc/6585/statm: 3495009 27512 3744 1 0 3483791 0
[pid=6585/tid=6587] ppid=6582 vsize=13980036 CPUtime=0.94 cores=0,2,4,6
/proc/6585/task/6587/stat : 6587 (java) R 6582 6585 18930 0 -1 4202560 13178 0 0 0 88 6 0 0 20 0 15 0 63038696 14315556864 27512 18446744073709551615 4194304 4196468 140736571824048 140009424693504 140009041645492 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 24264704 140736571826580 140736571826762 140736571826762 140736571830223 0
[pid=6585/tid=6588] ppid=6582 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/6585/task/6588/stat : 6588 (java) S 6582 6585 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63038697 14315556864 27512 18446744073709551615 4194304 4196468 140736571824048 140009362410512 140009420474069 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24264704 140736571826580 140736571826762 140736571826762 140736571830223 0
[pid=6585/tid=6589] ppid=6582 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/6585/task/6589/stat : 6589 (java) S 6582 6585 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63038697 14315556864 27512 18446744073709551615 4194304 4196468 140736571824048 140009361357968 140009420474069 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24264704 140736571826580 140736571826762 140736571826762 140736571830223 0
[pid=6585/tid=6590] ppid=6582 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/6585/task/6590/stat : 6590 (java) S 6582 6585 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63038697 14315556864 27512 18446744073709551615 4194304 4196468 140736571824048 140009360304912 140009420474069 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24264704 140736571826580 140736571826762 140736571826762 140736571830223 0
[pid=6585/tid=6591] ppid=6582 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/6585/task/6591/stat : 6591 (java) S 6582 6585 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63038697 14315556864 27512 18446744073709551615 4194304 4196468 140736571824048 140009359252368 140009420474069 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24264704 140736571826580 140736571826762 140736571826762 140736571830223 0
[pid=6585/tid=6592] ppid=6582 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/6585/task/6592/stat : 6592 (java) S 6582 6585 18930 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 63038698 14315556864 27512 18446744073709551615 4194304 4196468 140736571824048 140008966908144 140009420475010 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140736571826580 140736571826762 140736571826762 140736571830223 0
[pid=6585/tid=6593] ppid=6582 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/6585/task/6593/stat : 6593 (java) S 6582 6585 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63038699 14315556864 27512 18446744073709551615 4194304 4196468 140736571824048 140008965854368 140009420474069 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24264704 140736571826580 140736571826762 140736571826762 140736571830223 0
[pid=6585/tid=6594] ppid=6582 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/6585/task/6594/stat : 6594 (java) S 6582 6585 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63038699 14315556864 27512 18446744073709551615 4194304 4196468 140736571824048 140008964801264 140009420474069 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24264704 140736571826580 140736571826762 140736571826762 140736571830223 0
[pid=6585/tid=6595] ppid=6582 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/6585/task/6595/stat : 6595 (java) S 6582 6585 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63038701 14315556864 27512 18446744073709551615 4194304 4196468 140736571824048 140008963749840 140009420482459 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140736571826580 140736571826762 140736571826762 140736571830223 0
[pid=6585/tid=6596] ppid=6582 vsize=13980036 CPUtime=0.35 cores=0,2,4,6
/proc/6585/task/6596/stat : 6596 (java) S 6582 6585 18930 0 -1 1077944384 1757 0 0 0 35 0 0 0 20 0 15 0 63038701 14315556864 27512 18446744073709551615 4194304 4196468 140736571824048 140008962697968 140009420475010 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24264704 140736571826580 140736571826762 140736571826762 140736571830223 0
[pid=6585/tid=6597] ppid=6582 vsize=13980036 CPUtime=0.35 cores=0,2,4,6
/proc/6585/task/6597/stat : 6597 (java) S 6582 6585 18930 0 -1 1077944384 1431 0 0 0 35 0 0 0 20 0 15 0 63038701 14315556864 27512 18446744073709551615 4194304 4196468 140736571824048 140008961645424 140009420475010 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24264704 140736571826580 140736571826762 140736571826762 140736571830223 0
[pid=6585/tid=6598] ppid=6582 vsize=13980036 CPUtime=0.22 cores=0,2,4,6
/proc/6585/task/6598/stat : 6598 (java) S 6582 6585 18930 0 -1 1077944384 1047 0 0 0 22 0 0 0 20 0 15 0 63038701 14315556864 27512 18446744073709551615 4194304 4196468 140736571824048 140008960592368 140009420475010 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140736571826580 140736571826762 140736571826762 140736571830223 0
[pid=6585/tid=6599] ppid=6582 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/6585/task/6599/stat : 6599 (java) S 6582 6585 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63038701 14315556864 27512 18446744073709551615 4194304 4196468 140736571824048 140008959540064 140009420474069 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24264704 140736571826580 140736571826762 140736571826762 140736571830223 0
[pid=6585/tid=6600] ppid=6582 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/6585/task/6600/stat : 6600 (java) S 6582 6585 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63038706 14315556864 27512 18446744073709551615 4194304 4196468 140736571824048 140008958487088 140009420475010 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140736571826580 140736571826762 140736571826762 140736571830223 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 13980036

Child status: 0
Real time (s): 1.1235
CPU time (s): 1.92378
CPU user time (s): 1.83634
CPU system time (s): 0.087444
CPU usage (%): 171.232
Max. virtual memory (cumulated for all children) (KiB): 13980036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.83634
system time used= 0.087444
maximum resident set size= 112616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18851
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1601
involuntary context switches= 10

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.011461 second user time and 0.008595 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-02 02:16:34
IDJOB=4256548
IDBENCH=133475
IDSOLVER=2640
FILE ID=node132/4256548-1501633852
RUNJOBID= node132-1501623086-29847
PBS_JOBID= 
Free space on /tmp= 61840 MiB

SOLVER NAME= OscaR - Hybrid 2017-07-26
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s30/Knapsack-30-100-16.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4256548-1501633852/watcher-4256548-1501633852 -o /tmp/evaluation-result-4256548-1501633852/solver-4256548-1501633852 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501623086-29847 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 1590158485 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256548-1501633852.xml

TIME LIMIT= 264 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 60579ec9e2bea81c12df486d2ee437df
RANDOM SEED=1590158485

node132.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.74
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.74
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.74
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.74
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:        31546060 kB
MemAvailable:   31787208 kB
Buffers:          132756 kB
Cached:           405408 kB
SwapCached:            0 kB
Active:           557652 kB
Inactive:         255952 kB
Active(anon):     276184 kB
Inactive(anon):    24456 kB
Active(file):     281468 kB
Inactive(file):   231496 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42084 kB
Writeback:             0 kB
AnonPages:        275044 kB
Mapped:            53096 kB
Shmem:             25308 kB
Slab:             114248 kB
SReclaimable:      88040 kB
SUnreclaim:        26208 kB
KernelStack:        3504 kB
PageTables:         5436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1248316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61796 MiB
End job on node132 at 2017-08-02 02:16:35