Trace number 4103821

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) 175.851 175.891

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-misc03.opb
MD5SUM25aef4d44af7e0ab52082ae8b5eea91f
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1077181440
Best CPU time to get the best result obtained on this benchmark2.53361
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1077181440
Optimality of the best value was proved YES
Number of variables190
Total number of constraints96
Number of constraints which are clauses31
Number of constraints which are cardinality constraints (but not clauses)11
Number of constraints which are nor clauses,nor cardinality constraints54
Minimum length of a constraint6
Maximum length of a constraint169
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 3287149567
Number of bits of the biggest sum of numbers32
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-18T10:39:55+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4103821-1466239195.opb"]
0.00/0.01	c use --random-gen="3689816461 385854236 610161867 3806249161 1152108837 28242903 331134300 36319468 3449247103 1061463364 279955356 572550689 3927701857 2971525150 2671594959 2234842883 2573292711 2661389372 2610223084 3445903290 2488124043 2162321175 3450701939 2925181829 710820380 2372641862 361106370 601630612 3038341593 817944876 4003791146 1613904199 3750457395 121325334 3325533603 564649448 1422891908 1617360497 3580246388 4160749033 490093811 1698227393 2633014494 1100779601 2223802011 1654055999 3162487353 304760599 3885862378 2859513447 2359287714 3852180664 2659941842 2478006839 2001329074 669046848 2859882431 1604665767 1807165399 1311204448 4183105729 2101712073 1043772392 249235953 1610745049 1017627410 1015292939 2283637737 2457425372 4251564761 1857952287 3615102499 4056787117 184308203 1396156697 4104721542 2311866314 4016257437 2526065130 528235302 819800441 190704769 3273099439 2125489496 2873845199 1491835973 2580794965 4263462382 2866985849 335267800 2017769945 4082655179 2002744920 2961054863 3002401276 3141284721 1135824831 3126156695 3286617052 1782861155 3118877210 1263556784 3058436487 4122735373 1212372651 2798807124 3719902933 3284914954 1411326352 3016122807 3193432147 1500565651 950541350 3629468646 2843021608 905831846 924936337 2906839009 1910034930 1011804769 3351715678 2402248295 3713004001 2566906544 2248372788 2007141422 103516873 2107369743 3084632466 2018519472 2044629258 288738237 2572336411 1713669158 2294194526 2030747817 3613502797 2130810272 1589497571 3596614678 1729056403 3214991438 2710638106 3541369713 2689080827 815650404 2062889672 3605996029 1217150878 1100391055 1909696479 3501233074 2226200517 2215408591 2925158786 92490257 1881896575 1021116481 1853681150 950533643 3110329648 2223730765 2294538630 3560063946 2184257658 2165668584 3321901381 316158156 725051856 1052519225 1486070701 263327994 3802874066 1278750283 1579357195 3986313690 106878571 1210334121 3014112487 3445336307 2303475979 211142162 2697721301 4033597212 3180581731 1485229449 634716261 3936428467 4064645714 598104926 1239949195 3605306715 1781522987 1737384698 2557243934 1394382193 2734934600 2047320191 3497000246 1106113535 836258879 776983408 1070309846 3276400477 880165120 3319913259 4025048595 1279779940 54499620 1864343141 112010527 3063211064 4217644940 1939233234 1250503645 3046184072 1198622211 2460934622 2873703673 2888669088 2924725509 667201701 3490396716 4229946200 4138061023 2047242507 3155847564 2218436967 2006721096 1614212447 3074165559 1959340689 3114052676 1304298664 1221003134 3419059354 2097982010 2910151869 3283731825 4189896967 1792544877 2599315072 4207298525 1631768258 635187632 189612352 1962287740 755627220 786333548 1232792776 3630233051 979707 4238306408 2192620262 2514994228 583189902 255 362436" option to reproduce the execution
0.00/0.01	c #vars 190
0.00/0.01	c #constraints 96

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

