Trace number 4105757

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.6 172.637

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=40-sizeP=21-sizeQ=40-289612555.opb
MD5SUM9de41f4dfea665c07d07d26677f77e5d
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.553915
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables901
Total number of constraints2521
Number of constraints which are clauses2520
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint840
Number of terms in the objective function 21
Biggest coefficient in the objective function 1048576
Number of bits for the biggest coefficient in the objective function 21
Sum of the numbers in the objective function 2097151
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 576460752303423488
Number of bits of the biggest number in a constraint 60
Biggest sum of numbers in a constraint 2305842614989581580
Number of bits of the biggest sum of numbers61
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-18T15:21:07+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-4105757-1466256067.opb"]
0.00/0.01	c use --random-gen="3613945542 2552501173 1740967570 935441555 1461673993 1830682971 3122671945 601064439 2345460120 2820512432 701665743 4068410732 385178431 718912385 3990598340 2136143907 1028091772 231085297 3261476817 782734949 1511509247 126199901 3972132777 3875189850 820128254 1376152279 3410514274 1799380913 1545207956 2358092825 589021104 977159898 1666244747 1016430330 2323101294 1561083900 931952252 2540962151 128848360 1829232187 2116668956 1419125099 3083465150 403359501 2056023165 594912074 2055625345 1644723263 1930754214 69339022 256262060 661934199 882289645 3613724847 3060163456 2493711701 2468518647 4265495389 3421310293 4122502510 383538831 174262486 3431375849 889312180 1013169206 1866009273 260974309 456546646 4240237012 3951661067 1311667891 1137303649 2600951396 4061654858 99029523 1289155502 614921224 3511377444 571575162 2410666163 26355619 2793802846 4044081564 4121902954 3067699723 1982741642 237507654 1178933827 2318254335 1469027559 2544420893 1997438999 488802665 622175445 876350126 2910545637 2618494206 1397298170 2680898178 1731723730 1193797977 3649548212 3321896920 1262950628 303852024 3573805279 1501085430 2221429285 684969930 2489320219 2449981808 1585078032 1709722363 4083210342 813419903 883186908 2717418034 3096453809 1033223943 2384354701 4022311522 4238326609 2074274135 627185275 1779546331 4082001535 993102022 2918845020 4058278904 2530654660 1013214174 218005930 1381056176 731542634 583679164 1132692039 1354060437 1463889201 3410893868 93904143 3112407387 234259838 1867829722 3069388181 3694480018 918526698 3215969836 3299580797 2713157962 1133485504 826525588 3440709882 2648499548 44062046 1824843525 2561518484 4132164404 634254949 2037807986 376569491 2114936291 2001449882 1272779442 1298549721 1163020781 876991191 991157055 1658979244 1526037552 1046235024 30475392 435980325 3752671185 4245747271 1043639455 55141731 3561235770 4102567779 2572227271 2152143312 1043774094 879624062 161712906 3382803097 3335368952 2530104488 1606238858 2304338790 1341372039 727161481 2320115456 4148804944 881217212 594714156 713418618 1875391214 3970936675 1636510653 1399807686 3810829717 434356196 198057181 1449527212 660776216 1236077119 3609293230 1815980991 1286833229 1151808249 1055240139 1097609348 3996403916 2256406710 4120584994 2947434538 3091158274 1838570838 1391253052 1629542009 3105290641 888135998 560736917 2239687897 57924622 2078632458 2658100290 2389879237 685233537 4241575466 1479872276 1834282258 3159950669 454023808 2999122448 2352601606 3092106962 1119497798 4175909778 2612673016 2500763984 3148215503 2519753370 2027877384 3933553789 3047040010 1169934240 2139098511 2903878348 3229956990 2368677541 2468601737 4033148362 1164164644 3052120798 3261790853 2093165547 255 362436" option to reproduce the execution
0.00/0.03	c #vars 901
0.00/0.03	c #constraints 2521

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

