Trace number 4079052

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) 163.008 163.044

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-modszk1.opb
MD5SUM73a69ec0478725312d0c26d36222113a
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 variables48602
Total number of constraints686
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints686
Minimum length of a constraint30
Maximum length of a constraint600
Number of terms in the objective function 29700
Biggest coefficient in the objective function 197378980184064000
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 14554406665136992500
Number of bits of the sum of numbers in the objective function 64
Biggest number in a constraint 197378980184064000
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 14554406665136992500
Number of bits of the biggest sum of numbers64
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-06T20:33:10+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-4079052-1465237990.opb"]
0.00/0.01	c use --random-gen="3047409960 2846485003 3451672931 2221879020 3014922875 1096076177 925426655 3006374336 2401564428 2391015747 4109001850 2717082752 3046921929 404747277 2793383284 2637283180 2085654266 124600216 3463364369 880882309 2011471992 1996481109 3635051765 2208532549 500696579 966002868 3797441515 2442563450 3252767486 951712224 190369838 2379586418 2139195162 2933767093 3239006149 1021952427 2082474864 1344913705 1747520459 3730350070 1891457323 4293861271 1418542924 174491632 3061153740 2723208303 3642000110 259980309 1409989709 3623604561 1454995646 2072362648 1857892958 3988643762 2924039118 942165041 1448623396 2710085194 2514424114 4291705758 346656697 1008836203 1240485425 3006826891 1541432268 2942087671 660075999 674608719 2621932350 1026415873 1740335169 715395753 2741278682 3748098417 292782979 3373010883 3620606706 459045483 1360337134 3977093069 3766138132 2889298598 879422052 958829614 3170597055 1022895351 446945533 409255522 1487304902 2293175768 2739773418 627378778 598058580 1660501043 2598429024 476965186 3457592210 3884832609 4187725693 3056058280 4243502692 1356225310 1069832638 3144555041 1111712493 2613120119 1143597968 268196331 2055247156 2513245214 942469188 1905671201 2641568561 1564757753 888239136 3039807043 3875762826 4156065385 3473177204 3155102380 1203046331 3026465040 152559250 3923371003 3234676312 3550327302 1915168572 1191208528 2518733348 962039468 2630757794 2384376968 2498510316 523845861 3323710237 2082694326 3061281351 2052767717 1000451972 3234790312 373866961 3414526901 2677711207 1845433517 552584800 338676704 1719304919 1958406097 456089006 3517957399 3327021576 1001263368 4180390099 208689759 2839069843 920546397 1957334831 1001375452 4041816918 403243925 1682924165 2129241982 299841782 3689059310 3411147268 3139742839 2014292891 847132847 4053609526 2771081272 3167002198 1598156926 2245054619 991089014 1362991170 2459624531 2197888397 2557209024 1952714816 1802011295 1442689638 3136873114 659616073 1950413882 2001697599 1353555423 4003746057 1102526697 2870795942 1063113829 1163881135 2572860835 2354719754 4180498424 1751419918 689241187 2226434417 2846081357 4282008685 686820500 2315178852 368987979 364247987 2047627369 3917849591 1166957184 3225052669 1658323124 1536075663 3441211664 3568731800 2561514175 2416321061 2705847927 2466847858 1641925494 1592174163 3464382140 3009683307 3457236635 3635287677 4169677249 2179193467 3555506966 3991345714 4138238920 612546958 963425309 3009404137 306705788 421265898 2403739887 1858996475 2735777305 736534836 1112466083 2180982441 1351845530 1496972247 1731969873 2915276083 1836738196 3205211678 3695019919 3993007340 3484790157 404918962 1592941688 4105218990 3030069664 1382832915 1357416226 1171438741 613175906 3805496138 3794227615 255 362436" option to reproduce the execution
0.19/0.26	c #vars 48602
0.19/0.26	c #constraints 686

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

