Trace number 4106430

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 1.99669 1.99911

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
roussel/factor-mod-B/factor-mod-size=6-P0=37-P1=23-P2=5-B.opb
MD5SUMbb953622d436623e8cc95a70e227bd07
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.018997
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 variables36
Total number of constraints5
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 constraints5
Minimum length of a constraint6
Maximum length of a constraint48
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 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)72
Sum of products size (including duplicates)144
Number of different products72
Sum of products size144

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:32:33+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-4106430-1466271153.opb"]
0.00/0.01	c use --random-gen="868807724 1405102595 1982773577 4274660953 2632735423 3576035547 3170923266 2153127169 464249092 2351051201 2980948402 1268715415 3080021027 3054627988 2894088135 670001183 1575910566 1992837383 1333964347 3197845723 3735899956 2359278699 2827431378 3925024574 1565702485 2166830073 3919769517 2897872854 1214452745 2135629722 3075726903 2502601181 1551465290 1796733702 2082117416 4064527153 2590270674 184250257 1809745699 1050316587 917788156 2668107658 105541659 1132795730 1800660529 3856741345 478740375 1811681908 2286108984 2229874138 339413266 3741681790 1860722766 3317359305 3382502390 1253172178 779044022 812177796 1679696453 249783927 1299208650 2178595774 2466099655 692961396 997054048 348043335 759386005 190856321 2757966430 2425259026 3572639757 1870988747 2719394341 1034188285 3369528151 3898033628 948153446 2016875766 2044734223 1177526860 1030892799 234229876 408551929 1333101687 459471032 3210468181 2617807588 2779576119 1647037659 265832509 1748340147 3076890902 3122296807 2499794410 3871238938 4052954494 4273528798 874033538 611356201 332689084 127085954 1619604653 3754640753 3584559910 223882056 788388462 1203484996 498595145 934330926 433049866 3543041579 648260633 2485354648 2042428113 2785539908 3922265909 3140837134 295714018 624068893 1760485242 326724583 1425441921 1211580577 1196447411 150559703 767263712 701455672 3615756718 3863905654 3532079011 1358509341 848690215 1488027772 1227116817 2909802930 4135090182 1526521445 2471531901 336968229 3118727430 3667121405 2955955140 692294202 3156650822 3987902150 211725748 3719380523 3769283026 1808186364 3182917570 1424771715 1526570505 350141768 3090929857 4195114983 3047314932 511270019 2584032000 1016329148 914172889 41138666 528634687 3979691191 2671120843 3950578786 1987506752 1588565664 4111466910 553806038 3978340198 1326454575 3623628044 2369502957 2164992966 387925704 3476250724 381192927 3315272085 1414238572 4183403576 1969750281 2036076809 2551153102 1418883954 3029288896 1063305634 2734300680 2713385038 1775915275 3350493135 3979083356 3328667858 3658646279 1661660913 314433490 1604660161 1776134053 508898367 959328452 212228397 981172054 743068417 2894995213 985008747 1617166587 4055896319 1835826309 2534859787 3224858263 4250561965 3693280806 464436341 3668617121 1119885299 111268409 3071744660 1932403931 967209962 169757204 1750399073 1396809188 2111753573 94688679 1366596841 638613323 3029037427 1256651167 401563784 820267479 246112153 3831564081 3701894610 2948770706 2466977651 2728098471 118853514 3409572129 206961554 1688450978 3929295349 202971862 4100173459 1124548074 189804171 450114249 2285010638 354178584 804248998 2987977095 384823586 3209692211 1123441098 3041614625 4113370014 2966387574 745161805 255 362436" option to reproduce the execution
0.00/0.01	c #vars 36
0.00/0.01	c #constraints 5
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 |      110      0 |        0 |        0
0.00/0.02	c  0.0s |       0 |       84 |       69 |      110      0 |        0 |        0
0.00/0.02	c #cpu_time = 0.009s
0.00/0.02	c #wall_clock_time = 0.009s
0.00/0.02	c #decision = 84
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 69
0.00/0.02	c #restart = 0
0.00/0.02	o 29
0.00/0.02	c BCD2: hardening fixes 1 literals
0.00/0.02	c BCD2: updating upper bound: 63 -> 28
0.00/0.02	c BCD2: 0 <= obj <= 28
0.00/0.02	c BCD2: #cores=0, #unrelaxed=5, #relaxed=0, #hardened=1
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 |      110      0 |        8 |        0
0.00/0.02	c  0.0s |       0 |        3 |        0 |      110      0 |        8 |       18
0.00/0.02	c #cpu_time = 0.001s
0.00/0.02	c #wall_clock_time = 0.001s
0.00/0.02	c #decision = 3
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 4: 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 <= 28
0.00/0.02	c BCD2: #cores=1, #unrelaxed=1, #relaxed=4, #hardened=1
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 |      110      0 |        8 |       18
0.00/0.04	c  0.0s |       1 |      127 |      100 |      122      0 |        8 |       18
0.00/0.06	c  0.0s |       2 |      291 |      250 |      135      1 |        8 |       18
0.09/0.10	c  0.1s |       3 |      545 |      475 |      149      4 |        8 |       18
0.09/0.15	c  0.1s |       4 |      896 |      813 |      164      7 |        8 |       18
0.19/0.23	c  0.2s |       5 |     1445 |     1320 |      181     11 |        8 |       18
0.29/0.35	c  0.3s |       6 |     2334 |     2081 |      200     17 |        8 |       18
0.49/0.54	c  0.5s |       7 |     3623 |     3223 |      221     27 |        8 |       18
0.79/0.82	c  0.8s |       8 |     5468 |     4936 |      244     39 |        8 |       18
1.19/1.27	c  1.2s |       9 |     8303 |     7506 |      269     56 |        8 |       18
1.69/1.73	c  1.7s |      10 |    12590 |    11361 |      296     80 |        8 |       18
1.89/1.90	c  1.9s |      10 |    14005 |    12659 |      296     88 |        8 |       18
1.89/1.90	c #cpu_time = 1.880s
1.89/1.90	c #wall_clock_time = 1.879s
1.89/1.90	c #decision = 14005
1.89/1.90	c #random_decision = 34
1.89/1.90	c #conflict = 12659
1.89/1.90	c #restart = 10
1.89/1.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=3
1.89/1.90	c lower bound updated to 3
1.89/1.90	c BCD2: 3 <= obj <= 28
1.89/1.90	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=1
1.89/1.90	c BCD2: #sat=1 #unsat=3 bias=3/4
1.89/1.90	c Solving starts ...
1.89/1.90	c ============================[ Search Statistics ]============================
1.89/1.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.90	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.90	c =============================================================================
1.89/1.90	c  0.0s |       0 |        0 |        0 |      296      0 |        9 |       18
1.89/1.91	c  0.0s |       1 |      116 |      100 |      296      0 |        9 |       19
1.89/1.93	c  0.0s |       2 |      294 |      250 |      296      1 |        9 |       19
1.89/1.93	c  0.0s |       2 |      336 |      277 |      296      1 |        9 |       19
1.89/1.93	c #cpu_time = 0.033s
1.89/1.93	c #wall_clock_time = 0.033s
1.89/1.93	c #decision = 336
1.89/1.93	c #random_decision = 1
1.89/1.94	c #conflict = 277
1.89/1.94	c #restart = 2
1.89/1.94	o 19
1.89/1.94	c BCD2: updating upper bound: 28 -> 18
1.89/1.94	c BCD2: 3 <= obj <= 18
1.89/1.94	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=1
1.89/1.94	c BCD2: #sat=2 #unsat=3 bias=3/5
1.89/1.94	c Solving starts ...
1.89/1.94	c ============================[ Search Statistics ]============================
1.89/1.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.94	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.94	c =============================================================================
1.89/1.94	c  0.0s |       0 |        0 |        0 |      296      0 |        9 |       19
1.89/1.94	c  0.0s |       0 |       52 |       33 |      296      0 |        9 |       19
1.89/1.94	c #cpu_time = 0.004s
1.89/1.94	c #wall_clock_time = 0.004s
1.89/1.94	c #decision = 52
1.89/1.94	c #random_decision = 0
1.89/1.94	c #conflict = 33
1.89/1.94	c #restart = 0
1.89/1.94	o 3
1.89/1.94	s OPTIMUM FOUND
1.89/1.94	v x1 x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10
1.89/1.94	v -x11 x12 x13 -x14 x15 -x16 x17 -x18 x19 x20
1.89/1.94	v -x21 -x22 -x23 x24 x25 -x26 -x27 -x28 -x29 -x30
1.89/1.94	v x31 x32 -x33 x34 -x35 -x36
1.89/1.94	c total CPU time = 1.943s
1.89/1.94	c total wall clock time = 1.943s

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

