Trace number 4105677

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) 178.491 178.545

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=80-sizeP=41-sizeQ=80-898154415.opb
MD5SUMb2bf9f8d31917c650553528547c41ef1
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.933857
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 variables3401
Total number of constraints9841
Number of constraints which are clauses9840
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 constraint3280
Number of terms in the objective function 41
Biggest coefficient in the objective function 1099511627776
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 2199023255551
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 664613997892457936451903530140172288
Number of bits of the biggest number in a constraint 120
Biggest sum of numbers in a constraint 2658455991569719978762429512260881840
Number of bits of the biggest sum of numbers121
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:05:09+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-4105677-1466255108.opb"]
0.00/0.01	c use --random-gen="1334393929 3008661251 1846595002 2648079646 4290186444 1154836636 3897472853 908974562 1623615231 938213285 3456375636 2058074183 4286324309 2282027726 1772878766 1138002607 3102705279 1735226340 1540631481 3677812782 773710443 1998648317 3106845668 2896130211 102774079 2148811582 1583099446 2023644166 478107441 1190380058 738174119 2903168674 3776191457 3577860847 3433966179 883954262 2969632766 3246560151 2345614703 2073835892 428773957 3928132668 2440726324 2422832988 3257647948 58384469 3345462541 1051482074 448374127 104553252 1107214289 225505837 1337492306 212470016 2823738727 2996335616 3869534590 2684334044 1698558091 1980851217 939862139 2369203982 1362616152 2016832163 1087825829 1387236037 2729393879 2202771929 2001595641 3745453772 3518701341 3298284242 4224135938 1951728662 3769373969 1408342815 1667281483 3890215812 3103793897 2870435884 2896821426 103466205 2840245776 1317580725 1480447358 2913044383 3902254207 1724185884 3142456858 2389886580 209993380 573840179 3661667175 2587370337 1101530284 1629820996 4121946853 2503899140 2303731141 3679883955 393388078 3992826549 4049916697 3259001371 4187490864 3361441225 1584657480 3682667650 3139156514 971327590 929631096 1495580896 4258528390 3505411984 355527524 3402219375 2427148681 2661858023 4189811566 666193610 3511430306 1199003607 571589742 66616304 2610021303 3102702385 2134204133 2595149679 1483831973 3457714537 1002344075 2651867296 2032537078 2926533619 1121419297 1665167560 1293451636 4210582872 1371559608 1525454474 1419563650 3224624692 1010952786 3815581743 3125653250 376125473 3029458642 3884100865 2560779003 1478082420 1110038588 1986507712 81644770 101362797 1480913908 1327322122 151580496 174094600 1410548734 3297148426 2631090662 967154794 3598531984 2477584797 2186858020 2542509773 1325193673 1254422938 2338792054 3984200933 1178382556 546028853 1841787330 3884211378 3145789925 333502605 2562327272 3126495774 336033866 2217785444 2492843046 1248304038 2282085840 2902834268 3417297837 2327620155 911083569 636576070 1103234480 343314452 109976829 716806500 3593447449 3304832672 871851318 281220546 2606194246 543787129 2265205343 1614948807 3448141145 151685305 1481930604 423102200 4289035690 1259261356 1221769247 839779455 1809411530 2636572749 1768386777 4112702843 4181331470 4059370998 1219147153 2006372308 2846955777 1324097307 1409637513 1032735799 2770731598 1461249897 1126568311 260456934 3252862732 2582171499 307864133 3869792325 577497034 66567771 1464416137 1814124956 787727842 97333021 2521538096 3656395811 2953532925 1457038922 82908040 2117572714 1445679647 1755263958 1914560667 3036669319 454816206 1896427937 3809901424 939566739 3054444127 2650167582 567412338 1235467484 104236627 497837545 3960790532 1875217848 255 362436" option to reproduce the execution
0.08/0.10	c #vars 3401
0.08/0.10	c #constraints 9841

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