pid=11008
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.01 3/179 11011
/proc/meminfo: memFree=30497916/32872528 swapFree=11196/354588
[pid=11011] ppid=11008 vsize=791108 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (toysat) R 11008 11011 8429 0 -1 4202496 2961 0 0 0 0 0 0 0 20 0 4 0 105732474 810094592 3323 33554432000 4194304 16246674 140736454279184 140736454278608 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11011/statm: 198289 3333 442 2943 0 195183 0
[pid=11011/tid=11012] ppid=11008 vsize=808516 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11012/stat : 11012 (toysat) S 11008 11011 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105732474 827920384 3392 33554432000 4194304 16246674 140736454279184 140118892457200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11011/tid=11013] ppid=11008 vsize=812612 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11013/stat : 11013 (toysat) S 11008 11011 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 105732474 832114688 3408 33554432000 4194304 16246674 140736454279184 140118811716848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11011/tid=11014] ppid=11008 vsize=816708 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11014/stat : 11014 (toysat) S 11008 11011 8429 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105732474 836308992 3425 33554432000 4194304 16246674 140736454279184 140118801243312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100186 s]
/proc/loadavg: 2.08 2.07 2.01 3/179 11011
/proc/meminfo: memFree=30497916/32872528 swapFree=11196/354588
[pid=11011] ppid=11008 vsize=1304132 CPUtime=0.09 cores=1,3,5,7
/proc/11011/stat : 11011 (toysat) R 11008 11011 8429 0 -1 4202496 31095 0 0 0 5 4 0 0 20 0 4 0 105732474 1335431168 31395 33554432000 4194304 16246674 140736454279184 140736454278496 7371468 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11011/statm: 326033 31410 801 2943 0 322927 0
[pid=11011/tid=11012] ppid=11008 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11012/stat : 11012 (toysat) S 11008 11011 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105732474 1335431168 31420 33554432000 4194304 16246674 140736454279184 140118892457200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11011/tid=11013] ppid=11008 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11013/stat : 11013 (toysat) S 11008 11011 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 105732474 1335431168 31429 33554432000 4194304 16246674 140736454279184 140118811716848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11011/tid=11014] ppid=11008 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11014/stat : 11014 (toysat) S 11008 11011 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105732474 1335431168 31435 33554432000 4194304 16246674 140736454279184 140118801243312 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) 1304132

[startup+0.200531 s]
/proc/loadavg: 2.08 2.07 2.01 3/179 11011
/proc/meminfo: memFree=30497916/32872528 swapFree=11196/354588
[pid=11011] ppid=11008 vsize=1310276 CPUtime=0.19 cores=1,3,5,7
/proc/11011/stat : 11011 (toysat) R 11008 11011 8429 0 -1 4202496 37858 0 0 0 14 5 0 0 20 0 4 0 105732474 1341722624 38668 33554432000 4194304 16246674 140736454279184 140736454278496 4220936 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11011/statm: 327569 38668 802 2943 0 324463 0
[pid=11011/tid=11012] ppid=11008 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11012/stat : 11012 (toysat) S 11008 11011 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105732474 1341722624 38668 33554432000 4194304 16246674 140736454279184 140118892457200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11011/tid=11013] ppid=11008 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11013/stat : 11013 (toysat) S 11008 11011 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 105732474 1341722624 38668 33554432000 4194304 16246674 140736454279184 140118811716848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11011/tid=11014] ppid=11008 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11014/stat : 11014 (toysat) S 11008 11011 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105732474 1341722624 38668 33554432000 4194304 16246674 140736454279184 140118801243312 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.3005 s]
/proc/loadavg: 2.08 2.07 2.01 3/179 11011
/proc/meminfo: memFree=30497916/32872528 swapFree=11196/354588
[pid=11011] ppid=11008 vsize=1311300 CPUtime=0.29 cores=1,3,5,7
/proc/11011/stat : 11011 (toysat) R 11008 11011 8429 0 -1 4202496 41876 0 0 0 24 5 0 0 20 0 4 0 105732474 1342771200 42686 33554432000 4194304 16246674 140736454279184 140736454278496 6962482 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11011/statm: 327825 42686 822 2943 0 324719 0
[pid=11011/tid=11012] ppid=11008 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11012/stat : 11012 (toysat) S 11008 11011 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105732474 1342771200 42686 33554432000 4194304 16246674 140736454279184 140118892457200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11011/tid=11013] ppid=11008 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11013/stat : 11013 (toysat) S 11008 11011 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 105732474 1342771200 42686 33554432000 4194304 16246674 140736454279184 140118811716848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11011/tid=11014] ppid=11008 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11014/stat : 11014 (toysat) S 11008 11011 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105732474 1342771200 42686 33554432000 4194304 16246674 140736454279184 140118801243312 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) 1311300

