Trace number 4103481

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) 172.078 172.108

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/www.csit.fsu.edu/
~burkardt/datasets/mps/normalized-mps-v2-20-10-nazareth.opb
MD5SUM717b9ee7a115604785e9172508b7e284
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-1073741823
Best CPU time to get the best result obtained on this benchmark0.106982
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1073741823
Optimality of the best value was proved YES
Number of variables78
Total number of constraints3
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 constraints3
Minimum length of a constraint17
Maximum length of a constraint61
Number of terms in the objective function 78
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 3221356541
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 5368724480
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 20401110007
Number of bits of the biggest sum of numbers35
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:11:01+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-4103481-1466237461.opb"]
0.00/0.01	c use --random-gen="2787523400 110041691 2363822624 927965020 1720843378 3191959210 3173102202 2837886051 2777989746 827832284 4204429924 595251170 4010985543 2435742009 3391165612 1004111575 598840054 3064872832 3577959134 1296126256 3224236458 2618506514 1434394409 1234704110 1204110847 592331721 1393454144 1685059131 1651757755 3136701964 17159670 3139432250 4087012506 4005465212 4195582216 3012960714 260361587 643699271 3348170451 1378345540 3639777811 1325350139 1110977096 3288203320 3772244399 1728246703 2197370613 1002265377 3433677926 1085753752 4279724736 4236326626 2580215904 3475768191 3804050720 2772625631 526342935 2079636285 786445081 1053091205 3888617078 1222056576 2585794154 361458368 1636654055 440485052 1435297608 2223081039 609225872 2988389666 4108143657 419331280 178617568 2919063715 3836473149 4016897651 2398285819 1210954869 1299628201 4062408626 1261746804 1962794751 2627891050 48481268 2811658952 3846738938 3327184365 1840492857 576259197 548194863 2384954200 4144833207 2895179481 124101650 52735531 229365634 2465417468 4040992521 3061934432 2418829788 2852932559 1497923432 1130807556 375833466 401182422 1078315700 2091167713 874747782 72660254 2023665108 3699842520 1109567048 3654736724 3274644933 1099595282 88488414 4122240570 4198109354 2960556668 1358376609 1400230736 2414005448 3528179155 405342585 3976569520 3354368901 2188610886 2188590585 210834612 3727479038 2123545717 2277403382 1141289224 1831430518 73666796 2345090115 2780859230 3152183661 2082169238 1407693753 3286667631 2421217204 2222039368 4154373498 1159584715 2759898111 1320328651 1452589808 109156563 2998699669 1516290753 510037305 219742345 2875444290 2659080285 2652906988 2338516433 2597888549 2898441838 2699603016 3433083918 3198514122 1206721860 4011983056 2143505150 2126711450 3067818288 1329644414 1446139320 2185424680 2911344261 1245367266 4051333867 1278596719 835480364 3052861237 2187607868 1397465394 1735118472 1560768068 3362149015 3960919929 3128880055 3155215001 3163340654 2414148431 1149405399 2978875577 4232335279 3197854371 3686247055 1658178557 1355494502 4010513204 2951485644 2736194525 3295306593 2845693031 259637446 468223218 2993625546 2396555979 4088259650 2968365280 2252830614 2735360523 1323446257 2321604540 1053529388 3470503015 4080879551 2233467542 305659573 515350424 3846554995 4017828003 2526459838 3597487241 3278603553 3450306089 2384705948 1884258896 1631698003 2617385065 1510287962 288188342 4009895332 3495752145 2909851509 1090492087 780218225 3305336416 1830170016 4087248235 3020172565 119382713 1794687837 926664915 3407336263 69277820 131521740 1091373817 2408599758 4213760938 3973496194 2365664570 1414392488 1263590973 755220471 2342302025 3069210741 3655116305 1510191960 4263084836 1775259 859473768 255 362436" option to reproduce the execution
0.00/0.01	c #vars 78
0.00/0.01	c #constraints 3

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4103481-1466237461/watcher-4103481-1466237461 -o /tmp/evaluation-result-4103481-1466237461/solver-4103481-1466237461 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466206081-595 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103481-1466237461.opb 