pid=21944
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.05 2.13 2.09 3/179 21947
/proc/meminfo: memFree=28903424/32872528 swapFree=163656/177964
[pid=21947] ppid=21944 vsize=725436 CPUtime=0 cores=0,2,4,6
/proc/21947/stat : 21947 (toysat) R 21944 21947 20760 0 -1 4202496 2708 0 0 0 0 0 0 0 20 0 4 0 25969428 742846464 2558 33554432000 4194304 16246674 140736748708240 140736748707664 15002730 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21947/statm: 182127 2568 441 2943 0 179021 0
[pid=21947/tid=21948] ppid=21944 vsize=743868 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21948/stat : 21948 (toysat) S 21944 21947 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25969428 761720832 2627 33554432000 4194304 16246674 140736748708240 140154380463344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21949] ppid=21944 vsize=747964 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21949/stat : 21949 (toysat) S 21944 21947 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25969428 765915136 2643 33554432000 4194304 16246674 140736748708240 140154369973488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21950] ppid=21944 vsize=752060 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21950/stat : 21950 (toysat) S 21944 21947 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25969428 770109440 2660 33554432000 4194304 16246674 140736748708240 140154359499952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100132 s]
/proc/loadavg: 2.05 2.13 2.09 3/179 21947
/proc/meminfo: memFree=28903424/32872528 swapFree=163656/177964
[pid=21947] ppid=21944 vsize=1218116 CPUtime=0.08 cores=0,2,4,6
/proc/21947/stat : 21947 (toysat) R 21944 21947 20760 0 -1 4202496 26010 0 0 0 5 3 0 0 20 0 4 0 25969428 1247350784 25852 33554432000 4194304 16246674 140736748708240 140736748707664 6958849 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21947/statm: 304529 25861 596 2943 0 301423 0
[pid=21947/tid=21948] ppid=21944 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21948/stat : 21948 (toysat) S 21944 21947 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25969428 1247350784 25867 33554432000 4194304 16246674 140736748708240 140154380463344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21949] ppid=21944 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21949/stat : 21949 (toysat) S 21944 21947 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25969428 1247350784 25874 33554432000 4194304 16246674 140736748708240 140154369973488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21950] ppid=21944 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21950/stat : 21950 (toysat) S 21944 21947 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25969428 1247350784 25881 33554432000 4194304 16246674 140736748708240 140154359499952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200506 s]
/proc/loadavg: 2.05 2.13 2.09 3/179 21947
/proc/meminfo: memFree=28903424/32872528 swapFree=163656/177964
[pid=21947] ppid=21944 vsize=1218116 CPUtime=0.18 cores=0,2,4,6
/proc/21947/stat : 21947 (toysat) R 21944 21947 20760 0 -1 4202496 49079 0 0 0 12 6 0 0 20 0 4 0 25969428 1247350784 48921 33554432000 4194304 16246674 140736748708240 140736748707664 12654533 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21947/statm: 304529 48933 596 2943 0 301423 0
[pid=21947/tid=21948] ppid=21944 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21948/stat : 21948 (toysat) S 21944 21947 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25969428 1247350784 48941 33554432000 4194304 16246674 140736748708240 140154380463344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21949] ppid=21944 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21949/stat : 21949 (toysat) S 21944 21947 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25969428 1247350784 48952 33554432000 4194304 16246674 140736748708240 140154369973488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21950] ppid=21944 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21950/stat : 21950 (toysat) S 21944 21947 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25969428 1247350784 48961 33554432000 4194304 16246674 140736748708240 140154359499952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300474 s]
/proc/loadavg: 2.05 2.13 2.09 3/179 21947
/proc/meminfo: memFree=28903424/32872528 swapFree=163656/177964
[pid=21947] ppid=21944 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/21947/stat : 21947 (toysat) R 21944 21947 20760 0 -1 4202496 70985 0 0 0 20 9 0 0 20 0 4 0 25969428 1247350784 70826 33554432000 4194304 16246674 140736748708240 140736748707664 12657222 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21947/statm: 304529 70832 596 2943 0 301423 0
[pid=21947/tid=21948] ppid=21944 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21948/stat : 21948 (toysat) S 21944 21947 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25969428 1247350784 70835 33554432000 4194304 16246674 140736748708240 140154380463344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21949] ppid=21944 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21949/stat : 21949 (toysat) S 21944 21947 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25969428 1247350784 70839 33554432000 4194304 16246674 140736748708240 140154369973488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21950] ppid=21944 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21950/stat : 21950 (toysat) S 21944 21947 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25969428 1247350784 70843 33554432000 4194304 16246674 140736748708240 140154359499952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700389 s]
/proc/loadavg: 2.05 2.13 2.09 3/179 21947
/proc/meminfo: memFree=28903424/32872528 swapFree=163656/177964
[pid=21947] ppid=21944 vsize=1218116 CPUtime=0.68 cores=0,2,4,6
/proc/21947/stat : 21947 (toysat) R 21944 21947 20760 0 -1 4202496 159129 0 0 0 47 21 0 0 20 0 4 0 25969428 1247350784 158971 33554432000 4194304 16246674 140736748708240 140736748690112 12449130 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21947/statm: 304529 158984 603 2943 0 301423 0
[pid=21947/tid=21948] ppid=21944 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21948/stat : 21948 (toysat) S 21944 21947 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25969428 1247350784 158993 33554432000 4194304 16246674 140736748708240 140154380463344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21949] ppid=21944 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21949/stat : 21949 (toysat) S 21944 21947 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25969428 1247350784 159002 33554432000 4194304 16246674 140736748708240 140154369973488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21950] ppid=21944 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21950/stat : 21950 (toysat) S 21944 21947 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25969428 1247350784 159010 33554432000 4194304 16246674 140736748708240 140154359499952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50042 s]
/proc/loadavg: 2.05 2.13 2.09 3/183 21951
/proc/meminfo: memFree=27898620/32872528 swapFree=163656/177964
[pid=21947] ppid=21944 vsize=1310276 CPUtime=1.48 cores=0,2,4,6
/proc/21947/stat : 21947 (toysat) R 21944 21947 20760 0 -1 4202496 268546 0 0 0 114 34 0 0 20 0 4 0 25969428 1341722624 268343 33554432000 4194304 16246674 140736748708240 140736748690112 12652957 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21947/statm: 327569 268343 822 2943 0 324463 0
[pid=21947/tid=21948] ppid=21944 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21948/stat : 21948 (toysat) S 21944 21947 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25969428 1341722624 268343 33554432000 4194304 16246674 140736748708240 140154380463344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21949] ppid=21944 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21949/stat : 21949 (toysat) S 21944 21947 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25969428 1341722624 268343 33554432000 4194304 16246674 140736748708240 140154369973488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21950] ppid=21944 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21950/stat : 21950 (toysat) S 21944 21947 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25969428 1341722624 268343 33554432000 4194304 16246674 140736748708240 140154359499952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1310276

