Trace number 4105713

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) 201.959 202.022

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=420-sizeP=211-sizeQ=420-802270006-max.opb
MD5SUM9af4cec1a3de729e6d2b359a17678fc7
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 variables89251
Total number of constraints265861
Number of constraints which are clauses265860
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 constraint88620
Number of terms in the objective function 211
Biggest coefficient in the objective function 1645504557321206042154969182557350504982735865633579863348609024
Number of bits for the biggest coefficient in the objective function 211
Sum of the numbers in the objective function 3291009114642412084309938365114701009965471731267159726697218047
Number of bits of the sum of numbers in the objective function 211
Biggest number in a constraint 2227754207823337509102134573095845373483021732054960903603121346630505452738612005129840239901060253798165190221481644194672219102234100585084307285020612396607419274589973120157653414182912
Number of bits of the biggest number in a constraint 630
Biggest sum of numbers in a constraint 8911016831293350036408538292383381493932086928219843614412485386260498644612268667133724011390101656086782377029608255490932025454511314090929376002563120558209056959186693543806592147551031
Number of bits of the biggest sum of numbers631
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:15:13+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-4105713-1466255713.opb"]
0.00/0.01	c use --random-gen="3003907889 195342396 2796941920 1543842169 934736756 2903145544 4085260641 3293183390 3981491327 2696786788 1664041298 2439272396 945548870 2083291556 1250160314 26541174 3772656957 1156266946 522058806 1826793870 3354193712 3595197506 2886961719 474245339 1037936006 1654020178 2805619800 97541764 478598478 3512520511 3020230117 319478292 3233484202 3426178284 637789649 2984659122 992429501 3501247611 1164097885 2817975378 1198302105 1559042343 1971267677 498589216 1513810587 1558175337 871186764 3184484514 3875800748 3044109621 1529556332 61447172 2886125682 2953756089 3231535013 3591028567 1652574091 2507095031 749223298 3883870329 1103163053 2075862087 2781203082 884954572 2347190279 2994821947 3163911106 2264673259 3233301988 1549927201 3519596581 2102497239 350843684 1299988455 567142334 1506797285 1582702961 675326643 900030789 3717558637 3687853469 1581679505 4154709967 2938652105 201263863 225551745 880735525 1624787145 608480798 849747157 3761482464 2706223420 2188028243 2549928808 3612389254 3595891879 546957435 2505783205 2342371056 3539849130 1162737853 2356653934 2898936099 4058004396 33682261 3182848833 3745569885 350207018 478945128 1809744234 3016986132 1970010007 1584838037 1090382125 3928332375 3920016537 1492892571 381320605 1349121518 216772549 132857719 4230249315 136452025 2576474710 3221485121 3750232436 2467916158 1017080920 1593899497 766560449 3411739558 2423869840 1051066254 755841305 1851722109 3362452290 3462025594 4195914564 1169598099 4092135860 3738305615 3669668821 919430867 1660982365 2085256746 1772311360 3848302790 676407890 2727568254 1207897758 3865462811 635764562 3211184511 3270189810 1674889516 3263453900 362706235 813140272 1103660722 4003789045 1819868798 1092555992 1695685606 2505002351 4020232586 3255374903 3086463949 3428696789 1622643304 2428144038 288727052 3217322546 2731803409 2945994102 3596992425 55278732 4205359798 4025526941 344387036 3738617020 3573254110 1160794764 777376120 2439898916 461707734 813967028 4135112545 1041060261 1158545294 2229161731 1939807354 4072962468 1313182702 973444887 3868524113 1588770674 3527411798 29464919 568773652 4073374315 1810986277 3611054175 1857735411 973662038 3974519834 3885745007 2151749357 541453261 2864614388 169019719 696081653 2512240402 3786972753 1780062320 167009123 2201611734 2283884887 3851850482 3231538161 725683371 833914429 1474972134 846384307 1936750688 1939009149 2677204261 1773098534 2542397303 4269722754 2226504933 3195387095 2292700481 231431065 823853035 249600542 2733687457 1916373826 1875646777 639232261 250737480 746657581 2681901951 4051168610 4158677755 998090319 467931906 1152536709 692583139 1735539427 3772755188 3091119871 1976185088 1911133559 1141020640 3258151028 968957989 255 362436" option to reproduce the execution
1.89/1.99	c #vars 89251
1.89/1.99	c #constraints 265861

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-4105713-1466255713/watcher-4105713-1466255713 -o /tmp/evaluation-result-4105713-1466255713/solver-4105713-1466255713 -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-4105713-1466255713.opb 