pid=5974
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.19 2.22 2.18 3/179 5977
/proc/meminfo: memFree=28912736/32872528 swapFree=17888/1798212
[pid=5977] ppid=5974 vsize=774588 CPUtime=0 cores=0,2,4,6
/proc/5977/stat : 5977 (toysat) R 5974 5977 579 0 -1 4202496 2895 0 0 0 0 0 0 0 20 0 4 0 25793257 793178112 3256 33554432000 4194304 16246674 140733754005872 140733754005296 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5977/statm: 194159 3267 441 2943 0 191053 0
[pid=5977/tid=5978] ppid=5974 vsize=791996 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5978/stat : 5978 (toysat) S 5974 5977 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25793257 811003904 3328 33554432000 4194304 16246674 140733754005872 140094714391792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5977/tid=5979] ppid=5974 vsize=797116 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5979/stat : 5979 (toysat) S 5974 5977 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25793257 816246784 3345 33554432000 4194304 16246674 140733754005872 140094703901936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5977/tid=5980] ppid=5974 vsize=801212 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5980/stat : 5980 (toysat) S 5974 5977 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25793257 820441088 3361 33554432000 4194304 16246674 140733754005872 140094585433264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100172 s]
/proc/loadavg: 2.19 2.22 2.18 3/179 5977
/proc/meminfo: memFree=28912736/32872528 swapFree=17888/1798212
[pid=5977] ppid=5974 vsize=1218116 CPUtime=0.08 cores=0,2,4,6
/proc/5977/stat : 5977 (toysat) R 5974 5977 579 0 -1 4202496 26993 0 0 0 5 3 0 0 20 0 4 0 25793257 1247350784 27346 33554432000 4194304 16246674 140733754005872 140733754005296 12449273 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5977/statm: 304529 27356 626 2943 0 301423 0
[pid=5977/tid=5978] ppid=5974 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5978/stat : 5978 (toysat) S 5974 5977 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25793257 1247350784 27365 33554432000 4194304 16246674 140733754005872 140094714391792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5977/tid=5979] ppid=5974 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5979/stat : 5979 (toysat) S 5974 5977 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25793257 1247350784 27376 33554432000 4194304 16246674 140733754005872 140094703901936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5977/tid=5980] ppid=5974 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5980/stat : 5980 (toysat) S 5974 5977 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25793257 1247350784 27385 33554432000 4194304 16246674 140733754005872 140094585433264 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.200513 s]
/proc/loadavg: 2.19 2.22 2.18 3/179 5977
/proc/meminfo: memFree=28912736/32872528 swapFree=17888/1798212
[pid=5977] ppid=5974 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/5977/stat : 5977 (toysat) R 5974 5977 579 0 -1 4202496 51472 0 0 0 11 8 0 0 20 0 4 0 25793257 1247350784 51824 33554432000 4194304 16246674 140733754005872 140733753987776 12449399 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5977/statm: 304529 51837 626 2943 0 301423 0
[pid=5977/tid=5978] ppid=5974 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5978/stat : 5978 (toysat) S 5974 5977 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25793257 1247350784 51846 33554432000 4194304 16246674 140733754005872 140094714391792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5977/tid=5979] ppid=5974 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5979/stat : 5979 (toysat) S 5974 5977 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25793257 1247350784 51856 33554432000 4194304 16246674 140733754005872 140094703901936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5977/tid=5980] ppid=5974 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5980/stat : 5980 (toysat) S 5974 5977 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25793257 1247350784 51864 33554432000 4194304 16246674 140733754005872 140094585433264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.30043 s]
/proc/loadavg: 2.19 2.22 2.18 3/179 5977
/proc/meminfo: memFree=28912736/32872528 swapFree=17888/1798212
[pid=5977] ppid=5974 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/5977/stat : 5977 (toysat) R 5974 5977 579 0 -1 4202496 71947 0 0 0 19 10 0 0 20 0 4 0 25793257 1247350784 72300 33554432000 4194304 16246674 140733754005872 140733753987776 6958465 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5977/statm: 304529 72311 626 2943 0 301423 0
[pid=5977/tid=5978] ppid=5974 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5978/stat : 5978 (toysat) S 5974 5977 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25793257 1247350784 72318 33554432000 4194304 16246674 140733754005872 140094714391792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5977/tid=5979] ppid=5974 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5979/stat : 5979 (toysat) S 5974 5977 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25793257 1247350784 72325 33554432000 4194304 16246674 140733754005872 140094703901936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5977/tid=5980] ppid=5974 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5980/stat : 5980 (toysat) S 5974 5977 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25793257 1247350784 72333 33554432000 4194304 16246674 140733754005872 140094585433264 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.700408 s]
/proc/loadavg: 2.19 2.22 2.18 3/179 5977
/proc/meminfo: memFree=28912736/32872528 swapFree=17888/1798212
[pid=5977] ppid=5974 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/5977/stat : 5977 (toysat) R 5974 5977 579 0 -1 4202496 167859 0 0 0 45 24 0 0 20 0 4 0 25793257 1247350784 168211 33554432000 4194304 16246674 140733754005872 140733753987776 12655109 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5977/statm: 304529 168225 626 2943 0 301423 0
[pid=5977/tid=5978] ppid=5974 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5978/stat : 5978 (toysat) S 5974 5977 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25793257 1247350784 168235 33554432000 4194304 16246674 140733754005872 140094714391792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5977/tid=5979] ppid=5974 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5979/stat : 5979 (toysat) S 5974 5977 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25793257 1247350784 168244 33554432000 4194304 16246674 140733754005872 140094703901936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5977/tid=5980] ppid=5974 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5980/stat : 5980 (toysat) S 5974 5977 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25793257 1247350784 168252 33554432000 4194304 16246674 140733754005872 140094585433264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.19 2.22 2.18 3/183 5981
/proc/meminfo: memFree=27882224/32872528 swapFree=17888/1798212
[pid=5977] ppid=5974 vsize=1401412 CPUtime=1.49 cores=0,2,4,6
/proc/5977/stat : 5977 (toysat) R 5974 5977 579 0 -1 4202496 291413 0 0 0 111 38 0 0 20 0 4 0 25793257 1435045888 291721 33554432000 4194304 16246674 140733754005872 140733754005184 12371244 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5977/statm: 350353 291721 831 2943 0 347247 0
[pid=5977/tid=5978] ppid=5974 vsize=1401412 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5978/stat : 5978 (toysat) S 5974 5977 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25793257 1435045888 291721 33554432000 4194304 16246674 140733754005872 140094714391792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5977/tid=5979] ppid=5974 vsize=1401412 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5979/stat : 5979 (toysat) S 5974 5977 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25793257 1435045888 291721 33554432000 4194304 16246674 140733754005872 140094703901936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5977/tid=5980] ppid=5974 vsize=1401412 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5980/stat : 5980 (toysat) S 5974 5977 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25793257 1435045888 291721 33554432000 4194304 16246674 140733754005872 140094585433264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1401412

