Trace number 4106355

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
toysat 2016-05-02OPT3 0.095984 0.0979871

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=6-P0=61-P1=67-B.opb
MD5SUM8f19d4e159bd0c5a74f8bd44919a7821
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.007998
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables18
Total number of constraints3
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint6
Maximum length of a constraint42
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8056
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)36
Sum of products size (including duplicates)72
Number of different products36
Sum of products size72

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 2016-06-18T19:16:05+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4106355-1466270165.opb"]
0.00/0.01	c use --random-gen="1701146082 3225965511 743204177 3517232551 162144879 2947926977 3500759660 4199571390 2850369436 788826216 4172895918 2739803 2974526507 3404492874 3535311226 3294283314 3404131932 1905632040 2530686245 2409642023 3077210337 2456520108 622264206 1735703684 3629279936 1635874775 1255579433 2390731196 2742654918 3060614280 1193967906 1849116598 4227643071 1076525410 995145416 2855124440 3917678792 3151453299 2695025033 3435510214 321265998 1968894994 2607275834 1914405599 3838569246 2273881768 606568287 1330735971 3459975228 1053105682 3644010655 986431773 1370164754 227889865 3480994170 1279043555 2602704859 3200894493 2007964626 3400878991 1996410423 3892484956 3705889317 976474895 694689895 1730994456 1744700131 1216932725 1375115717 1195881455 2081357009 1769022579 3332821298 877330325 1285601115 4230606229 3238906982 1709484755 2196192910 1972332845 3931785782 3386720905 943899199 1476224694 2455202803 869403471 2223199447 2321827644 3240151400 4123298680 2514407566 3491730938 3983751841 787718494 2145116408 624012405 719149941 2005235862 1420966998 1879026176 1693554387 3868988483 2494534689 1561775848 4229689721 626031774 1327930209 3571706018 3297245959 4035179699 1642971109 2908801436 4211968043 3488759513 475831200 3920902046 128266769 3390612423 1220645457 3460397691 1895766924 1362245496 2718097762 398213186 2483771130 3332675334 50003143 3459165407 3363562606 3831631572 4161016295 3436306057 839228029 2293500399 1504955084 343319103 3808527462 2887941033 2440539342 1104283794 1608266545 2753913408 2015483239 477095421 2420555940 3697280833 2974869063 1130635377 1121917904 2836430519 3251656670 1187519459 3260747224 208593241 317605810 4193409652 2940587865 1382402244 2794552534 842597451 1058455110 1716569207 2541161962 3072101937 3639601492 2080402414 811195911 1542820474 1143401740 836772376 1503057739 542407105 4064990405 1638101679 2806095528 1028988923 1559989546 547813059 96274859 1489475049 489786005 1293048793 2929044276 542445333 2892572472 3509198679 2056372321 3893640033 3206728590 4006701679 3684612268 4193571110 1146457572 2195902738 350422958 2824216653 3870547696 2169263423 170967804 2774126990 1197494564 1495756844 1802746078 3994443938 1350797318 2698725418 477686423 16021827 3294959722 2877018983 516013455 4242583774 752933525 1978491085 3162555411 254240301 3067753790 1167775853 3495122637 740723684 513322705 1487971806 830806656 1561680941 3449424866 1887573940 3176108026 1719891659 2508188035 3383964704 705039076 1619688785 1275222685 2771123509 3299204751 4012079902 2551158469 4197135936 4125338168 3139964244 793230376 4170547619 260948403 2669085518 2343129082 2941208484 2791043626 3214387850 1374398818 2786931976 2686868439 1132464358 1719065917 3517968381 2194476422 3894918157 255 362436" option to reproduce the execution
0.00/0.01	c #vars 18
0.00/0.01	c #constraints 3
0.00/0.01	c BCD2: Hardening is enabled.
0.00/0.01	c BCD2: BiasedSearch is enabled.
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       55      0 |        0 |        0
0.00/0.02	c  0.0s |       0 |       52 |       47 |       55      0 |        0 |        0
0.00/0.02	c #cpu_time = 0.006s
0.00/0.02	c #wall_clock_time = 0.006s
0.00/0.02	c #decision = 52
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 47
0.00/0.02	c #restart = 0
0.00/0.02	o 57
0.00/0.02	c BCD2: updating upper bound: 63 -> 56
0.00/0.02	c BCD2: 0 <= obj <= 56
0.00/0.02	c BCD2: #cores=0, #unrelaxed=6, #relaxed=0, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=1 bias=1/2
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       55      0 |        0 |        0
0.00/0.02	c  0.0s |       0 |        4 |        0 |       55      0 |        0 |        0
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 4
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 5: cost of the new core is >=2
0.00/0.02	c lower bound updated to 2
0.00/0.02	c BCD2: 2 <= obj <= 56
0.00/0.02	c BCD2: #cores=1, #unrelaxed=1, #relaxed=5, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=2 bias=2/3
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       55      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      113 |      100 |       61      2 |        0 |        0
0.00/0.05	c  0.0s |       2 |      278 |      250 |       68      5 |        0 |        0
0.00/0.08	c  0.1s |       3 |      506 |      475 |       75     10 |        0 |        0
0.00/0.08	c  0.1s |       3 |      539 |      507 |       75     11 |        0 |        0
0.00/0.08	c #cpu_time = 0.065s
0.00/0.08	c #wall_clock_time = 0.065s
0.00/0.08	c #decision = 539
0.00/0.08	c #random_decision = 3
0.00/0.08	c #conflict = 507
0.00/0.08	c #restart = 3
0.00/0.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
0.00/0.08	c lower bound updated to 3
0.00/0.08	c BCD2: 3 <= obj <= 56
0.00/0.08	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=0
0.00/0.08	c BCD2: #sat=1 #unsat=3 bias=3/4
0.00/0.08	c Solving starts ...
0.00/0.08	c ============================[ Search Statistics ]============================
0.00/0.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.08	c =============================================================================
0.00/0.08	c  0.0s |       0 |        0 |        0 |       75      0 |        1 |        0
0.00/0.08	c  0.0s |       0 |       17 |        1 |       75      0 |        1 |        1
0.00/0.08	c #cpu_time = 0.001s
0.00/0.08	c #wall_clock_time = 0.001s
0.00/0.08	c #decision = 17
0.00/0.08	c #random_decision = 0
0.00/0.08	c #conflict = 1
0.00/0.08	c #restart = 0
0.00/0.08	o 33
0.00/0.08	c BCD2: updating upper bound: 56 -> 32
0.00/0.08	c BCD2: 3 <= obj <= 32
0.00/0.08	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=0
0.00/0.08	c BCD2: #sat=2 #unsat=3 bias=3/5
0.00/0.08	c Solving starts ...
0.00/0.08	c ============================[ Search Statistics ]============================
0.00/0.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.08	c =============================================================================
0.00/0.08	c  0.0s |       0 |        0 |        0 |       75      0 |        1 |        1
0.00/0.08	c  0.0s |       0 |       13 |        1 |       75      0 |        1 |        1
0.00/0.08	c #cpu_time = 0.001s
0.00/0.08	c #wall_clock_time = 0.001s
0.00/0.08	c #decision = 13
0.00/0.08	c #random_decision = 0
0.00/0.08	c #conflict = 1
0.00/0.08	c #restart = 0
0.00/0.08	o 7
0.00/0.08	c BCD2: hardening fixes 3 literals
0.00/0.08	c BCD2: updating upper bound: 32 -> 6
0.00/0.08	c BCD2: 3 <= obj <= 6
0.00/0.08	c BCD2: #cores=1, #unrelaxed=0, #relaxed=3, #hardened=3
0.00/0.08	c BCD2: #sat=3 #unsat=3 bias=3/6
0.00/0.08	c Solving starts ...
0.00/0.08	c ============================[ Search Statistics ]============================
0.00/0.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.08	c =============================================================================
0.00/0.08	c  0.0s |       0 |        0 |        0 |       75      0 |       25 |        5
0.00/0.09	c  0.0s |       0 |       13 |        9 |       75      0 |       25 |       59
0.00/0.09	c #cpu_time = 0.001s
0.00/0.09	c #wall_clock_time = 0.001s
0.00/0.09	c #decision = 13
0.00/0.09	c #random_decision = 0
0.00/0.09	c #conflict = 9
0.00/0.09	c #restart = 0
0.00/0.09	o 5
0.00/0.09	c BCD2: updating upper bound: 6 -> 4
0.00/0.09	c BCD2: 3 <= obj <= 4
0.00/0.09	c BCD2: #cores=1, #unrelaxed=0, #relaxed=3, #hardened=3
0.00/0.09	c BCD2: #sat=4 #unsat=3 bias=3/7
0.00/0.09	c Solving starts ...
0.00/0.09	c ============================[ Search Statistics ]============================
0.00/0.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.09	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.09	c =============================================================================
0.00/0.09	c  0.0s |       0 |        0 |        0 |       75      0 |       25 |       59
0.00/0.09	c  0.0s |       0 |        4 |        3 |       75      0 |       25 |       59
0.00/0.09	c #cpu_time = 0.000s
0.00/0.09	c #wall_clock_time = 0.000s
0.00/0.09	c #decision = 4
0.00/0.09	c #random_decision = 0
0.00/0.09	c #conflict = 3
0.00/0.09	c #restart = 0
0.00/0.09	o 3
0.00/0.09	s OPTIMUM FOUND
0.00/0.09	v x1 x2 -x3 -x4 -x5 -x6 x7 -x8 x9 x10
0.00/0.09	v x11 x12 -x13 x14 -x15 -x16 -x17 -x18
0.00/0.09	c total CPU time = 0.090s
0.00/0.09	c total wall clock time = 0.090s

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4106355-1466270165/watcher-4106355-1466270165 -o /tmp/evaluation-result-4106355-1466270165/solver-4106355-1466270165 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466266561-21405 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106355-1466270165.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.29 2.30 2.27 2/181 22187
/proc/meminfo: memFree=28918180/32872528 swapFree=1505436/1685308
[pid=22187] ppid=22184 vsize=754108 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (toysat) R 22184 22187 21389 0 -1 4202496 2815 0 0 0 0 0 0 0 20 0 4 0 29062412 772206592 3177 33554432000 4194304 16246674 140737394882896 140737394882320 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22187/statm: 189039 3187 441 2943 0 185933 0
[pid=22187/tid=22188] ppid=22184 vsize=771516 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22188/stat : 22188 (toysat) S 22184 22187 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29062412 790032384 3247 33554432000 4194304 16246674 140737394882896 140409079573744 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=22187/tid=22189] ppid=22184 vsize=776636 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22189/stat : 22189 (toysat) S 22184 22187 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29062412 795275264 3267 33554432000 4194304 16246674 140737394882896 140409069083888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=22187/tid=22190] ppid=22184 vsize=780732 CPUtime=0 cores=0,2,4,6
/proc/22187/task/22190/stat : 22190 (toysat) S 22184 22187 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29062412 799469568 3284 33554432000 4194304 16246674 140737394882896 140408990461104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

