Trace number 4103985

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) 184.435 184.471

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-modglob.opb
MD5SUM70ac8fda673b8cd0297ec54288f810c6
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 variables9818
Total number of constraints291
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 constraints291
Minimum length of a constraint30
Maximum length of a constraint270
Number of terms in the objective function 9818
Biggest coefficient in the objective function 22009559908352000000
Number of bits for the biggest coefficient in the objective function 65
Sum of the numbers in the objective function 1485172925553747181346
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 22009559908352000000
Number of bits of the biggest number in a constraint 65
Biggest sum of numbers in a constraint 1485172925553747181346
Number of bits of the biggest sum of numbers71
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:50:34+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-4103985-1466239834.opb"]
0.00/0.01	c use --random-gen="3956649389 2116943991 484999365 219816119 3397800010 3946434681 3215532329 3209540476 2189350220 4199827189 1106176786 2744162251 213064006 1094115014 2095212410 2329808734 2217665497 4225176677 184657903 3430533934 1871991973 3530328011 3291129500 979056990 553601367 1289035277 962730495 943751206 1548281711 2600401642 937652135 1679094463 3219805595 2096494835 457003423 3640499662 2703705799 3638863489 1304568062 2874339631 2506332319 460126358 1932402287 344267620 1899187814 303640711 3483629645 2224836728 1441428966 840113144 353133205 1876449917 3527421692 3569705043 319097706 2422684269 2530200384 3003108272 1131075440 1397587292 211655722 4215928588 471520226 1336896931 1002030803 1291218036 4284393439 375275859 2496797507 3333507930 2873003617 1318932735 3628287253 3101241325 4108018233 3683789684 2775720316 4249984057 654917233 631040213 776437346 2383897884 2013752474 2933042975 599519490 3154730628 2501919277 4135286403 1385913902 3930237597 347414439 828827919 3657885893 4241703005 3668563479 4078889048 2075259013 1365773684 2193043578 2008406337 1167247812 3884479483 429214206 1894775917 1693174948 2299895194 979776851 893723701 3131902810 2370726690 3196020660 2362791271 3439669460 4283566452 941922412 2117264943 3496695964 3478210224 882302918 2889806202 2614938923 879498218 2738368978 3429905481 390313290 4158904042 3963380475 502173021 213400331 2864657072 1901028327 3256492637 1693933471 859972809 343451182 497216828 3397410734 1832263989 532374546 4216885536 178936560 1406756933 1285131942 3148505389 928014079 3323329266 2279000766 1920897098 628471197 1047846454 3816659178 3540689615 331000266 3423280997 2923514227 1308375979 1036596627 1453975404 2872270375 98295217 842668414 3995646322 2719321069 2392499276 155813099 3553272616 1993001757 1181442819 1540943036 466669352 3383033469 2807027932 3883200086 3023272771 3076288635 1068043935 538531751 1579054892 871830789 871308330 3440510880 3418162990 581278032 743093530 657986090 757618749 3607354611 4068556887 2255014521 3220354264 3350068721 1836400267 989193631 4270088555 347660683 1733067257 3861210179 2234407244 3273141542 518375649 3685226714 2560392545 1195414825 3673648419 808830259 2109800498 1638352068 2176769756 2025890456 3434613456 1711385072 4114685683 1688544444 624780219 1766794549 2521713065 4083642823 769639844 764617512 1545642228 3918794855 4033460268 136033782 1346083395 13571058 1390335298 1152419471 707920762 474483449 2477569352 559079503 3851183978 1021364875 493179097 3305563457 344542005 1479270025 1931910581 2457678717 3730910765 770904880 3132869298 903607964 2180591885 1573946590 3457878986 2599437451 4209378606 1514475310 1881165114 851487868 904266495 3215258511 36091780 763927087 2159213204 255 362436" option to reproduce the execution
0.09/0.10	c #vars 9818
0.09/0.10	c #constraints 291

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