pid=6530
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.04 2.05 2.05 3/179 6533
/proc/meminfo: memFree=18497072/32872528 swapFree=526336/559040
[pid=6533] ppid=6530 vsize=740796 CPUtime=0 cores=1,3,5,7
/proc/6533/stat : 6533 (toysat) R 6530 6533 28898 0 -1 4202496 2767 0 0 0 0 0 0 0 20 0 4 0 27656793 758575104 3127 33554432000 4194304 16246674 140736393071648 140736393071072 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6533/statm: 185967 3137 441 2943 0 182861 0
[pid=6533/tid=6534] ppid=6530 vsize=784828 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27656794 803663872 3299 33554432000 4194304 16246674 140736393071648 140036211191024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=790972 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27656794 809955328 3321 33554432000 4194304 16246674 140736393071648 140036200701168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=794044 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27656794 813101056 3335 33554432000 4194304 16246674 140736393071648 140036190227632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.10022 s]
/proc/loadavg: 2.04 2.05 2.05 3/179 6533
/proc/meminfo: memFree=18497072/32872528 swapFree=526336/559040
[pid=6533] ppid=6530 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/6533/stat : 6533 (toysat) R 6530 6533 28898 0 -1 4202496 26954 0 0 0 5 4 0 0 20 0 4 0 27656793 1247350784 27305 33554432000 4194304 16246674 140736393071648 140736393071072 12657222 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6533/statm: 304529 27310 637 2943 0 301423 0
[pid=6533/tid=6534] ppid=6530 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27656794 1247350784 27314 33554432000 4194304 16246674 140736393071648 140036211191024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27656794 1247350784 27317 33554432000 4194304 16246674 140736393071648 140036200701168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27656794 1247350784 27321 33554432000 4194304 16246674 140736393071648 140036190227632 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) 1218116

[startup+0.200532 s]
/proc/loadavg: 2.04 2.05 2.05 3/179 6533
/proc/meminfo: memFree=18497072/32872528 swapFree=526336/559040
[pid=6533] ppid=6530 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/6533/stat : 6533 (toysat) R 6530 6533 28898 0 -1 4202496 50068 0 0 0 12 7 0 0 20 0 4 0 27656793 1247350784 50419 33554432000 4194304 16246674 140736393071648 140736393071072 12657222 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6533/statm: 304529 50424 637 2943 0 301423 0
[pid=6533/tid=6534] ppid=6530 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27656794 1247350784 50428 33554432000 4194304 16246674 140736393071648 140036211191024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27656794 1247350784 50432 33554432000 4194304 16246674 140736393071648 140036200701168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27656794 1247350784 50436 33554432000 4194304 16246674 140736393071648 140036190227632 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) 1218116

[startup+0.300485 s]
/proc/loadavg: 2.04 2.05 2.05 3/179 6533
/proc/meminfo: memFree=18497072/32872528 swapFree=526336/559040
[pid=6533] ppid=6530 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/6533/stat : 6533 (toysat) R 6530 6533 28898 0 -1 4202496 75304 0 0 0 18 11 0 0 20 0 4 0 27656793 1247350784 75656 33554432000 4194304 16246674 140736393071648 140736393071072 12652961 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6533/statm: 304529 75665 637 2943 0 301423 0
[pid=6533/tid=6534] ppid=6530 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27656794 1247350784 75671 33554432000 4194304 16246674 140736393071648 140036211191024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27656794 1247350784 75677 33554432000 4194304 16246674 140736393071648 140036200701168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27656794 1247350784 75683 33554432000 4194304 16246674 140736393071648 140036190227632 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) 1218116

[startup+0.700411 s]
/proc/loadavg: 2.04 2.05 2.05 3/179 6533
/proc/meminfo: memFree=18497072/32872528 swapFree=526336/559040
[pid=6533] ppid=6530 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/6533/stat : 6533 (toysat) R 6530 6533 28898 0 -1 4202496 159604 0 0 0 49 20 0 0 20 0 4 0 27656793 1247350784 159955 33554432000 4194304 16246674 140736393071648 140736393071072 6958849 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6533/statm: 304529 159967 637 2943 0 301423 0
[pid=6533/tid=6534] ppid=6530 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27656794 1247350784 159974 33554432000 4194304 16246674 140736393071648 140036211191024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27656794 1247350784 159981 33554432000 4194304 16246674 140736393071648 140036200701168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27656794 1247350784 159988 33554432000 4194304 16246674 140736393071648 140036190227632 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) 1218116