[startup+3.10037 s]
/proc/loadavg: 2.19 2.22 2.18 4/183 5981
/proc/meminfo: memFree=27746180/32872528 swapFree=17888/1798212
[pid=5977] ppid=5974 vsize=1437252 CPUtime=3.09 cores=0,2,4,6
/proc/5977/stat : 5977 (toysat) R 5974 5977 579 0 -1 4202496 300417 0 0 0 270 39 0 0 20 0 4 0 25793257 1471746048 300725 33554432000 4194304 16246674 140733754005872 140733754005184 4225176 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5977/statm: 359313 300725 831 2943 0 356207 0
[pid=5977/tid=5978] ppid=5974 vsize=1437252 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5978/stat : 5978 (toysat) S 5974 5977 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25793257 1471746048 300725 33554432000 4194304 16246674 140733754005872 140094714391792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5977/tid=5979] ppid=5974 vsize=1437252 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5979/stat : 5979 (toysat) S 5974 5977 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25793257 1471746048 300725 33554432000 4194304 16246674 140733754005872 140094703901936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5977/tid=5980] ppid=5974 vsize=1437252 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5980/stat : 5980 (toysat) S 5974 5977 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25793257 1471746048 300725 33554432000 4194304 16246674 140733754005872 140094585433264 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) 1437252