pid=6227
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.15 2.14 2.09 3/180 6230
/proc/meminfo: memFree=30175484/32872528 swapFree=681964/737152
[pid=6230] ppid=6227 vsize=803260 CPUtime=0 cores=0,2,4,6
/proc/6230/stat : 6230 (toysat) R 6227 6230 1377 0 -1 4202496 3012 0 0 0 0 0 0 0 20 0 4 0 26032637 822538240 2861 33554432000 4194304 16246674 140734075600560 140734075599984 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6230/statm: 201583 2871 441 2943 0 198477 0
[pid=6230/tid=6231] ppid=6227 vsize=820668 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6231/stat : 6231 (toysat) S 6227 6230 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26032637 840364032 2930 33554432000 4194304 16246674 140734075600560 139737533754608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6230/tid=6232] ppid=6227 vsize=825788 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6232/stat : 6232 (toysat) S 6227 6230 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26032637 845606912 2946 33554432000 4194304 16246674 140734075600560 139737523264752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6230/tid=6233] ppid=6227 vsize=829884 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6233/stat : 6233 (toysat) S 6227 6230 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26032637 849801216 2962 33554432000 4194304 16246674 140734075600560 139737512791216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.10018 s]
/proc/loadavg: 2.15 2.14 2.09 3/180 6230
/proc/meminfo: memFree=30175484/32872528 swapFree=681964/737152
[pid=6230] ppid=6227 vsize=1304132 CPUtime=0.09 cores=0,2,4,6
/proc/6230/stat : 6230 (toysat) R 6227 6230 1377 0 -1 4202496 31556 0 0 0 5 4 0 0 20 0 4 0 26032637 1335431168 31344 33554432000 4194304 16246674 140734075600560 140734075599872 7378241 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6230/statm: 326033 31360 800 2943 0 322927 0
[pid=6230/tid=6231] ppid=6227 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6231/stat : 6231 (toysat) S 6227 6230 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26032637 1335431168 31369 33554432000 4194304 16246674 140734075600560 139737533754608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6230/tid=6232] ppid=6227 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6232/stat : 6232 (toysat) S 6227 6230 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26032637 1335431168 31381 33554432000 4194304 16246674 140734075600560 139737523264752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6230/tid=6233] ppid=6227 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6233/stat : 6233 (toysat) S 6227 6230 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26032637 1335431168 31392 33554432000 4194304 16246674 140734075600560 139737512791216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1304132

[startup+0.200575 s]
/proc/loadavg: 2.15 2.14 2.09 3/180 6230
/proc/meminfo: memFree=30175484/32872528 swapFree=681964/737152
[pid=6230] ppid=6227 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/6230/stat : 6230 (toysat) R 6227 6230 1377 0 -1 4202496 41191 0 0 0 13 6 0 0 20 0 4 0 26032637 1343819776 40978 33554432000 4194304 16246674 140734075600560 140734075599872 12449395 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6230/statm: 328081 40978 833 2943 0 324975 0
[pid=6230/tid=6231] ppid=6227 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6231/stat : 6231 (toysat) S 6227 6230 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26032637 1343819776 40978 33554432000 4194304 16246674 140734075600560 139737533754608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6230/tid=6232] ppid=6227 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6232/stat : 6232 (toysat) S 6227 6230 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26032637 1343819776 40978 33554432000 4194304 16246674 140734075600560 139737523264752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6230/tid=6233] ppid=6227 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6233/stat : 6233 (toysat) S 6227 6230 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26032637 1343819776 40978 33554432000 4194304 16246674 140734075600560 139737512791216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300495 s]
/proc/loadavg: 2.15 2.14 2.09 3/180 6230
/proc/meminfo: memFree=30175484/32872528 swapFree=681964/737152
[pid=6230] ppid=6227 vsize=1312324 CPUtime=0.29 cores=0,2,4,6
/proc/6230/stat : 6230 (toysat) R 6227 6230 1377 0 -1 4202496 64812 0 0 0 20 9 0 0 20 0 4 0 26032637 1343819776 64599 33554432000 4194304 16246674 140734075600560 140734075599872 13007928 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6230/statm: 328081 64614 833 2943 0 324975 0
[pid=6230/tid=6231] ppid=6227 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6231/stat : 6231 (toysat) S 6227 6230 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26032637 1343819776 64624 33554432000 4194304 16246674 140734075600560 139737533754608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6230/tid=6232] ppid=6227 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6232/stat : 6232 (toysat) S 6227 6230 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26032637 1343819776 64633 33554432000 4194304 16246674 140734075600560 139737523264752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6230/tid=6233] ppid=6227 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6233/stat : 6233 (toysat) S 6227 6230 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26032637 1343819776 64643 33554432000 4194304 16246674 140734075600560 139737512791216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700405 s]
/proc/loadavg: 2.15 2.14 2.09 3/180 6230
/proc/meminfo: memFree=30175484/32872528 swapFree=681964/737152
[pid=6230] ppid=6227 vsize=1312324 CPUtime=0.69 cores=0,2,4,6
/proc/6230/stat : 6230 (toysat) R 6227 6230 1377 0 -1 4202496 153027 0 0 0 47 22 0 0 20 0 4 0 26032637 1343819776 152815 33554432000 4194304 16246674 140734075600560 140734075582464 12371341 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6230/statm: 328081 152826 833 2943 0 324975 0
[pid=6230/tid=6231] ppid=6227 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6231/stat : 6231 (toysat) S 6227 6230 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26032637 1343819776 152833 33554432000 4194304 16246674 140734075600560 139737533754608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6230/tid=6232] ppid=6227 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6232/stat : 6232 (toysat) S 6227 6230 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26032637 1343819776 152840 33554432000 4194304 16246674 140734075600560 139737523264752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6230/tid=6233] ppid=6227 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6233/stat : 6233 (toysat) S 6227 6230 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26032637 1343819776 152849 33554432000 4194304 16246674 140734075600560 139737512791216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1312324