pid=8641
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.16 2.17 2.11 3/179 8644
/proc/meminfo: memFree=30096696/32872528 swapFree=496868/529572
[pid=8644] ppid=8641 vsize=724412 CPUtime=0 cores=0,2,4,6
/proc/8644/stat : 8644 (toysat) R 8641 8644 7739 0 -1 4202496 2699 0 0 0 0 0 0 0 20 0 4 0 29160777 741797888 3571 33554432000 4194304 16246674 140737008787392 140737008786816 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8644/statm: 181871 3581 441 2943 0 178765 0
[pid=8644/tid=8645] ppid=8641 vsize=742844 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8645/stat : 8645 (toysat) S 8641 8644 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29160777 760672256 3644 33554432000 4194304 16246674 140737008787392 140306949319920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8644/tid=8646] ppid=8641 vsize=746940 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8646/stat : 8646 (toysat) S 8641 8644 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29160777 764866560 3662 33554432000 4194304 16246674 140737008787392 140306938830064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8644/tid=8647] ppid=8641 vsize=752060 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8647/stat : 8647 (toysat) S 8641 8644 7739 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29160777 770109440 3678 33554432000 4194304 16246674 140737008787392 140306850770096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100141 s]
/proc/loadavg: 2.16 2.17 2.11 3/179 8644
/proc/meminfo: memFree=30096696/32872528 swapFree=496868/529572
[pid=8644] ppid=8641 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/8644/stat : 8644 (toysat) R 8641 8644 7739 0 -1 4202496 21898 0 0 0 6 3 0 0 20 0 4 0 29160777 1247350784 22758 33554432000 4194304 16246674 140737008787392 140737008786816 5546181 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8644/statm: 304529 22768 797 2943 0 301423 0
[pid=8644/tid=8645] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8645/stat : 8645 (toysat) S 8641 8644 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 22772 33554432000 4194304 16246674 140737008787392 140306949319920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8644/tid=8646] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8646/stat : 8646 (toysat) S 8641 8644 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 22777 33554432000 4194304 16246674 140737008787392 140306938830064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8644/tid=8647] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8647/stat : 8647 (toysat) S 8641 8644 7739 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 22785 33554432000 4194304 16246674 140737008787392 140306850770096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200523 s]
/proc/loadavg: 2.16 2.17 2.11 3/179 8644
/proc/meminfo: memFree=30096696/32872528 swapFree=496868/529572
[pid=8644] ppid=8641 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/8644/stat : 8644 (toysat) R 8641 8644 7739 0 -1 4202496 40838 0 0 0 14 5 0 0 20 0 4 0 29160777 1247350784 41698 33554432000 4194304 16246674 140737008787392 140737008786816 6836566 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8644/statm: 304529 41711 797 2943 0 301423 0
[pid=8644/tid=8645] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8645/stat : 8645 (toysat) S 8641 8644 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 41715 33554432000 4194304 16246674 140737008787392 140306949319920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8644/tid=8646] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8646/stat : 8646 (toysat) S 8641 8644 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 41719 33554432000 4194304 16246674 140737008787392 140306938830064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8644/tid=8647] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8647/stat : 8647 (toysat) S 8641 8644 7739 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 41725 33554432000 4194304 16246674 140737008787392 140306850770096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300479 s]
/proc/loadavg: 2.16 2.17 2.11 3/179 8644
/proc/meminfo: memFree=30096696/32872528 swapFree=496868/529572
[pid=8644] ppid=8641 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/8644/stat : 8644 (toysat) R 8641 8644 7739 0 -1 4202496 59380 0 0 0 22 7 0 0 20 0 4 0 29160777 1247350784 60240 33554432000 4194304 16246674 140737008787392 140737008786816 5723873 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8644/statm: 304529 60245 797 2943 0 301423 0
[pid=8644/tid=8645] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8645/stat : 8645 (toysat) S 8641 8644 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 60250 33554432000 4194304 16246674 140737008787392 140306949319920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8644/tid=8646] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8646/stat : 8646 (toysat) S 8641 8644 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 60258 33554432000 4194304 16246674 140737008787392 140306938830064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8644/tid=8647] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8647/stat : 8647 (toysat) S 8641 8644 7739 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 60263 33554432000 4194304 16246674 140737008787392 140306850770096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.7004 s]
/proc/loadavg: 2.16 2.17 2.11 3/179 8644
/proc/meminfo: memFree=30096696/32872528 swapFree=496868/529572
[pid=8644] ppid=8641 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/8644/stat : 8644 (toysat) R 8641 8644 7739 0 -1 4202496 135684 0 0 0 51 18 0 0 20 0 4 0 29160777 1247350784 136543 33554432000 4194304 16246674 140737008787392 140737008786816 5546181 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8644/statm: 304529 136554 798 2943 0 301423 0
[pid=8644/tid=8645] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8645/stat : 8645 (toysat) S 8641 8644 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 136558 33554432000 4194304 16246674 140737008787392 140306949319920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8644/tid=8646] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8646/stat : 8646 (toysat) S 8641 8644 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 136563 33554432000 4194304 16246674 140737008787392 140306938830064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8644/tid=8647] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8647/stat : 8647 (toysat) S 8641 8644 7739 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 136570 33554432000 4194304 16246674 140737008787392 140306850770096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.15 2.17 2.11 3/183 8648
/proc/meminfo: memFree=29253916/32872528 swapFree=496868/529572
[pid=8644] ppid=8641 vsize=1218116 CPUtime=1.49 cores=0,2,4,6
/proc/8644/stat : 8644 (toysat) R 8641 8644 7739 0 -1 4202496 245593 0 0 0 115 34 0 0 20 0 4 0 29160777 1247350784 246430 33554432000 4194304 16246674 140737008787392 140737008786704 13950188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8644/statm: 304529 246430 854 2943 0 301423 0
[pid=8644/tid=8645] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8645/stat : 8645 (toysat) S 8641 8644 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 246430 33554432000 4194304 16246674 140737008787392 140306949319920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8644/tid=8646] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8646/stat : 8646 (toysat) S 8641 8644 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 246430 33554432000 4194304 16246674 140737008787392 140306938830064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8644/tid=8647] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8647/stat : 8647 (toysat) S 8641 8644 7739 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 246430 33554432000 4194304 16246674 140737008787392 140306850770096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

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

