Trace number 4079324

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-02? (MO) 161.015 161.051

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat15_5_3_7_ic.opb
MD5SUMed0e62d21585297a53ea5d644fd52c40
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark16633202
Best CPU time to get the best result obtained on this benchmark3.85341
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3435
Total number of constraints6802
Number of constraints which are clauses2970
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints3825
Minimum length of a constraint2
Maximum length of a constraint105
Number of terms in the objective function 645
Biggest coefficient in the objective function 76225024
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 4402461705
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 76225024
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 4402461705
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-08T01:42:59+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-4079324-1465342978.opb"]
0.00/0.01	c use --random-gen="4069270316 2335328973 2289073619 3638239277 3043799956 2197444008 1365793929 181300294 1907841739 2772602371 3152336099 1082566386 2932361730 658606084 334681646 2921605044 41518478 1571241273 3429903178 31246693 2671891664 3385192530 1083139065 3524479674 1555272639 1234474457 1644578677 144089540 3898881086 1115467908 754173935 113859127 1560465134 2955942512 1313565692 2958620655 1653832386 3406767768 279760406 2711879712 3018060280 3090085699 56185296 2886566048 3186688631 3751096180 793563670 1323786762 1555483310 927677470 2232073363 3281755541 4056054108 1140661778 2204576656 2364017127 2721158059 2064926204 2199302230 298578381 3601313563 259329636 1924746655 2550674454 1398593660 2079968588 3095118903 286458586 982228168 2611818449 3914616781 2154837578 2188763518 3125328810 590875818 2410829489 3207834962 580412101 2659265952 1839046294 3458400471 995481881 1384714361 2099571370 2638488588 308550614 1603018697 59990286 2157506790 2932817824 1607677176 3410749595 2782025426 1369875338 25313796 255020388 2349607958 2344209339 3064067484 442515660 1182403423 4135894084 292775935 2718936438 516088337 3776564238 1344068074 3794597660 1411465933 2308943765 1100026129 2172386816 517400277 2552305819 1531357148 525823660 340548712 770455242 4246863013 418717176 2146480852 4227392603 3251994178 3364674694 629551133 3347844595 3141231792 937520332 2126694313 2560511510 1405859846 2262583098 1544991755 1358595713 3653622389 767677641 3449669977 2085526627 2277183065 595013901 1044887114 2204766444 1831530438 508521103 3065021957 953344590 3369838622 2611540090 2136800660 828875961 2140772222 1938305632 143191926 3268255248 173004110 3282830365 261235452 4112120797 3608978812 946500322 4154705219 4227815143 2714002767 539862788 270399842 705298513 2299065268 3399330234 3479685523 4019996091 3590008355 1857811771 2805973155 1411972573 1537530123 311776007 2662982027 3990505196 3266198104 2659553910 1192278135 3410427806 845075606 3577181402 634042752 1505560699 1736738002 4269961280 4037484909 1975490147 4043658728 354204298 17064102 236022947 3635784880 2348532205 4109731033 3076791958 2389436022 1575865954 3570995239 1187116186 2153090222 2598764408 9745949 816305753 415465867 1174611840 1006828173 2500540297 3239078998 1087102807 1434555692 874230151 1881200201 3710645232 1363893518 3464386695 2194113918 1969209150 3917733820 2291002918 3864346620 2470134314 1560439366 570315099 3591792716 894897275 3986569860 4062287890 1982046618 2352062602 2303077462 4106021766 1913916413 3671867651 3374472982 567641508 1384772371 3889756024 3130641927 3024350255 3703313249 1430391426 1386777450 3018590249 676968 3161560675 1891685037 248032870 2502913865 350757651 3820381822 385070071 2116207961 2815776171 255 362436" option to reproduce the execution
0.00/0.07	c #vars 3435
0.00/0.07	c #constraints 6802
0.09/0.19	c BCD2: Hardening is enabled.
0.09/0.19	c BCD2: BiasedSearch is enabled.
0.09/0.19	c Solving starts ...
0.09/0.19	c ============================[ Search Statistics ]============================
0.09/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.19	c =============================================================================
0.09/0.19	c  0.0s |       0 |        0 |        0 |     3622      0 |       45 |        0
0.19/0.28	c  0.1s |       1 |      136 |      100 |     3622      0 |       45 |        0
0.39/0.43	c  0.2s |       1 |      314 |      188 |     3985      0 |       45 |        0
0.39/0.43	c #cpu_time = 0.234s
0.39/0.43	c #wall_clock_time = 0.234s
0.39/0.43	c #decision = 314
0.39/0.43	c #random_decision = 0
0.39/0.43	c #conflict = 188
0.39/0.43	c #restart = 1
0.39/0.43	o 443423754
0.39/0.47	c BCD2: updating upper bound: 4402461705 -> 443423768
0.49/0.51	c BCD2: 0 <= obj <= 443423768
0.49/0.51	c BCD2: #cores=0, #unrelaxed=645, #relaxed=0, #hardened=0
0.49/0.51	c BCD2: #sat=1 #unsat=1 bias=1/2
0.49/0.51	c Solving starts ...
0.49/0.51	c ============================[ Search Statistics ]============================
0.49/0.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.51	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.51	c =============================================================================
0.49/0.51	c  0.0s |       0 |        0 |        0 |     3985      0 |       45 |        0
0.49/0.52	c  0.0s |       0 |       88 |        1 |     3985      0 |       45 |        0
0.49/0.52	c #cpu_time = 0.013s
0.49/0.52	c #wall_clock_time = 0.013s
0.49/0.52	c #decision = 88
0.49/0.52	c #random_decision = 0
0.49/0.52	c #conflict = 1
0.49/0.52	c #restart = 0
0.49/0.52	c BCD2: found a new core of size 88: cost of the new core is >=29791
0.49/0.52	c lower bound updated to 29776
0.49/0.56	c BCD2: 29791 <= obj <= 443423768
0.49/0.56	c BCD2: #cores=1, #unrelaxed=557, #relaxed=88, #hardened=0
0.49/0.56	c BCD2: #sat=1 #unsat=2 bias=2/3

