Trace number 4105833

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) 150.208 150.243

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=240-sizeP=121-sizeQ=240-817963885-max.opb
MD5SUMc58b6100663d5c2a4dc369548046ddd4
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1237
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29401
Total number of constraints87121
Number of constraints which are clauses87120
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 constraint29040
Number of terms in the objective function 121
Biggest coefficient in the objective function 1329227995784915872903807060280344576
Number of bits for the biggest coefficient in the objective function 121
Sum of the numbers in the objective function 2658455991569831745807614120560689151
Number of bits of the sum of numbers in the objective function 121
Biggest number in a constraint 1174271291386916613944740298394668513687841274454159935353645485766104512557304221731849499192384351515967488
Number of bits of the biggest number in a constraint 360
Biggest sum of numbers in a constraint 4697085165547666455778961193578674053925803487664042654232438232254482458885767017065112738772656890028524910
Number of bits of the biggest sum of numbers361
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:34:56+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-4105833-1466256896.opb"]
0.00/0.01	c use --random-gen="419771537 1819872705 3932369062 1750187481 3537221388 2291108914 4240942148 1748431269 990239125 2380377089 2770672633 778391832 1987058402 1388170718 3185754764 1855254421 266946320 939227258 1492056893 1508146016 1799156142 1748241561 2131839167 2160682809 2006685277 803955925 2239263683 538546005 3383522223 3973850518 102611531 1610871718 2547173930 1074386779 1607331124 3122090676 3664968182 2653429248 3228390957 50787126 595299627 85063786 4038337152 969462284 2229168775 1145814107 1959708904 793464205 3260347409 3022841379 4220163872 2387030118 1146575512 1354047010 1817985276 2180407198 3836362467 3526618785 1638014222 1042962075 1568343893 664648107 2128289425 1865945508 3426518036 1856605700 2072466231 6894286 923440310 1152262560 1633888772 1713080369 308956715 1925361440 1177292780 1569638387 169550288 4212298067 3527179595 656879702 2564524897 2584811021 1536571742 997849433 3299861171 3375797569 3679228710 272670732 3598844901 653767798 1637073859 4086740768 1328251412 512905394 1961295959 1241813503 3231902942 25052818 2199801035 34647964 2856927988 406256638 573246238 1510172677 345081776 1823699143 1332270227 3092070305 279352099 2846545553 3167978055 1232024791 3922482169 240287268 3142891879 2046927826 1485313316 3420566436 3253021306 145124250 3496612218 2586094254 2352543565 2150189724 3475308980 4000535069 644072507 2152658187 1668371668 3567185128 2071360334 2863696310 1794376302 1273202405 295080026 1853063628 2231033088 183551231 3516039610 1734533908 345682539 2797464738 3220350703 2144503349 3054825947 3507341986 3222933292 1526643647 2428786685 3078359850 638307251 1715003520 2386179513 1103299599 212245363 2261096526 3965873881 220954974 3595993832 4160308348 4002415268 3177400752 1102297259 2884231880 3651075506 4074161153 1361053183 2211605108 2901639159 3324576405 2756389508 994139230 1528759816 861558052 3746518200 3520796562 871331274 3720588317 3304633366 120456182 959499324 4275613113 448022614 1412166598 4189694709 4282372233 1773999482 1490648158 3732356063 1698765739 2889145780 4144347852 49351223 1044883 1193886887 1157843709 1329622372 1867661359 1784943314 2395972012 2196221245 3270317092 2076759674 3029354850 1514948818 840705300 4233221110 3674041731 792533637 927115821 2494116796 3833869653 2225224124 3147358385 581655709 4256187078 352333488 1128282233 2849717032 94627761 1534946927 2664490854 2666805388 3570682710 133523166 915904537 628868688 3356616026 4253669637 1598897072 3738874086 691512595 4074802924 1330824185 4032226492 4101304231 205336046 2906981780 3567969497 3007549129 1114231747 824541531 880739369 2619192274 147933693 3972797211 463203504 1770305921 2348827440 1636936654 405227496 2935296694 2637971390 2476267330 2947630783 1063093711 255 362436" option to reproduce the execution
0.59/0.67	c #vars 29401
0.59/0.67	c #constraints 87121

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

