Trace number 4105805

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) 141.809 141.854

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=440-sizeP=221-sizeQ=440-24744542-max.opb
MD5SUM33ae5939d1aa58a75a945a9faf3c230f
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97901
Total number of constraints291721
Number of constraints which are clauses291720
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint97240
Number of terms in the objective function 221
Biggest coefficient in the objective function 1684996666696914987166688442938726917102321526408785780068975640576
Number of bits for the biggest coefficient in the objective function 221
Sum of the numbers in the objective function 3369993333393829974333376885877453834204643052817571560137951281151
Number of bits of the sum of numbers in the objective function 221
Biggest number in a constraint 2392032866531905486790942578809394338145620987608332988883503686824375178865503049616412016019962016447144819201720664620106359620960485637227891297994520232330261783830994590149049944504587400511488
Number of bits of the biggest number in a constraint 660
Biggest sum of numbers in a constraint 9568131466127621947163770315237577352582483950433331955534014747295056327361266164339146628902122677827758102544855227960862917226867090540237477036791666445280390686216944035782177068059758137897567
Number of bits of the biggest sum of numbers661
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-18T15:29:56+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-4105805-1466256595.opb"]
0.00/0.01	c use --random-gen="1707924017 1231902261 3411343027 1533018860 506612821 3990545615 1821095872 3242592234 3576640954 3123857339 1561186846 815718319 387810844 1545256536 2239688335 3044931829 3987906048 499419837 3696778871 3175830361 3437864324 1348711780 3581903111 125148217 633105068 4005720051 1887389256 3916068667 3186791737 1760013264 3279057567 142151286 113479459 2673710757 1174582543 3241324213 2156670878 1627406374 3589764015 3426265792 2940407993 1529717736 3192411458 1034400746 2477000302 1938044305 1888857386 1802903473 481499342 113289834 2244811938 3976430772 3923134304 2971915512 2012644435 3914189664 1339396270 1183086882 1467816875 2828752430 4106044950 3048160964 3317833252 3711475414 918932810 1402516699 1671511521 686916950 3659969915 2439846193 1958642276 2654174521 1539778928 2349007611 2388199223 2209761993 956297095 2057924562 1354447151 4134010072 2848788724 2807892932 509734317 990736726 1048885386 1952765639 4185608002 2948625656 1949115485 1626655528 3761491946 2499997399 3780280718 324778465 2387501442 2881858333 2145945308 2133613150 2894057382 721816998 2784894303 2601910706 3392005023 1806210014 2401121723 964532505 3963017480 810073715 3001224245 3677588724 977993939 3186266414 1559577223 1105447597 3541745380 3120333967 4070256152 446921936 1888996284 607192155 3564868200 2969229243 3753001726 3232426071 2246015599 3770450422 494637689 748600584 1607308020 2574032028 3495625277 3331858654 3835522511 2453182610 2494117184 1253882096 2688781326 1355432877 4155031005 133272242 738573459 3985795383 3307209322 1496543382 1161608450 758140612 818109837 2358679417 3985636256 3381509684 165818249 930249890 3256838098 4141117001 2893031711 978020098 43043905 501525566 3211333642 3157807198 4049229724 3850999884 2323092362 810507196 2529558592 131589659 1737099018 3743138047 1699716189 4161845741 2165239543 3945076611 2348069385 3581503156 989896645 1038585790 1331054241 3904811395 3401303247 1254304600 1790047332 897599698 2821026271 1361134644 2673700640 3845674661 2564317176 3239911979 3152279487 2713296831 3863143270 3954392031 1877393847 774609077 3977636992 1698171013 3707324956 3463647670 3961372542 3244902111 2750806365 1852877967 490300082 485549435 883565693 1093361733 222101522 3659020833 3799535797 2213554555 39358402 141442727 2640713251 2775497994 1219461528 3084302849 1262735254 2350988554 1100812816 4071356063 3596466094 2234485981 4178058660 3818365424 2374692585 138004197 2063059172 1575301857 1497786121 2535132687 460055529 3072923930 38076907 2670198188 2121894244 798633533 207017905 1389971979 992536475 1093884440 3449580987 2785021567 1356144216 2982033090 1740895550 195907578 65027271 2482373206 3855918022 2549210625 137667008 2445839102 3559508055 3432672907 1857422033 2632560351 255 362436" option to reproduce the execution
2.30/2.36	c #vars 97901
2.30/2.36	c #constraints 291721

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

