Trace number 4106238

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 2.06868 2.07021

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=8-P0=179-P1=37-B.opb
MD5SUM7c55947c8932da669a6320e0df24c1e1
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.019996
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 variables24
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 constraint8
Maximum length of a constraint72
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130528
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)64
Sum of products size (including duplicates)128
Number of different products64
Sum of products size128

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-18T18:42:55+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-4106238-1466268175.opb"]
0.00/0.01	c use --random-gen="736441635 2932334263 401497368 2559822509 3003517143 1570113355 3943640778 789523353 896600680 661653339 2997195797 3166048833 1054669653 376423883 741139623 1704511500 1087942210 1167978145 2008002109 1528870765 2166071549 482190010 2221034386 1022342858 2417702102 3397882003 1119265710 1451026869 1721784266 2012230380 1827933957 222323631 3733949090 3768842055 1214042034 2883761917 889303840 820548047 1820672387 1703492971 1442167758 3465322224 1518882419 1920087811 3755604163 622165108 3255180274 3515963195 2958965706 3097671875 902147256 3875122953 4142612044 238443110 1441126141 3885138311 2153546627 2336877944 2964198893 1993270394 2279395926 3546647365 266657513 951751287 3813455444 2545454357 2237430208 2056060662 700358274 2947928973 1647774987 2575148825 4245211851 2394468344 4138836262 1405162761 1747584938 294918252 564535244 3100433640 3457600148 3730289792 834073414 3296082968 2483218688 425182653 3468564404 1571343851 1910724739 1968363838 4191224079 1522682945 1226803957 4203860694 3768848849 1279606120 2873220905 1788795347 329833700 2102471299 2842112118 1030151531 197205818 3126508772 641332524 1838996397 18902673 3284678680 97045400 323405665 2582488400 2770815393 1013701208 403355915 3723948120 1780961471 2151256292 554934508 1968766207 993662634 910188591 2194785815 735870837 2521881801 1581426264 2782282519 687521608 698460216 2181553433 3668191322 521773363 37048679 2255737438 1852144750 1504588885 3381821700 3060980878 2478130771 2752207227 2403756295 3473979742 984844357 536614155 347887103 2585016696 1710254080 803526148 1090126638 1985604945 2218600936 1252233608 2146113982 2294140165 2455217928 741874690 1464924025 1856701359 200614437 97510910 3784142536 3214519517 3572825722 2710884309 2926660736 2095492997 2242318663 3903479132 287543765 1967699829 3035850065 1904333953 2261726944 1109176500 771680025 293120865 4146435608 2194246651 3964322939 3945271311 2323711167 716606854 2517172503 752763399 4004123649 905987205 2102146733 1242743000 1874179903 1407183752 353847347 2439799632 2133801769 552756769 3595945559 1295729938 4138658015 2213993439 3292144095 809870616 1334932059 1074006852 413141723 1447249429 2655769885 596170543 382729061 4156897110 879297390 1969591849 2924041916 2857723133 4096165513 3042865789 2267005601 1111451292 3177220209 3081445349 3779660397 4102588510 1832866062 2159625585 2338065897 41027235 4234034240 2461351894 725350879 2488466038 3405905686 1070986122 1404170673 3805740134 2393271369 1968046557 898321757 2945937753 1040199073 1261228233 99376206 396142136 697798606 1637485311 438287364 30546078 3509972938 64675929 596723747 3019833770 2667863993 970965017 3127610253 2869116751 4240759060 2886780021 453644197 879900643 1337599144 255 362436" option to reproduce the execution
0.00/0.01	c #vars 24
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 |       94      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      109 |      100 |       94      0 |        0 |        0
0.00/0.05	c  0.0s |       1 |      210 |      191 |      104      1 |        0 |        0
0.00/0.05	c #cpu_time = 0.042s
0.00/0.05	c #wall_clock_time = 0.043s
0.00/0.05	c #decision = 210
0.00/0.05	c #random_decision = 1
0.00/0.05	c #conflict = 191
0.00/0.05	c #restart = 1
0.00/0.05	o 249
0.00/0.05	c BCD2: updating upper bound: 255 -> 248
0.00/0.05	c BCD2: 0 <= obj <= 248
0.00/0.05	c BCD2: #cores=0, #unrelaxed=8, #relaxed=0, #hardened=0
0.00/0.05	c BCD2: #sat=1 #unsat=1 bias=1/2
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |      104      0 |        0 |        0
0.00/0.06	c  0.0s |       0 |        6 |        0 |      104      1 |        0 |        0
0.00/0.06	c #cpu_time = 0.001s
0.00/0.06	c #wall_clock_time = 0.001s
0.00/0.06	c #decision = 6
0.00/0.06	c #random_decision = 0
0.00/0.06	c #conflict = 0
0.00/0.06	c #restart = 0
0.00/0.06	c BCD2: found a new core of size 7: cost of the new core is >=2
0.00/0.06	c lower bound updated to 2
0.00/0.06	c BCD2: 2 <= obj <= 248
0.00/0.06	c BCD2: #cores=1, #unrelaxed=1, #relaxed=7, #hardened=0
0.00/0.06	c BCD2: #sat=1 #unsat=2 bias=2/3
0.00/0.06	c Solving starts ...
0.00/0.06	c ============================[ Search Statistics ]============================
0.00/0.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.06	c =============================================================================
0.00/0.06	c  0.0s |       0 |        0 |        0 |      104      0 |        0 |        0
0.00/0.08	c  0.0s |       1 |      160 |      100 |      115      1 |        0 |        0
0.08/0.11	c  0.1s |       2 |      334 |      250 |      115      2 |        0 |        0
0.08/0.16	c  0.1s |       3 |      577 |      475 |      127      5 |        0 |        0
0.18/0.22	c  0.2s |       4 |      930 |      813 |      140      8 |        0 |        0
0.29/0.33	c  0.3s |       5 |     1458 |     1320 |      154     14 |        0 |        0
0.39/0.49	c  0.4s |       6 |     2237 |     2081 |      170     21 |        0 |        0
0.68/0.72	c  0.7s |       7 |     3412 |     3223 |      188     31 |        0 |        0
0.99/1.08	c  1.0s |       8 |     5149 |     4936 |      207     45 |        0 |        0
1.49/1.50	c  1.4s |       9 |     7792 |     7506 |      228     65 |        0 |        0
1.89/1.96	c  1.9s |       9 |    11102 |    10764 |      228     89 |        0 |        0
1.89/1.96	c #cpu_time = 1.898s
1.89/1.96	c #wall_clock_time = 1.903s
1.89/1.96	c #decision = 11102
1.89/1.96	c #random_decision = 26
1.89/1.96	c #conflict = 10764
1.89/1.96	c #restart = 9
1.89/1.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
1.89/1.96	c lower bound updated to 3
1.89/1.96	c BCD2: 3 <= obj <= 248
1.89/1.96	c BCD2: #cores=1, #unrelaxed=0, #relaxed=8, #hardened=0
1.89/1.96	c BCD2: #sat=1 #unsat=3 bias=3/4
1.89/1.96	c Solving starts ...
1.89/1.96	c ============================[ Search Statistics ]============================
1.89/1.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.96	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.96	c =============================================================================
1.89/1.96	c  0.0s |       0 |        0 |        0 |      228      0 |        1 |        0
1.89/1.97	c  0.0s |       1 |      109 |      100 |      228      0 |        1 |        1
1.89/1.98	c  0.0s |       1 |      129 |      108 |      228      1 |        1 |        1
1.89/1.98	c #cpu_time = 0.017s
1.89/1.98	c #wall_clock_time = 0.017s
1.89/1.98	c #decision = 129
1.89/1.98	c #random_decision = 0
1.89/1.98	c #conflict = 108
1.89/1.98	c #restart = 1
1.89/1.98	o 161
1.89/1.98	c BCD2: updating upper bound: 248 -> 160
1.89/1.98	c BCD2: 3 <= obj <= 160
1.89/1.98	c BCD2: #cores=1, #unrelaxed=0, #relaxed=8, #hardened=0
1.89/1.98	c BCD2: #sat=2 #unsat=3 bias=3/5
1.89/1.98	c Solving starts ...
1.89/1.98	c ============================[ Search Statistics ]============================
1.89/1.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.98	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.98	c =============================================================================
1.89/1.98	c  0.0s |       0 |        0 |        0 |      228      0 |        1 |        1
1.89/1.99	c  0.0s |       1 |      117 |      100 |      228      0 |        1 |        1
1.99/2.00	c  0.0s |       1 |      218 |      186 |      228      1 |        1 |        1
1.99/2.00	c #cpu_time = 0.026s
1.99/2.00	c #wall_clock_time = 0.026s
1.99/2.00	c #decision = 218
1.99/2.00	c #random_decision = 0
1.99/2.00	c #conflict = 186
1.99/2.00	c #restart = 1
1.99/2.00	o 37
1.99/2.00	c BCD2: hardening fixes 2 literals
1.99/2.00	c BCD2: updating upper bound: 160 -> 36
1.99/2.00	c BCD2: 3 <= obj <= 36
1.99/2.00	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=2
1.99/2.00	c BCD2: #sat=3 #unsat=3 bias=3/6
1.99/2.00	c Solving starts ...
1.99/2.00	c ============================[ Search Statistics ]============================
1.99/2.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.00	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.00	c =============================================================================
1.99/2.00	c  0.0s |       0 |        0 |        0 |      228      0 |       21 |        4
1.99/2.01	c  0.0s |       0 |       26 |       18 |      228      0 |       21 |       53
1.99/2.01	c #cpu_time = 0.003s
1.99/2.01	c #wall_clock_time = 0.003s
1.99/2.01	c #decision = 26
1.99/2.01	c #random_decision = 0
1.99/2.01	c #conflict = 18
1.99/2.01	c #restart = 0
1.99/2.01	o 19
1.99/2.01	c BCD2: hardening fixes 1 literals
1.99/2.01	c BCD2: updating upper bound: 36 -> 18
1.99/2.01	c BCD2: 3 <= obj <= 18
1.99/2.01	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=3
1.99/2.01	c BCD2: #sat=4 #unsat=3 bias=3/7
1.99/2.01	c Solving starts ...
1.99/2.01	c ============================[ Search Statistics ]============================
1.99/2.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.01	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.01	c =============================================================================
1.99/2.01	c  0.0s |       0 |        0 |        0 |      228      0 |       31 |       55
1.99/2.01	c  0.0s |       0 |       22 |       15 |      228      0 |       31 |       79
1.99/2.01	c #cpu_time = 0.002s
1.99/2.01	c #wall_clock_time = 0.002s
1.99/2.01	c #decision = 22
1.99/2.01	c #random_decision = 0
1.99/2.01	c #conflict = 15
1.99/2.01	c #restart = 0
1.99/2.01	o 5
1.99/2.01	c BCD2: hardening fixes 2 literals
1.99/2.01	c BCD2: updating upper bound: 18 -> 4
1.99/2.01	c BCD2: 3 <= obj <= 4
1.99/2.01	c BCD2: #cores=1, #unrelaxed=0, #relaxed=3, #hardened=5
1.99/2.01	c BCD2: #sat=5 #unsat=3 bias=3/8
1.99/2.01	c Solving starts ...
1.99/2.01	c ============================[ Search Statistics ]============================
1.99/2.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.01	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.01	c =============================================================================
1.99/2.01	c  0.0s |       0 |        0 |        0 |      228      0 |       51 |       81
1.99/2.01	c  0.0s |       0 |        3 |        2 |      228      0 |       51 |      129
1.99/2.01	c #cpu_time = 0.001s
1.99/2.01	c #wall_clock_time = 0.001s
1.99/2.01	c #decision = 3
1.99/2.01	c #random_decision = 0
1.99/2.01	c #conflict = 2
1.99/2.01	c #restart = 0
1.99/2.01	o 3
1.99/2.01	s OPTIMUM FOUND
1.99/2.01	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10
1.99/2.01	v x11 -x12 x13 x14 x15 x16 -x17 x18 -x19 -x20
1.99/2.01	v -x21 -x22 -x23 -x24
1.99/2.01	c total CPU time = 2.007s
1.99/2.01	c total wall clock time = 2.013s

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-4106238-1466268175/watcher-4106238-1466268175 -o /tmp/evaluation-result-4106238-1466268175/solver-4106238-1466268175 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466264161-13250 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106238-1466268175.opb 

