Trace number 4295141

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
PicatSAT 2018-06-15OPT92 109.632 109.631

General information on the benchmark

NameRcpsp/
Rcpsp-j90-01-02_c18.xml
MD5SUM7549aa093fe24285400bc63faca9f795
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark92
Best CPU time to get the best result obtained on this benchmark2.9696
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size478
Distribution of domain sizes[{"size":1,"count":1},{"size":478,"count":91}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":37},{"degree":4,"count":20},{"degree":5,"count":34},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":138},{"arity":16,"count":1},{"arity":19,"count":1},{"arity":23,"count":1},{"arity":32,"count":1}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

109.59/109.62	c xcsp_picat version 2.4#4 (June 15, 2018)
109.59/109.62	o 282
109.59/109.62	o 184
109.59/109.62	o 135
109.59/109.62	o 111
109.59/109.62	o 99
109.59/109.62	o 93
109.59/109.62	o 92
109.59/109.62	s OPTIMUM FOUND
109.59/109.62	v <instantiation>
109.59/109.62	v     <list> s[]  </list> 
109.59/109.62	v     <values> 0 0 0 0 5 5 6 11 11 27 21 14 8 19 23 7 44 4 15 51 6 17 26 16 35 11 11 18 24 6 32 33 8 14 26 56 28 27 25 48 31 50 36 40 47 16 43 28 46 20 45 33 36 45 71 41 54 74 54 55 32 39 48 57 48 55 64 46 51 60 61 44 56 63 55 68 27 65 60 73 25 71 78 65 80 75 80 78 84 84 88 92   </values> 
109.59/109.62	v </instantiation>

Verifier Data

OK	92

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295141-1532461744/watcher-4295141-1532461744 -o /tmp/evaluation-result-4295141-1532461744/solver-4295141-1532461744 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532432947-16184 --watchdog 2580 xcsp_picat HOME/instance-4295141-1532461744.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=21286, runsolver pid=21283
Current StackSize limit: 8192 KiB


[startup+0.10017 s]*
/proc/loadavg: 2.21 2.09 2.07 3/187 21287
/proc/meminfo: memFree=15723008/32770624 swapFree=67108860/67108860
[pid=21286] ppid=21283 vsize=128692 memory=33320 CPUtime=0.1 cores=1,3,5,7
/proc/21286/stat : 21286 (xcsp_picat) R 21283 21286 16152 0 -1 4202496 2493 0 0 0 10 0 0 0 20 0 1 0 63737604 131780608 8330 33554432000 4194304 5849740 140730927445344 140730927444648 140103593279367 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 46628864 140730927453366 140730927453444 140730927453444 140730927456202 0
/proc/21286/statm: 32173 8330 710 405 0 29117 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 128692 KiB
Current children cumulated memory: 33320 KiB

[startup+0.209675 s]*
/proc/loadavg: 2.21 2.09 2.07 3/187 21287
/proc/meminfo: memFree=15722264/32770624 swapFree=67108860/67108860
[pid=21286] ppid=21283 vsize=129972 memory=34636 CPUtime=0.21 cores=1,3,5,7
/proc/21286/stat : 21286 (xcsp_picat) R 21283 21286 16152 0 -1 4202496 2814 0 0 0 21 0 0 0 20 0 1 0 63737604 133091328 8659 33554432000 4194304 5849740 140730927445344 140730927444648 5432399 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 46628864 140730927453366 140730927453444 140730927453444 140730927456202 0
/proc/21286/statm: 32493 8659 729 405 0 29437 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 129972 KiB
Current children cumulated memory: 34636 KiB

[startup+0.308944 s]*
/proc/loadavg: 2.21 2.09 2.07 3/187 21287
/proc/meminfo: memFree=15707168/32770624 swapFree=67108860/67108860
[pid=21286] ppid=21283 vsize=143868 memory=48820 CPUtime=0.31 cores=1,3,5,7
/proc/21286/stat : 21286 (xcsp_picat) R 21283 21286 16152 0 -1 4202496 6440 0 0 0 30 1 0 0 20 0 1 0 63737604 147320832 12205 33554432000 4194304 5849740 140730927445344 140730927444648 5335598 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 46628864 140730927453366 140730927453444 140730927453444 140730927456202 0
/proc/21286/statm: 35967 12205 730 405 0 32911 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 143868 KiB
Current children cumulated memory: 48820 KiB