pid=7034
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.15 2.11 2.06 4/179 7037
/proc/meminfo: memFree=22447708/32872528 swapFree=526336/559040
[pid=7037] ppid=7034 vsize=643652 CPUtime=0 cores=1,3,5,7
/proc/7037/stat : 7037 (toysat) R 7034 7037 28898 0 -1 4202496 2386 0 0 0 0 0 0 0 20 0 4 0 27739750 659099648 3258 33554432000 4194304 16246674 140736985251504 140736985250928 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7037/statm: 161681 3268 442 2943 0 158575 0
[pid=7037/tid=7038] ppid=7034 vsize=686660 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7038/stat : 7038 (toysat) S 7034 7037 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27739750 703139840 3428 33554432000 4194304 16246674 140736985251504 140084546350320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7037/tid=7039] ppid=7034 vsize=691780 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7039/stat : 7039 (toysat) S 7034 7037 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27739750 708382720 3448 33554432000 4194304 16246674 140736985251504 140084535860464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7037/tid=7040] ppid=7034 vsize=695876 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7040/stat : 7040 (toysat) S 7034 7037 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27739750 712577024 3464 33554432000 4194304 16246674 140736985251504 140084451994800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100182 s]
/proc/loadavg: 2.15 2.11 2.06 4/179 7037
/proc/meminfo: memFree=22447708/32872528 swapFree=526336/559040
[pid=7037] ppid=7034 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/7037/stat : 7037 (toysat) R 7034 7037 28898 0 -1 4202496 26286 0 0 0 6 3 0 0 20 0 4 0 27739750 1250496512 27096 33554432000 4194304 16246674 140736985251504 140736985250816 4223718 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7037/statm: 305297 27096 800 2943 0 302191 0
[pid=7037/tid=7038] ppid=7034 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7038/stat : 7038 (toysat) S 7034 7037 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27739750 1250496512 27096 33554432000 4194304 16246674 140736985251504 140084546350320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7037/tid=7039] ppid=7034 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7039/stat : 7039 (toysat) S 7034 7037 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27739750 1250496512 27096 33554432000 4194304 16246674 140736985251504 140084535860464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7037/tid=7040] ppid=7034 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7040/stat : 7040 (toysat) S 7034 7037 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27739750 1250496512 27096 33554432000 4194304 16246674 140736985251504 140084451994800 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.200509 s]
/proc/loadavg: 2.15 2.11 2.06 4/179 7037
/proc/meminfo: memFree=22447708/32872528 swapFree=526336/559040
[pid=7037] ppid=7034 vsize=1311300 CPUtime=0.18 cores=1,3,5,7
/proc/7037/stat : 7037 (toysat) R 7034 7037 28898 0 -1 4202496 48212 0 0 0 13 5 0 0 20 0 4 0 27739750 1342771200 49534 33554432000 4194304 16246674 140736985251504 140736985250168 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7037/statm: 327825 49540 800 2943 0 324719 0
[pid=7037/tid=7038] ppid=7034 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7038/stat : 7038 (toysat) S 7034 7037 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27739750 1342771200 49545 33554432000 4194304 16246674 140736985251504 140084546350320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7037/tid=7039] ppid=7034 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7039/stat : 7039 (toysat) S 7034 7037 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27739750 1342771200 49549 33554432000 4194304 16246674 140736985251504 140084535860464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7037/tid=7040] ppid=7034 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7040/stat : 7040 (toysat) S 7034 7037 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27739750 1342771200 49554 33554432000 4194304 16246674 140736985251504 140084451994800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1311300