pid=6832
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.08 2.07 2.04 3/179 6835
/proc/meminfo: memFree=18527740/32872528 swapFree=526336/559040
[pid=6835] ppid=6832 vsize=630340 CPUtime=0 cores=1,3,5,7
/proc/6835/stat : 6835 (toysat) R 6832 6835 28898 0 -1 4202496 2333 0 0 0 0 0 0 0 20 0 4 0 27709692 645468160 3205 33554432000 4194304 16246674 140735270941504 140735270940928 15002730 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6835/statm: 158097 3216 442 2943 0 154991 0
[pid=6835/tid=6836] ppid=6832 vsize=673348 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6836/stat : 6836 (toysat) S 6832 6835 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27709693 689508352 3377 33554432000 4194304 16246674 140735270941504 140028743232752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6835/tid=6837] ppid=6832 vsize=677444 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6837/stat : 6837 (toysat) S 6832 6835 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27709693 693702656 3393 33554432000 4194304 16246674 140735270941504 140028732742896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6835/tid=6838] ppid=6832 vsize=682564 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6838/stat : 6838 (toysat) S 6832 6835 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27709693 698945536 3412 33554432000 4194304 16246674 140735270941504 140028617419952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100126 s]
/proc/loadavg: 2.08 2.07 2.04 3/179 6835
/proc/meminfo: memFree=18527740/32872528 swapFree=526336/559040
[pid=6835] ppid=6832 vsize=1220164 CPUtime=0.09 cores=1,3,5,7
/proc/6835/stat : 6835 (toysat) R 6832 6835 28898 0 -1 4202496 28783 0 0 0 5 4 0 0 20 0 4 0 27709692 1249447936 29593 33554432000 4194304 16246674 140735270941504 140735270940816 4206864 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6835/statm: 305041 29593 802 2943 0 301935 0
[pid=6835/tid=6836] ppid=6832 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6836/stat : 6836 (toysat) S 6832 6835 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27709693 1249447936 29593 33554432000 4194304 16246674 140735270941504 140028743232752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6835/tid=6837] ppid=6832 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6837/stat : 6837 (toysat) S 6832 6835 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27709693 1249447936 29593 33554432000 4194304 16246674 140735270941504 140028732742896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6835/tid=6838] ppid=6832 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6838/stat : 6838 (toysat) S 6832 6835 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27709693 1249447936 29593 33554432000 4194304 16246674 140735270941504 140028617419952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1220164

[startup+0.200482 s]
/proc/loadavg: 2.08 2.07 2.04 3/179 6835
/proc/meminfo: memFree=18527740/32872528 swapFree=526336/559040
[pid=6835] ppid=6832 vsize=1310276 CPUtime=0.19 cores=1,3,5,7
/proc/6835/stat : 6835 (toysat) R 6832 6835 28898 0 -1 4202496 50751 0 0 0 12 7 0 0 20 0 4 0 27709692 1341722624 52072 33554432000 4194304 16246674 140735270941504 140735270940816 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6835/statm: 327569 52079 802 2943 0 324463 0
[pid=6835/tid=6836] ppid=6832 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6836/stat : 6836 (toysat) S 6832 6835 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27709693 1341722624 52084 33554432000 4194304 16246674 140735270941504 140028743232752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6835/tid=6837] ppid=6832 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6837/stat : 6837 (toysat) S 6832 6835 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27709693 1341722624 52088 33554432000 4194304 16246674 140735270941504 140028732742896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6835/tid=6838] ppid=6832 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6838/stat : 6838 (toysat) S 6832 6835 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27709693 1341722624 52092 33554432000 4194304 16246674 140735270941504 140028617419952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1310276