[startup+1.60048 s]
/proc/loadavg: 2.15 2.17 2.11 3/183 8648
/proc/meminfo: memFree=29253916/32872528 swapFree=496868/529572
[pid=8644] ppid=8641 vsize=1218116 CPUtime=1.59 cores=0,2,4,6
/proc/8644/stat : 8644 (toysat) R 8641 8644 7739 0 -1 4202496 245593 0 0 0 125 34 0 0 20 0 4 0 29160777 1247350784 246430 33554432000 4194304 16246674 140737008787392 140737008786704 13753008 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8644/statm: 304529 246430 854 2943 0 301423 0
[pid=8644/tid=8645] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8645/stat : 8645 (toysat) S 8641 8644 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 246430 33554432000 4194304 16246674 140737008787392 140306949319920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8644/tid=8646] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8646/stat : 8646 (toysat) S 8641 8644 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 246430 33554432000 4194304 16246674 140737008787392 140306938830064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8644/tid=8647] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8647/stat : 8647 (toysat) S 8641 8644 7739 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 246430 33554432000 4194304 16246674 140737008787392 140306850770096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 1218116

[startup+1.8004 s]
/proc/loadavg: 2.15 2.17 2.11 3/183 8648
/proc/meminfo: memFree=29253916/32872528 swapFree=496868/529572
[pid=8644] ppid=8641 vsize=1218116 CPUtime=1.79 cores=0,2,4,6
/proc/8644/stat : 8644 (toysat) R 8641 8644 7739 0 -1 4202496 245593 0 0 0 145 34 0 0 20 0 4 0 29160777 1247350784 246430 33554432000 4194304 16246674 140737008787392 140737008786704 13950192 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8644/statm: 304529 246430 854 2943 0 301423 0
[pid=8644/tid=8645] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8645/stat : 8645 (toysat) S 8641 8644 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 246430 33554432000 4194304 16246674 140737008787392 140306949319920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8644/tid=8646] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8646/stat : 8646 (toysat) S 8641 8644 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 246430 33554432000 4194304 16246674 140737008787392 140306938830064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8644/tid=8647] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8647/stat : 8647 (toysat) S 8641 8644 7739 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 246430 33554432000 4194304 16246674 140737008787392 140306850770096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 1218116