[startup+0.300488 s]
/proc/loadavg: 2.15 2.11 2.06 4/179 7037
/proc/meminfo: memFree=22447708/32872528 swapFree=526336/559040
[pid=7037] ppid=7034 vsize=1313348 CPUtime=0.28 cores=1,3,5,7
/proc/7037/stat : 7037 (toysat) R 7034 7037 28898 0 -1 4202496 61148 0 0 0 21 7 0 0 20 0 4 0 27739750 1344868352 62469 33554432000 4194304 16246674 140736985251504 140736985250168 4206604 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7037/statm: 328337 62469 800 2943 0 325231 0
[pid=7037/tid=7038] ppid=7034 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7038/stat : 7038 (toysat) S 7034 7037 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27739750 1344868352 62469 33554432000 4194304 16246674 140736985251504 140084546350320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7037/tid=7039] ppid=7034 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7039/stat : 7039 (toysat) S 7034 7037 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27739750 1344868352 62469 33554432000 4194304 16246674 140736985251504 140084535860464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7037/tid=7040] ppid=7034 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7040/stat : 7040 (toysat) S 7034 7037 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27739750 1344868352 62469 33554432000 4194304 16246674 140736985251504 140084451994800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1313348

[startup+0.700419 s]
/proc/loadavg: 2.15 2.11 2.06 4/179 7037
/proc/meminfo: memFree=22447708/32872528 swapFree=526336/559040
[pid=7037] ppid=7034 vsize=1319492 CPUtime=0.69 cores=1,3,5,7
/proc/7037/stat : 7037 (toysat) R 7034 7037 28898 0 -1 4202496 66478 0 0 0 61 8 0 0 20 0 4 0 27739750 1351159808 69332 33554432000 4194304 16246674 140736985251504 140736985250168 12477780 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7037/statm: 329873 69332 835 2943 0 326767 0
[pid=7037/tid=7038] ppid=7034 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7038/stat : 7038 (toysat) S 7034 7037 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27739750 1351159808 69332 33554432000 4194304 16246674 140736985251504 140084546350320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7037/tid=7039] ppid=7034 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7039/stat : 7039 (toysat) S 7034 7037 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27739750 1351159808 69332 33554432000 4194304 16246674 140736985251504 140084535860464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7037/tid=7040] ppid=7034 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7040/stat : 7040 (toysat) S 7034 7037 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27739750 1351159808 69332 33554432000 4194304 16246674 140736985251504 140084451994800 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) 1319492

[startup+1.5004 s]
/proc/loadavg: 2.15 2.11 2.06 3/183 7041
/proc/meminfo: memFree=21986516/32872528 swapFree=526336/559040
[pid=7037] ppid=7034 vsize=1319492 CPUtime=1.49 cores=1,3,5,7
/proc/7037/stat : 7037 (toysat) R 7034 7037 28898 0 -1 4202496 184006 0 0 0 123 26 0 0 20 0 4 0 27739750 1351159808 186860 33554432000 4194304 16246674 140736985251504 140736985233408 6155670 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7037/statm: 329873 186869 835 2943 0 326767 0
[pid=7037/tid=7038] ppid=7034 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7038/stat : 7038 (toysat) S 7034 7037 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27739750 1351159808 186874 33554432000 4194304 16246674 140736985251504 140084546350320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7037/tid=7039] ppid=7034 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7039/stat : 7039 (toysat) S 7034 7037 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27739750 1351159808 186880 33554432000 4194304 16246674 140736985251504 140084535860464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7037/tid=7040] ppid=7034 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7040/stat : 7040 (toysat) S 7034 7037 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27739750 1351159808 186885 33554432000 4194304 16246674 140736985251504 140084451994800 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) 1319492

[startup+3.10042 s]
/proc/loadavg: 2.15 2.11 2.06 3/183 7041
/proc/meminfo: memFree=21436948/32872528 swapFree=526336/559040
[pid=7037] ppid=7034 vsize=1361476 CPUtime=3.09 cores=1,3,5,7
/proc/7037/stat : 7037 (toysat) R 7034 7037 28898 0 -1 4202496 249932 0 0 0 274 35 0 0 20 0 4 0 27739750 1394151424 252786 33554432000 4194304 16246674 140736985251504 140736985250816 13753489 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7037/statm: 340369 252786 846 2943 0 337263 0
[pid=7037/tid=7038] ppid=7034 vsize=1361476 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7038/stat : 7038 (toysat) S 7034 7037 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27739750 1394151424 252786 33554432000 4194304 16246674 140736985251504 140084546350320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7037/tid=7039] ppid=7034 vsize=1361476 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7039/stat : 7039 (toysat) S 7034 7037 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27739750 1394151424 252786 33554432000 4194304 16246674 140736985251504 140084535860464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7037/tid=7040] ppid=7034 vsize=1361476 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7040/stat : 7040 (toysat) S 7034 7037 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27739750 1394151424 252786 33554432000 4194304 16246674 140736985251504 140084451994800 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) 1361476