[startup+3.10039 s]
/proc/loadavg: 2.05 2.13 2.09 3/183 21951
/proc/meminfo: memFree=27666740/32872528 swapFree=163656/177964
[pid=21947] ppid=21944 vsize=1500740 CPUtime=3.09 cores=0,2,4,6
/proc/21947/stat : 21947 (toysat) R 21944 21947 20760 0 -1 4202496 316285 0 0 0 268 41 0 0 20 0 4 0 25969428 1536757760 316082 33554432000 4194304 16246674 140736748708240 140736748707552 12652825 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21947/statm: 375185 316082 822 2943 0 372079 0
[pid=21947/tid=21948] ppid=21944 vsize=1500740 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21948/stat : 21948 (toysat) S 21944 21947 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25969428 1536757760 316082 33554432000 4194304 16246674 140736748708240 140154380463344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21949] ppid=21944 vsize=1500740 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21949/stat : 21949 (toysat) S 21944 21947 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25969428 1536757760 316082 33554432000 4194304 16246674 140736748708240 140154369973488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21950] ppid=21944 vsize=1500740 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21950/stat : 21950 (toysat) S 21944 21947 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25969428 1536757760 316082 33554432000 4194304 16246674 140736748708240 140154359499952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1500740

[startup+6.3004 s]
/proc/loadavg: 2.05 2.13 2.09 3/183 21951
/proc/meminfo: memFree=27407684/32872528 swapFree=163656/177964
[pid=21947] ppid=21944 vsize=1731140 CPUtime=6.29 cores=0,2,4,6
/proc/21947/stat : 21947 (toysat) R 21944 21947 20760 0 -1 4202496 373885 0 0 0 580 49 0 0 20 0 4 0 25969428 1772687360 373682 33554432000 4194304 16246674 140736748708240 140736748706048 4207044 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21947/statm: 432785 373682 822 2943 0 429679 0
[pid=21947/tid=21948] ppid=21944 vsize=1731140 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21948/stat : 21948 (toysat) S 21944 21947 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25969428 1772687360 373682 33554432000 4194304 16246674 140736748708240 140154380463344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21949] ppid=21944 vsize=1731140 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21949/stat : 21949 (toysat) S 21944 21947 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25969428 1772687360 373682 33554432000 4194304 16246674 140736748708240 140154369973488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21950] ppid=21944 vsize=1731140 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21950/stat : 21950 (toysat) S 21944 21947 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25969428 1772687360 373682 33554432000 4194304 16246674 140736748708240 140154359499952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1731140