[startup+6.30041 s]
/proc/loadavg: 2.17 2.22 2.18 3/183 5981
/proc/meminfo: memFree=27495364/32872528 swapFree=17888/1798212
[pid=5977] ppid=5974 vsize=1651268 CPUtime=6.29 cores=0,2,4,6
/proc/5977/stat : 5977 (toysat) R 5974 5977 579 0 -1 4202496 353921 0 0 0 583 46 0 0 20 0 4 0 25793257 1690898432 354229 33554432000 4194304 16246674 140733754005872 140733754003712 4222992 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5977/statm: 412817 354229 831 2943 0 409711 0
[pid=5977/tid=5978] ppid=5974 vsize=1651268 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5978/stat : 5978 (toysat) S 5974 5977 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25793257 1690898432 354229 33554432000 4194304 16246674 140733754005872 140094714391792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5977/tid=5979] ppid=5974 vsize=1651268 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5979/stat : 5979 (toysat) S 5974 5977 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25793257 1690898432 354229 33554432000 4194304 16246674 140733754005872 140094703901936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5977/tid=5980] ppid=5974 vsize=1651268 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5980/stat : 5980 (toysat) S 5974 5977 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25793257 1690898432 354229 33554432000 4194304 16246674 140733754005872 140094585433264 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) 1651268

[startup+12.7004 s]
/proc/loadavg: 2.24 2.23 2.18 4/183 5981
/proc/meminfo: memFree=26634452/32872528 swapFree=17888/1798212
[pid=5977] ppid=5974 vsize=2510404 CPUtime=12.68 cores=0,2,4,6
/proc/5977/stat : 5977 (toysat) R 5974 5977 579 0 -1 4202496 568705 0 0 0 1195 73 0 0 20 0 4 0 25793257 2570653696 569013 33554432000 4194304 16246674 140733754005872 140733754004968 4221129 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5977/statm: 627601 569013 831 2943 0 624495 0
[pid=5977/tid=5978] ppid=5974 vsize=2510404 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5978/stat : 5978 (toysat) S 5974 5977 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25793257 2570653696 569013 33554432000 4194304 16246674 140733754005872 140094714391792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5977/tid=5979] ppid=5974 vsize=2510404 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5979/stat : 5979 (toysat) S 5974 5977 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25793257 2570653696 569013 33554432000 4194304 16246674 140733754005872 140094703901936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5977/tid=5980] ppid=5974 vsize=2510404 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5980/stat : 5980 (toysat) S 5974 5977 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25793257 2570653696 569013 33554432000 4194304 16246674 140733754005872 140094585433264 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) 2510404

[startup+25.5005 s]
/proc/loadavg: 2.18 2.22 2.18 3/183 5981
/proc/meminfo: memFree=24082108/32872528 swapFree=17888/1798212
[pid=5977] ppid=5974 vsize=5081668 CPUtime=25.48 cores=0,2,4,6
/proc/5977/stat : 5977 (toysat) R 5974 5977 579 0 -1 4202496 1211523 0 0 0 2389 159 0 0 20 0 4 0 25793257 5203628032 1211831 33554432000 4194304 16246674 140733754005872 140733754005184 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5977/statm: 1270417 1211831 832 2943 0 1267311 0
[pid=5977/tid=5978] ppid=5974 vsize=5081668 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5978/stat : 5978 (toysat) S 5974 5977 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25793257 5203628032 1211831 33554432000 4194304 16246674 140733754005872 140094714391792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5977/tid=5979] ppid=5974 vsize=5081668 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5979/stat : 5979 (toysat) S 5974 5977 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25793257 5203628032 1211831 33554432000 4194304 16246674 140733754005872 140094703901936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5977/tid=5980] ppid=5974 vsize=5081668 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5980/stat : 5980 (toysat) S 5974 5977 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25793257 5203628032 1211831 33554432000 4194304 16246674 140733754005872 140094585433264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5081668

[startup+51.1005 s]
/proc/loadavg: 2.12 2.20 2.18 3/183 5981
/proc/meminfo: memFree=20093552/32872528 swapFree=17888/1798212
[pid=5977] ppid=5974 vsize=9039428 CPUtime=51.08 cores=0,2,4,6
/proc/5977/stat : 5977 (toysat) R 5974 5977 579 0 -1 4202496 2200965 0 0 0 4814 294 0 0 20 0 4 0 25793257 9256374272 2201273 33554432000 4194304 16246674 140733754005872 140733754004968 4221122 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5977/statm: 2259857 2201273 832 2943 0 2256751 0
[pid=5977/tid=5978] ppid=5974 vsize=9039428 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5978/stat : 5978 (toysat) S 5974 5977 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25793257 9256374272 2201273 33554432000 4194304 16246674 140733754005872 140094714391792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5977/tid=5979] ppid=5974 vsize=9039428 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5979/stat : 5979 (toysat) S 5974 5977 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25793257 9256374272 2201273 33554432000 4194304 16246674 140733754005872 140094703901936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5977/tid=5980] ppid=5974 vsize=9039428 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5980/stat : 5980 (toysat) S 5974 5977 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25793257 9256374272 2201273 33554432000 4194304 16246674 140733754005872 140094585433264 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) 9039428