[startup+0.300434 s]
/proc/loadavg: 2.08 2.07 2.04 3/179 6835
/proc/meminfo: memFree=18527740/32872528 swapFree=526336/559040
[pid=6835] ppid=6832 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/6835/stat : 6835 (toysat) R 6832 6835 28898 0 -1 4202496 61197 0 0 0 21 8 0 0 20 0 4 0 27709692 1344868352 62518 33554432000 4194304 16246674 140735270941504 140735270940816 4220520 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6835/statm: 328337 62518 802 2943 0 325231 0
[pid=6835/tid=6836] ppid=6832 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6836/stat : 6836 (toysat) S 6832 6835 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27709693 1344868352 62518 33554432000 4194304 16246674 140735270941504 140028743232752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6835/tid=6837] ppid=6832 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6837/stat : 6837 (toysat) S 6832 6835 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27709693 1344868352 62518 33554432000 4194304 16246674 140735270941504 140028732742896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6835/tid=6838] ppid=6832 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6838/stat : 6838 (toysat) S 6832 6835 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27709693 1344868352 62518 33554432000 4194304 16246674 140735270941504 140028617419952 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) 1313348

[startup+0.700368 s]
/proc/loadavg: 2.08 2.07 2.04 3/179 6835
/proc/meminfo: memFree=18527740/32872528 swapFree=526336/559040
[pid=6835] ppid=6832 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/6835/stat : 6835 (toysat) R 6832 6835 28898 0 -1 4202496 69613 0 0 0 59 10 0 0 20 0 4 0 27709692 1344868352 70934 33554432000 4194304 16246674 140735270941504 140735270940816 7854552 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6835/statm: 328337 70934 802 2943 0 325231 0
[pid=6835/tid=6836] ppid=6832 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6836/stat : 6836 (toysat) S 6832 6835 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27709693 1344868352 70934 33554432000 4194304 16246674 140735270941504 140028743232752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6835/tid=6837] ppid=6832 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6837/stat : 6837 (toysat) S 6832 6835 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27709693 1344868352 70934 33554432000 4194304 16246674 140735270941504 140028732742896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6835/tid=6838] ppid=6832 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6838/stat : 6838 (toysat) S 6832 6835 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27709693 1344868352 70934 33554432000 4194304 16246674 140735270941504 140028617419952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50038 s]
/proc/loadavg: 2.08 2.07 2.04 3/183 6839
/proc/meminfo: memFree=18202000/32872528 swapFree=526336/559040
[pid=6835] ppid=6832 vsize=1313348 CPUtime=1.49 cores=1,3,5,7
/proc/6835/stat : 6835 (toysat) R 6832 6835 28898 0 -1 4202496 86577 0 0 0 137 12 0 0 20 0 4 0 27709692 1344868352 87898 33554432000 4194304 16246674 140735270941504 140735270939328 13927401 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6835/statm: 328337 87898 803 2943 0 325231 0
[pid=6835/tid=6836] ppid=6832 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6836/stat : 6836 (toysat) S 6832 6835 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27709693 1344868352 87898 33554432000 4194304 16246674 140735270941504 140028743232752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6835/tid=6837] ppid=6832 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6837/stat : 6837 (toysat) S 6832 6835 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27709693 1344868352 87898 33554432000 4194304 16246674 140735270941504 140028732742896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6835/tid=6838] ppid=6832 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6838/stat : 6838 (toysat) S 6832 6835 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27709693 1344868352 87898 33554432000 4194304 16246674 140735270941504 140028617419952 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) 1313348