Verifier Data

ERROR: no interpretation found !

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

pid=22918
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.25 2.24 2.19 2/179 22921
/proc/meminfo: memFree=29122804/32872528 swapFree=16636/1570076
[pid=22921] ppid=22918 vsize=751036 CPUtime=0 cores=1,3,5,7
/proc/22921/stat : 22921 (toysat) R 22918 22921 2168 0 -1 4202496 2803 0 0 0 0 0 0 0 20 0 4 0 116230213 769060864 3165 33554432000 4194304 16246674 140734746106176 140734746105600 13880264 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22921/statm: 188271 3172 441 2943 0 185165 0
[pid=22921/tid=22922] ppid=22918 vsize=768444 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22922/stat : 22922 (toysat) S 22918 22921 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116230213 786886656 3232 33554432000 4194304 16246674 140734746106176 140550193786096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22921/tid=22923] ppid=22918 vsize=771516 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22923/stat : 22923 (toysat) S 22918 22921 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116230213 790032384 3247 33554432000 4194304 16246674 140734746106176 140550183296240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22921/tid=22924] ppid=22918 vsize=776636 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22924/stat : 22924 (toysat) S 22918 22921 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116230213 795275264 3264 33554432000 4194304 16246674 140734746106176 140550172822704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0

[startup+0.100181 s]
/proc/loadavg: 2.25 2.24 2.19 2/179 22921
/proc/meminfo: memFree=29122804/32872528 swapFree=16636/1570076
[pid=22921] ppid=22918 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/22921/stat : 22921 (toysat) R 22918 22921 2168 0 -1 4202496 24212 0 0 0 5 4 0 0 20 0 4 0 116230213 1250496512 24511 33554432000 4194304 16246674 140734746106176 140734746105488 5595347 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22921/statm: 305297 24519 840 2943 0 302191 0
[pid=22921/tid=22922] ppid=22918 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22922/stat : 22922 (toysat) S 22918 22921 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116230213 1250496512 24524 33554432000 4194304 16246674 140734746106176 140550193786096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22921/tid=22923] ppid=22918 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22923/stat : 22923 (toysat) S 22918 22921 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116230213 1250496512 24529 33554432000 4194304 16246674 140734746106176 140550183296240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22921/tid=22924] ppid=22918 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22924/stat : 22924 (toysat) S 22918 22921 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116230213 1250496512 24533 33554432000 4194304 16246674 140734746106176 140550172822704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200527 s]
/proc/loadavg: 2.25 2.24 2.19 2/179 22921
/proc/meminfo: memFree=29122804/32872528 swapFree=16636/1570076
[pid=22921] ppid=22918 vsize=1221188 CPUtime=0.19 cores=1,3,5,7
/proc/22921/stat : 22921 (toysat) R 22918 22921 2168 0 -1 4202496 42666 0 0 0 12 7 0 0 20 0 4 0 116230213 1250496512 42965 33554432000 4194304 16246674 140734746106176 140734746105488 5991173 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22921/statm: 305297 42974 867 2943 0 302191 0
[pid=22921/tid=22922] ppid=22918 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22922/stat : 22922 (toysat) S 22918 22921 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116230213 1250496512 42980 33554432000 4194304 16246674 140734746106176 140550193786096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22921/tid=22923] ppid=22918 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22923/stat : 22923 (toysat) S 22918 22921 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116230213 1250496512 42985 33554432000 4194304 16246674 140734746106176 140550183296240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22921/tid=22924] ppid=22918 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22924/stat : 22924 (toysat) S 22918 22921 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116230213 1250496512 42992 33554432000 4194304 16246674 140734746106176 140550172822704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1221188