[startup+6.30042 s]
/proc/loadavg: 2.14 2.11 2.06 3/183 7041
/proc/meminfo: memFree=19387076/32872528 swapFree=526336/559040
[pid=7037] ppid=7034 vsize=1588804 CPUtime=6.29 cores=1,3,5,7
/proc/7037/stat : 7037 (toysat) R 7034 7037 28898 0 -1 4202496 336300 0 0 0 583 46 0 0 20 0 4 0 27739750 1626935296 339154 33554432000 4194304 16246674 140736985251504 140736985233408 4220871 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7037/statm: 397201 339154 846 2943 0 394095 0
[pid=7037/tid=7038] ppid=7034 vsize=1588804 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7038/stat : 7038 (toysat) S 7034 7037 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27739750 1626935296 339154 33554432000 4194304 16246674 140736985251504 140084546350320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7037/tid=7039] ppid=7034 vsize=1588804 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7039/stat : 7039 (toysat) S 7034 7037 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27739750 1626935296 339154 33554432000 4194304 16246674 140736985251504 140084535860464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7037/tid=7040] ppid=7034 vsize=1588804 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7040/stat : 7040 (toysat) S 7034 7037 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27739750 1626935296 339154 33554432000 4194304 16246674 140736985251504 140084451994800 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) 1588804

[startup+12.7004 s]
/proc/loadavg: 2.13 2.11 2.06 3/183 7041
/proc/meminfo: memFree=17817028/32872528 swapFree=526336/559040
[pid=7037] ppid=7034 vsize=2172484 CPUtime=12.69 cores=1,3,5,7
/proc/7037/stat : 7037 (toysat) R 7034 7037 28898 0 -1 4202496 482220 0 0 0 1203 66 0 0 20 0 4 0 27739750 2224623616 485074 33554432000 4194304 16246674 140736985251504 140736985250680 4221095 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7037/statm: 543121 485074 846 2943 0 540015 0
[pid=7037/tid=7038] ppid=7034 vsize=2172484 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7038/stat : 7038 (toysat) S 7034 7037 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27739750 2224623616 485074 33554432000 4194304 16246674 140736985251504 140084546350320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7037/tid=7039] ppid=7034 vsize=2172484 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7039/stat : 7039 (toysat) S 7034 7037 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27739750 2224623616 485074 33554432000 4194304 16246674 140736985251504 140084535860464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7037/tid=7040] ppid=7034 vsize=2172484 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7040/stat : 7040 (toysat) S 7034 7037 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27739750 2224623616 485074 33554432000 4194304 16246674 140736985251504 140084451994800 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) 2172484

[startup+25.5005 s]
/proc/loadavg: 2.17 2.12 2.06 3/183 7041
/proc/meminfo: memFree=15330632/32872528 swapFree=526336/559040
[pid=7037] ppid=7034 vsize=4654660 CPUtime=25.48 cores=1,3,5,7
/proc/7037/stat : 7037 (toysat) R 7034 7037 28898 0 -1 4202496 1102766 0 0 0 2401 147 0 0 20 0 4 0 27739750 4766371840 1105620 33554432000 4194304 16246674 140736985251504 140736985250600 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7037/statm: 1163665 1105620 846 2943 0 1160559 0
[pid=7037/tid=7038] ppid=7034 vsize=4654660 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7038/stat : 7038 (toysat) S 7034 7037 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27739750 4766371840 1105620 33554432000 4194304 16246674 140736985251504 140084546350320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7037/tid=7039] ppid=7034 vsize=4654660 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7039/stat : 7039 (toysat) S 7034 7037 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27739750 4766371840 1105620 33554432000 4194304 16246674 140736985251504 140084535860464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7037/tid=7040] ppid=7034 vsize=4654660 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7040/stat : 7040 (toysat) S 7034 7037 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27739750 4766371840 1105620 33554432000 4194304 16246674 140736985251504 140084451994800 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) 4654660