[startup+1.50042 s]
/proc/loadavg: 2.04 2.05 2.05 3/183 6537
/proc/meminfo: memFree=17468008/32872528 swapFree=526336/559040
[pid=6533] ppid=6530 vsize=1404484 CPUtime=1.49 cores=1,3,5,7
/proc/6533/stat : 6533 (toysat) R 6530 6533 28898 0 -1 4202496 292104 0 0 0 113 36 0 0 20 0 4 0 27656793 1438191616 292411 33554432000 4194304 16246674 140736393071648 140736393070960 12371164 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6533/statm: 351121 292411 840 2943 0 348015 0
[pid=6533/tid=6534] ppid=6530 vsize=1404484 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27656794 1438191616 292411 33554432000 4194304 16246674 140736393071648 140036211191024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=1404484 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27656794 1438191616 292411 33554432000 4194304 16246674 140736393071648 140036200701168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=1404484 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27656794 1438191616 292411 33554432000 4194304 16246674 140736393071648 140036190227632 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) 1404484

[startup+3.10041 s]
/proc/loadavg: 2.04 2.05 2.05 3/183 6537
/proc/meminfo: memFree=17297368/32872528 swapFree=526336/559040
[pid=6533] ppid=6530 vsize=1434180 CPUtime=3.09 cores=1,3,5,7
/proc/6533/stat : 6533 (toysat) R 6530 6533 28898 0 -1 4202496 299667 0 0 0 272 37 0 0 20 0 4 0 27656793 1468600320 299974 33554432000 4194304 16246674 140736393071648 140736393053568 12371080 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6533/statm: 358545 299974 841 2943 0 355439 0
[pid=6533/tid=6534] ppid=6530 vsize=1434180 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27656794 1468600320 299974 33554432000 4194304 16246674 140736393071648 140036211191024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=1434180 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27656794 1468600320 299974 33554432000 4194304 16246674 140736393071648 140036200701168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=1434180 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27656794 1468600320 299974 33554432000 4194304 16246674 140736393071648 140036190227632 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) 1434180

[startup+6.30041 s]
/proc/loadavg: 2.03 2.05 2.05 3/183 6537
/proc/meminfo: memFree=17071528/32872528 swapFree=526336/559040
[pid=6533] ppid=6530 vsize=1937988 CPUtime=6.29 cores=1,3,5,7
/proc/6533/stat : 6533 (toysat) R 6530 6533 28898 0 -1 4202496 425472 0 0 0 575 54 0 0 20 0 4 0 27656793 1984499712 425779 33554432000 4194304 16246674 140736393071648 140736393070824 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6533/statm: 484497 425788 841 2943 0 481391 0
[pid=6533/tid=6534] ppid=6530 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27656794 1984499712 425794 33554432000 4194304 16246674 140736393071648 140036211191024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27656794 1984499712 425800 33554432000 4194304 16246674 140736393071648 140036200700944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=1937988 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27656794 1984499712 425805 33554432000 4194304 16246674 140736393071648 140036190227632 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) 1937988

[startup+12.7004 s]
/proc/loadavg: 2.03 2.05 2.05 3/183 6537
/proc/meminfo: memFree=15905268/32872528 swapFree=526336/559040
[pid=6533] ppid=6530 vsize=3157572 CPUtime=12.69 cores=1,3,5,7
/proc/6533/stat : 6533 (toysat) R 6530 6533 28898 0 -1 4202496 730489 0 0 0 1174 95 0 0 20 0 4 0 27656793 3233353728 730796 33554432000 4194304 16246674 140736393071648 140736393070744 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6533/statm: 789393 730806 841 2943 0 786287 0
[pid=6533/tid=6534] ppid=6530 vsize=3157572 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27656794 3233353728 730813 33554432000 4194304 16246674 140736393071648 140036211191024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=3157572 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27656794 3233353728 730819 33554432000 4194304 16246674 140736393071648 140036200700944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=3158596 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27656794 3234402304 730827 33554432000 4194304 16246674 140736393071648 140036190227632 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) 3157572

[startup+25.5005 s]
/proc/loadavg: 2.02 2.05 2.05 3/183 6537
/proc/meminfo: memFree=13020980/32872528 swapFree=526336/559040
[pid=6533] ppid=6530 vsize=5705284 CPUtime=25.49 cores=1,3,5,7
/proc/6533/stat : 6533 (toysat) R 6530 6533 28898 0 -1 4202496 1367445 0 0 0 2372 177 0 0 20 0 4 0 27656793 5842210816 1367752 33554432000 4194304 16246674 140736393071648 140736393070744 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6533/statm: 1426321 1367752 841 2943 0 1423215 0
[pid=6533/tid=6534] ppid=6530 vsize=5705284 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27656794 5842210816 1367752 33554432000 4194304 16246674 140736393071648 140036211191024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=5705284 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27656794 5842210816 1367752 33554432000 4194304 16246674 140736393071648 140036200701168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=5705284 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27656794 5842210816 1367752 33554432000 4194304 16246674 140736393071648 140036190227632 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) 5705284