pid=6118
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.11 2.09 2.09 3/179 6121
/proc/meminfo: memFree=30174484/32872528 swapFree=526336/559040
[pid=6121] ppid=6118 vsize=241084 CPUtime=0 cores=0,2,4,6
/proc/6121/stat : 6121 (toysat) R 6118 6121 28898 0 -1 4202496 751 0 0 0 0 0 0 0 20 0 4 0 27560986 246870016 1112 33554432000 4194304 16246674 140734801929616 140734801929040 13133765 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6121/statm: 60271 1117 426 2943 0 57165 0
[pid=6121/tid=6122] ppid=6118 vsize=245180 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6122/stat : 6122 (toysat) S 6118 6121 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27560987 251064320 1190 33554432000 4194304 16246674 140734801929616 139707709107440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=6121/tid=6123] ppid=6118 vsize=249276 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6123/stat : 6123 (toysat) S 6118 6121 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27560987 255258624 1208 33554432000 4194304 16246674 140734801929616 139707698617584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=6121/tid=6124] ppid=6118 vsize=253372 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6124/stat : 6124 (toysat) S 6118 6121 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27560987 259452928 1225 33554432000 4194304 16246674 140734801929616 139707688144048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100125 s]
/proc/loadavg: 2.11 2.09 2.09 3/179 6121
/proc/meminfo: memFree=30174484/32872528 swapFree=526336/559040
[pid=6121] ppid=6118 vsize=1302084 CPUtime=0.08 cores=0,2,4,6
/proc/6121/stat : 6121 (toysat) R 6118 6121 28898 0 -1 4202496 22814 0 0 0 5 3 0 0 20 0 4 0 27560986 1333334016 23113 33554432000 4194304 16246674 140734801929616 140734801928928 7392309 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6121/statm: 325521 23115 801 2943 0 322415 0
[pid=6121/tid=6122] ppid=6118 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6122/stat : 6122 (toysat) S 6118 6121 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27560987 1333334016 23117 33554432000 4194304 16246674 140734801929616 139707709107440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=6121/tid=6123] ppid=6118 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6123/stat : 6123 (toysat) S 6118 6121 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27560987 1333334016 23119 33554432000 4194304 16246674 140734801929616 139707698617584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=6121/tid=6124] ppid=6118 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6124/stat : 6124 (toysat) S 6118 6121 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27560987 1333334016 23121 33554432000 4194304 16246674 140734801929616 139707688144048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1302084

[startup+0.200483 s]
/proc/loadavg: 2.11 2.09 2.09 3/179 6121
/proc/meminfo: memFree=30174484/32872528 swapFree=526336/559040
[pid=6121] ppid=6118 vsize=1302084 CPUtime=0.18 cores=0,2,4,6
/proc/6121/stat : 6121 (toysat) R 6118 6121 28898 0 -1 4202496 40137 0 0 0 12 6 0 0 20 0 4 0 27560986 1333334016 40437 33554432000 4194304 16246674 140734801929616 140734801928928 5886100 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6121/statm: 325521 40444 833 2943 0 322415 0
[pid=6121/tid=6122] ppid=6118 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6122/stat : 6122 (toysat) S 6118 6121 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27560987 1333334016 40449 33554432000 4194304 16246674 140734801929616 139707709107440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=6121/tid=6123] ppid=6118 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6123/stat : 6123 (toysat) S 6118 6121 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27560987 1333334016 40455 33554432000 4194304 16246674 140734801929616 139707698617584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=6121/tid=6124] ppid=6118 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6124/stat : 6124 (toysat) S 6118 6121 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27560987 1333334016 40461 33554432000 4194304 16246674 140734801929616 139707688144048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1302084

[startup+0.300481 s]
/proc/loadavg: 2.11 2.09 2.09 3/179 6121
/proc/meminfo: memFree=30174484/32872528 swapFree=526336/559040
[pid=6121] ppid=6118 vsize=1302084 CPUtime=0.28 cores=0,2,4,6
/proc/6121/stat : 6121 (toysat) R 6118 6121 28898 0 -1 4202496 45416 0 0 0 22 6 0 0 20 0 4 0 27560986 1333334016 45716 33554432000 4194304 16246674 140734801929616 140734801928928 13753577 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6121/statm: 325521 45724 842 2943 0 322415 0
[pid=6121/tid=6122] ppid=6118 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6122/stat : 6122 (toysat) S 6118 6121 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27560987 1333334016 45729 33554432000 4194304 16246674 140734801929616 139707709107440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=6121/tid=6123] ppid=6118 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6123/stat : 6123 (toysat) S 6118 6121 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27560987 1333334016 45736 33554432000 4194304 16246674 140734801929616 139707698617584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=6121/tid=6124] ppid=6118 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6124/stat : 6124 (toysat) S 6118 6121 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27560987 1333334016 45741 33554432000 4194304 16246674 140734801929616 139707688144048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1302084