[startup+1.90041 s]
/proc/loadavg: 2.15 2.17 2.11 3/183 8648
/proc/meminfo: memFree=29253916/32872528 swapFree=496868/529572
[pid=8644] ppid=8641 vsize=1218116 CPUtime=1.89 cores=0,2,4,6
/proc/8644/stat : 8644 (toysat) R 8641 8644 7739 0 -1 4202496 245593 0 0 0 155 34 0 0 20 0 4 0 29160777 1247350784 246430 33554432000 4194304 16246674 140737008787392 140737008786704 13954595 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8644/statm: 304529 246430 854 2943 0 301423 0
[pid=8644/tid=8645] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8645/stat : 8645 (toysat) S 8641 8644 7739 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 246430 33554432000 4194304 16246674 140737008787392 140306949319920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8644/tid=8646] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8646/stat : 8646 (toysat) S 8641 8644 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 246430 33554432000 4194304 16246674 140737008787392 140306938830064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8644/tid=8647] ppid=8641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8644/task/8647/stat : 8647 (toysat) S 8641 8644 7739 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29160777 1247350784 246430 33554432000 4194304 16246674 140737008787392 140306850770096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 1218116

Child status: 0
Real time (s): 1.99911
CPU time (s): 1.99669
CPU user time (s): 1.60176
CPU system time (s): 0.394939
CPU usage (%): 99.8792
Max. virtual memory (cumulated for all children) (KiB): 1218116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.60176
system time used= 0.394939
maximum resident set size= 985728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245597
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= 24
involuntary context switches= 3

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.007998 second user time and 0.009998 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-18 19:32:33
IDJOB=4106430
IDBENCH=48058
IDSOLVER=2542
FILE ID=node141/4106430-1466271153
RUNJOBID= node141-1466264081-7755
PBS_JOBID= 19918217
Free space on /tmp= 71712 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=37-P1=23-P2=5-B.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106430-1466271153/watcher-4106430-1466271153 -o /tmp/evaluation-result-4106430-1466271153/solver-4106430-1466271153 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466264081-7755 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106430-1466271153.opb

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

MD5SUM BENCH= bb953622d436623e8cc95a70e227bd07
RANDOM SEED=596930619

node141.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.547
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.09
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.547
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.547
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.54
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.547
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.547
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.56
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.547
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.547
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.547
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30096596 kB
Buffers:          150208 kB
Cached:           255840 kB
SwapCached:         2528 kB
Active:          1239232 kB
Inactive:         264860 kB
Active(anon):    1098108 kB
Inactive(anon):     2028 kB
Active(file):     141124 kB
Inactive(file):   262832 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099068 kB
Dirty:             16564 kB
Writeback:             0 kB
AnonPages:       1625868 kB
Mapped:            10700 kB
Shmem:                 0 kB
Slab:             609972 kB
SReclaimable:      53480 kB
SUnreclaim:       556492 kB
KernelStack:        1480 kB
PageTables:         7356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1770808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1122304 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= 71696 MiB
End job on node141 at 2016-06-18 19:32:35