[startup+0.70042 s]
/proc/loadavg: 2.08 2.07 2.01 3/179 11011
/proc/meminfo: memFree=30497916/32872528 swapFree=11196/354588
[pid=11011] ppid=11008 vsize=1311300 CPUtime=0.69 cores=1,3,5,7
/proc/11011/stat : 11011 (toysat) R 11008 11011 8429 0 -1 4202496 148350 0 0 0 50 19 0 0 20 0 4 0 105732474 1342771200 149161 33554432000 4194304 16246674 140736454279184 140736454278496 12449273 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11011/statm: 327825 149177 823 2943 0 324719 0
[pid=11011/tid=11012] ppid=11008 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11012/stat : 11012 (toysat) S 11008 11011 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105732474 1342771200 149186 33554432000 4194304 16246674 140736454279184 140118892457200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11011/tid=11013] ppid=11008 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11013/stat : 11013 (toysat) S 11008 11011 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 105732474 1342771200 149194 33554432000 4194304 16246674 140736454279184 140118811716848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11011/tid=11014] ppid=11008 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11014/stat : 11014 (toysat) S 11008 11011 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105732474 1342771200 149204 33554432000 4194304 16246674 140736454279184 140118801243312 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) 1311300

[startup+1.50041 s]
/proc/loadavg: 2.08 2.07 2.01 3/183 11015
/proc/meminfo: memFree=29442484/32872528 swapFree=11196/354588
[pid=11011] ppid=11008 vsize=1495620 CPUtime=1.49 cores=1,3,5,7
/proc/11011/stat : 11011 (toysat) R 11008 11011 8429 0 -1 4202496 314367 0 0 0 110 39 0 0 20 0 4 0 105732474 1531514880 315177 33554432000 4194304 16246674 140736454279184 140736454261056 4225154 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11011/statm: 373905 315181 823 2943 0 370799 0
[pid=11011/tid=11012] ppid=11008 vsize=1495620 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11012/stat : 11012 (toysat) S 11008 11011 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105732474 1531514880 315184 33554432000 4194304 16246674 140736454279184 140118892457200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11011/tid=11013] ppid=11008 vsize=1495620 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11013/stat : 11013 (toysat) S 11008 11011 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 105732474 1531514880 315187 33554432000 4194304 16246674 140736454279184 140118811716624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11011/tid=11014] ppid=11008 vsize=1495620 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11014/stat : 11014 (toysat) S 11008 11011 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105732474 1531514880 315190 33554432000 4194304 16246674 140736454279184 140118801243312 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) 1495620

[startup+3.10043 s]
/proc/loadavg: 2.07 2.07 2.01 3/183 11015
/proc/meminfo: memFree=29219284/32872528 swapFree=11196/354588
[pid=11011] ppid=11008 vsize=1513028 CPUtime=3.09 cores=1,3,5,7
/proc/11011/stat : 11011 (toysat) R 11008 11011 8429 0 -1 4202496 318862 0 0 0 270 39 0 0 20 0 4 0 105732474 1549340672 319672 33554432000 4194304 16246674 140736454279184 140736454261056 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11011/statm: 378257 319672 824 2943 0 375151 0
[pid=11011/tid=11012] ppid=11008 vsize=1513028 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11012/stat : 11012 (toysat) S 11008 11011 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105732474 1549340672 319672 33554432000 4194304 16246674 140736454279184 140118892457200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11011/tid=11013] ppid=11008 vsize=1513028 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11013/stat : 11013 (toysat) S 11008 11011 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 105732474 1549340672 319672 33554432000 4194304 16246674 140736454279184 140118811716848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11011/tid=11014] ppid=11008 vsize=1513028 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11014/stat : 11014 (toysat) S 11008 11011 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105732474 1549340672 319672 33554432000 4194304 16246674 140736454279184 140118801243312 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) 1513028