[startup+0.700447 s]
/proc/loadavg: 2.11 2.09 2.09 3/179 6121
/proc/meminfo: memFree=30174484/32872528 swapFree=526336/559040
[pid=6121] ppid=6118 vsize=1302084 CPUtime=0.68 cores=0,2,4,6
/proc/6121/stat : 6121 (toysat) R 6118 6121 28898 0 -1 4202496 107820 0 0 0 52 16 0 0 20 0 4 0 27560986 1333334016 108119 33554432000 4194304 16246674 140734801929616 140734801911488 12484149 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6121/statm: 325521 108122 842 2943 0 322415 0
[pid=6121/tid=6122] ppid=6118 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6122/stat : 6122 (toysat) S 6118 6121 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27560987 1333334016 108124 33554432000 4194304 16246674 140734801929616 139707709107440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=6121/tid=6123] ppid=6118 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6123/stat : 6123 (toysat) S 6118 6121 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27560987 1333334016 108126 33554432000 4194304 16246674 140734801929616 139707698617584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=6121/tid=6124] ppid=6118 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6124/stat : 6124 (toysat) S 6118 6121 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27560987 1333334016 108128 33554432000 4194304 16246674 140734801929616 139707688144048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1302084

[startup+1.50044 s]
/proc/loadavg: 2.10 2.09 2.09 3/183 6125
/proc/meminfo: memFree=29458032/32872528 swapFree=526336/559040
[pid=6121] ppid=6118 vsize=1302084 CPUtime=1.48 cores=0,2,4,6
/proc/6121/stat : 6121 (toysat) R 6118 6121 28898 0 -1 4202496 230459 0 0 0 117 31 0 0 20 0 4 0 27560986 1333334016 230758 33554432000 4194304 16246674 140734801929616 140734801911488 12497709 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6121/statm: 325521 230767 842 2943 0 322415 0
[pid=6121/tid=6122] ppid=6118 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6122/stat : 6122 (toysat) S 6118 6121 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27560987 1333334016 230772 33554432000 4194304 16246674 140734801929616 139707709107440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=6121/tid=6123] ppid=6118 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6123/stat : 6123 (toysat) S 6118 6121 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27560987 1333334016 230778 33554432000 4194304 16246674 140734801929616 139707698617584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=6121/tid=6124] ppid=6118 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6124/stat : 6124 (toysat) S 6118 6121 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27560987 1333334016 230784 33554432000 4194304 16246674 140734801929616 139707688144048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1302084

[startup+3.10046 s]
/proc/loadavg: 2.10 2.09 2.09 3/183 6125
/proc/meminfo: memFree=28847812/32872528 swapFree=526336/559040
[pid=6121] ppid=6118 vsize=1562180 CPUtime=3.08 cores=0,2,4,6
/proc/6121/stat : 6121 (toysat) R 6118 6121 28898 0 -1 4202496 331686 0 0 0 263 45 0 0 20 0 4 0 27560986 1599672320 331985 33554432000 4194304 16246674 140734801929616 140734801911488 4220543 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6121/statm: 390545 331985 843 2943 0 387439 0
[pid=6121/tid=6122] ppid=6118 vsize=1562180 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6122/stat : 6122 (toysat) S 6118 6121 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27560987 1599672320 331985 33554432000 4194304 16246674 140734801929616 139707709107440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=6121/tid=6123] ppid=6118 vsize=1562180 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6123/stat : 6123 (toysat) S 6118 6121 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27560987 1599672320 331985 33554432000 4194304 16246674 140734801929616 139707698617584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=6121/tid=6124] ppid=6118 vsize=1562180 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6124/stat : 6124 (toysat) S 6118 6121 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27560987 1599672320 331985 33554432000 4194304 16246674 140734801929616 139707688144048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1562180