[startup+0.300487 s]
/proc/loadavg: 2.25 2.24 2.19 2/179 22921
/proc/meminfo: memFree=29122804/32872528 swapFree=16636/1570076
[pid=22921] ppid=22918 vsize=1221188 CPUtime=0.29 cores=1,3,5,7
/proc/22921/stat : 22921 (toysat) R 22918 22921 2168 0 -1 4202496 53557 0 0 0 21 8 0 0 20 0 4 0 116230213 1250496512 53856 33554432000 4194304 16246674 140734746106176 140734746105488 5602895 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22921/statm: 305297 53859 883 2943 0 302191 0
[pid=22921/tid=22922] ppid=22918 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22922/stat : 22922 (toysat) S 22918 22921 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116230213 1250496512 53860 33554432000 4194304 16246674 140734746106176 140550193786096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22921/tid=22923] ppid=22918 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22923/stat : 22923 (toysat) S 22918 22921 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116230213 1250496512 53862 33554432000 4194304 16246674 140734746106176 140550183296240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22921/tid=22924] ppid=22918 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22924/stat : 22924 (toysat) S 22918 22921 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116230213 1250496512 53864 33554432000 4194304 16246674 140734746106176 140550172822704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1221188

[startup+0.700421 s]
/proc/loadavg: 2.25 2.24 2.19 2/179 22921
/proc/meminfo: memFree=29122804/32872528 swapFree=16636/1570076
[pid=22921] ppid=22918 vsize=1221188 CPUtime=0.69 cores=1,3,5,7
/proc/22921/stat : 22921 (toysat) R 22918 22921 2168 0 -1 4202496 133124 0 0 0 49 20 0 0 20 0 4 0 116230213 1250496512 133424 33554432000 4194304 16246674 140734746106176 140734746089168 12449399 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22921/statm: 305297 133440 906 2943 0 302191 0
[pid=22921/tid=22922] ppid=22918 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22922/stat : 22922 (toysat) S 22918 22921 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116230213 1250496512 133449 33554432000 4194304 16246674 140734746106176 140550193786096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22921/tid=22923] ppid=22918 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22923/stat : 22923 (toysat) S 22918 22921 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116230213 1250496512 133457 33554432000 4194304 16246674 140734746106176 140550183296240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22921/tid=22924] ppid=22918 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22924/stat : 22924 (toysat) S 22918 22921 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116230213 1250496512 133465 33554432000 4194304 16246674 140734746106176 140550172822704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1221188