[startup+6.30043 s]
/proc/loadavg: 2.07 2.07 2.01 3/183 11015
/proc/meminfo: memFree=29219044/32872528 swapFree=11196/354588
[pid=11011] ppid=11008 vsize=1513028 CPUtime=6.29 cores=1,3,5,7
/proc/11011/stat : 11011 (toysat) R 11008 11011 8429 0 -1 4202496 318863 0 0 0 590 39 0 0 20 0 4 0 105732474 1549340672 319673 33554432000 4194304 16246674 140736454279184 140736454277056 4225120 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11011/statm: 378257 319673 824 2943 0 375151 0
[pid=11011/tid=11012] ppid=11008 vsize=1513028 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11012/stat : 11012 (toysat) S 11008 11011 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105732474 1549340672 319673 33554432000 4194304 16246674 140736454279184 140118892457200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11011/tid=11013] ppid=11008 vsize=1513028 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11013/stat : 11013 (toysat) S 11008 11011 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 105732474 1549340672 319673 33554432000 4194304 16246674 140736454279184 140118811716848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11011/tid=11014] ppid=11008 vsize=1513028 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11014/stat : 11014 (toysat) S 11008 11011 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105732474 1549340672 319673 33554432000 4194304 16246674 140736454279184 140118801243312 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) 1513028

[startup+12.7004 s]
/proc/loadavg: 2.06 2.07 2.01 3/183 11015
/proc/meminfo: memFree=28058568/32872528 swapFree=11196/354588
[pid=11011] ppid=11008 vsize=2672196 CPUtime=12.69 cores=1,3,5,7
/proc/11011/stat : 11011 (toysat) R 11008 11011 8429 0 -1 4202496 608655 0 0 0 1186 83 0 0 20 0 4 0 105732474 2736328704 609465 33554432000 4194304 16246674 140736454279184 140736454278280 4220480 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11011/statm: 668049 609465 824 2943 0 664943 0
[pid=11011/tid=11012] ppid=11008 vsize=2672196 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11012/stat : 11012 (toysat) S 11008 11011 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105732474 2736328704 609465 33554432000 4194304 16246674 140736454279184 140118892457200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11011/tid=11013] ppid=11008 vsize=2672196 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11013/stat : 11013 (toysat) S 11008 11011 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 105732474 2736328704 609465 33554432000 4194304 16246674 140736454279184 140118811716624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11011/tid=11014] ppid=11008 vsize=2672196 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11014/stat : 11014 (toysat) S 11008 11011 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105732474 2736328704 609465 33554432000 4194304 16246674 140736454279184 140118801243312 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) 2672196

[startup+25.5005 s]
/proc/loadavg: 2.05 2.07 2.01 3/183 11015
/proc/meminfo: memFree=25800816/32872528 swapFree=11196/354588
[pid=11011] ppid=11008 vsize=4924996 CPUtime=25.49 cores=1,3,5,7
/proc/11011/stat : 11011 (toysat) R 11008 11011 8429 0 -1 4202496 1171857 0 0 0 2382 167 0 0 20 0 4 0 105732474 5043195904 1172667 33554432000 4194304 16246674 140736454279184 140736454278280 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11011/statm: 1231249 1172667 824 2943 0 1228143 0
[pid=11011/tid=11012] ppid=11008 vsize=4924996 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11012/stat : 11012 (toysat) S 11008 11011 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105732474 5043195904 1172667 33554432000 4194304 16246674 140736454279184 140118892457200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11011/tid=11013] ppid=11008 vsize=4924996 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11013/stat : 11013 (toysat) S 11008 11011 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 105732474 5043195904 1172667 33554432000 4194304 16246674 140736454279184 140118811716848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11011/tid=11014] ppid=11008 vsize=4924996 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11014/stat : 11014 (toysat) S 11008 11011 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105732474 5043195904 1172667 33554432000 4194304 16246674 140736454279184 140118801243312 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) 4924996

[startup+51.1005 s]
/proc/loadavg: 2.10 2.08 2.01 3/183 11015
/proc/meminfo: memFree=21367444/32872528 swapFree=11196/354588
[pid=11011] ppid=11008 vsize=9349700 CPUtime=51.08 cores=1,3,5,7
/proc/11011/stat : 11011 (toysat) R 11008 11011 8429 0 -1 4202496 2278034 0 0 0 4770 338 0 0 20 0 4 0 105732474 9574092800 2278844 33554432000 4194304 16246674 140736454279184 140736454278280 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11011/statm: 2337425 2278844 824 2943 0 2334319 0
[pid=11011/tid=11012] ppid=11008 vsize=9349700 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11012/stat : 11012 (toysat) S 11008 11011 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105732474 9574092800 2278844 33554432000 4194304 16246674 140736454279184 140118892457200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11011/tid=11013] ppid=11008 vsize=9349700 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11013/stat : 11013 (toysat) S 11008 11011 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 105732474 9574092800 2278844 33554432000 4194304 16246674 140736454279184 140118811716848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11011/tid=11014] ppid=11008 vsize=9349700 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11014/stat : 11014 (toysat) S 11008 11011 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105732474 9574092800 2278844 33554432000 4194304 16246674 140736454279184 140118801243312 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) 9349700