[startup+6.30038 s]
/proc/loadavg: 2.09 2.09 2.09 3/183 6125
/proc/meminfo: memFree=28847200/32872528 swapFree=526336/559040
[pid=6121] ppid=6118 vsize=1562180 CPUtime=6.28 cores=0,2,4,6
/proc/6121/stat : 6121 (toysat) R 6118 6121 28898 0 -1 4202496 331687 0 0 0 583 45 0 0 20 0 4 0 27560986 1599672320 331986 33554432000 4194304 16246674 140734801929616 140734801928928 4206664 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6121/statm: 390545 331986 843 2943 0 387439 0
[pid=6121/tid=6122] ppid=6118 vsize=1562180 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6122/stat : 6122 (toysat) S 6118 6121 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27560987 1599672320 331986 33554432000 4194304 16246674 140734801929616 139707709107440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=6121/tid=6123] ppid=6118 vsize=1562180 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6123/stat : 6123 (toysat) S 6118 6121 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27560987 1599672320 331986 33554432000 4194304 16246674 140734801929616 139707698617584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=6121/tid=6124] ppid=6118 vsize=1562180 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6124/stat : 6124 (toysat) S 6118 6121 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27560987 1599672320 331986 33554432000 4194304 16246674 140734801929616 139707688144048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1562180

[startup+12.7005 s]
/proc/loadavg: 2.08 2.08 2.09 4/183 6125
/proc/meminfo: memFree=28075512/32872528 swapFree=526336/559040
[pid=6121] ppid=6118 vsize=2333252 CPUtime=12.68 cores=0,2,4,6
/proc/6121/stat : 6121 (toysat) R 6118 6121 28898 0 -1 4202496 524455 0 0 0 1197 71 0 0 20 0 4 0 27560986 2389250048 524754 33554432000 4194304 16246674 140734801929616 140734801928792 12484136 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6121/statm: 583313 524754 843 2943 0 580207 0
[pid=6121/tid=6122] ppid=6118 vsize=2333252 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6122/stat : 6122 (toysat) S 6118 6121 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27560987 2389250048 524754 33554432000 4194304 16246674 140734801929616 139707709107440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=6121/tid=6123] ppid=6118 vsize=2333252 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6123/stat : 6123 (toysat) S 6118 6121 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27560987 2389250048 524754 33554432000 4194304 16246674 140734801929616 139707698617584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=6121/tid=6124] ppid=6118 vsize=2333252 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6124/stat : 6124 (toysat) S 6118 6121 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27560987 2389250048 524754 33554432000 4194304 16246674 140734801929616 139707688144048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2333252

[startup+25.5005 s]
/proc/loadavg: 2.06 2.08 2.09 3/183 6125
/proc/meminfo: memFree=25606140/32872528 swapFree=526336/559040
[pid=6121] ppid=6118 vsize=4798020 CPUtime=25.48 cores=0,2,4,6
/proc/6121/stat : 6121 (toysat) R 6118 6121 28898 0 -1 4202496 1140648 0 0 0 2393 155 0 0 20 0 4 0 27560986 4913172480 1140950 33554432000 4194304 16246674 140734801929616 140734801928712 6942154 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6121/statm: 1199505 1140950 843 2943 0 1196399 0
[pid=6121/tid=6122] ppid=6118 vsize=4798020 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6122/stat : 6122 (toysat) S 6118 6121 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27560987 4913172480 1140950 33554432000 4194304 16246674 140734801929616 139707709107440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=6121/tid=6123] ppid=6118 vsize=4798020 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6123/stat : 6123 (toysat) S 6118 6121 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27560987 4913172480 1140950 33554432000 4194304 16246674 140734801929616 139707698617584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=6121/tid=6124] ppid=6118 vsize=4798020 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6124/stat : 6124 (toysat) S 6118 6121 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27560987 4913172480 1140950 33554432000 4194304 16246674 140734801929616 139707688144048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4798020

[startup+51.1005 s]
/proc/loadavg: 2.04 2.07 2.08 3/183 6125
/proc/meminfo: memFree=23224948/32872528 swapFree=526336/559040
[pid=6121] ppid=6118 vsize=7174724 CPUtime=51.07 cores=0,2,4,6
/proc/6121/stat : 6121 (toysat) R 6118 6121 28898 0 -1 4202496 1734825 0 0 0 4868 239 0 0 20 0 4 0 27560986 7346917376 1735126 33554432000 4194304 16246674 140734801929616 140734801927488 4221802 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6121/statm: 1793681 1735126 843 2943 0 1790575 0
[pid=6121/tid=6122] ppid=6118 vsize=7174724 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6122/stat : 6122 (toysat) S 6118 6121 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27560987 7346917376 1735126 33554432000 4194304 16246674 140734801929616 139707709107440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=6121/tid=6123] ppid=6118 vsize=7174724 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6123/stat : 6123 (toysat) S 6118 6121 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27560987 7346917376 1735126 33554432000 4194304 16246674 140734801929616 139707698617360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6121/tid=6124] ppid=6118 vsize=7174724 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6124/stat : 6124 (toysat) S 6118 6121 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27560987 7346917376 1735126 33554432000 4194304 16246674 140734801929616 139707688144048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7174724