[startup+1.50041 s]
/proc/loadavg: 2.14 2.14 2.09 3/184 6234
/proc/meminfo: memFree=29140896/32872528 swapFree=681964/737152
[pid=6230] ppid=6227 vsize=1453636 CPUtime=1.49 cores=0,2,4,6
/proc/6230/stat : 6230 (toysat) R 6227 6230 1377 0 -1 4202496 304512 0 0 0 109 40 0 0 20 0 4 0 26032637 1488523264 304299 33554432000 4194304 16246674 140734075600560 140734075599224 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6230/statm: 363409 304304 834 2943 0 360303 0
[pid=6230/tid=6231] ppid=6227 vsize=1453636 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6231/stat : 6231 (toysat) S 6227 6230 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26032637 1488523264 304308 33554432000 4194304 16246674 140734075600560 139737533754608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6230/tid=6232] ppid=6227 vsize=1453636 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6232/stat : 6232 (toysat) S 6227 6230 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26032637 1488523264 304311 33554432000 4194304 16246674 140734075600560 139737523264528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6230/tid=6233] ppid=6227 vsize=1453636 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6233/stat : 6233 (toysat) S 6227 6230 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26032637 1488523264 304313 33554432000 4194304 16246674 140734075600560 139737512791216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1453636

[startup+3.10043 s]
/proc/loadavg: 2.14 2.14 2.09 3/184 6234
/proc/meminfo: memFree=28922796/32872528 swapFree=681964/737152
[pid=6230] ppid=6227 vsize=1491524 CPUtime=3.09 cores=0,2,4,6
/proc/6230/stat : 6230 (toysat) R 6227 6230 1377 0 -1 4202496 314010 0 0 0 267 42 0 0 20 0 4 0 26032637 1527320576 313797 33554432000 4194304 16246674 140734075600560 140734075599872 12371171 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6230/statm: 372881 313797 834 2943 0 369775 0
[pid=6230/tid=6231] ppid=6227 vsize=1491524 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6231/stat : 6231 (toysat) S 6227 6230 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26032637 1527320576 313797 33554432000 4194304 16246674 140734075600560 139737533754608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6230/tid=6232] ppid=6227 vsize=1491524 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6232/stat : 6232 (toysat) S 6227 6230 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26032637 1527320576 313797 33554432000 4194304 16246674 140734075600560 139737523264752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6230/tid=6233] ppid=6227 vsize=1491524 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6233/stat : 6233 (toysat) S 6227 6230 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26032637 1527320576 313797 33554432000 4194304 16246674 140734075600560 139737512791216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1491524