pid=6327
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.06 2.04 2.06 3/179 6330
/proc/meminfo: memFree=15717144/32872528 swapFree=526336/559040
[pid=6330] ppid=6327 vsize=698812 CPUtime=0 cores=1,3,5,7
/proc/6330/stat : 6330 (toysat) R 6327 6330 28898 0 -1 4202496 2599 0 0 0 0 0 0 0 20 0 4 0 27621457 715583488 2961 33554432000 4194304 16246674 140734805995344 140734805994768 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6330/statm: 175215 2971 441 2943 0 172109 0
[pid=6330/tid=6331] ppid=6327 vsize=743868 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6331/stat : 6331 (toysat) S 6327 6330 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27621457 761720832 3140 33554432000 4194304 16246674 140734805995344 140379593616624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6330/tid=6332] ppid=6327 vsize=748988 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6332/stat : 6332 (toysat) S 6327 6330 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27621457 766963712 3158 33554432000 4194304 16246674 140734805995344 140379583126768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6330/tid=6333] ppid=6327 vsize=753084 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6333/stat : 6333 (toysat) S 6327 6330 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27621457 771158016 3176 33554432000 4194304 16246674 140734805995344 140379462560944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100178 s]
/proc/loadavg: 2.06 2.04 2.06 3/179 6330
/proc/meminfo: memFree=15717144/32872528 swapFree=526336/559040
[pid=6330] ppid=6327 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/6330/stat : 6330 (toysat) R 6327 6330 28898 0 -1 4202496 26158 0 0 0 5 4 0 0 20 0 4 0 27621457 1250496512 26457 33554432000 4194304 16246674 140734805995344 140734805994656 4220871 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6330/statm: 305553 26464 800 2943 0 302447 0
[pid=6330/tid=6331] ppid=6327 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6331/stat : 6331 (toysat) S 6327 6330 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27621457 1251545088 26469 33554432000 4194304 16246674 140734805995344 140379593616624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6330/tid=6332] ppid=6327 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6332/stat : 6332 (toysat) S 6327 6330 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27621457 1251545088 26474 33554432000 4194304 16246674 140734805995344 140379583126768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6330/tid=6333] ppid=6327 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6333/stat : 6333 (toysat) S 6327 6330 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27621457 1251545088 26478 33554432000 4194304 16246674 140734805995344 140379462560944 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) 1221188

[startup+0.200599 s]
/proc/loadavg: 2.06 2.04 2.06 3/179 6330
/proc/meminfo: memFree=15717144/32872528 swapFree=526336/559040
[pid=6330] ppid=6327 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/6330/stat : 6330 (toysat) R 6327 6330 28898 0 -1 4202496 48501 0 0 0 12 7 0 0 20 0 4 0 27621457 1344868352 49311 33554432000 4194304 16246674 140734805995344 140734805977216 13923640 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6330/statm: 328337 49311 801 2943 0 325231 0
[pid=6330/tid=6331] ppid=6327 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6331/stat : 6331 (toysat) S 6327 6330 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27621457 1344868352 49311 33554432000 4194304 16246674 140734805995344 140379593616624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6330/tid=6332] ppid=6327 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6332/stat : 6332 (toysat) S 6327 6330 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27621457 1344868352 49311 33554432000 4194304 16246674 140734805995344 140379583126768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6330/tid=6333] ppid=6327 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6333/stat : 6333 (toysat) S 6327 6330 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27621457 1344868352 49311 33554432000 4194304 16246674 140734805995344 140379462560944 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) 1313348