[startup+1.50042 s]
/proc/loadavg: 2.23 2.24 2.18 3/183 22925
/proc/meminfo: memFree=28246524/32872528 swapFree=16636/1570076
[pid=22921] ppid=22918 vsize=1324612 CPUtime=1.49 cores=1,3,5,7
/proc/22921/stat : 22921 (toysat) R 22918 22921 2168 0 -1 4202496 272191 0 0 0 112 37 0 0 20 0 4 0 116230213 1356402688 272490 33554432000 4194304 16246674 140734746106176 140734746088064 4225154 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22921/statm: 331153 272496 907 2943 0 328047 0
[pid=22921/tid=22922] ppid=22918 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22922/stat : 22922 (toysat) S 22918 22921 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116230213 1356402688 272498 33554432000 4194304 16246674 140734746106176 140550193786096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22921/tid=22923] ppid=22918 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22923/stat : 22923 (toysat) S 22918 22921 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116230213 1356402688 272500 33554432000 4194304 16246674 140734746106176 140550183296240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22921/tid=22924] ppid=22918 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22924/stat : 22924 (toysat) S 22918 22921 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116230213 1356402688 272502 33554432000 4194304 16246674 140734746106176 140550172822704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1324612

[startup+3.10041 s]
/proc/loadavg: 2.23 2.24 2.18 3/183 22925
/proc/meminfo: memFree=27998508/32872528 swapFree=16636/1570076
[pid=22921] ppid=22918 vsize=1408580 CPUtime=3.09 cores=1,3,5,7
/proc/22921/stat : 22921 (toysat) R 22918 22921 2168 0 -1 4202496 293260 0 0 0 269 40 0 0 20 0 4 0 116230213 1442385920 293559 33554432000 4194304 16246674 140734746106176 140734746088064 4225154 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22921/statm: 352145 293564 907 2943 0 349039 0
[pid=22921/tid=22922] ppid=22918 vsize=1408580 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22922/stat : 22922 (toysat) S 22918 22921 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116230213 1442385920 293567 33554432000 4194304 16246674 140734746106176 140550193786096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22921/tid=22923] ppid=22918 vsize=1408580 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22923/stat : 22923 (toysat) S 22918 22921 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116230213 1442385920 293569 33554432000 4194304 16246674 140734746106176 140550183296016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22921/tid=22924] ppid=22918 vsize=1408580 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22924/stat : 22924 (toysat) S 22918 22921 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116230213 1442385920 293572 33554432000 4194304 16246674 140734746106176 140550172822704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1408580

[startup+6.30045 s]
/proc/loadavg: 2.21 2.23 2.18 3/183 22925
/proc/meminfo: memFree=27827816/32872528 swapFree=16636/1570076
[pid=22921] ppid=22918 vsize=1528388 CPUtime=6.29 cores=1,3,5,7
/proc/22921/stat : 22921 (toysat) R 22918 22921 2168 0 -1 4202496 323301 0 0 0 585 44 0 0 20 0 4 0 116230213 1565069312 323600 33554432000 4194304 16246674 140734746106176 140734746105488 4220897 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22921/statm: 382097 323600 907 2943 0 378991 0
[pid=22921/tid=22922] ppid=22918 vsize=1528388 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22922/stat : 22922 (toysat) S 22918 22921 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116230213 1565069312 323600 33554432000 4194304 16246674 140734746106176 140550193786096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22921/tid=22923] ppid=22918 vsize=1528388 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22923/stat : 22923 (toysat) S 22918 22921 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116230213 1565069312 323600 33554432000 4194304 16246674 140734746106176 140550183296240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22921/tid=22924] ppid=22918 vsize=1528388 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22924/stat : 22924 (toysat) S 22918 22921 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116230213 1565069312 323600 33554432000 4194304 16246674 140734746106176 140550172822704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1528388

[startup+12.7004 s]
/proc/loadavg: 2.19 2.23 2.18 3/182 22925
/proc/meminfo: memFree=27216420/32872528 swapFree=16636/1570076
[pid=22921] ppid=22918 vsize=2138692 CPUtime=12.69 cores=1,3,5,7
/proc/22921/stat : 22921 (toysat) R 22918 22921 2168 0 -1 4202496 475877 0 0 0 1203 66 0 0 20 0 4 0 116230213 2190020608 476176 33554432000 4194304 16246674 140734746106176 140734746105272 4221016 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22921/statm: 534673 476176 907 2943 0 531567 0
[pid=22921/tid=22922] ppid=22918 vsize=2138692 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22922/stat : 22922 (toysat) S 22918 22921 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116230213 2190020608 476176 33554432000 4194304 16246674 140734746106176 140550193786096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22921/tid=22923] ppid=22918 vsize=2138692 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22923/stat : 22923 (toysat) S 22918 22921 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116230213 2190020608 476176 33554432000 4194304 16246674 140734746106176 140550183296240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22921/tid=22924] ppid=22918 vsize=2138692 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22924/stat : 22924 (toysat) S 22918 22921 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116230213 2190020608 476176 33554432000 4194304 16246674 140734746106176 140550172822704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2138692