pid=13988
running on 4 cores: 1,3,5,7

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.34 2.21 2.09 3/179 13991
/proc/meminfo: memFree=30097380/32872528 swapFree=681964/737152
[pid=13991] ppid=13988 vsize=708028 CPUtime=0 cores=1,3,5,7
/proc/13991/stat : 13991 (toysat) R 13988 13991 13233 0 -1 4202496 2635 0 0 0 0 0 0 0 20 0 4 0 28866702 725020672 2997 33554432000 4194304 16246674 140736326808320 140736326807744 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13991/statm: 177519 3006 441 2943 0 174413 0
[pid=13991/tid=13992] ppid=13988 vsize=725436 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13992/stat : 13992 (toysat) S 13988 13991 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28866702 742846464 3066 33554432000 4194304 16246674 140736326808320 140441414511856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13991/tid=13993] ppid=13988 vsize=729532 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13993/stat : 13993 (toysat) S 13988 13991 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28866702 747040768 3082 33554432000 4194304 16246674 140736326808320 140441404022000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13991/tid=13994] ppid=13988 vsize=733628 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13994/stat : 13994 (toysat) S 13988 13991 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28866702 751235072 3098 33554432000 4194304 16246674 140736326808320 140441393548464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.34 2.21 2.09 3/179 13991
/proc/meminfo: memFree=30097380/32872528 swapFree=681964/737152
[pid=13991] ppid=13988 vsize=1218116 CPUtime=0.08 cores=1,3,5,7
/proc/13991/stat : 13991 (toysat) R 13988 13991 13233 0 -1 4202496 21735 0 0 0 6 2 0 0 20 0 4 0 28866702 1247350784 22084 33554432000 4194304 16246674 140736326808320 140736326807744 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13991/statm: 304529 22094 796 2943 0 301423 0
[pid=13991/tid=13992] ppid=13988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13992/stat : 13992 (toysat) S 13988 13991 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28866702 1247350784 22100 33554432000 4194304 16246674 140736326808320 140441414511856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13991/tid=13993] ppid=13988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13993/stat : 13993 (toysat) S 13988 13991 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28866702 1247350784 22103 33554432000 4194304 16246674 140736326808320 140441404022000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13991/tid=13994] ppid=13988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13994/stat : 13994 (toysat) S 13988 13991 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28866702 1247350784 22106 33554432000 4194304 16246674 140736326808320 140441393548464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200542 s]
/proc/loadavg: 2.34 2.21 2.09 3/179 13991
/proc/meminfo: memFree=30097380/32872528 swapFree=681964/737152
[pid=13991] ppid=13988 vsize=1218116 CPUtime=0.18 cores=1,3,5,7
/proc/13991/stat : 13991 (toysat) R 13988 13991 13233 0 -1 4202496 41294 0 0 0 13 5 0 0 20 0 4 0 28866702 1247350784 41642 33554432000 4194304 16246674 140736326808320 140736326807744 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13991/statm: 304529 41656 797 2943 0 301423 0
[pid=13991/tid=13992] ppid=13988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13992/stat : 13992 (toysat) S 13988 13991 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28866702 1247350784 41660 33554432000 4194304 16246674 140736326808320 140441414511856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13991/tid=13993] ppid=13988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13993/stat : 13993 (toysat) S 13988 13991 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28866702 1247350784 41663 33554432000 4194304 16246674 140736326808320 140441404022000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13991/tid=13994] ppid=13988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13994/stat : 13994 (toysat) S 13988 13991 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28866702 1247350784 41669 33554432000 4194304 16246674 140736326808320 140441393548464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300464 s]
/proc/loadavg: 2.34 2.21 2.09 3/179 13991
/proc/meminfo: memFree=30097380/32872528 swapFree=681964/737152
[pid=13991] ppid=13988 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/13991/stat : 13991 (toysat) R 13988 13991 13233 0 -1 4202496 60392 0 0 0 21 8 0 0 20 0 4 0 28866702 1247350784 60740 33554432000 4194304 16246674 140736326808320 140736326807744 12478189 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13991/statm: 304529 60752 797 2943 0 301423 0
[pid=13991/tid=13992] ppid=13988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13992/stat : 13992 (toysat) S 13988 13991 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28866702 1247350784 60760 33554432000 4194304 16246674 140736326808320 140441414511856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13991/tid=13993] ppid=13988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13993/stat : 13993 (toysat) S 13988 13991 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28866702 1247350784 60762 33554432000 4194304 16246674 140736326808320 140441404022000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13991/tid=13994] ppid=13988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13994/stat : 13994 (toysat) S 13988 13991 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28866702 1247350784 60766 33554432000 4194304 16246674 140736326808320 140441393548464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700391 s]
/proc/loadavg: 2.34 2.21 2.09 3/179 13991
/proc/meminfo: memFree=30097380/32872528 swapFree=681964/737152
[pid=13991] ppid=13988 vsize=1218116 CPUtime=0.68 cores=1,3,5,7
/proc/13991/stat : 13991 (toysat) R 13988 13991 13233 0 -1 4202496 138492 0 0 0 48 20 0 0 20 0 4 0 28866702 1247350784 138841 33554432000 4194304 16246674 140736326808320 140736326790208 6010073 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13991/statm: 304529 138848 797 2943 0 301423 0
[pid=13991/tid=13992] ppid=13988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13992/stat : 13992 (toysat) S 13988 13991 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28866702 1247350784 138850 33554432000 4194304 16246674 140736326808320 140441414511856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13991/tid=13993] ppid=13988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13993/stat : 13993 (toysat) S 13988 13991 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28866702 1247350784 138853 33554432000 4194304 16246674 140736326808320 140441404022000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13991/tid=13994] ppid=13988 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13994/stat : 13994 (toysat) S 13988 13991 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28866702 1247350784 138857 33554432000 4194304 16246674 140736326808320 140441393548464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50038 s]
/proc/loadavg: 2.39 2.22 2.10 3/183 13995
/proc/meminfo: memFree=29233112/32872528 swapFree=681964/737152
[pid=13991] ppid=13988 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/13991/stat : 13991 (toysat) R 13988 13991 13233 0 -1 4202496 245610 0 0 0 114 35 0 0 20 0 4 0 28866702 1248399360 245936 33554432000 4194304 16246674 140736326808320 140736326807632 13943664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13991/statm: 304785 245936 853 2943 0 301679 0
[pid=13991/tid=13992] ppid=13988 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13992/stat : 13992 (toysat) S 13988 13991 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28866702 1248399360 245936 33554432000 4194304 16246674 140736326808320 140441414511856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13991/tid=13993] ppid=13988 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13993/stat : 13993 (toysat) S 13988 13991 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28866702 1248399360 245936 33554432000 4194304 16246674 140736326808320 140441404022000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13991/tid=13994] ppid=13988 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13994/stat : 13994 (toysat) S 13988 13991 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28866702 1248399360 245936 33554432000 4194304 16246674 140736326808320 140441393548464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

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