[startup+102.301 s]
/proc/loadavg: 2.04 2.06 2.00 3/183 11017
/proc/meminfo: memFree=16611880/32872528 swapFree=11196/354588
[pid=11011] ppid=11008 vsize=14095940 CPUtime=102.28 cores=1,3,5,7
/proc/11011/stat : 11011 (toysat) R 11008 11011 8429 0 -1 4202496 3464600 0 0 0 9693 535 0 0 20 0 4 0 105732474 14434242560 3465410 33554432000 4194304 16246674 140736454279184 140736454277120 14013502 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11011/statm: 3523985 3465410 829 2943 0 3520879 0
[pid=11011/tid=11012] ppid=11008 vsize=14095940 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11012/stat : 11012 (toysat) S 11008 11011 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105732474 14434242560 3465410 33554432000 4194304 16246674 140736454279184 140118892457200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11011/tid=11013] ppid=11008 vsize=14095940 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11013/stat : 11013 (toysat) S 11008 11011 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 105732474 14434242560 3465410 33554432000 4194304 16246674 140736454279184 140118811716624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11011/tid=11014] ppid=11008 vsize=14095940 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11014/stat : 11014 (toysat) S 11008 11011 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105732474 14434242560 3465410 33554432000 4194304 16246674 140736454279184 140118801243312 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) 14095940



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+162.2 s]
/proc/loadavg: 2.08 2.06 2.00 3/183 11018
/proc/meminfo: memFree=14980412/32872528 swapFree=11196/354588
[pid=11011] ppid=11008 vsize=15895108 CPUtime=162.17 cores=1,3,5,7
/proc/11011/stat : 11011 (toysat) R 11008 11011 8429 0 -1 4202496 3914267 0 0 0 15535 682 0 0 20 0 4 0 105732474 16276590592 3915077 33554432000 4194304 16246674 140736454279184 140736454278280 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11011/statm: 3973777 3915085 829 2943 0 3970671 0
[pid=11011/tid=11012] ppid=11008 vsize=15895108 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11012/stat : 11012 (toysat) S 11008 11011 8429 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105732474 16276590592 3915090 33554432000 4194304 16246674 140736454279184 140118892457200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11011/tid=11013] ppid=11008 vsize=15895108 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11013/stat : 11013 (toysat) S 11008 11011 8429 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 105732474 16276590592 3915094 33554432000 4194304 16246674 140736454279184 140118811716848 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11011/tid=11014] ppid=11008 vsize=15895108 CPUtime=0 cores=1,3,5,7
/proc/11011/task/11014/stat : 11014 (toysat) S 11008 11011 8429 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105732474 16276590592 3915099 33554432000 4194304 16246674 140736454279184 140118801243312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 15895108

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

[startup+162.305 s]
/proc/loadavg: 2.08 2.06 2.00 3/183 11018
/proc/meminfo: memFree=14980412/32872528 swapFree=11196/354588
[pid=11011] ppid=11008 vsize=0 CPUtime=162.27 cores=1,3,5,7
/proc/11011/stat : 11011 (toysat) Z 11008 11011 8429 0 -1 4203532 3914653 0 0 0 15535 692 0 0 20 0 2 0 105732474 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11011/statm: 0 0 0 0 0 0 0
[pid=11011/tid=11013] ppid=11008 vsize=0 CPUtime=0.09 cores=1,3,5,7
/proc/11011/task/11013/stat : 11013 (toysat) R 11008 11011 8429 0 -1 4203588 7 0 0 0 0 9 0 0 20 0 2 0 105732474 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) 162.27
Current children cumulated vsize (KiB) 0

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