[startup+102.3 s]
/proc/loadavg: 2.17 2.20 2.18 4/183 5982
/proc/meminfo: memFree=15062656/32872528 swapFree=17888/1798212
[pid=5977] ppid=5974 vsize=14060100 CPUtime=102.28 cores=0,2,4,6
/proc/5977/stat : 5977 (toysat) R 5974 5977 579 0 -1 4202496 3456139 0 0 0 9756 472 0 0 20 0 4 0 25793257 14397542400 3456447 33554432000 4194304 16246674 140733754005872 140733754003840 14016589 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5977/statm: 3515025 3456447 837 2943 0 3511919 0
[pid=5977/tid=5978] ppid=5974 vsize=14060100 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5978/stat : 5978 (toysat) S 5974 5977 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25793257 14397542400 3456447 33554432000 4194304 16246674 140733754005872 140094714391792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5977/tid=5979] ppid=5974 vsize=14060100 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5979/stat : 5979 (toysat) S 5974 5977 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25793257 14397542400 3456447 33554432000 4194304 16246674 140733754005872 140094703901712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5977/tid=5980] ppid=5974 vsize=14060100 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5980/stat : 5980 (toysat) S 5974 5977 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25793257 14397542400 3456447 33554432000 4194304 16246674 140733754005872 140094585433264 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) 14060100

[startup+162.3 s]
/proc/loadavg: 2.22 2.20 2.18 3/182 5984
/proc/meminfo: memFree=15063316/32872528 swapFree=17888/1798212
[pid=5977] ppid=5974 vsize=14060100 CPUtime=162.27 cores=0,2,4,6
/proc/5977/stat : 5977 (toysat) R 5974 5977 579 0 -1 4202496 3456139 0 0 0 15751 476 0 0 20 0 4 0 25793257 14397542400 3456447 33554432000 4194304 16246674 140733754005872 140733754004968 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5977/statm: 3515025 3456447 837 2943 0 3511919 0
[pid=5977/tid=5978] ppid=5974 vsize=14060100 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5978/stat : 5978 (toysat) S 5974 5977 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25793257 14397542400 3456447 33554432000 4194304 16246674 140733754005872 140094714391792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5977/tid=5979] ppid=5974 vsize=14060100 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5979/stat : 5979 (toysat) S 5974 5977 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25793257 14397542400 3456447 33554432000 4194304 16246674 140733754005872 140094703901936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5977/tid=5980] ppid=5974 vsize=14060100 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5980/stat : 5980 (toysat) S 5974 5977 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25793257 14397542400 3456447 33554432000 4194304 16246674 140733754005872 140094585433264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 14060100



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+171.2 s]
/proc/loadavg: 2.19 2.20 2.18 3/182 5984
/proc/meminfo: memFree=13491724/32872528 swapFree=17888/1798212
[pid=5977] ppid=5974 vsize=15911492 CPUtime=171.17 cores=0,2,4,6
/proc/5977/stat : 5977 (toysat) R 5974 5977 579 0 -1 4202496 3918743 0 0 0 16573 544 0 0 20 0 4 0 25793257 16293367808 3919051 33554432000 4194304 16246674 140733754005872 140733754004968 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5977/statm: 3977873 3919051 837 2943 0 3974767 0
[pid=5977/tid=5978] ppid=5974 vsize=15911492 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5978/stat : 5978 (toysat) S 5974 5977 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25793257 16293367808 3919051 33554432000 4194304 16246674 140733754005872 140094714391792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5977/tid=5979] ppid=5974 vsize=15911492 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5979/stat : 5979 (toysat) S 5974 5977 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25793257 16293367808 3919051 33554432000 4194304 16246674 140733754005872 140094703901936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5977/tid=5980] ppid=5974 vsize=15911492 CPUtime=0 cores=0,2,4,6
/proc/5977/task/5980/stat : 5980 (toysat) S 5974 5977 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25793257 16293367808 3919051 33554432000 4194304 16246674 140733754005872 140094585433264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 171.17
Current children cumulated vsize (KiB) 15911492

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