[startup+6.30042 s]
/proc/loadavg: 2.14 2.14 2.09 3/184 6234
/proc/meminfo: memFree=28803128/32872528 swapFree=681964/737152
[pid=6230] ppid=6227 vsize=1613380 CPUtime=6.29 cores=0,2,4,6
/proc/6230/stat : 6230 (toysat) R 6227 6230 1377 0 -1 4202496 344221 0 0 0 583 46 0 0 20 0 4 0 26032637 1652101120 344009 33554432000 4194304 16246674 140734075600560 140734075582464 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6230/statm: 403345 344018 834 2943 0 400239 0
[pid=6230/tid=6231] ppid=6227 vsize=1613380 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6231/stat : 6231 (toysat) S 6227 6230 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26032637 1652101120 344022 33554432000 4194304 16246674 140734075600560 139737533754608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6230/tid=6232] ppid=6227 vsize=1613380 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6232/stat : 6232 (toysat) S 6227 6230 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26032637 1652101120 344027 33554432000 4194304 16246674 140734075600560 139737523264752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6230/tid=6233] ppid=6227 vsize=1613380 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6233/stat : 6233 (toysat) S 6227 6230 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26032637 1652101120 344033 33554432000 4194304 16246674 140734075600560 139737512791216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1613380

[startup+12.7004 s]
/proc/loadavg: 2.20 2.15 2.10 4/184 6234
/proc/meminfo: memFree=27702844/32872528 swapFree=681964/737152
[pid=6230] ppid=6227 vsize=2708036 CPUtime=12.68 cores=0,2,4,6
/proc/6230/stat : 6230 (toysat) R 6227 6230 1377 0 -1 4202496 618138 0 0 0 1187 81 0 0 20 0 4 0 26032637 2773028864 617925 33554432000 4194304 16246674 140734075600560 140734075599656 4221116 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6230/statm: 677009 617925 834 2943 0 673903 0
[pid=6230/tid=6231] ppid=6227 vsize=2708036 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6231/stat : 6231 (toysat) S 6227 6230 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26032637 2773028864 617925 33554432000 4194304 16246674 140734075600560 139737533754608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6230/tid=6232] ppid=6227 vsize=2708036 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6232/stat : 6232 (toysat) S 6227 6230 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26032637 2773028864 617925 33554432000 4194304 16246674 140734075600560 139737523264752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6230/tid=6233] ppid=6227 vsize=2708036 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6233/stat : 6233 (toysat) S 6227 6230 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26032637 2773028864 617925 33554432000 4194304 16246674 140734075600560 139737512791216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2708036

[startup+25.5005 s]
/proc/loadavg: 2.17 2.14 2.09 3/184 6234
/proc/meminfo: memFree=24935624/32872528 swapFree=681964/737152
[pid=6230] ppid=6227 vsize=5470788 CPUtime=25.49 cores=0,2,4,6
/proc/6230/stat : 6230 (toysat) R 6227 6230 1377 0 -1 4202496 1308828 0 0 0 2379 170 0 0 20 0 4 0 26032637 5602086912 1308615 33554432000 4194304 16246674 140734075600560 140734075599656 4206959 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6230/statm: 1367697 1308615 835 2943 0 1364591 0
[pid=6230/tid=6231] ppid=6227 vsize=5470788 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6231/stat : 6231 (toysat) S 6227 6230 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26032637 5602086912 1308615 33554432000 4194304 16246674 140734075600560 139737533754608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6230/tid=6232] ppid=6227 vsize=5470788 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6232/stat : 6232 (toysat) S 6227 6230 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26032637 5602086912 1308615 33554432000 4194304 16246674 140734075600560 139737523264752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6230/tid=6233] ppid=6227 vsize=5470788 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6233/stat : 6233 (toysat) S 6227 6230 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26032637 5602086912 1308615 33554432000 4194304 16246674 140734075600560 139737512791216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5470788