[startup+25.5005 s]
/proc/loadavg: 2.15 2.22 2.18 3/183 22926
/proc/meminfo: memFree=25169992/32872528 swapFree=16636/1570076
[pid=22921] ppid=22918 vsize=4276804 CPUtime=25.48 cores=1,3,5,7
/proc/22921/stat : 22921 (toysat) R 22918 22921 2168 0 -1 4202496 1010161 0 0 0 2414 134 0 0 20 0 4 0 116230213 4379447296 1010460 33554432000 4194304 16246674 140734746106176 140734746104840 4225154 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22921/statm: 1069201 1010466 908 2943 0 1066095 0
[pid=22921/tid=22922] ppid=22918 vsize=4276804 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22922/stat : 22922 (toysat) S 22918 22921 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116230213 4379447296 1010470 33554432000 4194304 16246674 140734746106176 140550193786096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22921/tid=22923] ppid=22918 vsize=4276804 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22923/stat : 22923 (toysat) S 22918 22921 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116230213 4379447296 1010473 33554432000 4194304 16246674 140734746106176 140550183296016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22921/tid=22924] ppid=22918 vsize=4276804 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22924/stat : 22924 (toysat) S 22918 22921 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116230213 4379447296 1010478 33554432000 4194304 16246674 140734746106176 140550172822704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4276804

[startup+51.1005 s]
/proc/loadavg: 2.22 2.23 2.18 4/183 22926
/proc/meminfo: memFree=22455764/32872528 swapFree=16636/1570076
[pid=22921] ppid=22918 vsize=6892100 CPUtime=51.07 cores=1,3,5,7
/proc/22921/stat : 22921 (toysat) R 22918 22921 2168 0 -1 4202496 1664231 0 0 0 4883 224 0 0 20 0 4 0 116230213 7057510400 1664530 33554432000 4194304 16246674 140734746106176 140734746104064 4220543 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22921/statm: 1723025 1664530 908 2943 0 1719919 0
[pid=22921/tid=22922] ppid=22918 vsize=6892100 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22922/stat : 22922 (toysat) S 22918 22921 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116230213 7057510400 1664530 33554432000 4194304 16246674 140734746106176 140550193786096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22921/tid=22923] ppid=22918 vsize=6892100 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22923/stat : 22923 (toysat) S 22918 22921 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116230213 7057510400 1664530 33554432000 4194304 16246674 140734746106176 140550183296016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22921/tid=22924] ppid=22918 vsize=6892100 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22924/stat : 22924 (toysat) S 22918 22921 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116230213 7057510400 1664530 33554432000 4194304 16246674 140734746106176 140550172822704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6892100