[startup+0.300555 s]
/proc/loadavg: 2.06 2.04 2.06 3/179 6330
/proc/meminfo: memFree=15717144/32872528 swapFree=526336/559040
[pid=6330] ppid=6327 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/6330/stat : 6330 (toysat) R 6327 6330 28898 0 -1 4202496 64268 0 0 0 19 10 0 0 20 0 4 0 27621457 1344868352 65078 33554432000 4194304 16246674 140734805995344 140734805977216 4206613 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6330/statm: 328337 65078 801 2943 0 325231 0
[pid=6330/tid=6331] ppid=6327 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6331/stat : 6331 (toysat) S 6327 6330 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27621457 1344868352 65078 33554432000 4194304 16246674 140734805995344 140379593616624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6330/tid=6332] ppid=6327 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6332/stat : 6332 (toysat) S 6327 6330 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27621457 1344868352 65078 33554432000 4194304 16246674 140734805995344 140379583126768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6330/tid=6333] ppid=6327 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6333/stat : 6333 (toysat) S 6327 6330 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27621457 1344868352 65078 33554432000 4194304 16246674 140734805995344 140379462560944 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) 1313348

[startup+0.700384 s]
/proc/loadavg: 2.06 2.04 2.06 3/179 6330
/proc/meminfo: memFree=15717144/32872528 swapFree=526336/559040
[pid=6330] ppid=6327 vsize=1314372 CPUtime=0.69 cores=1,3,5,7
/proc/6330/stat : 6330 (toysat) R 6327 6330 28898 0 -1 4202496 69723 0 0 0 58 11 0 0 20 0 4 0 27621457 1345916928 70533 33554432000 4194304 16246674 140734805995344 140734805977216 7361631 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6330/statm: 328593 70533 801 2943 0 325487 0
[pid=6330/tid=6331] ppid=6327 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6331/stat : 6331 (toysat) S 6327 6330 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27621457 1345916928 70533 33554432000 4194304 16246674 140734805995344 140379593616624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6330/tid=6332] ppid=6327 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6332/stat : 6332 (toysat) S 6327 6330 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27621457 1345916928 70533 33554432000 4194304 16246674 140734805995344 140379583126768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6330/tid=6333] ppid=6327 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6333/stat : 6333 (toysat) S 6327 6330 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27621457 1345916928 70533 33554432000 4194304 16246674 140734805995344 140379462560944 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) 1314372

[startup+1.50041 s]
/proc/loadavg: 2.06 2.04 2.06 3/183 6334
/proc/meminfo: memFree=15387260/32872528 swapFree=526336/559040
[pid=6330] ppid=6327 vsize=1314372 CPUtime=1.49 cores=1,3,5,7
/proc/6330/stat : 6330 (toysat) R 6327 6330 28898 0 -1 4202496 81855 0 0 0 137 12 0 0 20 0 4 0 27621457 1345916928 82665 33554432000 4194304 16246674 140734805995344 140734805977216 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6330/statm: 328593 82665 802 2943 0 325487 0
[pid=6330/tid=6331] ppid=6327 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6331/stat : 6331 (toysat) S 6327 6330 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27621457 1345916928 82665 33554432000 4194304 16246674 140734805995344 140379593616624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6330/tid=6332] ppid=6327 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6332/stat : 6332 (toysat) S 6327 6330 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27621457 1345916928 82665 33554432000 4194304 16246674 140734805995344 140379583126768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6330/tid=6333] ppid=6327 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6333/stat : 6333 (toysat) S 6327 6330 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27621457 1345916928 82665 33554432000 4194304 16246674 140734805995344 140379462560944 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) 1314372

[startup+3.10042 s]
/proc/loadavg: 2.06 2.04 2.06 3/183 6334
/proc/meminfo: memFree=15343456/32872528 swapFree=526336/559040
[pid=6330] ppid=6327 vsize=1349188 CPUtime=3.09 cores=1,3,5,7
/proc/6330/stat : 6330 (toysat) R 6327 6330 28898 0 -1 4202496 224844 0 0 0 273 36 0 0 20 0 4 0 27621457 1381568512 231786 33554432000 4194304 16246674 140734805995344 140734805994656 6972638 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6330/statm: 337297 231796 837 2943 0 334191 0
[pid=6330/tid=6331] ppid=6327 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6331/stat : 6331 (toysat) S 6327 6330 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27621457 1381568512 231801 33554432000 4194304 16246674 140734805995344 140379593616624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6330/tid=6332] ppid=6327 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6332/stat : 6332 (toysat) S 6327 6330 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27621457 1381568512 231807 33554432000 4194304 16246674 140734805995344 140379583126768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6330/tid=6333] ppid=6327 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6333/stat : 6333 (toysat) S 6327 6330 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27621457 1381568512 231812 33554432000 4194304 16246674 140734805995344 140379462560944 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) 1349188