[startup+0.700411 s]
/proc/loadavg: 2.21 2.09 2.07 3/187 21287
/proc/meminfo: memFree=15706080/32770624 swapFree=67108860/67108860
[pid=21286] ppid=21283 vsize=146080 memory=50860 CPUtime=0.69 cores=1,3,5,7
/proc/21286/stat : 21286 (xcsp_picat) R 21283 21286 16152 0 -1 4202496 8250 0 0 0 68 1 0 0 20 0 1 0 63737604 149585920 12715 33554432000 4194304 5849740 140730927445344 140730927443992 5408708 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 46628864 140730927453366 140730927453444 140730927453444 140730927456202 0
/proc/21286/statm: 36520 12715 745 405 0 33464 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 146080 KiB
Current children cumulated memory: 50860 KiB

[startup+1.50042 s]
/proc/loadavg: 2.21 2.09 2.07 3/187 21287
/proc/meminfo: memFree=15697696/32770624 swapFree=67108860/67108860
[pid=21286] ppid=21283 vsize=155932 memory=60676 CPUtime=1.49 cores=1,3,5,7
/proc/21286/stat : 21286 (xcsp_picat) R 21283 21286 16152 0 -1 4202496 9337 0 0 0 148 1 0 0 20 0 1 0 63737604 159674368 15169 33554432000 4194304 5849740 140730927445344 140730927443992 5302809 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 46628864 140730927453366 140730927453444 140730927453444 140730927456202 0
/proc/21286/statm: 38983 15169 753 405 0 35927 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 155932 KiB
Current children cumulated memory: 60676 KiB

[startup+3.10935 s]
/proc/loadavg: 2.20 2.09 2.07 3/187 21287
/proc/meminfo: memFree=15693296/32770624 swapFree=67108860/67108860
[pid=21286] ppid=21283 vsize=158632 memory=63564 CPUtime=3.1 cores=1,3,5,7
/proc/21286/stat : 21286 (xcsp_picat) R 21283 21286 16152 0 -1 4202496 10638 0 0 0 309 1 0 0 20 0 1 0 63737604 162439168 15891 33554432000 4194304 5849740 140730927445344 140730927443992 4203940 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 46628864 140730927453366 140730927453444 140730927453444 140730927456202 0
/proc/21286/statm: 39658 15891 757 405 0 36602 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 158632 KiB
Current children cumulated memory: 63564 KiB

[startup+6.30027 s]
/proc/loadavg: 2.20 2.09 2.07 3/187 21287
/proc/meminfo: memFree=15693352/32770624 swapFree=67108860/67108860
[pid=21286] ppid=21283 vsize=158632 memory=63564 CPUtime=6.29 cores=1,3,5,7
/proc/21286/stat : 21286 (xcsp_picat) R 21283 21286 16152 0 -1 4202496 16667 0 0 0 627 2 0 0 20 0 1 0 63737604 162439168 15891 33554432000 4194304 5849740 140730927445344 140730927442888 4209118 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 46628864 140730927453366 140730927453444 140730927453444 140730927456202 0
/proc/21286/statm: 39658 15891 757 405 0 36602 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 158632 KiB
Current children cumulated memory: 63564 KiB

[startup+12.7003 s]
/proc/loadavg: 2.17 2.08 2.07 3/187 21287
/proc/meminfo: memFree=15693352/32770624 swapFree=67108860/67108860
[pid=21286] ppid=21283 vsize=158632 memory=63564 CPUtime=12.69 cores=1,3,5,7
/proc/21286/stat : 21286 (xcsp_picat) R 21283 21286 16152 0 -1 4202496 20149 0 0 0 1267 2 0 0 20 0 1 0 63737604 162439168 15891 33554432000 4194304 5849740 140730927445344 140730927442888 4211660 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 46628864 140730927453366 140730927453444 140730927453444 140730927456202 0
/proc/21286/statm: 39658 15891 757 405 0 36602 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 158632 KiB
Current children cumulated memory: 63564 KiB

[startup+25.5003 s]
/proc/loadavg: 2.14 2.08 2.07 3/187 21287
/proc/meminfo: memFree=15691172/32770624 swapFree=67108860/67108860
[pid=21286] ppid=21283 vsize=163636 memory=65664 CPUtime=25.49 cores=1,3,5,7
/proc/21286/stat : 21286 (xcsp_picat) R 21283 21286 16152 0 -1 4202496 28512 0 0 0 2546 3 0 0 20 0 1 0 63737604 167563264 16416 33554432000 4194304 5849740 140730927445344 140730927443832 4207987 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 46628864 140730927453366 140730927453444 140730927453444 140730927456202 0
/proc/21286/statm: 40909 16416 768 405 0 37853 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 163636 KiB
Current children cumulated memory: 65664 KiB