[startup+3.10036 s]
/proc/loadavg: 2.08 2.07 2.04 3/183 6839
/proc/meminfo: memFree=18137132/32872528 swapFree=526336/559040
[pid=6835] ppid=6832 vsize=1343044 CPUtime=3.09 cores=1,3,5,7
/proc/6835/stat : 6835 (toysat) R 6832 6835 28898 0 -1 4202496 195232 0 0 0 279 30 0 0 20 0 4 0 27709692 1375277056 201152 33554432000 4194304 16246674 140735270941504 140735270923392 5589685 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6835/statm: 335761 201161 838 2943 0 332655 0
[pid=6835/tid=6836] ppid=6832 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6836/stat : 6836 (toysat) S 6832 6835 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27709693 1375277056 201166 33554432000 4194304 16246674 140735270941504 140028743232752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6835/tid=6837] ppid=6832 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6837/stat : 6837 (toysat) S 6832 6835 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27709693 1375277056 201172 33554432000 4194304 16246674 140735270941504 140028732742896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6835/tid=6838] ppid=6832 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6838/stat : 6838 (toysat) S 6832 6835 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27709693 1375277056 201177 33554432000 4194304 16246674 140735270941504 140028617419952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1343044

[startup+6.30037 s]
/proc/loadavg: 2.16 2.08 2.05 3/184 6842
/proc/meminfo: memFree=17428292/32872528 swapFree=526336/559040
[pid=6835] ppid=6832 vsize=1343044 CPUtime=6.29 cores=1,3,5,7
/proc/6835/stat : 6835 (toysat) R 6832 6835 28898 0 -1 4202496 270248 0 0 0 589 40 0 0 20 0 4 0 27709692 1375277056 276168 33554432000 4194304 16246674 140735270941504 140735270923392 4222992 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6835/statm: 335761 276168 838 2943 0 332655 0
[pid=6835/tid=6836] ppid=6832 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6836/stat : 6836 (toysat) S 6832 6835 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27709693 1375277056 276168 33554432000 4194304 16246674 140735270941504 140028743232752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6835/tid=6837] ppid=6832 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6837/stat : 6837 (toysat) S 6832 6835 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27709693 1375277056 276168 33554432000 4194304 16246674 140735270941504 140028732742896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6835/tid=6838] ppid=6832 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6838/stat : 6838 (toysat) S 6832 6835 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27709693 1375277056 276168 33554432000 4194304 16246674 140735270941504 140028617419952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1343044

[startup+12.7004 s]
/proc/loadavg: 2.14 2.08 2.04 3/184 6842
/proc/meminfo: memFree=17131980/32872528 swapFree=526336/559040
[pid=6835] ppid=6832 vsize=1992260 CPUtime=12.69 cores=1,3,5,7
/proc/6835/stat : 6835 (toysat) R 6832 6835 28898 0 -1 4202496 432431 0 0 0 1206 63 0 0 20 0 4 0 27709692 2040074240 439884 33554432000 4194304 16246674 140735270941504 140735270940680 4221105 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6835/statm: 498065 439893 847 2943 0 494959 0
[pid=6835/tid=6836] ppid=6832 vsize=1992260 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6836/stat : 6836 (toysat) S 6832 6835 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27709693 2040074240 439898 33554432000 4194304 16246674 140735270941504 140028743232752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6835/tid=6837] ppid=6832 vsize=1992260 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6837/stat : 6837 (toysat) S 6832 6835 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27709693 2040074240 439903 33554432000 4194304 16246674 140735270941504 140028732742672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6835/tid=6838] ppid=6832 vsize=1992260 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6838/stat : 6838 (toysat) S 6832 6835 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27709693 2040074240 439908 33554432000 4194304 16246674 140735270941504 140028617419952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1992260