[startup+12.7004 s]
/proc/loadavg: 2.04 2.12 2.09 3/184 21954
/proc/meminfo: memFree=26311764/32872528 swapFree=163656/177964
[pid=21947] ppid=21944 vsize=2824772 CPUtime=12.68 cores=0,2,4,6
/proc/21947/stat : 21947 (toysat) R 21944 21947 20760 0 -1 4202496 647293 0 0 0 1184 84 0 0 20 0 4 0 25969428 2892566528 647090 33554432000 4194304 16246674 140736748708240 140736748707336 4225134 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21947/statm: 706193 647090 822 2943 0 703087 0
[pid=21947/tid=21948] ppid=21944 vsize=2824772 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21948/stat : 21948 (toysat) S 21944 21947 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25969428 2892566528 647090 33554432000 4194304 16246674 140736748708240 140154380463344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21949] ppid=21944 vsize=2824772 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21949/stat : 21949 (toysat) S 21944 21947 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25969428 2892566528 647090 33554432000 4194304 16246674 140736748708240 140154369973488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21950] ppid=21944 vsize=2824772 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21950/stat : 21950 (toysat) S 21944 21947 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25969428 2892566528 647090 33554432000 4194304 16246674 140736748708240 140154359499952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2824772

[startup+25.5005 s]
/proc/loadavg: 2.03 2.12 2.09 3/184 21954
/proc/meminfo: memFree=23427608/32872528 swapFree=163656/177964
[pid=21947] ppid=21944 vsize=5704260 CPUtime=25.49 cores=0,2,4,6
/proc/21947/stat : 21947 (toysat) R 21944 21947 20760 0 -1 4202496 1367167 0 0 0 2375 174 0 0 20 0 4 0 25969428 5841162240 1366964 33554432000 4194304 16246674 140736748708240 140736748707416 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21947/statm: 1426065 1366964 823 2943 0 1422959 0
[pid=21947/tid=21948] ppid=21944 vsize=5704260 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21948/stat : 21948 (toysat) S 21944 21947 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25969428 5841162240 1366964 33554432000 4194304 16246674 140736748708240 140154380463344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21949] ppid=21944 vsize=5704260 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21949/stat : 21949 (toysat) S 21944 21947 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25969428 5841162240 1366964 33554432000 4194304 16246674 140736748708240 140154369973488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21950] ppid=21944 vsize=5704260 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21950/stat : 21950 (toysat) S 21944 21947 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25969428 5841162240 1366964 33554432000 4194304 16246674 140736748708240 140154359499952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5704260

[startup+51.1005 s]
/proc/loadavg: 2.09 2.12 2.09 3/184 21954
/proc/meminfo: memFree=19424104/32872528 swapFree=163656/177964
[pid=21947] ppid=21944 vsize=10072644 CPUtime=51.08 cores=0,2,4,6
/proc/21947/stat : 21947 (toysat) R 21944 21947 20760 0 -1 4202496 2459248 0 0 0 4788 320 0 0 20 0 4 0 25969428 10314387456 2459046 33554432000 4194304 16246674 140736748708240 140736748706904 4225154 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21947/statm: 2518161 2459054 823 2943 0 2515055 0
[pid=21947/tid=21948] ppid=21944 vsize=10072644 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21948/stat : 21948 (toysat) S 21944 21947 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25969428 10314387456 2459058 33554432000 4194304 16246674 140736748708240 140154380463344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21949] ppid=21944 vsize=10073668 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21949/stat : 21949 (toysat) S 21944 21947 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25969428 10315436032 2459068 33554432000 4194304 16246674 140736748708240 140154369973264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21950] ppid=21944 vsize=10073668 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21950/stat : 21950 (toysat) S 21944 21947 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25969428 10315436032 2459072 33554432000 4194304 16246674 140736748708240 140154359499952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 10072644