[startup+51.1094 s]
/proc/loadavg: 2.09 2.07 2.06 3/187 21287
/proc/meminfo: memFree=15691048/32770624 swapFree=67108860/67108860
[pid=21286] ppid=21283 vsize=163512 memory=65500 CPUtime=51.1 cores=1,3,5,7
/proc/21286/stat : 21286 (xcsp_picat) R 21283 21286 16152 0 -1 4202496 37257 0 0 0 5104 6 0 0 20 0 1 0 63737604 167436288 16375 33554432000 4194304 5849740 140730927445344 140730927443832 5305801 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 46628864 140730927453366 140730927453444 140730927453444 140730927456202 0
/proc/21286/statm: 40878 16375 769 405 0 37822 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 163512 KiB
Current children cumulated memory: 65500 KiB

[startup+102.3 s]
/proc/loadavg: 2.04 2.06 2.06 3/188 21296
/proc/meminfo: memFree=15690112/32770624 swapFree=67108860/67108860
[pid=21286] ppid=21283 vsize=163640 memory=65668 CPUtime=102.29 cores=1,3,5,7
/proc/21286/stat : 21286 (xcsp_picat) R 21283 21286 16152 0 -1 4202496 51410 0 0 0 10217 12 0 0 20 0 1 0 63737604 167567360 16417 33554432000 4194304 5849740 140730927445344 140730927443832 4211868 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 46628864 140730927453366 140730927453444 140730927453444 140730927456202 0
/proc/21286/statm: 40910 16417 769 405 0 37854 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 163640 KiB
Current children cumulated memory: 65668 KiB

[startup+109.631 s]
# the end of solver process 21286 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=109.495 s, system=0.137002 s

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

[startup+102.4 s]
/proc/loadavg: 2.04 2.06 2.06 3/188 21296
/proc/meminfo: memFree=15690112/32770624 swapFree=67108860/67108860
[pid=21286] ppid=21283 vsize=163640 memory=65668 CPUtime=102.39 cores=1,3,5,7
/proc/21286/stat : 21286 (xcsp_picat) R 21283 21286 16152 0 -1 4202496 51410 0 0 0 10227 12 0 0 20 0 1 0 63737604 167567360 16417 33554432000 4194304 5849740 140730927445344 140730927443832 4211639 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 46628864 140730927453366 140730927453444 140730927453444 140730927456202 0
/proc/21286/statm: 40910 16417 769 405 0 37854 0
Current children cumulated CPU time: 102.39 s
Current children cumulated vsize: 163640 KiB
Current children cumulated memory: 65668 KiB

[startup+105.6 s]
/proc/loadavg: 2.04 2.06 2.06 3/188 21296
/proc/meminfo: memFree=15690112/32770624 swapFree=67108860/67108860
[pid=21286] ppid=21283 vsize=163640 memory=65608 CPUtime=105.59 cores=1,3,5,7
/proc/21286/stat : 21286 (xcsp_picat) R 21283 21286 16152 0 -1 4202496 53606 0 0 0 10546 13 0 0 20 0 1 0 63737604 167567360 16402 33554432000 4194304 5849740 140730927445344 140730927443832 5309600 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 46628864 140730927453366 140730927453444 140730927453444 140730927456202 0
/proc/21286/statm: 40910 16402 769 405 0 37854 0
Current children cumulated CPU time: 105.59 s
Current children cumulated vsize: 163640 KiB
Current children cumulated memory: 65608 KiB

[startup+107.2 s]
/proc/loadavg: 2.03 2.06 2.06 3/188 21296
/proc/meminfo: memFree=15690112/32770624 swapFree=67108860/67108860
[pid=21286] ppid=21283 vsize=163640 memory=65608 CPUtime=107.19 cores=1,3,5,7
/proc/21286/stat : 21286 (xcsp_picat) R 21283 21286 16152 0 -1 4202496 53606 0 0 0 10706 13 0 0 20 0 1 0 63737604 167567360 16402 33554432000 4194304 5849740 140730927445344 140730927443832 5308854 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 46628864 140730927453366 140730927453444 140730927453444 140730927456202 0
/proc/21286/statm: 40910 16402 769 405 0 37854 0
Current children cumulated CPU time: 107.19 s
Current children cumulated vsize: 163640 KiB
Current children cumulated memory: 65608 KiB