[startup+51.1005 s]
/proc/loadavg: 2.11 2.11 2.06 3/183 7041
/proc/meminfo: memFree=10354484/32872528 swapFree=526336/559040
[pid=7037] ppid=7034 vsize=9209412 CPUtime=51.08 cores=1,3,5,7
/proc/7037/stat : 7037 (toysat) R 7034 7037 28898 0 -1 4202496 2241455 0 0 0 4816 292 0 0 20 0 4 0 27739750 9430437888 2244309 33554432000 4194304 16246674 140736985251504 140736985250600 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7037/statm: 2302353 2244309 846 2943 0 2299247 0
[pid=7037/tid=7038] ppid=7034 vsize=9209412 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7038/stat : 7038 (toysat) S 7034 7037 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27739750 9430437888 2244309 33554432000 4194304 16246674 140736985251504 140084546350320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7037/tid=7039] ppid=7034 vsize=9209412 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7039/stat : 7039 (toysat) S 7034 7037 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27739750 9430437888 2244309 33554432000 4194304 16246674 140736985251504 140084535860464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7037/tid=7040] ppid=7034 vsize=9209412 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7040/stat : 7040 (toysat) S 7034 7037 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27739750 9430437888 2244309 33554432000 4194304 16246674 140736985251504 140084451994800 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) 9209412

[startup+102.301 s]
/proc/loadavg: 2.08 2.10 2.06 3/183 7042
/proc/meminfo: memFree=4695552/32872528 swapFree=526336/559040
[pid=7037] ppid=7034 vsize=13381188 CPUtime=102.28 cores=1,3,5,7
/proc/7037/stat : 7037 (toysat) R 7034 7037 28898 0 -1 4202496 3284405 0 0 0 9799 429 0 0 20 0 4 0 27739750 13702336512 3287259 33554432000 4194304 16246674 140736985251504 140736985249344 14013952 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7037/statm: 3345297 3287259 851 2943 0 3342191 0
[pid=7037/tid=7038] ppid=7034 vsize=13381188 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7038/stat : 7038 (toysat) S 7034 7037 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27739750 13702336512 3287259 33554432000 4194304 16246674 140736985251504 140084546350320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7037/tid=7039] ppid=7034 vsize=13381188 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7039/stat : 7039 (toysat) S 7034 7037 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27739750 13702336512 3287259 33554432000 4194304 16246674 140736985251504 140084535860240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7037/tid=7040] ppid=7034 vsize=13381188 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7040/stat : 7040 (toysat) S 7034 7037 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27739750 13702336512 3287259 33554432000 4194304 16246674 140736985251504 140084451994800 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) 13381188



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+149.4 s]
/proc/loadavg: 2.11 2.10 2.06 3/183 7092
/proc/meminfo: memFree=11490144/32872528 swapFree=526336/559040
[pid=7037] ppid=7034 vsize=15875652 CPUtime=149.36 cores=1,3,5,7
/proc/7037/stat : 7037 (toysat) R 7034 7037 28898 0 -1 4202496 3907991 0 0 0 14423 513 0 0 20 0 4 0 27739750 16256667648 3910848 33554432000 4194304 16246674 140736985251504 140736985250680 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7037/statm: 3968913 3910856 851 2943 0 3965807 0
[pid=7037/tid=7038] ppid=7034 vsize=15875652 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7038/stat : 7038 (toysat) S 7034 7037 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27739750 16256667648 3910861 33554432000 4194304 16246674 140736985251504 140084546350320 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7037/tid=7039] ppid=7034 vsize=15875652 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7039/stat : 7039 (toysat) S 7034 7037 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27739750 16256667648 3910866 33554432000 4194304 16246674 140736985251504 140084535860464 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7037/tid=7040] ppid=7034 vsize=15875652 CPUtime=0 cores=1,3,5,7
/proc/7037/task/7040/stat : 7040 (toysat) S 7034 7037 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27739750 16256667648 3910872 33554432000 4194304 16246674 140736985251504 140084451994800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 149.36
Current children cumulated vsize (KiB) 15875652

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