[startup+25.5004 s]
/proc/loadavg: 2.19 2.09 2.05 4/184 6842
/proc/meminfo: memFree=15062320/32872528 swapFree=526336/559040
[pid=6835] ppid=6832 vsize=3699268 CPUtime=25.49 cores=1,3,5,7
/proc/6835/stat : 6835 (toysat) R 6832 6835 28898 0 -1 4202496 859319 0 0 0 2432 117 0 0 20 0 4 0 27709692 3788050432 866772 33554432000 4194304 16246674 140735270941504 140735270940600 4220871 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6835/statm: 924817 866772 847 2943 0 921711 0
[pid=6835/tid=6836] ppid=6832 vsize=3699268 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6836/stat : 6836 (toysat) S 6832 6835 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27709693 3788050432 866772 33554432000 4194304 16246674 140735270941504 140028743232752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6835/tid=6837] ppid=6832 vsize=3699268 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6837/stat : 6837 (toysat) S 6832 6835 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27709693 3788050432 866772 33554432000 4194304 16246674 140735270941504 140028732742672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6835/tid=6838] ppid=6832 vsize=3699268 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6838/stat : 6838 (toysat) S 6832 6835 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27709693 3788050432 866772 33554432000 4194304 16246674 140735270941504 140028617419952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3699268

[startup+51.1004 s]
/proc/loadavg: 2.12 2.09 2.05 3/184 6842
/proc/meminfo: memFree=8079528/32872528 swapFree=526336/559040
[pid=6835] ppid=6832 vsize=8078916 CPUtime=51.08 cores=1,3,5,7
/proc/6835/stat : 6835 (toysat) R 6832 6835 28898 0 -1 4202496 1954233 0 0 0 4847 261 0 0 20 0 4 0 27709692 8272809984 1961686 33554432000 4194304 16246674 140735270941504 140735270940680 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6835/statm: 2019729 1961686 847 2943 0 2016623 0
[pid=6835/tid=6836] ppid=6832 vsize=8078916 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6836/stat : 6836 (toysat) S 6832 6835 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27709693 8272809984 1961686 33554432000 4194304 16246674 140735270941504 140028743232752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6835/tid=6837] ppid=6832 vsize=8078916 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6837/stat : 6837 (toysat) S 6832 6835 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27709693 8272809984 1961686 33554432000 4194304 16246674 140735270941504 140028732742896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6835/tid=6838] ppid=6832 vsize=8078916 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6838/stat : 6838 (toysat) S 6832 6835 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27709693 8272809984 1961686 33554432000 4194304 16246674 140735270941504 140028617419952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8078916

[startup+102.301 s]
/proc/loadavg: 2.12 2.09 2.05 3/183 6891
/proc/meminfo: memFree=12281076/32872528 swapFree=526336/559040
[pid=6835] ppid=6832 vsize=12013124 CPUtime=102.28 cores=1,3,5,7
/proc/6835/stat : 6835 (toysat) R 6832 6835 28898 0 -1 4202496 2937792 0 0 0 9835 393 0 0 20 0 4 0 27709692 12301438976 2945247 33554432000 4194304 16246674 140735270941504 140735270939456 14013836 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6835/statm: 3003281 2945247 852 2943 0 3000175 0
[pid=6835/tid=6836] ppid=6832 vsize=12013124 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6836/stat : 6836 (toysat) S 6832 6835 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27709693 12301438976 2945247 33554432000 4194304 16246674 140735270941504 140028743232752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6835/tid=6837] ppid=6832 vsize=12013124 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6837/stat : 6837 (toysat) S 6832 6835 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27709693 12301438976 2945247 33554432000 4194304 16246674 140735270941504 140028732742672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6835/tid=6838] ppid=6832 vsize=12013124 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6838/stat : 6838 (toysat) S 6832 6835 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27709693 12301438976 2945247 33554432000 4194304 16246674 140735270941504 140028617419952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 12013124



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+141 s]
/proc/loadavg: 2.14 2.09 2.05 3/183 6892
/proc/meminfo: memFree=4116276/32872528 swapFree=526336/559040
[pid=6835] ppid=6832 vsize=15874628 CPUtime=140.95 cores=1,3,5,7
/proc/6835/stat : 6835 (toysat) R 6832 6835 28898 0 -1 4202496 3903015 0 0 0 13574 521 0 0 20 0 4 0 27709692 16255619072 3910471 33554432000 4194304 16246674 140735270941504 140735270940680 4225154 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6835/statm: 3968657 3910479 852 2943 0 3965551 0
[pid=6835/tid=6836] ppid=6832 vsize=15874628 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6836/stat : 6836 (toysat) S 6832 6835 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27709693 16255619072 3910484 33554432000 4194304 16246674 140735270941504 140028743232752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6835/tid=6837] ppid=6832 vsize=15874628 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6837/stat : 6837 (toysat) S 6832 6835 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27709693 16255619072 3910489 33554432000 4194304 16246674 140735270941504 140028732742896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6835/tid=6838] ppid=6832 vsize=15874628 CPUtime=0 cores=1,3,5,7
/proc/6835/task/6838/stat : 6838 (toysat) S 6832 6835 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27709693 16255619072 3910496 33554432000 4194304 16246674 140735270941504 140028617419952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 140.95
Current children cumulated vsize (KiB) 15874628

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 6835 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+141.6 s]
/proc/loadavg: 2.14 2.09 2.05 3/183 6892
/proc/meminfo: memFree=4116276/32872528 swapFree=526336/559040
[pid=6835] ppid=6832 vsize=0 CPUtime=141.56 cores=1,3,5,7
/proc/6835/stat : 6835 (toysat) Z 6832 6835 28898 0 -1 4203532 3903180 0 0 0 13575 581 0 0 20 0 2 0 27709692 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6835/statm: 0 0 0 0 0 0 0
[pid=6835/tid=6837] ppid=6832 vsize=0 CPUtime=0.58 cores=1,3,5,7
/proc/6835/task/6837/stat : 6837 (toysat) R 6832 6835 28898 0 -1 4203588 8 0 0 0 0 58 0 0 20 0 2 0 27709693 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 141.56
Current children cumulated vsize (KiB) 0