[startup+1.60047 s]
/proc/loadavg: 2.39 2.22 2.10 3/183 13995
/proc/meminfo: memFree=29233112/32872528 swapFree=681964/737152
[pid=13991] ppid=13988 vsize=1219140 CPUtime=1.59 cores=1,3,5,7
/proc/13991/stat : 13991 (toysat) R 13988 13991 13233 0 -1 4202496 245611 0 0 0 124 35 0 0 20 0 4 0 28866702 1248399360 245937 33554432000 4194304 16246674 140736326808320 140736326807632 5754792 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13991/statm: 304785 245937 853 2943 0 301679 0
[pid=13991/tid=13992] ppid=13988 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13992/stat : 13992 (toysat) S 13988 13991 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28866702 1248399360 245937 33554432000 4194304 16246674 140736326808320 140441414511856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13991/tid=13993] ppid=13988 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13993/stat : 13993 (toysat) S 13988 13991 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28866702 1248399360 245937 33554432000 4194304 16246674 140736326808320 140441404022000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13991/tid=13994] ppid=13988 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13994/stat : 13994 (toysat) S 13988 13991 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28866702 1248399360 245937 33554432000 4194304 16246674 140736326808320 140441393548464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 1219140

[startup+2.00035 s]
/proc/loadavg: 2.39 2.22 2.10 3/183 13995
/proc/meminfo: memFree=29233112/32872528 swapFree=681964/737152
[pid=13991] ppid=13988 vsize=1219140 CPUtime=1.99 cores=1,3,5,7
/proc/13991/stat : 13991 (toysat) R 13988 13991 13233 0 -1 4202496 245611 0 0 0 164 35 0 0 20 0 4 0 28866702 1248399360 245937 33554432000 4194304 16246674 140736326808320 140736326790208 6012051 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13991/statm: 304785 245937 853 2943 0 301679 0
[pid=13991/tid=13992] ppid=13988 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13992/stat : 13992 (toysat) S 13988 13991 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28866702 1248399360 245937 33554432000 4194304 16246674 140736326808320 140441414511856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13991/tid=13993] ppid=13988 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13993/stat : 13993 (toysat) S 13988 13991 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28866702 1248399360 245937 33554432000 4194304 16246674 140736326808320 140441404022000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13991/tid=13994] ppid=13988 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13991/task/13994/stat : 13994 (toysat) S 13988 13991 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28866702 1248399360 245937 33554432000 4194304 16246674 140736326808320 140441393548464 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1219140

