Trace number 4266581

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
cosoco-sat 1.12? (TO) 240.063 240.061

General information on the benchmark

NameBinPacking/BinPacking-sum-s28/
BinPacking-sum-s28-561.xml
MD5SUM0151e8a579557b2b9e30bd86d2d74102
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1901
Number of constraints203
Number of domains2
Minimum domain size101
Maximum domain size178
Distribution of domain sizes[{"size":101,"count":1},{"size":178,"count":1900}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":1800},{"degree":5,"count":100}]
Minimum constraint arity19
Maximum constraint arity1900
Distribution of constraint arities[{"arity":19,"count":200},{"arity":101,"count":1},{"arity":1900,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":100},{"type":"lex","count":1},{"type":"sum","count":100},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.08	c Create Cardinality(vars,values,occurs) constraint using 1900 Exactly/AtMost.. constraint 
0.00/0.08	c
2.29/2.36	c SAT : Variables: 338301 -- Clauses: 29937651
2.29/2.36	c best=?? lower=0 upper=100 
240.01/240.01	c
240.01/240.01	c This is cosoco 1.12 --  
240.01/240.01	c
240.01/240.01	c command line: cosoco -lc -model -restarts -sat HOME/instance-4266581-1502601747.xml 
240.01/240.01	c enable optimization
240.01/240.01	c ========================================[ Problem Statistics ]===========================================
240.01/240.01	c |                                                                                                       
240.01/240.01	c |  Parse time        :         2.05 s 
240.01/240.01	c |
240.01/240.01	c |               Variables: 1901
240.01/240.01	c |            Domain Sizes: 101..178
240.01/240.01	c |
240.01/240.01	c |             Constraints: 2179
240.01/240.01	c |                   Arity: 1..1900  -- Unary: 1  -- Binary: 1800
240.01/240.01	c | 
240.01/240.01	c |                   Types: 
240.01/240.01	c |                          (X -Y <= k): 1800
240.01/240.01	c |                          Exactly K: 178
240.01/240.01	c |                          Exactly K variable: 1
240.01/240.01	c |                          Intension: 1
240.01/240.01	c |                          Lex: 99
240.01/240.01	c |                          Sum: 100
240.01/240.01	c |                          
240.01/240.01	c =========================================================================================================
240.01/240.01	
240.01/240.01	c *** INTERRUPTED ***
240.01/240.01	c restarts              : 1           
240.01/240.01	c conflicts             : 12           (0 /sec)
240.01/240.01	c decisions             : 14           (0 /sec)
240.01/240.01	c propagations          : 3419773     (14273 /sec)
240.01/240.01	c root propagations     : 0           
240.01/240.01	c filter calls          : 1497486        (6250 /sec)
240.01/240.01	c useless filter calls  : 1480787        (98 %)
240.01/240.01	c
240.01/240.01	c clauses               : 29937661
240.01/240.01	c SAT propagations      : 0
240.01/240.01	c SAT conflicts         : 0 (0 learnts)
240.01/240.01	c Memory used           : 1300.56 MB
240.01/240.01	c CPU time              : 239.602 s
240.01/240.01	
240.01/240.01	c No Bound found!
240.01/240.01	
240.01/240.01	s UNKNOWN

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4266581-1502601747/watcher-4266581-1502601747 -o /tmp/evaluation-result-4266581-1502601747/solver-4266581-1502601747 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502596666-28963 --watchdog 300 cosoco -lc -model -restarts -sat HOME/instance-4266581-1502601747.xml 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=32618, runsolver pid=32615

[startup+0.100118 s]*
/proc/loadavg: 2.00 1.98 2.02 3/187 32619
/proc/meminfo: memFree=26600328/32770624 swapFree=67108860/67108860
[pid=32618] ppid=32615 vsize=74676 memory=51164 CPUtime=0.09 cores=0,2,4,6
/proc/32618/stat : 32618 (cosoco) R 32615 32618 23522 0 -1 4202496 12992 0 0 0 8 1 0 0 20 0 1 0 93262495 76468224 12791 33554432000 4194304 5972588 140733356966576 140733356963224 5093671 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 34050048 140733356975295 140733356975395 140733356975395 140733356978126 0
/proc/32618/statm: 18669 12791 810 435 0 12032 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 74676 KiB
Current children cumulated memory: 51164 KiB

[startup+0.209638 s]*
/proc/loadavg: 2.00 1.98 2.02 3/187 32619
/proc/meminfo: memFree=26568516/32770624 swapFree=67108860/67108860
[pid=32618] ppid=32615 vsize=113756 memory=86212 CPUtime=0.2 cores=0,2,4,6
/proc/32618/stat : 32618 (cosoco) R 32615 32618 23522 0 -1 4202496 19716 0 0 0 18 2 0 0 20 0 1 0 93262495 116486144 21553 33554432000 4194304 5972588 140733356966576 140733356963224 139863105031141 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 34050048 140733356975295 140733356975395 140733356975395 140733356978126 0
/proc/32618/statm: 28439 21553 841 435 0 21802 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 113756 KiB
Current children cumulated memory: 86212 KiB

[startup+0.309635 s]*
/proc/loadavg: 2.00 1.98 2.02 3/187 32619
/proc/meminfo: memFree=26518280/32770624 swapFree=67108860/67108860
[pid=32618] ppid=32615 vsize=177580 memory=137968 CPUtime=0.31 cores=0,2,4,6
/proc/32618/stat : 32618 (cosoco) R 32615 32618 23522 0 -1 4202496 28075 0 0 0 27 4 0 0 20 0 1 0 93262495 181841920 34492 33554432000 4194304 5972588 140733356966576 140733356963224 139863105031141 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 34050048 140733356975295 140733356975395 140733356975395 140733356978126 0
/proc/32618/statm: 44395 34492 841 435 0 37758 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 177580 KiB
Current children cumulated memory: 137968 KiB

[startup+0.700317 s]
/proc/loadavg: 2.00 1.98 2.02 3/187 32619
/proc/meminfo: memFree=26415056/32770624 swapFree=67108860/67108860
[pid=32618] ppid=32615 vsize=382872 memory=330752 CPUtime=0.69 cores=0,2,4,6
/proc/32618/stat : 32618 (cosoco) R 32615 32618 23522 0 -1 4202496 54258 0 0 0 60 9 0 0 20 0 1 0 93262495 392060928 82688 33554432000 4194304 5972588 140733356966576 140733356963224 5280489 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 34050048 140733356975295 140733356975395 140733356975395 140733356978126 0
/proc/32618/statm: 95718 82688 841 435 0 89081 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 382872 KiB
Current children cumulated memory: 330752 KiB

[startup+1.50031 s]
/proc/loadavg: 2.00 1.98 2.02 3/187 32619
/proc/meminfo: memFree=26161104/32770624 swapFree=67108860/67108860
[pid=32618] ppid=32615 vsize=844980 memory=739116 CPUtime=1.49 cores=0,2,4,6
/proc/32618/stat : 32618 (cosoco) R 32615 32618 23522 0 -1 4202496 105785 0 0 0 130 19 0 0 20 0 1 0 93262495 865259520 184779 33554432000 4194304 5972588 140733356966576 140733356963368 139863105031141 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 34050048 140733356975295 140733356975395 140733356975395 140733356978126 0
/proc/32618/statm: 211245 184779 841 435 0 204608 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 844980 KiB
Current children cumulated memory: 739116 KiB

[startup+3.10947 s]
/proc/loadavg: 2.00 1.98 2.02 3/187 32619
/proc/meminfo: memFree=25467288/32770624 swapFree=67108860/67108860
[pid=32618] ppid=32615 vsize=1330176 memory=1179340 CPUtime=3.1 cores=0,2,4,6
/proc/32618/stat : 32618 (cosoco) R 32615 32618 23522 0 -1 4202496 168100 0 0 0 278 32 0 0 20 0 1 0 93262495 1362100224 294835 33554432000 4194304 5972588 140733356966576 140733356953784 5139329 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 34050048 140733356975295 140733356975395 140733356975395 140733356978126 0
/proc/32618/statm: 332544 294835 857 435 0 325907 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1330176 KiB
Current children cumulated memory: 1179340 KiB

[startup+6.30031 s]
/proc/loadavg: 2.00 1.98 2.02 3/187 32619
/proc/meminfo: memFree=25467072/32770624 swapFree=67108860/67108860
[pid=32618] ppid=32615 vsize=1330364 memory=1179604 CPUtime=6.28 cores=0,2,4,6
/proc/32618/stat : 32618 (cosoco) R 32615 32618 23522 0 -1 4202496 174634 0 0 0 596 32 0 0 20 0 1 0 93262495 1362292736 294901 33554432000 4194304 5972588 140733356966576 140733356963560 5139324 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 34050048 140733356975295 140733356975395 140733356975395 140733356978126 0
/proc/32618/statm: 332591 294901 857 435 0 325954 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 1330364 KiB
Current children cumulated memory: 1179604 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 1.98 2.02 3/187 32619
/proc/meminfo: memFree=25466312/32770624 swapFree=67108860/67108860
[pid=32618] ppid=32615 vsize=1330632 memory=1179860 CPUtime=12.68 cores=0,2,4,6
/proc/32618/stat : 32618 (cosoco) R 32615 32618 23522 0 -1 4202496 187884 0 0 0 1235 33 0 0 20 0 1 0 93262495 1362567168 294965 33554432000 4194304 5972588 140733356966576 140733356963768 5139312 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 34050048 140733356975295 140733356975395 140733356975395 140733356978126 0
/proc/32618/statm: 332658 294965 857 435 0 326021 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 1330632 KiB
Current children cumulated memory: 1179860 KiB

[startup+25.5004 s]
/proc/loadavg: 1.92 1.96 2.01 3/187 32619
/proc/meminfo: memFree=25465972/32770624 swapFree=67108860/67108860
[pid=32618] ppid=32615 vsize=1331232 memory=1180424 CPUtime=25.49 cores=0,2,4,6
/proc/32618/stat : 32618 (cosoco) R 32615 32618 23522 0 -1 4202496 195712 0 0 0 2514 35 0 0 20 0 1 0 93262495 1363181568 295106 33554432000 4194304 5972588 140733356966576 140733356963768 5139312 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 34050048 140733356975295 140733356975395 140733356975395 140733356978126 0
/proc/32618/statm: 332808 295106 857 435 0 326171 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 1331232 KiB
Current children cumulated memory: 1180424 KiB

[startup+51.1098 s]
/proc/loadavg: 1.95 1.97 2.01 3/187 32619
/proc/meminfo: memFree=25465684/32770624 swapFree=67108860/67108860
[pid=32618] ppid=32615 vsize=1331772 memory=1180740 CPUtime=51.1 cores=0,2,4,6
/proc/32618/stat : 32618 (cosoco) R 32615 32618 23522 0 -1 4202496 211211 0 0 0 5074 36 0 0 20 0 1 0 93262495 1363734528 295185 33554432000 4194304 5972588 140733356966576 140733356963768 5139329 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 34050048 140733356975295 140733356975395 140733356975395 140733356978126 0
/proc/32618/statm: 332943 295185 857 435 0 326306 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 1331772 KiB
Current children cumulated memory: 1180740 KiB

[startup+102.3 s]
/proc/loadavg: 1.98 1.97 2.01 3/187 32620
/proc/meminfo: memFree=25465744/32770624 swapFree=67108860/67108860
[pid=32618] ppid=32615 vsize=1331772 memory=1180740 CPUtime=102.29 cores=0,2,4,6
/proc/32618/stat : 32618 (cosoco) R 32615 32618 23522 0 -1 4202496 229472 0 0 0 10191 38 0 0 20 0 1 0 93262495 1363734528 295185 33554432000 4194304 5972588 140733356966576 140733356963768 5139329 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 34050048 140733356975295 140733356975395 140733356975395 140733356978126 0
/proc/32618/statm: 332943 295185 857 435 0 326306 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 1331772 KiB
Current children cumulated memory: 1180740 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 2.01 3/188 32689
/proc/meminfo: memFree=29721396/32770624 swapFree=67108860/67108860
[pid=32618] ppid=32615 vsize=1331772 memory=1180744 CPUtime=162.29 cores=0,2,4,6
/proc/32618/stat : 32618 (cosoco) R 32615 32618 23522 0 -1 4202496 236138 0 0 0 16189 40 0 0 20 0 1 0 93262495 1363734528 295186 33554432000 4194304 5972588 140733356966576 140733356963768 5139327 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 34050048 140733356975295 140733356975395 140733356975395 140733356978126 0
/proc/32618/statm: 332943 295186 857 435 0 326306 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 1331772 KiB
Current children cumulated memory: 1180744 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.98 2.01 3/188 32690
/proc/meminfo: memFree=29721796/32770624 swapFree=67108860/67108860
[pid=32618] ppid=32615 vsize=1331772 memory=1180744 CPUtime=222.29 cores=0,2,4,6
/proc/32618/stat : 32618 (cosoco) R 32615 32618 23522 0 -1 4202496 238248 0 0 0 22189 40 0 0 20 0 1 0 93262495 1363734528 295186 33554432000 4194304 5972588 140733356966576 140733356963768 5139312 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 34050048 140733356975295 140733356975395 140733356975395 140733356978126 0
/proc/32618/statm: 332943 295186 857 435 0 326306 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 1331772 KiB
Current children cumulated memory: 1180744 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240 s]*
/proc/loadavg: 2.00 1.99 2.01 3/188 32691
/proc/meminfo: memFree=29721344/32770624 swapFree=67108860/67108860
[pid=32618] ppid=32615 vsize=1331772 memory=1180744 CPUtime=240.01 cores=0,2,4,6
/proc/32618/stat : 32618 (cosoco) R 32615 32618 23522 0 -1 4202496 238249 0 0 0 23960 41 0 0 20 0 1 0 93262495 1363734528 295186 33554432000 4194304 5972588 140733356966576 140733356963768 5139329 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 34050048 140733356975295 140733356975395 140733356975395 140733356978126 0
/proc/32618/statm: 332943 295186 857 435 0 326306 0
Current children cumulated CPU time: 240.01 s
Current children cumulated vsize: 1331772 KiB
Current children cumulated memory: 1180744 KiB

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

[startup+240.061 s]
# the end of solver process 32618 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=239.603 s, system=0.460028 s

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

Child status: 1
Real time (s): 240.061
CPU time (s): 240.063
CPU user time (s): 239.603
CPU system time (s): 0.460028
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1331772
Max. memory (cumulated for all children) (KiB): 1180744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 239.603
system time used= 0.460028
maximum resident set size= 1180820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238296
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= 23
involuntary context switches= 105


# summary of solver processes directly reported to runsolver:
#   pid: 32618
#   total CPU time (s): 240.063
#   total CPU user time (s): 239.603
#   total CPU system time (s): 0.460028

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.892925 second user time and 1.88764 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-13 07:08:09
IDJOB=4266581
IDBENCH=137885
IDSOLVER=2656
FILE ID=node112/4266581-1502601747
RUNJOBID= node112-1502596666-28963
PBS_JOBID= 20628283
Free space on /tmp= 61788 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-s28/BinPacking-sum-s28-561.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4266581-1502601747/watcher-4266581-1502601747 -o /tmp/evaluation-result-4266581-1502601747/solver-4266581-1502601747 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502596666-28963 --watchdog 300  cosoco -lc -model -restarts -sat HOME/instance-4266581-1502601747.xml

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

MD5SUM BENCH= 0151e8a579557b2b9e30bd86d2d74102
RANDOM SEED=503377080

node112.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.24
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.24
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.24
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.24
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:        26645808 kB
MemAvailable:   26798276 kB
Buffers:          104360 kB
Cached:           328920 kB
SwapCached:            0 kB
Active:          5547988 kB
Inactive:         115268 kB
Active(anon):    5180180 kB
Inactive(anon):    77880 kB
Active(file):     367808 kB
Inactive(file):    37388 kB
Unevictable:        6280 kB
Mlocked:            6280 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2360 kB
Writeback:             0 kB
AnonPages:       5235620 kB
Mapped:            45164 kB
Shmem:             25224 kB
Slab:             151860 kB
SReclaimable:     126216 kB
SUnreclaim:        25644 kB
KernelStack:        3344 kB
PageTables:        15060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6014612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    866304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61700 MiB
End job on node112 at 2017-08-13 07:12:09