[startup+51.1005 s]
/proc/loadavg: 2.11 2.13 2.09 3/183 6234
/proc/meminfo: memFree=21332892/32872528 swapFree=681964/737152
[pid=6230] ppid=6227 vsize=9066052 CPUtime=51.08 cores=0,2,4,6
/proc/6230/stat : 6230 (toysat) R 6227 6230 1377 0 -1 4202496 2207646 0 0 0 4820 288 0 0 20 0 4 0 26032637 9283637248 2207433 33554432000 4194304 16246674 140734075600560 140734075598400 4220543 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6230/statm: 2266513 2207433 835 2943 0 2263407 0
[pid=6230/tid=6231] ppid=6227 vsize=9066052 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6231/stat : 6231 (toysat) S 6227 6230 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26032637 9283637248 2207433 33554432000 4194304 16246674 140734075600560 139737533754608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6230/tid=6232] ppid=6227 vsize=9066052 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6232/stat : 6232 (toysat) S 6227 6230 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26032637 9283637248 2207433 33554432000 4194304 16246674 140734075600560 139737523264528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6230/tid=6233] ppid=6227 vsize=9066052 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6233/stat : 6233 (toysat) S 6227 6230 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26032637 9283637248 2207433 33554432000 4194304 16246674 140734075600560 139737512791216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9066052

[startup+102.3 s]
/proc/loadavg: 2.12 2.12 2.09 4/183 6235
/proc/meminfo: memFree=18233508/32872528 swapFree=681964/737152
[pid=6230] ppid=6227 vsize=12159556 CPUtime=102.28 cores=0,2,4,6
/proc/6230/stat : 6230 (toysat) R 6227 6230 1377 0 -1 4202496 2935870 0 0 0 9838 390 0 0 20 0 4 0 26032637 12451385344 2980625 33554432000 4194304 16246674 140734075600560 140734075598528 13899629 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6230/statm: 3039889 2980625 840 2943 0 3036783 0
[pid=6230/tid=6231] ppid=6227 vsize=12159556 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6231/stat : 6231 (toysat) S 6227 6230 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26032637 12451385344 2980625 33554432000 4194304 16246674 140734075600560 139737533754608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6230/tid=6232] ppid=6227 vsize=12159556 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6232/stat : 6232 (toysat) S 6227 6230 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26032637 12451385344 2980625 33554432000 4194304 16246674 140734075600560 139737523264528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6230/tid=6233] ppid=6227 vsize=12159556 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6233/stat : 6233 (toysat) S 6227 6230 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26032637 12451385344 2980625 33554432000 4194304 16246674 140734075600560 139737512791216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 12159556

[startup+162.3 s]
/proc/loadavg: 2.09 2.11 2.09 3/183 6237
/proc/meminfo: memFree=18230816/32872528 swapFree=681964/737152
[pid=6230] ppid=6227 vsize=12159556 CPUtime=162.26 cores=0,2,4,6
/proc/6230/stat : 6230 (toysat) R 6227 6230 1377 0 -1 4202496 2936060 0 0 0 15834 392 0 0 20 0 4 0 26032637 12451385344 2980815 33554432000 4194304 16246674 140734075600560 140734075598400 14013920 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6230/statm: 3039889 2980815 840 2943 0 3036783 0
[pid=6230/tid=6231] ppid=6227 vsize=12159556 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6231/stat : 6231 (toysat) S 6227 6230 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26032637 12451385344 2980815 33554432000 4194304 16246674 140734075600560 139737533754608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6230/tid=6232] ppid=6227 vsize=12159556 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6232/stat : 6232 (toysat) S 6227 6230 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26032637 12451385344 2980815 33554432000 4194304 16246674 140734075600560 139737523264528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6230/tid=6233] ppid=6227 vsize=12159556 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6233/stat : 6233 (toysat) S 6227 6230 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26032637 12451385344 2980815 33554432000 4194304 16246674 140734075600560 139737512791216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 12159556



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+183.6 s]
/proc/loadavg: 2.06 2.11 2.09 3/183 6238
/proc/meminfo: memFree=14917884/32872528 swapFree=681964/737152
[pid=6230] ppid=6227 vsize=15889988 CPUtime=183.57 cores=0,2,4,6
/proc/6230/stat : 6230 (toysat) R 6227 6230 1377 0 -1 4202496 3868634 0 0 0 17825 532 0 0 20 0 4 0 26032637 16271347712 3913390 33554432000 4194304 16246674 140734075600560 140734075599656 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6230/statm: 3972497 3913398 840 2943 0 3969391 0
[pid=6230/tid=6231] ppid=6227 vsize=15889988 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6231/stat : 6231 (toysat) S 6227 6230 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26032637 16271347712 3913403 33554432000 4194304 16246674 140734075600560 139737533754608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6230/tid=6232] ppid=6227 vsize=15889988 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6232/stat : 6232 (toysat) S 6227 6230 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26032637 16271347712 3913408 33554432000 4194304 16246674 140734075600560 139737523264752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6230/tid=6233] ppid=6227 vsize=15889988 CPUtime=0 cores=0,2,4,6
/proc/6230/task/6233/stat : 6233 (toysat) S 6227 6230 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 26032637 16271347712 3913413 33554432000 4194304 16246674 140734075600560 139737512791216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 183.57
Current children cumulated vsize (KiB) 15889988

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