[startup+102.3 s]
/proc/loadavg: 2.08 2.12 2.09 3/183 21956
/proc/meminfo: memFree=16975920/32872528 swapFree=163656/177964
[pid=21947] ppid=21944 vsize=12143172 CPUtime=102.28 cores=0,2,4,6
/proc/21947/stat : 21947 (toysat) R 21944 21947 20760 0 -1 4202496 2931684 0 0 0 9835 393 0 0 20 0 4 0 25969428 12434608128 2976449 33554432000 4194304 16246674 140736748708240 140736748706112 4226235 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21947/statm: 3035793 2976449 828 2943 0 3032687 0
[pid=21947/tid=21948] ppid=21944 vsize=12143172 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21948/stat : 21948 (toysat) S 21944 21947 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25969428 12434608128 2976449 33554432000 4194304 16246674 140736748708240 140154380463344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21949] ppid=21944 vsize=12143172 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21949/stat : 21949 (toysat) S 21944 21947 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25969428 12434608128 2976449 33554432000 4194304 16246674 140736748708240 140154369973264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21950] ppid=21944 vsize=12143172 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21950/stat : 21950 (toysat) S 21944 21947 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25969428 12434608128 2976449 33554432000 4194304 16246674 140736748708240 140154359499952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 12143172

[startup+162.3 s]
/proc/loadavg: 2.03 2.09 2.08 3/183 21957
/proc/meminfo: memFree=15395908/32872528 swapFree=163656/177964
[pid=21947] ppid=21944 vsize=13719108 CPUtime=162.26 cores=0,2,4,6
/proc/21947/stat : 21947 (toysat) R 21944 21947 20760 0 -1 4202496 3274816 0 0 0 15775 451 0 0 20 0 4 0 25969428 14048366592 3370681 33554432000 4194304 16246674 140736748708240 140736748706176 14016700 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21947/statm: 3429777 3370681 828 2943 0 3426671 0
[pid=21947/tid=21948] ppid=21944 vsize=13719108 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21948/stat : 21948 (toysat) S 21944 21947 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25969428 14048366592 3370681 33554432000 4194304 16246674 140736748708240 140154380463344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21949] ppid=21944 vsize=13719108 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21949/stat : 21949 (toysat) S 21944 21947 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25969428 14048366592 3370681 33554432000 4194304 16246674 140736748708240 140154369973264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21950] ppid=21944 vsize=13719108 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21950/stat : 21950 (toysat) S 21944 21947 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25969428 14048366592 3370681 33554432000 4194304 16246674 140736748708240 140154359499952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 13719108



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+174.9 s]
/proc/loadavg: 2.02 2.09 2.08 3/183 21957
/proc/meminfo: memFree=13239024/32872528 swapFree=163656/177964
[pid=21947] ppid=21944 vsize=15875652 CPUtime=174.86 cores=0,2,4,6
/proc/21947/stat : 21947 (toysat) R 21944 21947 20760 0 -1 4202496 3813765 0 0 0 16947 539 0 0 20 0 4 0 25969428 16256667648 3909630 33554432000 4194304 16246674 140736748708240 140736748707336 4225154 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21947/statm: 3968913 3909635 828 2943 0 3965807 0
[pid=21947/tid=21948] ppid=21944 vsize=15875652 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21948/stat : 21948 (toysat) S 21944 21947 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25969428 16256667648 3909664 33554432000 4194304 16246674 140736748708240 140154380463344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21949] ppid=21944 vsize=15875652 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21949/stat : 21949 (toysat) S 21944 21947 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25969428 16256667648 3909671 33554432000 4194304 16246674 140736748708240 140154369973488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21950] ppid=21944 vsize=15875652 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21950/stat : 21950 (toysat) S 21944 21947 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25969428 16256667648 3909677 33554432000 4194304 16246674 140736748708240 140154359499952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 174.86
Current children cumulated vsize (KiB) 15875652

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

