Trace number 4309638

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
PicatSAT 2018-08-14SAT 20.1276 20.1296

General information on the benchmark

NameEternity/
Eternity-07-07_c18.xml
MD5SUMd2370bf20b8fe6e2b2b2b678a676e404
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.988587
Satisfiable
(Un)Satisfiability was proved
Number of variables161
Number of constraints78
Number of domains2
Minimum domain size10
Maximum domain size49
Distribution of domain sizes[{"size":10,"count":112},{"size":49,"count":49}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":6},{"degree":2,"count":154},{"degree":8,"count":1}]
Minimum constraint arity1
Maximum constraint arity49
Distribution of constraint arities[{"arity":1,"count":28},{"arity":5,"count":49},{"arity":49,"count":1}]
Number of extensional constraints49
Number of intensional constraints28
Distribution of constraint types[{"type":"extension","count":49},{"type":"intension","count":28},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

20.10/20.12	c xcsp_picat version 2.4#7 (8/14/2018)
20.10/20.12	s SATISFIABLE
20.10/20.12	v <instantiation>
20.10/20.12	v     <list> id[][] left[][] right[] bot[] top[][]  </list> 
20.10/20.12	v     <values> 2 18 22 14 7 23 1 4 25 34 47 43 37 20 5 40 46 41 39 31 9 8 36 33 35 32 48 15 16 42 38 24 26 44 13 17 29 27 28 45 30 10 0 12 11 19 6 21 3  0 2 3 3 2 1 3 0 5 4 9 9 9 6 0 6 7 8 5 9 8 0 8 4 9 8 7 9 0 9 5 8 4 7 8 0 4 5 4 8 7 4 0 2 2 3 1 3 3  0 0 0 0 0 0 0  0 0 0 0 0 0 0  0 0 0 0 0 0 0 1 4 8 8 7 9 1 1 7 6 6 5 4 3 1 5 8 6 7 6 1 2 9 5 4 4 9 2 3 6 7 5 7 6 2 1 7 5 5 6 6 2   </values> 
20.10/20.12	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309638-1534320068/watcher-4309638-1534320068 -o /tmp/evaluation-result-4309638-1534320068/solver-4309638-1534320068 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534293054-21340 --watchdog 2580 xcsp_picat HOME/instance-4309638-1534320068.xml 

running on 4 cores: 0,2,4,6

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=24453, runsolver pid=24450
Starting watchdog threadCurrent StackSize limit: 8192 KiB


[startup+0.100149 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 24454
/proc/meminfo: memFree=18257148/32770624 swapFree=67108792/67108860
[pid=24453] ppid=24450 vsize=2029676 memory=21784 CPUtime=0.1 cores=0,2,4,6
/proc/24453/stat : 24453 (xcsp_picat) R 24450 24453 21309 0 -1 4202496 2904 0 0 0 10 0 0 0 20 0 1 0 249570114 2078388224 5446 33554432000 4194304 5849940 140729930469008 140729930468312 5395508 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34938880 140729930470582 140729930470660 140729930470660 140729930473418 0
/proc/24453/statm: 507419 5446 646 405 0 504363 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2029676 KiB
Current children cumulated memory: 21784 KiB

[startup+0.209739 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 24454
/proc/meminfo: memFree=18257344/32770624 swapFree=67108792/67108860
[pid=24453] ppid=24450 vsize=2029760 memory=21868 CPUtime=0.21 cores=0,2,4,6
/proc/24453/stat : 24453 (xcsp_picat) R 24450 24453 21309 0 -1 4202496 2980 0 0 0 21 0 0 0 20 0 1 0 249570114 2078474240 5467 33554432000 4194304 5849940 140729930469008 140729930468312 5396143 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34938880 140729930470582 140729930470660 140729930470660 140729930473418 0
/proc/24453/statm: 507440 5467 652 405 0 504384 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2029760 KiB
Current children cumulated memory: 21868 KiB

[startup+0.309098 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 24454
/proc/meminfo: memFree=18256972/32770624 swapFree=67108792/67108860
[pid=24453] ppid=24450 vsize=2029844 memory=21776 CPUtime=0.31 cores=0,2,4,6
/proc/24453/stat : 24453 (xcsp_picat) R 24450 24453 21309 0 -1 4202496 3005 0 0 0 31 0 0 0 20 0 1 0 249570114 2078560256 5444 33554432000 4194304 5849940 140729930469008 140729930468312 5392584 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34938880 140729930470582 140729930470660 140729930470660 140729930473418 0
/proc/24453/statm: 507461 5444 652 405 0 504405 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2029844 KiB
Current children cumulated memory: 21776 KiB

[startup+0.700321 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24454
/proc/meminfo: memFree=18256972/32770624 swapFree=67108792/67108860
[pid=24453] ppid=24450 vsize=2031660 memory=23624 CPUtime=0.69 cores=0,2,4,6
/proc/24453/stat : 24453 (xcsp_picat) R 24450 24453 21309 0 -1 4202496 3688 0 0 0 69 0 0 0 20 0 1 0 249570114 2080419840 5906 33554432000 4194304 5849940 140729930469008 140729930467256 5360487 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34938880 140729930470582 140729930470660 140729930470660 140729930473418 0
/proc/24453/statm: 507915 5906 654 405 0 504859 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2031660 KiB
Current children cumulated memory: 23624 KiB

[startup+1.50028 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24454
/proc/meminfo: memFree=18254300/32770624 swapFree=67108792/67108860
[pid=24453] ppid=24450 vsize=2034040 memory=25460 CPUtime=1.49 cores=0,2,4,6
/proc/24453/stat : 24453 (xcsp_picat) R 24450 24453 21309 0 -1 4202496 4453 0 0 0 149 0 0 0 20 0 1 0 249570114 2082856960 6365 33554432000 4194304 5849940 140729930469008 140729930467256 4230593 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34938880 140729930470582 140729930470660 140729930470660 140729930473418 0
/proc/24453/statm: 508510 6365 664 405 0 505454 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2034040 KiB
Current children cumulated memory: 25460 KiB

[startup+3.10913 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24454
/proc/meminfo: memFree=18253236/32770624 swapFree=67108792/67108860
[pid=24453] ppid=24450 vsize=2034040 memory=25628 CPUtime=3.1 cores=0,2,4,6
/proc/24453/stat : 24453 (xcsp_picat) R 24450 24453 21309 0 -1 4202496 5466 0 0 0 310 0 0 0 20 0 1 0 249570114 2082856960 6407 33554432000 4194304 5849940 140729930469008 140729930467416 4212515 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34938880 140729930470582 140729930470660 140729930470660 140729930473418 0
/proc/24453/statm: 508510 6407 664 405 0 505454 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2034040 KiB
Current children cumulated memory: 25628 KiB

[startup+6.30027 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24454
/proc/meminfo: memFree=18253392/32770624 swapFree=67108792/67108860
[pid=24453] ppid=24450 vsize=2034040 memory=25628 CPUtime=6.29 cores=0,2,4,6
/proc/24453/stat : 24453 (xcsp_picat) R 24450 24453 21309 0 -1 4202496 6295 0 0 0 629 0 0 0 20 0 1 0 249570114 2082856960 6407 33554432000 4194304 5849940 140729930469008 140729930467416 4211660 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34938880 140729930470582 140729930470660 140729930470660 140729930473418 0
/proc/24453/statm: 508510 6407 664 405 0 505454 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2034040 KiB
Current children cumulated memory: 25628 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24454
/proc/meminfo: memFree=18251284/32770624 swapFree=67108792/67108860
[pid=24453] ppid=24450 vsize=2036232 memory=27820 CPUtime=12.68 cores=0,2,4,6
/proc/24453/stat : 24453 (xcsp_picat) R 24450 24453 21309 0 -1 4202496 8514 0 0 0 1268 0 0 0 20 0 1 0 249570114 2085101568 6955 33554432000 4194304 5849940 140729930469008 140729930467416 4211681 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34938880 140729930470582 140729930470660 140729930470660 140729930473418 0
/proc/24453/statm: 509058 6955 664 405 0 506002 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2036232 KiB
Current children cumulated memory: 27820 KiB

[startup+20.1295 s]
# the end of solver process 24453 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20.0406 s, system=0.086993 s

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

[startup+12.8003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24454
/proc/meminfo: memFree=18251284/32770624 swapFree=67108792/67108860
[pid=24453] ppid=24450 vsize=2036232 memory=27820 CPUtime=12.78 cores=0,2,4,6
/proc/24453/stat : 24453 (xcsp_picat) R 24450 24453 21309 0 -1 4202496 8514 0 0 0 1278 0 0 0 20 0 1 0 249570114 2085101568 6955 33554432000 4194304 5849940 140729930469008 140729930467416 4211607 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34938880 140729930470582 140729930470660 140729930470660 140729930473418 0
/proc/24453/statm: 509058 6955 664 405 0 506002 0
Current children cumulated CPU time: 12.78 s
Current children cumulated vsize: 2036232 KiB
Current children cumulated memory: 27820 KiB

[startup+16.0003 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 24454
/proc/meminfo: memFree=18250416/32770624 swapFree=67108792/67108860
[pid=24453] ppid=24450 vsize=2037136 memory=28616 CPUtime=16 cores=0,2,4,6
/proc/24453/stat : 24453 (xcsp_picat) R 24450 24453 21309 0 -1 4202496 10646 0 0 0 1596 4 0 0 20 0 1 0 249570114 2086027264 7154 33554432000 4194304 5849940 140729930469008 140729930467496 4212035 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34938880 140729930470582 140729930470660 140729930470660 140729930473418 0
/proc/24453/statm: 509284 7154 668 405 0 506228 0
Current children cumulated CPU time: 16 s
Current children cumulated vsize: 2037136 KiB
Current children cumulated memory: 28616 KiB

[startup+17.6003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24454
/proc/meminfo: memFree=18250416/32770624 swapFree=67108792/67108860
[pid=24453] ppid=24450 vsize=2033276 memory=24880 CPUtime=17.59 cores=0,2,4,6
/proc/24453/stat : 24453 (xcsp_picat) R 24450 24453 21309 0 -1 4202496 10651 0 0 0 1754 5 0 0 20 0 1 0 249570114 2082074624 6220 33554432000 4194304 5849940 140729930469008 140729930468008 139753485995911 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34938880 140729930470582 140729930470660 140729930470660 140729930473418 0
/proc/24453/statm: 508319 6220 668 405 0 505263 0
Current children cumulated CPU time: 17.59 s
Current children cumulated vsize: 2033276 KiB
Current children cumulated memory: 24880 KiB

[startup+19.2003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24454
/proc/meminfo: memFree=18253020/32770624 swapFree=67108792/67108860
[pid=24453] ppid=24450 vsize=2034140 memory=26196 CPUtime=19.19 cores=0,2,4,6
/proc/24453/stat : 24453 (xcsp_picat) R 24450 24453 21309 0 -1 4202496 10994 0 0 0 1912 7 0 0 20 0 1 0 249570114 2082959360 6549 33554432000 4194304 5849940 140729930469008 140729930468008 139753485995911 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34938880 140729930470582 140729930470660 140729930470660 140729930473418 0
/proc/24453/statm: 508535 6549 668 405 0 505479 0
Current children cumulated CPU time: 19.19 s
Current children cumulated vsize: 2034140 KiB
Current children cumulated memory: 26196 KiB

[startup+19.6003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24454
/proc/meminfo: memFree=18253020/32770624 swapFree=67108792/67108860
[pid=24453] ppid=24450 vsize=2034140 memory=26196 CPUtime=19.58 cores=0,2,4,6
/proc/24453/stat : 24453 (xcsp_picat) R 24450 24453 21309 0 -1 4202496 10994 0 0 0 1951 7 0 0 20 0 1 0 249570114 2082959360 6549 33554432000 4194304 5849940 140729930469008 140729930468008 139753485995911 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34938880 140729930470582 140729930470660 140729930470660 140729930473418 0
/proc/24453/statm: 508535 6549 668 405 0 505479 0
Current children cumulated CPU time: 19.58 s
Current children cumulated vsize: 2034140 KiB
Current children cumulated memory: 26196 KiB

[startup+20.0003 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 24454
/proc/meminfo: memFree=18252896/32770624 swapFree=67108792/67108860
[pid=24453] ppid=24450 vsize=2034140 memory=26196 CPUtime=20 cores=0,2,4,6
/proc/24453/stat : 24453 (xcsp_picat) R 24450 24453 21309 0 -1 4202496 10994 0 0 0 1992 8 0 0 20 0 1 0 249570114 2082959360 6549 33554432000 4194304 5849940 140729930469008 140729930468008 139753485995911 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34938880 140729930470582 140729930470660 140729930470660 140729930473418 0
/proc/24453/statm: 508535 6549 668 405 0 505479 0
Current children cumulated CPU time: 20 s
Current children cumulated vsize: 2034140 KiB
Current children cumulated memory: 26196 KiB

[startup+20.1093 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24454
/proc/meminfo: memFree=18252896/32770624 swapFree=67108792/67108860
[pid=24453] ppid=24450 vsize=2034140 memory=26196 CPUtime=20.1 cores=0,2,4,6
/proc/24453/stat : 24453 (xcsp_picat) R 24450 24453 21309 0 -1 4202496 10994 0 0 0 2002 8 0 0 20 0 1 0 249570114 2082959360 6549 33554432000 4194304 5849940 140729930469008 140729930468008 5313075 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34938880 140729930470582 140729930470660 140729930470660 140729930473418 0
/proc/24453/statm: 508535 6549 668 405 0 505479 0
Current children cumulated CPU time: 20.1 s
Current children cumulated vsize: 2034140 KiB
Current children cumulated memory: 26196 KiB

Child status: 0
Real time (s): 20.1296
CPU time (s): 20.1276
CPU user time (s): 20.0406
CPU system time (s): 0.086993
CPU usage (%): 99.9903
Max. virtual memory (cumulated for all children) (KiB): 2037136
Max. memory (cumulated for all children) (KiB): 28616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.0406
system time used= 0.086993
maximum resident set size= 28616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11109
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= 27


# summary of solver processes directly reported to runsolver:
#   pid: 24453
#   total CPU time (s): 20.1276
#   total CPU user time (s): 20.0406
#   total CPU system time (s): 0.086993

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.099821 second user time and 0.168231 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-15 10:01:08
IDJOB=4309638
IDBENCH=141663
IDSOLVER=2794
FILE ID=node150/4309638-1534320068
RUNJOBID= node150-1534293054-21340
PBS_JOBID= 21038136
Free space on /tmp= 38000 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/Eternity/Eternity-07-07_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309638-1534320068/watcher-4309638-1534320068 -o /tmp/evaluation-result-4309638-1534320068/solver-4309638-1534320068 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534293054-21340 --watchdog 2580  xcsp_picat HOME/instance-4309638-1534320068.xml

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

MD5SUM BENCH= d2370bf20b8fe6e2b2b2b678a676e404
RANDOM SEED=819373352

node150.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.76
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.76
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.76
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.76
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:        18276320 kB
MemAvailable:   31598344 kB
Buffers:          247320 kB
Cached:         13242604 kB
SwapCached:           32 kB
Active:          6576364 kB
Inactive:        7263012 kB
Active(anon):     301352 kB
Inactive(anon):   109136 kB
Active(file):    6275012 kB
Inactive(file):  7153876 kB
Unevictable:        7740 kB
Mlocked:            7740 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              3272 kB
Writeback:             0 kB
AnonPages:        357456 kB
Mapped:            58784 kB
Shmem:             57924 kB
Slab:             350016 kB
SReclaimable:     321596 kB
SUnreclaim:        28420 kB
KernelStack:        3344 kB
PageTables:         6012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2615512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    280576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 37996 MiB
End job on node150 at 2018-08-15 10:01:29