[startup+6.30044 s]
/proc/loadavg: 2.06 2.04 2.06 3/183 6334
/proc/meminfo: memFree=14603436/32872528 swapFree=526336/559040
[pid=6330] ppid=6327 vsize=1357380 CPUtime=6.28 cores=1,3,5,7
/proc/6330/stat : 6330 (toysat) R 6327 6330 28898 0 -1 4202496 273846 0 0 0 584 44 0 0 20 0 4 0 27621457 1389957120 280788 33554432000 4194304 16246674 140734805995344 140734805993216 12386568 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6330/statm: 339345 280788 847 2943 0 336239 0
[pid=6330/tid=6331] ppid=6327 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6331/stat : 6331 (toysat) S 6327 6330 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27621457 1389957120 280788 33554432000 4194304 16246674 140734805995344 140379593616624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6330/tid=6332] ppid=6327 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6332/stat : 6332 (toysat) S 6327 6330 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27621457 1389957120 280788 33554432000 4194304 16246674 140734805995344 140379583126768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6330/tid=6333] ppid=6327 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6333/stat : 6333 (toysat) S 6327 6330 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27621457 1389957120 280788 33554432000 4194304 16246674 140734805995344 140379462560944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1357380

[startup+12.7004 s]
/proc/loadavg: 2.05 2.04 2.06 3/183 6334
/proc/meminfo: memFree=13907768/32872528 swapFree=526336/559040
[pid=6330] ppid=6327 vsize=2338372 CPUtime=12.68 cores=1,3,5,7
/proc/6330/stat : 6330 (toysat) R 6327 6330 28898 0 -1 4202496 519095 0 0 0 1189 79 0 0 20 0 4 0 27621457 2394492928 526037 33554432000 4194304 16246674 140734805995344 140734805994656 6941710 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6330/statm: 584593 526037 847 2943 0 581487 0
[pid=6330/tid=6331] ppid=6327 vsize=2338372 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6331/stat : 6331 (toysat) S 6327 6330 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27621457 2394492928 526037 33554432000 4194304 16246674 140734805995344 140379593616624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6330/tid=6332] ppid=6327 vsize=2338372 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6332/stat : 6332 (toysat) S 6327 6330 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27621457 2394492928 526037 33554432000 4194304 16246674 140734805995344 140379583126768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6330/tid=6333] ppid=6327 vsize=2338372 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6333/stat : 6333 (toysat) S 6327 6330 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27621457 2394492928 526037 33554432000 4194304 16246674 140734805995344 140379462560944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2338372

[startup+25.5005 s]
/proc/loadavg: 2.04 2.03 2.05 3/183 6334
/proc/meminfo: memFree=12316344/32872528 swapFree=526336/559040
[pid=6330] ppid=6327 vsize=3772996 CPUtime=25.48 cores=1,3,5,7
/proc/6330/stat : 6330 (toysat) R 6327 6330 28898 0 -1 4202496 877577 0 0 0 2422 126 0 0 20 0 4 0 27621457 3863547904 884519 33554432000 4194304 16246674 140734805995344 140734805993152 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6330/statm: 943249 884528 847 2943 0 940143 0
[pid=6330/tid=6331] ppid=6327 vsize=3772996 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6331/stat : 6331 (toysat) S 6327 6330 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27621457 3863547904 884533 33554432000 4194304 16246674 140734805995344 140379593616624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6330/tid=6332] ppid=6327 vsize=3772996 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6332/stat : 6332 (toysat) S 6327 6330 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27621457 3863547904 884539 33554432000 4194304 16246674 140734805995344 140379583126544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6330/tid=6333] ppid=6327 vsize=3772996 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6333/stat : 6333 (toysat) S 6327 6330 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27621457 3863547904 884544 33554432000 4194304 16246674 140734805995344 140379462560944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3772996