[startup+102.301 s]
/proc/loadavg: 2.06 2.08 2.08 3/183 6126
/proc/meminfo: memFree=15805940/32872528 swapFree=526336/559040
[pid=6121] ppid=6118 vsize=14578244 CPUtime=102.26 cores=0,2,4,6
/proc/6121/stat : 6121 (toysat) R 6118 6121 28898 0 -1 4202496 3585709 0 0 0 9724 502 0 0 20 0 4 0 27560986 14928121856 3586010 33554432000 4194304 16246674 140734801929616 140734801928792 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6121/statm: 3644561 3586010 844 2943 0 3641455 0
[pid=6121/tid=6122] ppid=6118 vsize=14578244 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6122/stat : 6122 (toysat) S 6118 6121 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27560987 14928121856 3586010 33554432000 4194304 16246674 140734801929616 139707709107440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=6121/tid=6123] ppid=6118 vsize=14578244 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6123/stat : 6123 (toysat) S 6118 6121 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27560987 14928121856 3586010 33554432000 4194304 16246674 140734801929616 139707698617584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=6121/tid=6124] ppid=6118 vsize=14578244 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6124/stat : 6124 (toysat) S 6118 6121 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27560987 14928121856 3586010 33554432000 4194304 16246674 140734801929616 139707688144048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 14578244

[startup+162.3 s]
/proc/loadavg: 2.02 2.06 2.08 4/183 6127
/proc/meminfo: memFree=15806088/32872528 swapFree=526336/559040
[pid=6121] ppid=6118 vsize=14578244 CPUtime=162.25 cores=0,2,4,6
/proc/6121/stat : 6121 (toysat) R 6118 6121 28898 0 -1 4202496 3585713 0 0 0 15721 504 0 0 20 0 4 0 27560986 14928121856 3586014 33554432000 4194304 16246674 140734801929616 140734801928792 13810969 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6121/statm: 3644561 3586014 848 2943 0 3641455 0
[pid=6121/tid=6122] ppid=6118 vsize=14578244 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6122/stat : 6122 (toysat) S 6118 6121 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27560987 14928121856 3586014 33554432000 4194304 16246674 140734801929616 139707709107440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=6121/tid=6123] ppid=6118 vsize=14578244 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6123/stat : 6123 (toysat) S 6118 6121 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27560987 14928121856 3586014 33554432000 4194304 16246674 140734801929616 139707698617584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=6121/tid=6124] ppid=6118 vsize=14578244 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6124/stat : 6124 (toysat) S 6118 6121 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27560987 14928121856 3586014 33554432000 4194304 16246674 140734801929616 139707688144048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 14578244



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+177.7 s]
/proc/loadavg: 2.01 2.05 2.08 3/183 6127
/proc/meminfo: memFree=14669104/32872528 swapFree=526336/559040
[pid=6121] ppid=6118 vsize=15881796 CPUtime=177.65 cores=0,2,4,6
/proc/6121/stat : 6121 (toysat) R 6118 6121 28898 0 -1 4202496 3911580 0 0 0 17211 554 0 0 20 0 4 0 27560986 16262959104 3911881 33554432000 4194304 16246674 140734801929616 140734801928792 4221799 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6121/statm: 3970449 3911890 848 2943 0 3967343 0
[pid=6121/tid=6122] ppid=6118 vsize=15881796 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6122/stat : 6122 (toysat) S 6118 6121 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27560987 16262959104 3911895 33554432000 4194304 16246674 140734801929616 139707709107440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=6121/tid=6123] ppid=6118 vsize=15881796 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6123/stat : 6123 (toysat) S 6118 6121 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27560987 16262959104 3911900 33554432000 4194304 16246674 140734801929616 139707698617584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=6121/tid=6124] ppid=6118 vsize=15882820 CPUtime=0 cores=0,2,4,6
/proc/6121/task/6124/stat : 6124 (toysat) S 6118 6121 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27560987 16264007680 3911907 33554432000 4194304 16246674 140734801929616 139707688144048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 177.65
Current children cumulated vsize (KiB) 15881796

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

