Trace number 4405437

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
Fun-sCOP hybrid+ManyGlucose (2019-09-22)UNSAT 2.20508 3.28606

General information on the benchmark

NameMaxCSP/
MaxCSP-kbtree-s9-5/kbtree-9-5-3-5-80-33.xml
MD5SUM3a59b8dd6de58bfa61ad72b85e3ef803
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.00595
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints255
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":40}]
Minimum variable degree9
Maximum variable degree39
Distribution of variable degrees[{"degree":9,"count":25},{"degree":14,"count":8},{"degree":19,"count":4},{"degree":24,"count":1},{"degree":34,"count":1},{"degree":39,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":255}]
Number of extensional constraints255
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":255}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.52	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -hybrid -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-629-serial-file.bin HOME/instance-4405437-1569238628.xml
0.69/1.80	
0.69/1.80	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
0.69/1.80	
0.73/2.24	c BEGIN-Prog: Mon Sep 23 13:36:31 CEST 2019
0.73/2.24	c PID: 634
0.73/2.24	c IP: 172.20.3.140
0.73/2.24	c HOST: node140.alineos.net
0.73/2.27	c (0,0) Parsing Begin
1.53/2.68	c (0,0) Parsing End
1.53/2.68	c (0,0) CSP: 40 int (0 aux), 0 bool (0 aux), 255 ctr, max domain size 5
1.79/2.79	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.79/2.79	c (0,0) Constraint Name Generate Begin
1.79/2.80	c (0,0) Ctr:HOME/instance-4405437-1569238628.xml,ExtensionSupport:Var
1.79/2.80	c (0,0) Constraint Name Generate End
1.79/2.80	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.79/2.80	c (0,0) CSP to CSPinCNF Begin
2.12/3.04	c (1,0) x[7]: 1 2 3 4 are all values in table.
2.12/3.04	c (1,0) x[7]: 1 2 3 4 are all values in table after removing invalid tuple.
2.12/3.04	c (1,0) ===========================================
2.12/3.04	c (1,0) Empty domain is detected while CSP to CSPinCNF.
2.12/3.04	c (1,0) ===========================================
2.12/3.04	c (1,0) 0,0,---,---,---,---,---,---,---,STOP-AFTER(CtrName)
2.12/3.04	s UNSATISFIABLE
2.12/3.04	c END-Prog: Mon Sep 23 13:36:32 CEST 2019
0.00/3.28	c (scop.sh) HOME/scop-629-serial-file.bin does not exist. End.

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405437-1569238628/watcher-4405437-1569238628 -o /var/tmp/evaluation-result-4405437-1569238628/solver-4405437-1569238628 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node140-1569238587-611 --watchdog 2580 HOME/scop.sh 22g HOME/scop.jar -hybrid HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4405437-1569238628.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
solver pid=629, runsolver pid=626
Current StackSize limit: 8192 KiB


[startup+0.100152 s]*
/proc/loadavg: 0.00 0.01 0.05 1/192 633
/proc/meminfo: memFree=25693416/32770624 swapFree=66997368/67108860
[pid=629] ppid=626 vsize=113124 memory=1188 CPUtime=0 cores=0-7
/proc/629/stat : 629 (scop.sh) S 626 629 564 0 -1 4202496 505 0 0 0 0 0 0 0 20 0 1 0 499801333 115838976 297 33554432000 4194304 5098028 140728959811600 140728959809544 140573465996288 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 6 0 0 7196144 7232144 9658368 140728959820540 140728959820888 140728959820888 140728959823817 0
/proc/629/statm: 28281 297 249 221 0 86 0
[pid=633] ppid=629 vsize=113124 memory=400 CPUtime=0 cores=0-7
/proc/633/stat : 633 (scop.sh) D 629 629 564 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 1 0 499801339 115838976 100 33554432000 4194304 5098028 140728959811600 140728959808600 140573465994613 0 0 4096 65538 18446744072101576228 0 0 17 3 0 0 0 0 0 7196144 7232144 9658368 140728959820540 140728959820888 140728959820888 140728959823817 0
/proc/633/statm: 28281 100 47 221 0 86 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 226248 KiB
Current children cumulated memory: 1588 KiB

[startup+0.209025 s]*
/proc/loadavg: 0.00 0.01 0.05 1/192 633
/proc/meminfo: memFree=25693416/32770624 swapFree=66997368/67108860
[pid=629] ppid=626 vsize=113124 memory=1188 CPUtime=0 cores=0-7
/proc/629/stat : 629 (scop.sh) S 626 629 564 0 -1 4202496 505 0 0 0 0 0 0 0 20 0 1 0 499801333 115838976 297 33554432000 4194304 5098028 140728959811600 140728959809544 140573465996288 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 6 0 0 7196144 7232144 9658368 140728959820540 140728959820888 140728959820888 140728959823817 0
/proc/629/statm: 28281 297 249 221 0 86 0
[pid=633] ppid=629 vsize=113124 memory=400 CPUtime=0 cores=0-7
/proc/633/stat : 633 (scop.sh) D 629 629 564 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 1 0 499801339 115838976 100 33554432000 4194304 5098028 140728959811600 140728959808600 140573465994613 0 0 4096 65538 18446744072101576228 0 0 17 3 0 0 0 0 0 7196144 7232144 9658368 140728959820540 140728959820888 140728959820888 140728959823817 0
/proc/633/statm: 28281 100 47 221 0 86 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 226248 KiB
Current children cumulated memory: 1588 KiB

[startup+0.308664 s]*
/proc/loadavg: 0.00 0.01 0.05 1/192 633
/proc/meminfo: memFree=25693104/32770624 swapFree=66997368/67108860
[pid=629] ppid=626 vsize=113124 memory=1188 CPUtime=0 cores=0-7
/proc/629/stat : 629 (scop.sh) S 626 629 564 0 -1 4202496 505 0 0 0 0 0 0 0 20 0 1 0 499801333 115838976 297 33554432000 4194304 5098028 140728959811600 140728959809544 140573465996288 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 6 0 0 7196144 7232144 9658368 140728959820540 140728959820888 140728959820888 140728959823817 0
/proc/629/statm: 28281 297 249 221 0 86 0
[pid=633] ppid=629 vsize=113124 memory=400 CPUtime=0 cores=0-7
/proc/633/stat : 633 (scop.sh) D 629 629 564 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 1 0 499801339 115838976 100 33554432000 4194304 5098028 140728959811600 140728959808600 140573465994613 0 0 4096 65538 18446744072101576228 0 0 17 3 0 0 0 0 0 7196144 7232144 9658368 140728959820540 140728959820888 140728959820888 140728959823817 0
/proc/633/statm: 28281 100 47 221 0 86 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 226248 KiB
Current children cumulated memory: 1588 KiB

[startup+0.700321 s]
/proc/loadavg: 0.00 0.01 0.05 1/192 633
/proc/meminfo: memFree=25693104/32770624 swapFree=66997368/67108860
[pid=629] ppid=626 vsize=113128 memory=1400 CPUtime=0 cores=0-7
/proc/629/stat : 629 (scop.sh) S 626 629 564 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 499801333 115843072 350 33554432000 4194304 5098028 140728959811600 140728959808856 140573465821820 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 6 0 0 7196144 7232144 9658368 140728959820540 140728959820888 140728959820888 140728959823817 0
/proc/629/statm: 28282 350 297 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1400 KiB

[startup+1.50047 s]
/proc/loadavg: 0.00 0.01 0.05 1/193 635
/proc/meminfo: memFree=25691988/32770624 swapFree=66997368/67108860
[pid=629] ppid=626 vsize=113128 memory=1400 CPUtime=0 cores=0-7
/proc/629/stat : 629 (scop.sh) S 626 629 564 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 499801333 115843072 350 33554432000 4194304 5098028 140728959811600 140728959808856 140573465821820 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 6 0 0 7196144 7232144 9658368 140728959820540 140728959820888 140728959820888 140728959823817 0
/proc/629/statm: 28282 350 297 221 0 87 0
[pid=634] ppid=629 vsize=27314120 memory=126696 CPUtime=0.36 cores=0-7
/proc/634/stat : 634 (java) S 629 629 564 0 -1 1077944320 12581 0 0 0 32 4 0 0 20 0 20 0 499801385 27969658880 31674 33554432000 4194304 4196468 140734472682416 140734472664960 140512347340535 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22962176 140734472684232 140734472684678 140734472684678 140734472687567 0
/proc/634/statm: 6828530 31674 3005 1 0 6790935 0
[pid=634/tid=635] ppid=629 vsize=27314120 memory=3680 CPUtime=0.25 cores=0-7
/proc/634/task/635/stat : 635 (java) D 629 629 564 0 -1 4202560 10198 0 0 0 22 3 0 0 20 0 20 0 499801422 27969658880 31674 33554432000 4194304 4196468 140734472682416 140512319166272 140512347362461 0 4 2 16800973 18446744071580419588 0 0 -1 1 0 0 0 0 0 6293624 6294260 22962176 140734472684232 140734472684678 140734472684678 140734472687567 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 128096 KiB

[startup+3.11033 s]
/proc/loadavg: 0.08 0.03 0.05 2/211 654
/proc/meminfo: memFree=25499872/32770624 swapFree=66997368/67108860
[pid=629] ppid=626 vsize=113128 memory=1400 CPUtime=0 cores=0-7
/proc/629/stat : 629 (scop.sh) S 626 629 564 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 499801333 115843072 350 33554432000 4194304 5098028 140728959811600 140728959808856 140573465821820 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 6 0 0 7196144 7232144 9658368 140728959820540 140728959820888 140728959820888 140728959823817 0
/proc/629/statm: 28282 350 297 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1400 KiB
heavy processes:

[startup+3.28598 s]
# the end of solver process 629 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.07891 s, system=0.12617 s

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

[startup+3.20992 s]
/proc/loadavg: 0.08 0.03 0.05 1/192 654
/proc/meminfo: memFree=25676448/32770624 swapFree=66997368/67108860
[pid=629] ppid=626 vsize=113128 memory=1400 CPUtime=0 cores=0-7
/proc/629/stat : 629 (scop.sh) S 626 629 564 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 499801333 115843072 350 33554432000 4194304 5098028 140728959811600 140728959808856 140573465821820 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 6 0 0 7196144 7232144 9658368 140728959820540 140728959820888 140728959820888 140728959823817 0
/proc/629/statm: 28282 350 297 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1400 KiB

Child status: 0
Real time (s): 3.28606
CPU time (s): 2.20508
CPU user time (s): 2.07891
CPU system time (s): 0.12617
CPU usage (%): 67.104
Max. virtual memory (cumulated for all children) (KiB): 27437692
Max. memory (cumulated for all children) (KiB): 190932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.07891
system time used= 0.12617
maximum resident set size= 190828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24567
page faults= 0
swaps= 0
block input operations= 30968
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3380
involuntary context switches= 126


# summary of solver processes directly reported to runsolver:
#   pid: 629
#   total CPU time (s): 2.20508
#   total CPU user time (s): 2.07891
#   total CPU system time (s): 0.12617

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.049764 second user time and 0.063242 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-23 13:36:27
IDJOB=4405437
IDBENCH=120167
IDSOLVER=2868
FILE ID=node140/4405437-1569238628
RUNJOBID= node140-1569238587-611
PBS_JOBID= 21704899
Free space on /var/tmp= 13516 MiB

SOLVER NAME= Fun-sCOP hybrid+ManyGlucose (2019-09-22)
BENCH NAME= XCSP17/MaxCSP/MaxCSP-kbtree-s9-5/kbtree-9-5-3-5-80-33.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -hybrid DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405437-1569238628/watcher-4405437-1569238628 -o /var/tmp/evaluation-result-4405437-1569238628/solver-4405437-1569238628 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node140-1569238587-611 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -hybrid HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4405437-1569238628.xml

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

MD5SUM BENCH= 3a59b8dd6de58bfa61ad72b85e3ef803
RANDOM SEED=760864286

node140.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.43
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.43
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.43
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.43
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:        25693160 kB
MemAvailable:   31847192 kB
Buffers:          105876 kB
Cached:          6147336 kB
SwapCached:         2888 kB
Active:          3095096 kB
Inactive:        3166496 kB
Active(anon):       4036 kB
Inactive(anon):    59252 kB
Active(file):    3091060 kB
Inactive(file):  3107244 kB
Unevictable:      107260 kB
Mlocked:          107260 kB
SwapTotal:      67108860 kB
SwapFree:       66997368 kB
Dirty:             20456 kB
Writeback:             0 kB
AnonPages:        108620 kB
Mapped:            55008 kB
Shmem:             46664 kB
Slab:             412800 kB
SReclaimable:     384188 kB
SUnreclaim:        28612 kB
KernelStack:        3376 kB
PageTables:         5180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /var/tmp at the end= 13496 MiB
End job on node140 at 2019-09-23 13:36:32