[startup+171.6 s]
/proc/loadavg: 2.19 2.20 2.18 3/180 5984
/proc/meminfo: memFree=20117860/32872528 swapFree=17888/1798212
[pid=5977] ppid=5974 vsize=0 CPUtime=171.57 cores=0,2,4,6
/proc/5977/stat : 5977 (toysat) Z 5974 5977 579 0 -1 4203532 3919206 0 0 0 16573 584 0 0 20 0 2 0 25793257 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5977/statm: 0 0 0 0 0 0 0
[pid=5977/tid=5978] ppid=5974 vsize=0 CPUtime=0.39 cores=0,2,4,6
/proc/5977/task/5978/stat : 5978 (toysat) R 5974 5977 579 0 -1 4203588 10 0 0 0 0 39 0 0 20 0 2 0 25793257 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) 171.57
Current children cumulated vsize (KiB) 0

[startup+172 s]
/proc/loadavg: 2.19 2.20 2.18 3/180 5984
/proc/meminfo: memFree=20117860/32872528 swapFree=17888/1798212
[pid=5977] ppid=5974 vsize=0 CPUtime=171.96 cores=0,2,4,6
/proc/5977/stat : 5977 (toysat) Z 5974 5977 579 0 -1 4203532 3919206 0 0 0 16573 623 0 0 20 0 2 0 25793257 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5977/statm: 0 0 0 0 0 0 0
[pid=5977/tid=5978] ppid=5974 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/5977/task/5978/stat : 5978 (toysat) R 5974 5977 579 0 -1 4203588 10 0 0 0 0 78 0 0 20 0 2 0 25793257 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) 171.96
Current children cumulated vsize (KiB) 0

[startup+172.1 s]
/proc/loadavg: 2.19 2.20 2.18 3/180 5984
/proc/meminfo: memFree=20117860/32872528 swapFree=17888/1798212
[pid=5977] ppid=5974 vsize=0 CPUtime=172.06 cores=0,2,4,6
/proc/5977/stat : 5977 (toysat) Z 5974 5977 579 0 -1 4203532 3919206 0 0 0 16573 633 0 0 20 0 2 0 25793257 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5977/statm: 0 0 0 0 0 0 0
[pid=5977/tid=5978] ppid=5974 vsize=0 CPUtime=0.88 cores=0,2,4,6
/proc/5977/task/5978/stat : 5978 (toysat) R 5974 5977 579 0 -1 4203588 10 0 0 0 0 88 0 0 20 0 2 0 25793257 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) 172.06
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 172.108
CPU time (s): 172.078
CPU user time (s): 165.738
CPU system time (s): 6.34004
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 15911492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 165.738
system time used= 6.34004
maximum resident set size= 15678056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3919206
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= 65
involuntary context switches= 176

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.629904 second user time and 0.724889 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-18 10:11:01
IDJOB=4103481
IDBENCH=2373
IDSOLVER=2542
FILE ID=node123/4103481-1466237461
RUNJOBID= node123-1466206081-595
PBS_JOBID= 19918154
Free space on /tmp= 71620 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/www.csit.fsu.edu/~burkardt/datasets/mps/normalized-mps-v2-20-10-nazareth.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103481-1466237461/watcher-4103481-1466237461 -o /tmp/evaluation-result-4103481-1466237461/solver-4103481-1466237461 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466206081-595 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103481-1466237461.opb

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

MD5SUM BENCH= 717b9ee7a115604785e9172508b7e284
RANDOM SEED=1546649333

node123.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.791
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.58
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.791
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.791
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.56
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.791
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.57
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.791
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.56
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.791
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.791
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.56
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.791
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:        28913900 kB
Buffers:          115584 kB
Cached:           164532 kB
SwapCached:         1640 kB
Active:          1238136 kB
Inactive:         182556 kB
Active(anon):    1139260 kB
Inactive(anon):     3584 kB
Active(file):      98876 kB
Inactive(file):   178972 kB
Unevictable:     1798212 kB
Mlocked:           17888 kB
SwapTotal:      67108856 kB
SwapFree:       67099316 kB
Dirty:             16324 kB
Writeback:             0 kB
AnonPages:       2896912 kB
Mapped:            10832 kB
Shmem:                 0 kB
Slab:             603480 kB
SReclaimable:      47584 kB
SUnreclaim:       555896 kB
KernelStack:        1528 kB
PageTables:         9436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3081900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1744896 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= 71604 MiB
End job on node123 at 2016-06-18 10:13:54