[startup+178 s]
/proc/loadavg: 2.01 2.05 2.08 3/183 6127
/proc/meminfo: memFree=14669104/32872528 swapFree=526336/559040
[pid=6121] ppid=6118 vsize=0 CPUtime=177.95 cores=0,2,4,6
/proc/6121/stat : 6121 (toysat) Z 6118 6121 28898 0 -1 4203532 3911905 0 0 0 17212 583 0 0 20 0 2 0 27560986 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6121/statm: 0 0 0 0 0 0 0
[pid=6121/tid=6122] ppid=6118 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/6121/task/6122/stat : 6122 (toysat) R 6118 6121 28898 0 -1 4203588 9 0 0 0 0 28 0 0 20 0 2 0 27560987 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 177.95
Current children cumulated vsize (KiB) 0

[startup+178.4 s]
/proc/loadavg: 2.01 2.05 2.08 3/181 6127
/proc/meminfo: memFree=23962612/32872528 swapFree=526336/559040
[pid=6121] ppid=6118 vsize=0 CPUtime=178.34 cores=0,2,4,6
/proc/6121/stat : 6121 (toysat) Z 6118 6121 28898 0 -1 4203532 3911905 0 0 0 17212 622 0 0 20 0 2 0 27560986 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6121/statm: 0 0 0 0 0 0 0
[pid=6121/tid=6122] ppid=6118 vsize=0 CPUtime=0.68 cores=0,2,4,6
/proc/6121/task/6122/stat : 6122 (toysat) R 6118 6121 28898 0 -1 4203588 9 0 0 0 0 68 0 0 20 0 2 0 27560987 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 178.34
Current children cumulated vsize (KiB) 0

[startup+178.5 s]
/proc/loadavg: 2.01 2.05 2.08 3/181 6127
/proc/meminfo: memFree=23962612/32872528 swapFree=526336/559040
[pid=6121] ppid=6118 vsize=0 CPUtime=178.44 cores=0,2,4,6
/proc/6121/stat : 6121 (toysat) Z 6118 6121 28898 0 -1 4203532 3911905 0 0 0 17212 632 0 0 20 0 2 0 27560986 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6121/statm: 0 0 0 0 0 0 0
[pid=6121/tid=6122] ppid=6118 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/6121/task/6122/stat : 6122 (toysat) R 6118 6121 28898 0 -1 4203588 9 0 0 0 0 78 0 0 20 0 2 0 27560987 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 178.44
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 178.545
CPU time (s): 178.491
CPU user time (s): 172.121
CPU system time (s): 6.37003
CPU usage (%): 99.9696
Max. virtual memory (cumulated for all children) (KiB): 15881796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 172.121
system time used= 6.37003
maximum resident set size= 15648824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3911905
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= 75
involuntary context switches= 230

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.16082 second user time and 1.55776 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-18 15:05:09
IDJOB=4105677
IDBENCH=2975
IDSOLVER=2542
FILE ID=node106/4105677-1466255108
RUNJOBID= node106-1466241787-28914
PBS_JOBID= 19918214
Free space on /tmp= 71684 MiB

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

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

MD5SUM BENCH= b2bf9f8d31917c650553528547c41ef1
RANDOM SEED=1796161323

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:        30174864 kB
Buffers:          100956 kB
Cached:           216936 kB
SwapCached:         1868 kB
Active:          1166696 kB
Inactive:         224604 kB
Active(anon):    1072760 kB
Inactive(anon):     3048 kB
Active(file):      93936 kB
Inactive(file):   221556 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099160 kB
Dirty:             16724 kB
Writeback:             8 kB
AnonPages:       1631660 kB
Mapped:            10384 kB
Shmem:                 0 kB
Slab:             612380 kB
SReclaimable:      56008 kB
SUnreclaim:       556372 kB
KernelStack:        1456 kB
PageTables:         7348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1777172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1099776 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:08:07