[startup+51.1006 s]
/proc/loadavg: 2.03 2.03 2.05 3/183 6334
/proc/meminfo: memFree=8347304/32872528 swapFree=526336/559040
[pid=6330] ppid=6327 vsize=7593540 CPUtime=51.08 cores=1,3,5,7
/proc/6330/stat : 6330 (toysat) R 6327 6330 28898 0 -1 4202496 1832889 0 0 0 4857 251 0 0 20 0 4 0 27621457 7775784960 1839831 33554432000 4194304 16246674 140734805995344 140734805977216 4220527 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6330/statm: 1898385 1839831 847 2943 0 1895279 0
[pid=6330/tid=6331] ppid=6327 vsize=7593540 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6331/stat : 6331 (toysat) S 6327 6330 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27621457 7775784960 1839831 33554432000 4194304 16246674 140734805995344 140379593616624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6330/tid=6332] ppid=6327 vsize=7593540 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6332/stat : 6332 (toysat) S 6327 6330 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27621457 7775784960 1839831 33554432000 4194304 16246674 140734805995344 140379583126544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6330/tid=6333] ppid=6327 vsize=7593540 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6333/stat : 6333 (toysat) S 6327 6330 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27621457 7775784960 1839831 33554432000 4194304 16246674 140734805995344 140379462560944 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) 7593540

[startup+102.301 s]
/proc/loadavg: 2.01 2.02 2.05 3/183 6384
/proc/meminfo: memFree=16480696/32872528 swapFree=526336/559040
[pid=6330] ppid=6327 vsize=11277892 CPUtime=102.27 cores=1,3,5,7
/proc/6330/stat : 6330 (toysat) R 6327 6330 28898 0 -1 4202496 2753983 0 0 0 9853 374 0 0 20 0 4 0 27621457 11548561408 2760925 33554432000 4194304 16246674 140734805995344 140734805993280 14014083 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6330/statm: 2819473 2760925 852 2943 0 2816367 0
[pid=6330/tid=6331] ppid=6327 vsize=11277892 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6331/stat : 6331 (toysat) S 6327 6330 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27621457 11548561408 2760925 33554432000 4194304 16246674 140734805995344 140379593616624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6330/tid=6332] ppid=6327 vsize=11277892 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6332/stat : 6332 (toysat) S 6327 6330 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27621457 11548561408 2760925 33554432000 4194304 16246674 140734805995344 140379583126544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6330/tid=6333] ppid=6327 vsize=11277892 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6333/stat : 6333 (toysat) S 6327 6330 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27621457 11548561408 2760925 33554432000 4194304 16246674 140734805995344 140379462560944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 11277892

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/183 6385
/proc/meminfo: memFree=4424868/32872528 swapFree=526336/559040
[pid=6330] ppid=6327 vsize=15483460 CPUtime=162.24 cores=1,3,5,7
/proc/6330/stat : 6330 (toysat) R 6327 6330 28898 0 -1 4202496 3747566 0 0 0 15707 517 0 0 20 0 4 0 27621457 15855063040 3812507 33554432000 4194304 16246674 140734805995344 140734805993152 14006612 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6330/statm: 3870865 3812507 852 2943 0 3867759 0
[pid=6330/tid=6331] ppid=6327 vsize=15483460 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6331/stat : 6331 (toysat) S 6327 6330 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27621457 15855063040 3812507 33554432000 4194304 16246674 140734805995344 140379593616624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6330/tid=6332] ppid=6327 vsize=15483460 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6332/stat : 6332 (toysat) S 6327 6330 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27621457 15855063040 3812507 33554432000 4194304 16246674 140734805995344 140379583126544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6330/tid=6333] ppid=6327 vsize=15483460 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6333/stat : 6333 (toysat) S 6327 6330 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27621457 15855063040 3812507 33554432000 4194304 16246674 140734805995344 140379462560944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 15483460



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+201.2 s]
/proc/loadavg: 2.16 2.06 2.05 3/183 6385
/proc/meminfo: memFree=3936316/32872528 swapFree=526336/559040
[pid=6330] ppid=6327 vsize=15878724 CPUtime=201.13 cores=1,3,5,7
/proc/6330/stat : 6330 (toysat) R 6327 6330 28898 0 -1 4202496 3846345 0 0 0 19580 533 0 0 20 0 4 0 27621457 16259813376 3911286 33554432000 4194304 16246674 140734805995344 140734805994440 4220936 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6330/statm: 3969681 3911286 852 2943 0 3966575 0
[pid=6330/tid=6331] ppid=6327 vsize=15878724 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6331/stat : 6331 (toysat) S 6327 6330 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 27621457 16259813376 3911286 33554432000 4194304 16246674 140734805995344 140379593616624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6330/tid=6332] ppid=6327 vsize=15878724 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6332/stat : 6332 (toysat) S 6327 6330 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27621457 16259813376 3911286 33554432000 4194304 16246674 140734805995344 140379583126768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6330/tid=6333] ppid=6327 vsize=15878724 CPUtime=0 cores=1,3,5,7
/proc/6330/task/6333/stat : 6333 (toysat) S 6327 6330 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27621457 16259813376 3911286 33554432000 4194304 16246674 140734805995344 140379462560944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 201.13
Current children cumulated vsize (KiB) 15878724

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