[startup+102.301 s]
/proc/loadavg: 2.31 2.25 2.19 3/183 22927
/proc/meminfo: memFree=16115132/32872528 swapFree=16636/1570076
[pid=22921] ppid=22918 vsize=13219396 CPUtime=102.27 cores=1,3,5,7
/proc/22921/stat : 22921 (toysat) R 22918 22921 2168 0 -1 4202496 3246058 0 0 0 9786 441 0 0 20 0 4 0 116230213 13536661504 3246357 33554432000 4194304 16246674 140734746106176 140734746105352 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22921/statm: 3304849 3246357 908 2943 0 3301743 0
[pid=22921/tid=22922] ppid=22918 vsize=13219396 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22922/stat : 22922 (toysat) S 22918 22921 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116230213 13536661504 3246357 33554432000 4194304 16246674 140734746106176 140550193786096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22921/tid=22923] ppid=22918 vsize=13219396 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22923/stat : 22923 (toysat) S 22918 22921 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116230213 13536661504 3246357 33554432000 4194304 16246674 140734746106176 140550183296240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22921/tid=22924] ppid=22918 vsize=13219396 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22924/stat : 22924 (toysat) S 22918 22921 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116230213 13536661504 3246357 33554432000 4194304 16246674 140734746106176 140550172822704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 13219396



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+160.2 s]
/proc/loadavg: 2.35 2.27 2.20 3/183 22928
/proc/meminfo: memFree=13845492/32872528 swapFree=16636/1570076
[pid=22921] ppid=22918 vsize=15898180 CPUtime=160.16 cores=1,3,5,7
/proc/22921/stat : 22921 (toysat) R 22918 22921 2168 0 -1 4202496 3915700 0 0 0 15478 538 0 0 20 0 4 0 116230213 16279736320 3915999 33554432000 4194304 16246674 140734746106176 140734746105272 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22921/statm: 3974545 3915999 912 2943 0 3971439 0
[pid=22921/tid=22922] ppid=22918 vsize=15898180 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22922/stat : 22922 (toysat) S 22918 22921 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116230213 16279736320 3915999 33554432000 4194304 16246674 140734746106176 140550193786096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22921/tid=22923] ppid=22918 vsize=15898180 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22923/stat : 22923 (toysat) S 22918 22921 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116230213 16279736320 3915999 33554432000 4194304 16246674 140734746106176 140550183296240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22921/tid=22924] ppid=22918 vsize=15898180 CPUtime=0 cores=1,3,5,7
/proc/22921/task/22924/stat : 22924 (toysat) S 22918 22921 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116230213 16279736320 3915999 33554432000 4194304 16246674 140734746106176 140550172822704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 160.16
Current children cumulated vsize (KiB) 15898180

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

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

[startup+160.8 s]
/proc/loadavg: 2.32 2.26 2.19 3/180 22928
/proc/meminfo: memFree=20748388/32872528 swapFree=16636/1570076
[pid=22921] ppid=22918 vsize=0 CPUtime=160.75 cores=1,3,5,7
/proc/22921/stat : 22921 (toysat) R 22918 22921 2168 0 -1 4203524 3916603 0 0 0 15478 597 0 0 20 0 1 0 116230213 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22921/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 0

[startup+161 s]
/proc/loadavg: 2.32 2.26 2.19 3/180 22928
/proc/meminfo: memFree=20748388/32872528 swapFree=16636/1570076
[pid=22921] ppid=22918 vsize=0 CPUtime=160.95 cores=1,3,5,7
/proc/22921/stat : 22921 (toysat) R 22918 22921 2168 0 -1 4203524 3916603 0 0 0 15478 617 0 0 20 0 1 0 116230213 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22921/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 160.95
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 161.051
CPU time (s): 161.015
CPU user time (s): 154.788
CPU system time (s): 6.22605
CPU usage (%): 99.9771
Max. virtual memory (cumulated for all children) (KiB): 15898180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 154.788
system time used= 6.22605
maximum resident set size= 15667608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3916603
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= 71
involuntary context switches= 225

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.570913 second user time and 0.800878 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-08 01:42:59
IDJOB=4079324
IDBENCH=92777
IDSOLVER=2542
FILE ID=node140/4079324-1465342978
RUNJOBID= node140-1465312758-19944
PBS_JOBID= 19850417
Free space on /tmp= 71712 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat15_5_3_7_ic.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079324-1465342978/watcher-4079324-1465342978 -o /tmp/evaluation-result-4079324-1465342978/solver-4079324-1465342978 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465312758-19944 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079324-1465342978.opb

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

MD5SUM BENCH= ed0e62d21585297a53ea5d644fd52c40
RANDOM SEED=1273387421

node140.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.768
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.53
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.768
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.768
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.55
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.768
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.56
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.768
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.768
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.768
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.768
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	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29123184 kB
Buffers:           79328 kB
Cached:           223008 kB
SwapCached:         1276 kB
Active:          1276204 kB
Inactive:         152228 kB
Active(anon):    1121948 kB
Inactive(anon):     6488 kB
Active(file):     154256 kB
Inactive(file):   145740 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098752 kB
Dirty:             16744 kB
Writeback:             0 kB
AnonPages:       2696032 kB
Mapped:            10700 kB
Shmem:                 0 kB
Slab:             614268 kB
SReclaimable:      58140 kB
SUnreclaim:       556128 kB
KernelStack:        1496 kB
PageTables:         9248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2839096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2002944 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 node140 at 2016-06-08 01:45:40