[startup+162.4 s]
/proc/loadavg: 2.08 2.06 2.00 3/183 11018
/proc/meminfo: memFree=14980412/32872528 swapFree=11196/354588
[pid=11011] ppid=11008 vsize=0 CPUtime=162.36 cores=1,3,5,7
/proc/11011/stat : 11011 (toysat) Z 11008 11011 8429 0 -1 4203532 3914653 0 0 0 15535 701 0 0 20 0 2 0 105732474 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11011/statm: 0 0 0 0 0 0 0
[pid=11011/tid=11013] ppid=11008 vsize=0 CPUtime=0.18 cores=1,3,5,7
/proc/11011/task/11013/stat : 11013 (toysat) R 11008 11011 8429 0 -1 4203588 7 0 0 0 0 18 0 0 20 0 2 0 105732474 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) 162.36
Current children cumulated vsize (KiB) 0

[startup+162.8 s]
/proc/loadavg: 2.07 2.06 2.00 3/181 11018
/proc/meminfo: memFree=25930980/32872528 swapFree=11196/354588
[pid=11011] ppid=11008 vsize=0 CPUtime=162.77 cores=1,3,5,7
/proc/11011/stat : 11011 (toysat) Z 11008 11011 8429 0 -1 4203532 3914653 0 0 0 15535 742 0 0 20 0 2 0 105732474 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11011/statm: 0 0 0 0 0 0 0
[pid=11011/tid=11013] ppid=11008 vsize=0 CPUtime=0.59 cores=1,3,5,7
/proc/11011/task/11013/stat : 11013 (toysat) R 11008 11011 8429 0 -1 4203588 7 0 0 0 0 59 0 0 20 0 2 0 105732474 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) 162.77
Current children cumulated vsize (KiB) 0

[startup+163 s]
/proc/loadavg: 2.07 2.06 2.00 3/181 11018
/proc/meminfo: memFree=25930980/32872528 swapFree=11196/354588
[pid=11011] ppid=11008 vsize=0 CPUtime=162.96 cores=1,3,5,7
/proc/11011/stat : 11011 (toysat) Z 11008 11011 8429 0 -1 4203532 3914653 0 0 0 15535 761 0 0 20 0 2 0 105732474 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11011/statm: 0 0 0 0 0 0 0
[pid=11011/tid=11013] ppid=11008 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/11011/task/11013/stat : 11013 (toysat) R 11008 11011 8429 0 -1 4203588 7 0 0 0 0 78 0 0 20 0 2 0 105732474 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) 162.96
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 163.044
CPU time (s): 163.008
CPU user time (s): 155.355
CPU system time (s): 7.65284
CPU usage (%): 99.9779
Max. virtual memory (cumulated for all children) (KiB): 15895108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 155.355
system time used= 7.65284
maximum resident set size= 15661852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3914653
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= 64
involuntary context switches= 167

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.408937 second user time and 0.638902 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-06 20:33:10
IDJOB=4079052
IDBENCH=2416
IDSOLVER=2542
FILE ID=node126/4079052-1465237990
RUNJOBID= node126-1465218023-8446
PBS_JOBID= 19843210
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-modszk1.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079052-1465237990/watcher-4079052-1465237990 -o /tmp/evaluation-result-4079052-1465237990/solver-4079052-1465237990 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1465218023-8446 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079052-1465237990.opb

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

MD5SUM BENCH= 73a69ec0478725312d0c26d36222113a
RANDOM SEED=1450496006

node126.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.500
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.00
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.500
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.500
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.500
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.500
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.500
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		: 2666.500
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.500
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:        30498040 kB
Buffers:           36424 kB
Cached:           127792 kB
SwapCached:         2252 kB
Active:          1237068 kB
Inactive:          81880 kB
Active(anon):    1154756 kB
Inactive(anon):     2384 kB
Active(file):      82312 kB
Inactive(file):    79496 kB
Unevictable:      354588 kB
Mlocked:           11196 kB
SwapTotal:      67108856 kB
SwapFree:       67098540 kB
Dirty:             18480 kB
Writeback:             0 kB
AnonPages:       1508116 kB
Mapped:            10708 kB
Shmem:                 0 kB
Slab:             567844 kB
SReclaimable:      11844 kB
SUnreclaim:       556000 kB
KernelStack:        1448 kB
PageTables:         7032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1654340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1488896 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= 71704 MiB
End job on node126 at 2016-06-06 20:35:53