[startup+201.6 s]
/proc/loadavg: 2.14 2.06 2.05 3/181 6385
/proc/meminfo: memFree=5652344/32872528 swapFree=526336/559040
[pid=6330] ppid=6327 vsize=0 CPUtime=201.54 cores=1,3,5,7
/proc/6330/stat : 6330 (toysat) Z 6327 6330 28898 0 -1 4203532 3846737 0 0 0 19581 573 0 0 20 0 2 0 27621457 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6330/statm: 0 0 0 0 0 0 0
[pid=6330/tid=6332] ppid=6327 vsize=0 CPUtime=0.38 cores=1,3,5,7
/proc/6330/task/6332/stat : 6332 (toysat) R 6327 6330 28898 0 -1 4203588 8 0 0 0 0 38 0 0 20 0 2 0 27621457 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) 201.54
Current children cumulated vsize (KiB) 0

[startup+202 s]
/proc/loadavg: 2.14 2.06 2.05 3/181 6385
/proc/meminfo: memFree=5652344/32872528 swapFree=526336/559040
[pid=6330] ppid=6327 vsize=0 CPUtime=201.94 cores=1,3,5,7
/proc/6330/stat : 6330 (toysat) Z 6327 6330 28898 0 -1 4203532 3846737 0 0 0 19581 613 0 0 20 0 2 0 27621457 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6330/statm: 0 0 0 0 0 0 0
[pid=6330/tid=6332] ppid=6327 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/6330/task/6332/stat : 6332 (toysat) R 6327 6330 28898 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 27621457 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) 201.94
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 202.022
CPU time (s): 201.959
CPU user time (s): 195.812
CPU system time (s): 6.14706
CPU usage (%): 99.9692
Max. virtual memory (cumulated for all children) (KiB): 15878724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 195.812
system time used= 6.14706
maximum resident set size= 15646712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3846737
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= 69
involuntary context switches= 205

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.36079 second user time and 1.84372 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-18 15:15:13
IDJOB=4105713
IDBENCH=2988
IDSOLVER=2542
FILE ID=node106/4105713-1466255713
RUNJOBID= node106-1466241787-28915
PBS_JOBID= 19918214
Free space on /tmp= 71668 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=420-sizeP=211-sizeQ=420-802270006-max.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105713-1466255713/watcher-4105713-1466255713 -o /tmp/evaluation-result-4105713-1466255713/solver-4105713-1466255713 -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-4105713-1466255713.opb

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

MD5SUM BENCH= 9af4cec1a3de729e6d2b359a17678fc7
RANDOM SEED=1915902286

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:        15717416 kB
Buffers:          101736 kB
Cached:           238044 kB
SwapCached:         1868 kB
Active:         15589856 kB
Inactive:         227948 kB
Active(anon):   15477024 kB
Inactive(anon):     3048 kB
Active(file):     112832 kB
Inactive(file):   224900 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099160 kB
Dirty:             32600 kB
Writeback:             0 kB
AnonPages:      16038040 kB
Mapped:            10472 kB
Shmem:                 0 kB
Slab:             613184 kB
SReclaimable:      56868 kB
SUnreclaim:       556316 kB
KernelStack:        1472 kB
PageTables:        35404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   16181728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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= 71652 MiB
End job on node106 at 2016-06-18 15:18:35