[startup+184 s]
/proc/loadavg: 2.06 2.11 2.09 3/181 6238
/proc/meminfo: memFree=16311148/32872528 swapFree=681964/737152
[pid=6230] ppid=6227 vsize=0 CPUtime=183.96 cores=0,2,4,6
/proc/6230/stat : 6230 (toysat) Z 6227 6230 1377 0 -1 4203532 3869125 0 0 0 17825 571 0 0 20 0 2 0 26032637 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6230/statm: 0 0 0 0 0 0 0
[pid=6230/tid=6232] ppid=6227 vsize=0 CPUtime=0.38 cores=0,2,4,6
/proc/6230/task/6232/stat : 6232 (toysat) R 6227 6230 1377 0 -1 4203588 8 0 0 0 0 38 0 0 20 0 2 0 26032637 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 183.96
Current children cumulated vsize (KiB) 0

[startup+184.4 s]
/proc/loadavg: 2.06 2.11 2.09 3/181 6238
/proc/meminfo: memFree=16311148/32872528 swapFree=681964/737152
[pid=6230] ppid=6227 vsize=0 CPUtime=184.36 cores=0,2,4,6
/proc/6230/stat : 6230 (toysat) Z 6227 6230 1377 0 -1 4203532 3869125 0 0 0 17825 611 0 0 20 0 2 0 26032637 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6230/statm: 0 0 0 0 0 0 0
[pid=6230/tid=6232] ppid=6227 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/6230/task/6232/stat : 6232 (toysat) R 6227 6230 1377 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 26032637 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 184.36
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 184.471
CPU time (s): 184.435
CPU user time (s): 178.256
CPU system time (s): 6.17906
CPU usage (%): 99.9803
Max. virtual memory (cumulated for all children) (KiB): 15889988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 178.256
system time used= 6.17906
maximum resident set size= 15655520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3869125
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= 188

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.12383 second user time and 1.71274 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 10:50:34
IDJOB=4103985
IDBENCH=2524
IDSOLVER=2542
FILE ID=node112/4103985-1466239834
RUNJOBID= node112-1466206100-1394
PBS_JOBID= 19918164
Free space on /tmp= 71696 MiB

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

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

MD5SUM BENCH= 70ac8fda673b8cd0297ec54288f810c6
RANDOM SEED=1777667618

node112.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.734
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.46
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.734
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.734
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	: 5321.48
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.734
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.734
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.734
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.734
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.734
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30176128 kB
Buffers:           25928 kB
Cached:            95216 kB
SwapCached:         2288 kB
Active:          1175876 kB
Inactive:          48116 kB
Active(anon):    1102692 kB
Inactive(anon):     2444 kB
Active(file):      73184 kB
Inactive(file):    45672 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67093624 kB
Dirty:             16696 kB
Writeback:             0 kB
AnonPages:       1826748 kB
Mapped:            10348 kB
Shmem:                 0 kB
Slab:             600792 kB
SReclaimable:      44620 kB
SUnreclaim:       556172 kB
KernelStack:        1520 kB
PageTables:         8160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1987172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    608256 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= 71680 MiB
End job on node112 at 2016-06-18 10:53:39