[startup+51.1005 s]
/proc/loadavg: 2.01 2.04 2.04 3/183 6537
/proc/meminfo: memFree=7523908/32872528 swapFree=526336/559040
[pid=6533] ppid=6530 vsize=10516036 CPUtime=51.08 cores=1,3,5,7
/proc/6533/stat : 6533 (toysat) R 6530 6533 28898 0 -1 4202496 2570006 0 0 0 4772 336 0 0 20 0 4 0 27656793 10768420864 2570313 33554432000 4194304 16246674 140736393071648 140736393070312 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6533/statm: 2629009 2570321 841 2943 0 2625903 0
[pid=6533/tid=6534] ppid=6530 vsize=10516036 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27656794 10768420864 2570328 33554432000 4194304 16246674 140736393071648 140036211191024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=10516036 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27656794 10768420864 2570333 33554432000 4194304 16246674 140736393071648 140036200700944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=10516036 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27656794 10768420864 2570338 33554432000 4194304 16246674 140736393071648 140036190227632 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) 10516036

[startup+102.3 s]
/proc/loadavg: 2.06 2.05 2.04 3/183 6587
/proc/meminfo: memFree=13522624/32872528 swapFree=526336/559040
[pid=6533] ppid=6530 vsize=12147268 CPUtime=102.28 cores=1,3,5,7
/proc/6533/stat : 6533 (toysat) R 6530 6533 28898 0 -1 4202496 2932587 0 0 0 9832 396 0 0 20 0 4 0 27656793 12438802432 2977862 33554432000 4194304 16246674 140736393071648 140736393069568 14006617 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6533/statm: 3036817 2977862 846 2943 0 3033711 0
[pid=6533/tid=6534] ppid=6530 vsize=12147268 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27656794 12438802432 2977862 33554432000 4194304 16246674 140736393071648 140036211191024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=12147268 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27656794 12438802432 2977862 33554432000 4194304 16246674 140736393071648 140036200700944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=12147268 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27656794 12438802432 2977862 33554432000 4194304 16246674 140736393071648 140036190227632 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) 12147268

[startup+162.3 s]
/proc/loadavg: 2.09 2.05 2.04 3/183 6588
/proc/meminfo: memFree=2397704/32872528 swapFree=526336/559040
[pid=6533] ppid=6530 vsize=13711940 CPUtime=162.27 cores=1,3,5,7
/proc/6533/stat : 6533 (toysat) R 6530 6533 28898 0 -1 4202496 3273118 0 0 0 15780 447 0 0 20 0 4 0 27656793 14041026560 3368982 33554432000 4194304 16246674 140736393071648 140736393069568 14016780 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6533/statm: 3427985 3368982 846 2943 0 3424879 0
[pid=6533/tid=6534] ppid=6530 vsize=13711940 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27656794 14041026560 3368982 33554432000 4194304 16246674 140736393071648 140036211191024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=13711940 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27656794 14041026560 3368982 33554432000 4194304 16246674 140736393071648 140036200700944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=13711940 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27656794 14041026560 3368982 33554432000 4194304 16246674 140736393071648 140036190227632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 13711940



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+171.8 s]
/proc/loadavg: 2.07 2.05 2.04 3/183 6588
/proc/meminfo: memFree=352256/32872528 swapFree=526336/559040
[pid=6533] ppid=6530 vsize=15892036 CPUtime=171.77 cores=1,3,5,7
/proc/6533/stat : 6533 (toysat) R 6530 6533 28898 0 -1 4202496 3818334 0 0 0 16641 536 0 0 20 0 4 0 27656793 16273444864 3914198 33554432000 4194304 16246674 140736393071648 140736393070744 4225154 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6533/statm: 3973009 3914208 846 2943 0 3969903 0
[pid=6533/tid=6534] ppid=6530 vsize=15892036 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6534/stat : 6534 (toysat) S 6530 6533 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27656794 16273444864 3914214 33554432000 4194304 16246674 140736393071648 140036211191024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6533/tid=6535] ppid=6530 vsize=15892036 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6535/stat : 6535 (toysat) S 6530 6533 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27656794 16273444864 3914214 33554432000 4194304 16246674 140736393071648 140036200701168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6533/tid=6536] ppid=6530 vsize=15892036 CPUtime=0 cores=1,3,5,7
/proc/6533/task/6536/stat : 6536 (toysat) S 6530 6533 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27656794 16273444864 3914214 33554432000 4194304 16246674 140736393071648 140036190227632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 171.77
Current children cumulated vsize (KiB) 15892036

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