[startup+108.8 s]
/proc/loadavg: 2.03 2.06 2.06 3/188 21296
/proc/meminfo: memFree=15690112/32770624 swapFree=67108860/67108860
[pid=21286] ppid=21283 vsize=163640 memory=65608 CPUtime=108.79 cores=1,3,5,7
/proc/21286/stat : 21286 (xcsp_picat) R 21283 21286 16152 0 -1 4202496 53606 0 0 0 10866 13 0 0 20 0 1 0 63737604 167567360 16402 33554432000 4194304 5849740 140730927445344 140730927443832 5306462 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 46628864 140730927453366 140730927453444 140730927453444 140730927456202 0
/proc/21286/statm: 40910 16402 769 405 0 37854 0
Current children cumulated CPU time: 108.79 s
Current children cumulated vsize: 163640 KiB
Current children cumulated memory: 65608 KiB

[startup+109.2 s]
/proc/loadavg: 2.03 2.06 2.06 3/188 21296
/proc/meminfo: memFree=15690112/32770624 swapFree=67108860/67108860
[pid=21286] ppid=21283 vsize=163640 memory=65608 CPUtime=109.19 cores=1,3,5,7
/proc/21286/stat : 21286 (xcsp_picat) R 21283 21286 16152 0 -1 4202496 53606 0 0 0 10906 13 0 0 20 0 1 0 63737604 167567360 16402 33554432000 4194304 5849740 140730927445344 140730927443832 5310076 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 46628864 140730927453366 140730927453444 140730927453444 140730927456202 0
/proc/21286/statm: 40910 16402 769 405 0 37854 0
Current children cumulated CPU time: 109.19 s
Current children cumulated vsize: 163640 KiB
Current children cumulated memory: 65608 KiB

[startup+109.6 s]
/proc/loadavg: 2.03 2.06 2.06 3/188 21296
/proc/meminfo: memFree=15690112/32770624 swapFree=67108860/67108860
[pid=21286] ppid=21283 vsize=163640 memory=65608 CPUtime=109.59 cores=1,3,5,7
/proc/21286/stat : 21286 (xcsp_picat) R 21283 21286 16152 0 -1 4202496 53606 0 0 0 10946 13 0 0 20 0 1 0 63737604 167567360 16402 33554432000 4194304 5849740 140730927445344 140730927443832 140103593279367 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 46628864 140730927453366 140730927453444 140730927453444 140730927456202 0
/proc/21286/statm: 40910 16402 769 405 0 37854 0
Current children cumulated CPU time: 109.59 s
Current children cumulated vsize: 163640 KiB
Current children cumulated memory: 65608 KiB

Child status: 0
Real time (s): 109.631
CPU time (s): 109.632
CPU user time (s): 109.495
CPU system time (s): 0.137002
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 163780
Max. memory (cumulated for all children) (KiB): 65668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 109.495
system time used= 0.137002
maximum resident set size= 65676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53623
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= 2
involuntary context switches= 30


# summary of solver processes directly reported to runsolver:
#   pid: 21286
#   total CPU time (s): 109.632
#   total CPU user time (s): 109.495
#   total CPU system time (s): 0.137002

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.440909 second user time and 0.755357 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-24 21:49:04
IDJOB=4295141
IDBENCH=141474
IDSOLVER=2754
FILE ID=node136/4295141-1532461744
RUNJOBID= node136-1532432947-16184
PBS_JOBID= 21021579
Free space on /tmp= 56512 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j90-01-02_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295141-1532461744/watcher-4295141-1532461744 -o /tmp/evaluation-result-4295141-1532461744/solver-4295141-1532461744 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532432947-16184 --watchdog 2580  xcsp_picat HOME/instance-4295141-1532461744.xml

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

MD5SUM BENCH= 7549aa093fe24285400bc63faca9f795
RANDOM SEED=722867992

node136.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.50
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.50
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.50
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.50
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:        15753748 kB
MemAvailable:   25304196 kB
Buffers:          206976 kB
Cached:          9573800 kB
SwapCached:            0 kB
Active:          8619152 kB
Inactive:        7845080 kB
Active(anon):    6633232 kB
Inactive(anon):    69952 kB
Active(file):    1985920 kB
Inactive(file):  7775128 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3316 kB
Writeback:             0 kB
AnonPages:       6711216 kB
Mapped:            40836 kB
Shmem:             17036 kB
Slab:             238040 kB
SReclaimable:     210472 kB
SUnreclaim:        27568 kB
KernelStack:        3568 kB
PageTables:        18144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7193276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5593088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 56508 MiB
End job on node136 at 2018-07-24 21:50:54