[startup+175.2 s]
/proc/loadavg: 2.02 2.09 2.08 3/183 21957
/proc/meminfo: memFree=13239024/32872528 swapFree=163656/177964
[pid=21947] ppid=21944 vsize=0 CPUtime=175.16 cores=0,2,4,6
/proc/21947/stat : 21947 (toysat) Z 21944 21947 20760 0 -1 4203532 3814296 0 0 0 16948 568 0 0 20 0 2 0 25969428 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21947/statm: 0 0 0 0 0 0 0
[pid=21947/tid=21948] ppid=21944 vsize=0 CPUtime=0.27 cores=0,2,4,6
/proc/21947/task/21948/stat : 21948 (toysat) R 21944 21947 20760 0 -1 4203588 10 0 0 0 0 27 0 0 20 0 2 0 25969428 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 175.16
Current children cumulated vsize (KiB) 0

[startup+175.6 s]
/proc/loadavg: 2.02 2.09 2.08 3/183 21957
/proc/meminfo: memFree=13239024/32872528 swapFree=163656/177964
[pid=21947] ppid=21944 vsize=0 CPUtime=175.56 cores=0,2,4,6
/proc/21947/stat : 21947 (toysat) Z 21944 21947 20760 0 -1 4203532 3814296 0 0 0 16948 608 0 0 20 0 2 0 25969428 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21947/statm: 0 0 0 0 0 0 0
[pid=21947/tid=21948] ppid=21944 vsize=0 CPUtime=0.67 cores=0,2,4,6
/proc/21947/task/21948/stat : 21948 (toysat) R 21944 21947 20760 0 -1 4203588 10 0 0 0 0 67 0 0 20 0 2 0 25969428 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 175.56
Current children cumulated vsize (KiB) 0

[startup+175.8 s]
/proc/loadavg: 2.02 2.09 2.08 3/183 21957
/proc/meminfo: memFree=13239024/32872528 swapFree=163656/177964
[pid=21947] ppid=21944 vsize=0 CPUtime=175.76 cores=0,2,4,6
/proc/21947/stat : 21947 (toysat) Z 21944 21947 20760 0 -1 4203532 3814296 0 0 0 16948 628 0 0 20 0 2 0 25969428 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21947/statm: 0 0 0 0 0 0 0
[pid=21947/tid=21948] ppid=21944 vsize=0 CPUtime=0.87 cores=0,2,4,6
/proc/21947/task/21948/stat : 21948 (toysat) R 21944 21947 20760 0 -1 4203588 10 0 0 0 0 87 0 0 20 0 2 0 25969428 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 175.76
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 175.891
CPU time (s): 175.851
CPU user time (s): 169.483
CPU system time (s): 6.36803
CPU usage (%): 99.9771
Max. virtual memory (cumulated for all children) (KiB): 15875652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.483
system time used= 6.36803
maximum resident set size= 15640644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3814296
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= 61
involuntary context switches= 193

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.728889 second user time and 0.909861 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 10:39:55
IDJOB=4103821
IDBENCH=2474
IDSOLVER=2542
FILE ID=node105/4103821-1466239195
RUNJOBID= node105-1466229502-20776
PBS_JOBID= 19918174
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-misc03.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103821-1466239195/watcher-4103821-1466239195 -o /tmp/evaluation-result-4103821-1466239195/solver-4103821-1466239195 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466229502-20776 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103821-1466239195.opb

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

MD5SUM BENCH= 25aef4d44af7e0ab52082ae8b5eea91f
RANDOM SEED=873197583

node105.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.561
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.12
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.561
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.561
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.561
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.561
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.54
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.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28904060 kB
Buffers:           91840 kB
Cached:           205036 kB
SwapCached:         1664 kB
Active:          2855828 kB
Inactive:         191228 kB
Active(anon):    2748000 kB
Inactive(anon):     4408 kB
Active(file):     107828 kB
Inactive(file):   186820 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             16328 kB
Writeback:             0 kB
AnonPages:       2913564 kB
Mapped:            10700 kB
Shmem:                 0 kB
Slab:             603636 kB
SReclaimable:      47400 kB
SUnreclaim:       556236 kB
KernelStack:        1520 kB
PageTables:        10164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3074076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1808384 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= 71700 MiB
End job on node105 at 2016-06-18 10:42:51