[startup+172 s]
/proc/loadavg: 2.07 2.05 2.04 3/183 6588
/proc/meminfo: memFree=352256/32872528 swapFree=526336/559040
[pid=6533] ppid=6530 vsize=0 CPUtime=171.96 cores=1,3,5,7
/proc/6533/stat : 6533 (toysat) Z 6530 6533 28898 0 -1 4203532 3818857 0 0 0 16641 555 0 0 20 0 2 0 27656793 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6533/statm: 0 0 0 0 0 0 0
[pid=6533/tid=6534] ppid=6530 vsize=0 CPUtime=0.18 cores=1,3,5,7
/proc/6533/task/6534/stat : 6534 (toysat) R 6530 6533 28898 0 -1 4203588 9 0 0 0 0 18 0 0 20 0 2 0 27656794 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) 171.96
Current children cumulated vsize (KiB) 0

[startup+172.4 s]
/proc/loadavg: 2.07 2.05 2.04 3/183 6588
/proc/meminfo: memFree=352256/32872528 swapFree=526336/559040
[pid=6533] ppid=6530 vsize=0 CPUtime=172.36 cores=1,3,5,7
/proc/6533/stat : 6533 (toysat) Z 6530 6533 28898 0 -1 4203532 3818857 0 0 0 16641 595 0 0 20 0 2 0 27656793 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6533/statm: 0 0 0 0 0 0 0
[pid=6533/tid=6534] ppid=6530 vsize=0 CPUtime=0.58 cores=1,3,5,7
/proc/6533/task/6534/stat : 6534 (toysat) R 6530 6533 28898 0 -1 4203588 9 0 0 0 0 58 0 0 20 0 2 0 27656794 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) 172.36
Current children cumulated vsize (KiB) 0

[startup+172.6 s]
/proc/loadavg: 2.07 2.05 2.04 3/183 6588
/proc/meminfo: memFree=352256/32872528 swapFree=526336/559040
[pid=6533] ppid=6530 vsize=0 CPUtime=172.56 cores=1,3,5,7
/proc/6533/stat : 6533 (toysat) Z 6530 6533 28898 0 -1 4203532 3818857 0 0 0 16641 615 0 0 20 0 2 0 27656793 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6533/statm: 0 0 0 0 0 0 0
[pid=6533/tid=6534] ppid=6530 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/6533/task/6534/stat : 6534 (toysat) R 6530 6533 28898 0 -1 4203588 9 0 0 0 0 78 0 0 20 0 2 0 27656794 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) 172.56
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 172.637
CPU time (s): 172.6
CPU user time (s): 166.418
CPU system time (s): 6.18206
CPU usage (%): 99.9785
Max. virtual memory (cumulated for all children) (KiB): 15892036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.418
system time used= 6.18206
maximum resident set size= 15658884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3818857
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61
involuntary context switches= 174

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.464929 second user time and 0.6519 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-18 15:21:07
IDJOB=4105757
IDBENCH=3000
IDSOLVER=2542
FILE ID=node106/4105757-1466256067
RUNJOBID= node106-1466241787-28915
PBS_JOBID= 19918214
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= 9de41f4dfea665c07d07d26677f77e5d
RANDOM SEED=428989900

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        18496964 kB
Buffers:          102088 kB
Cached:           227340 kB
SwapCached:         1868 kB
Active:         12815836 kB
Inactive:         228808 kB
Active(anon):   12714428 kB
Inactive(anon):     3048 kB
Active(file):     101408 kB
Inactive(file):   225760 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099160 kB
Dirty:             16272 kB
Writeback:             0 kB
AnonPages:      13273152 kB
Mapped:            10496 kB
Shmem:                 0 kB
Slab:             612460 kB
SReclaimable:      56192 kB
SUnreclaim:       556268 kB
KernelStack:        1480 kB
PageTables:        29776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   13414936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71668 MiB
End job on node106 at 2016-06-18 15:23:59