Child status: 0
Real time (s): 2.07021
CPU time (s): 2.06868
CPU user time (s): 1.65975
CPU system time (s): 0.408937
CPU usage (%): 99.9262
Max. virtual memory (cumulated for all children) (KiB): 1219140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.65975
system time used= 0.408937
maximum resident set size= 983760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245616
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= 21
involuntary context switches= 3

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

The end

Launcher Data

Begin job on node112 at 2016-06-18 18:42:55
IDJOB=4106238
IDBENCH=47984
IDSOLVER=2542
FILE ID=node112/4106238-1466268175
RUNJOBID= node112-1466264161-13250
PBS_JOBID= 19918218
Free space on /tmp= 71696 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=179-P1=37-B.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106238-1466268175/watcher-4106238-1466268175 -o /tmp/evaluation-result-4106238-1466268175/solver-4106238-1466268175 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466264161-13250 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106238-1466268175.opb

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

MD5SUM BENCH= 7c55947c8932da669a6320e0df24c1e1
RANDOM SEED=1375362857

node112.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		: 2666.734
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	: 5333.46
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		: 2666.734
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		: 2666.734
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	: 5321.48
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		: 2666.734
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		: 2666.734
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		: 2666.734
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		: 2666.734
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		: 2666.734
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30097908 kB
Buffers:           63188 kB
Cached:           155040 kB
SwapCached:         2028 kB
Active:          1175348 kB
Inactive:         127072 kB
Active(anon):    1084372 kB
Inactive(anon):     2096 kB
Active(file):      90976 kB
Inactive(file):   124976 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096744 kB
Dirty:             16328 kB
Writeback:             0 kB
AnonPages:       1820280 kB
Mapped:            10492 kB
Shmem:                 0 kB
Slab:             602136 kB
SReclaimable:      45700 kB
SUnreclaim:       556436 kB
KernelStack:        1448 kB
PageTables:         7596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1965464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    579584 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= 71680 MiB
End job on node112 at 2016-06-18 18:42:57