[startup+141.8 s]
/proc/loadavg: 2.14 2.09 2.05 3/183 6892
/proc/meminfo: memFree=4116276/32872528 swapFree=526336/559040
[pid=6835] ppid=6832 vsize=0 CPUtime=141.76 cores=1,3,5,7
/proc/6835/stat : 6835 (toysat) Z 6832 6835 28898 0 -1 4203532 3903180 0 0 0 13575 601 0 0 20 0 2 0 27709692 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6835/statm: 0 0 0 0 0 0 0
[pid=6835/tid=6837] ppid=6832 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/6835/task/6837/stat : 6837 (toysat) R 6832 6835 28898 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 27709693 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 141.76
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 141.854
CPU time (s): 141.809
CPU user time (s): 135.75
CPU system time (s): 6.05908
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 15874628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 135.75
system time used= 6.05908
maximum resident set size= 15642540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3903180
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= 66
involuntary context switches= 173

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.381941 second user time and 0.530919 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-18 15:29:56
IDJOB=4105805
IDBENCH=3019
IDSOLVER=2542
FILE ID=node106/4105805-1466256595
RUNJOBID= node106-1466241787-28915
PBS_JOBID= 19918214
Free space on /tmp= 71660 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=440-sizeP=221-sizeQ=440-24744542-max.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105805-1466256595/watcher-4105805-1466256595 -o /tmp/evaluation-result-4105805-1466256595/solver-4105805-1466256595 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466241787-28915 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4105805-1466256595.opb

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

MD5SUM BENCH= 33ae5939d1aa58a75a945a9faf3c230f
RANDOM SEED=1095019970

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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		: 2667.073
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		: 2667.073
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        18528384 kB
Buffers:           71744 kB
Cached:           226076 kB
SwapCached:         1480 kB
Active:         12830388 kB
Inactive:         180224 kB
Active(anon):   12710332 kB
Inactive(anon):     4480 kB
Active(file):     120056 kB
Inactive(file):   175744 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099160 kB
Dirty:             34340 kB
Writeback:            44 kB
AnonPages:      13273316 kB
Mapped:            10576 kB
Shmem:                 0 kB
Slab:             613056 kB
SReclaimable:      56544 kB
SUnreclaim:       556512 kB
KernelStack:        1464 kB
PageTables:        30056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   13414932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 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= 71628 MiB
End job on node106 at 2016-06-18 15:32:18