Child status: 0
Real time (s): 0.0979871
CPU time (s): 0.095984
CPU user time (s): 0.06299
CPU system time (s): 0.032994
CPU usage (%): 97.9557
Max. virtual memory (cumulated for all children) (KiB): 0

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.06299
system time used= 0.032994
maximum resident set size= 83168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20453
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= 18
involuntary context switches= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.005999 second user time and 0.002999 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-18 19:16:05
IDJOB=4106355
IDBENCH=48029
IDSOLVER=2542
FILE ID=node135/4106355-1466270165
RUNJOBID= node135-1466266561-21405
PBS_JOBID= 19918237
Free space on /tmp= 71688 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=61-P1=67-B.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106355-1466270165/watcher-4106355-1466270165 -o /tmp/evaluation-result-4106355-1466270165/solver-4106355-1466270165 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466266561-21405 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106355-1466270165.opb

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

MD5SUM BENCH= 8f19d4e159bd0c5a74f8bd44919a7821
RANDOM SEED=1869514290

node135.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
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
cpu MHz		: 2667.004
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 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 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 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
cpu MHz		: 2667.004
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
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
cpu MHz		: 2667.004
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 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 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 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
cpu MHz		: 2667.004
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 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 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 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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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 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 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 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
cpu MHz		: 2667.004
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 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 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 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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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 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 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 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:       32872528 kB
MemFree:        28918444 kB
Buffers:          153696 kB
Cached:           281552 kB
SwapCached:          716 kB
Active:          1226328 kB
Inactive:         299104 kB
Active(anon):    1091148 kB
Inactive(anon):     1308 kB
Active(file):     135180 kB
Inactive(file):   297796 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100444 kB
Dirty:             16340 kB
Writeback:             0 kB
AnonPages:       2776760 kB
Mapped:            10536 kB
Shmem:                 0 kB
Slab:             605024 kB
SReclaimable:      49028 kB
SUnreclaim:       555996 kB
KernelStack:        1504 kB
PageTables:         9264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2920280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1265664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71672 MiB
End job on node135 at 2016-06-18 19:16:05