[startup+149.6 s]
/proc/loadavg: 2.11 2.10 2.06 3/181 7092
/proc/meminfo: memFree=14531816/32872528 swapFree=526336/559040
[pid=7037] ppid=7034 vsize=0 CPUtime=149.57 cores=1,3,5,7
/proc/7037/stat : 7037 (toysat) Z 7034 7037 28898 0 -1 4203532 3908329 0 0 0 14424 533 0 0 20 0 2 0 27739750 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7037/statm: 0 0 0 0 0 0 0
[pid=7037/tid=7039] ppid=7034 vsize=0 CPUtime=0.19 cores=1,3,5,7
/proc/7037/task/7039/stat : 7039 (toysat) R 7034 7037 28898 0 -1 4203588 8 0 0 0 0 19 0 0 20 0 2 0 27739750 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) 149.57
Current children cumulated vsize (KiB) 0

[startup+150 s]
/proc/loadavg: 2.11 2.10 2.06 3/181 7092
/proc/meminfo: memFree=14531816/32872528 swapFree=526336/559040
[pid=7037] ppid=7034 vsize=0 CPUtime=149.97 cores=1,3,5,7
/proc/7037/stat : 7037 (toysat) Z 7034 7037 28898 0 -1 4203532 3908329 0 0 0 14424 573 0 0 20 0 2 0 27739750 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7037/statm: 0 0 0 0 0 0 0
[pid=7037/tid=7039] ppid=7034 vsize=0 CPUtime=0.58 cores=1,3,5,7
/proc/7037/task/7039/stat : 7039 (toysat) R 7034 7037 28898 0 -1 4203588 8 0 0 0 0 58 0 0 20 0 2 0 27739750 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) 149.97
Current children cumulated vsize (KiB) 0

[startup+150.2 s]
/proc/loadavg: 2.11 2.10 2.06 3/181 7092
/proc/meminfo: memFree=14531816/32872528 swapFree=526336/559040
[pid=7037] ppid=7034 vsize=0 CPUtime=150.17 cores=1,3,5,7
/proc/7037/stat : 7037 (toysat) Z 7034 7037 28898 0 -1 4203532 3908329 0 0 0 14424 593 0 0 20 0 2 0 27739750 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7037/statm: 0 0 0 0 0 0 0
[pid=7037/tid=7039] ppid=7034 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/7037/task/7039/stat : 7039 (toysat) R 7034 7037 28898 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 27739750 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) 150.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 150.243
CPU time (s): 150.208
CPU user time (s): 144.242
CPU system time (s): 5.96609
CPU usage (%): 99.9765
Max. virtual memory (cumulated for all children) (KiB): 15875652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.242
system time used= 5.96609
maximum resident set size= 15644744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3908329
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= 47
involuntary context switches= 185

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.382941 second user time and 0.607907 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-18 15:34:56
IDJOB=4105833
IDBENCH=3032
IDSOLVER=2542
FILE ID=node106/4105833-1466256896
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=240-sizeP=121-sizeQ=240-817963885-max.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105833-1466256896/watcher-4105833-1466256896 -o /tmp/evaluation-result-4105833-1466256896/solver-4105833-1466256896 -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-4105833-1466256896.opb

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

MD5SUM BENCH= c58b6100663d5c2a4dc369548046ddd4
RANDOM SEED=702713021

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:        22447996 kB
Buffers:           72004 kB
Cached:           204908 kB
SwapCached:         1736 kB
Active:          8921156 kB
Inactive:         180740 kB
Active(anon):    8821768 kB
Inactive(anon):     4976 kB
Active(file):      99388 kB
Inactive(file):   175764 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099160 kB
Dirty:             20196 kB
Writeback:             0 kB
AnonPages:       9382556 kB
Mapped:            10496 kB
Shmem:                 0 kB
Slab:             612336 kB
SReclaimable:      56132 kB
SUnreclaim:       556204 kB
KernelStack:        1504 kB
PageTables:        22368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    9526804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 71664 MiB
End job on node106 at 2016-06-18 15:37:27