Trace number 4105717

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.409 150.45

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=220-sizeP=111-sizeQ=220-687342390.opb
MD5SUM6e35a6365bb53fc415f73802d28edd05
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 benchmark1.9847
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 variables24751
Total number of constraints73261
Number of constraints which are clauses73260
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 constraint24420
Number of terms in the objective function 111
Biggest coefficient in the objective function 1298074214633706907132624082305024
Number of bits for the biggest coefficient in the objective function 111
Sum of the numbers in the objective function 2596148429267413814265248164610047
Number of bits of the sum of numbers in the objective function 111
Biggest number in a constraint 1093625362391505962186251113558810682676584715446606218212885303204976499599687961611756588511526912
Number of bits of the biggest number in a constraint 330
Biggest sum of numbers in a constraint 4374501449566023848745004454235241283418574603663113591819857963636207601588942656194290280593199415
Number of bits of the biggest sum of numbers331
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:20+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-4105717-1466255719.opb"]
0.00/0.01	c use --random-gen="2288148716 1653898591 3865699041 997807991 3143801900 4027480475 2689362204 3946705221 3887879366 1955264963 192212950 2104282319 3700967245 3202917203 2321195127 1359219265 354109471 2433737812 681989191 3382954636 2133520920 1603647364 2018096832 154120724 558607146 3004079872 2564473374 533832142 1132778243 3722093245 520837024 880945638 3820018445 336009394 1769964898 2149667042 483077670 4024577912 4171029597 3647840378 2914556997 1958787812 1257751388 351705331 472648959 823576571 1773630285 1208340877 125461656 616228530 3649474274 3774864295 2453258515 876433644 4134990137 4007763018 3783102595 4206447121 683446976 1158236178 1238875788 2064286104 3841359399 9492555 755959565 1849578901 4238949911 775763478 2384969078 3169318627 878954374 407365446 3065299892 3821453259 4044404111 2672040467 1501529039 19578514 4169541802 2111701920 3541165690 1702250236 1224639588 4090331548 3720439147 2026309529 1557153800 121537973 2744980382 2196296520 395846749 3126601678 4110410330 2990162097 1249504024 4004059124 3074546699 228162136 2039463806 2198392785 220919057 3230132806 2225708374 1245334399 1451482743 3506377718 916907146 1253281825 3568378022 1319421054 1860200419 1353453836 1846758908 1002128799 627978533 1669238116 1118924222 3795662240 2219041982 2956693277 108756492 1797581329 2356511341 2421558149 2770973503 2735671661 4044965898 4052171159 1728200846 2506667244 2695397844 1165179662 1673667363 2770775902 2894426215 3617029481 1129488060 1394204717 3643520876 4219791486 2013248632 4125057325 4013853007 1382675807 43903509 4106729925 3195989968 3894830224 1726160745 3143192703 3958090769 611205716 1681707677 4087658523 808927374 2202677760 2767779555 238111602 4266661729 475095994 840616142 1386087601 1902547754 1104980676 3498127970 2633157527 882440819 4153725033 622257103 1269623311 3565663642 1034203645 1863740851 1364607370 185526458 1283801073 2629576698 1697296506 1794992169 333471110 1879194332 690600608 435701623 951979798 2350044501 2669832601 49636607 3332547214 2929344479 508235792 543031757 3345990575 2342046706 1538731028 85269665 2841704422 3172161297 3153156650 2870715383 287552462 3963631250 2911622844 18329765 1315927624 1168402494 268576921 3691528054 2655416224 2199135726 3101018831 3727414014 1075180712 72786911 3667013126 4109939125 1055078227 35486362 1369204081 265022858 2049499222 1747625301 2874860452 689981097 2445299158 2057582613 2905585254 2129919482 3605952808 2822798226 2491636901 1318677891 3445588421 2395990546 1548658746 2342746681 2692421122 2528114534 770339166 124894303 1148174733 500498338 3677887331 3289922723 1689979401 3602933345 232760095 20251786 3002430435 2079981713 2567879160 1841299362 2477007329 3975121021 4112278815 224788818 2795754913 255 362436" option to reproduce the execution
0.49/0.53	c #vars 24751
0.49/0.53	c #constraints 73261

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

pid=24368
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.06 2.04 2.00 3/179 24371
/proc/meminfo: memFree=16509928/32872528 swapFree=163656/177964
[pid=24371] ppid=24368 vsize=747964 CPUtime=0 cores=0,2,4,6
/proc/24371/stat : 24371 (toysat) R 24368 24371 20760 0 -1 4202496 2794 0 0 0 0 0 0 0 20 0 4 0 27621878 765915136 3154 33554432000 4194304 16246674 140736782884976 140736782884400 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24371/statm: 187759 3163 441 2943 0 184653 0
[pid=24371/tid=24372] ppid=24368 vsize=765372 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24372/stat : 24372 (toysat) S 24368 24371 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27621878 783740928 3222 33554432000 4194304 16246674 140736782884976 139937570598128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24371/tid=24373] ppid=24368 vsize=770492 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24373/stat : 24373 (toysat) S 24368 24371 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 27621878 788983808 3239 33554432000 4194304 16246674 140736782884976 139937483566320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24371/tid=24374] ppid=24368 vsize=774588 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24374/stat : 24374 (toysat) S 24368 24371 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27621878 793178112 3255 33554432000 4194304 16246674 140736782884976 139937473092784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 24371
/proc/meminfo: memFree=16509928/32872528 swapFree=163656/177964
[pid=24371] ppid=24368 vsize=1221188 CPUtime=0.09 cores=0,2,4,6
/proc/24371/stat : 24371 (toysat) R 24368 24371 20760 0 -1 4202496 26322 0 0 0 6 3 0 0 20 0 4 0 27621878 1250496512 26620 33554432000 4194304 16246674 140736782884976 140736782884288 4220480 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24371/statm: 305297 26620 799 2943 0 302191 0
[pid=24371/tid=24372] ppid=24368 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24372/stat : 24372 (toysat) S 24368 24371 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27621878 1250496512 26620 33554432000 4194304 16246674 140736782884976 139937570598128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24371/tid=24373] ppid=24368 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24373/stat : 24373 (toysat) S 24368 24371 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 27621878 1250496512 26620 33554432000 4194304 16246674 140736782884976 139937483566320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24371/tid=24374] ppid=24368 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24374/stat : 24374 (toysat) S 24368 24371 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27621878 1250496512 26620 33554432000 4194304 16246674 140736782884976 139937473092784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200466 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 24371
/proc/meminfo: memFree=16509928/32872528 swapFree=163656/177964
[pid=24371] ppid=24368 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/24371/stat : 24371 (toysat) R 24368 24371 20760 0 -1 4202496 48656 0 0 0 13 6 0 0 20 0 4 0 27621878 1344868352 49465 33554432000 4194304 16246674 140736782884976 140736782884288 7364389 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24371/statm: 328337 49465 801 2943 0 325231 0
[pid=24371/tid=24372] ppid=24368 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24372/stat : 24372 (toysat) S 24368 24371 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27621878 1344868352 49465 33554432000 4194304 16246674 140736782884976 139937570598128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24371/tid=24373] ppid=24368 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24373/stat : 24373 (toysat) S 24368 24371 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 27621878 1344868352 49465 33554432000 4194304 16246674 140736782884976 139937483566320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24371/tid=24374] ppid=24368 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24374/stat : 24374 (toysat) S 24368 24371 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27621878 1344868352 49465 33554432000 4194304 16246674 140736782884976 139937473092784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300442 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 24371
/proc/meminfo: memFree=16509928/32872528 swapFree=163656/177964
[pid=24371] ppid=24368 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/24371/stat : 24371 (toysat) R 24368 24371 20760 0 -1 4202496 64274 0 0 0 21 8 0 0 20 0 4 0 27621878 1344868352 65083 33554432000 4194304 16246674 140736782884976 140736782884288 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24371/statm: 328337 65083 801 2943 0 325231 0
[pid=24371/tid=24372] ppid=24368 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24372/stat : 24372 (toysat) S 24368 24371 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27621878 1344868352 65083 33554432000 4194304 16246674 140736782884976 139937570598128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24371/tid=24373] ppid=24368 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24373/stat : 24373 (toysat) S 24368 24371 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 27621878 1344868352 65083 33554432000 4194304 16246674 140736782884976 139937483566320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24371/tid=24374] ppid=24368 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24374/stat : 24374 (toysat) S 24368 24371 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27621878 1344868352 65083 33554432000 4194304 16246674 140736782884976 139937473092784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700393 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 24371
/proc/meminfo: memFree=16509928/32872528 swapFree=163656/177964
[pid=24371] ppid=24368 vsize=1314372 CPUtime=0.69 cores=0,2,4,6
/proc/24371/stat : 24371 (toysat) R 24368 24371 20760 0 -1 4202496 64566 0 0 0 61 8 0 0 20 0 4 0 27621878 1345916928 65375 33554432000 4194304 16246674 140736782884976 140736782884288 13950192 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24371/statm: 328593 65375 836 2943 0 325487 0
[pid=24371/tid=24372] ppid=24368 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24372/stat : 24372 (toysat) S 24368 24371 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27621878 1345916928 65375 33554432000 4194304 16246674 140736782884976 139937570598128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24371/tid=24373] ppid=24368 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24373/stat : 24373 (toysat) S 24368 24371 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 27621878 1345916928 65375 33554432000 4194304 16246674 140736782884976 139937483566320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24371/tid=24374] ppid=24368 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24374/stat : 24374 (toysat) S 24368 24371 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27621878 1345916928 65375 33554432000 4194304 16246674 140736782884976 139937473092784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1314372

[startup+1.5004 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 24375
/proc/meminfo: memFree=15964168/32872528 swapFree=163656/177964
[pid=24371] ppid=24368 vsize=1315396 CPUtime=1.49 cores=0,2,4,6
/proc/24371/stat : 24371 (toysat) R 24368 24371 20760 0 -1 4202496 203025 0 0 0 118 31 0 0 20 0 4 0 27621878 1346965504 203834 33554432000 4194304 16246674 140736782884976 140736782866880 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24371/statm: 328849 203837 838 2943 0 325743 0
[pid=24371/tid=24372] ppid=24368 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24372/stat : 24372 (toysat) S 24368 24371 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27621878 1346965504 203840 33554432000 4194304 16246674 140736782884976 139937570598128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24371/tid=24373] ppid=24368 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24373/stat : 24373 (toysat) S 24368 24371 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 27621878 1346965504 203844 33554432000 4194304 16246674 140736782884976 139937483566320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24371/tid=24374] ppid=24368 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24374/stat : 24374 (toysat) S 24368 24371 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27621878 1346965504 203846 33554432000 4194304 16246674 140736782884976 139937473092784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1315396

[startup+3.10035 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 24375
/proc/meminfo: memFree=15656624/32872528 swapFree=163656/177964
[pid=24371] ppid=24368 vsize=1353284 CPUtime=3.09 cores=0,2,4,6
/proc/24371/stat : 24371 (toysat) R 24368 24371 20760 0 -1 4202496 267212 0 0 0 269 40 0 0 20 0 4 0 27621878 1385762816 268021 33554432000 4194304 16246674 140736782884976 140736782866880 12504453 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24371/statm: 338321 268024 847 2943 0 335215 0
[pid=24371/tid=24372] ppid=24368 vsize=1353284 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24372/stat : 24372 (toysat) S 24368 24371 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27621878 1385762816 268026 33554432000 4194304 16246674 140736782884976 139937570598128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24371/tid=24373] ppid=24368 vsize=1353284 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24373/stat : 24373 (toysat) S 24368 24371 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 27621878 1385762816 268028 33554432000 4194304 16246674 140736782884976 139937483566320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24371/tid=24374] ppid=24368 vsize=1353284 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24374/stat : 24374 (toysat) S 24368 24371 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27621878 1385762816 268030 33554432000 4194304 16246674 140736782884976 139937473092784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1353284

[startup+6.30039 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 24375
/proc/meminfo: memFree=15161192/32872528 swapFree=163656/177964
[pid=24371] ppid=24368 vsize=1583684 CPUtime=6.29 cores=0,2,4,6
/proc/24371/stat : 24371 (toysat) R 24368 24371 20760 0 -1 4202496 336556 0 0 0 580 49 0 0 20 0 4 0 27621878 1621692416 337365 33554432000 4194304 16246674 140736782884976 140736782882816 12500503 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24371/statm: 395921 337365 847 2943 0 392815 0
[pid=24371/tid=24372] ppid=24368 vsize=1583684 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24372/stat : 24372 (toysat) S 24368 24371 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27621878 1621692416 337365 33554432000 4194304 16246674 140736782884976 139937570598128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24371/tid=24373] ppid=24368 vsize=1583684 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24373/stat : 24373 (toysat) S 24368 24371 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 27621878 1621692416 337365 33554432000 4194304 16246674 140736782884976 139937483566320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24371/tid=24374] ppid=24368 vsize=1583684 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24374/stat : 24374 (toysat) S 24368 24371 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27621878 1621692416 337365 33554432000 4194304 16246674 140736782884976 139937473092784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1583684

[startup+12.7004 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 24375
/proc/meminfo: memFree=14611196/32872528 swapFree=163656/177964
[pid=24371] ppid=24368 vsize=2468420 CPUtime=12.69 cores=0,2,4,6
/proc/24371/stat : 24371 (toysat) R 24368 24371 20760 0 -1 4202496 557628 0 0 0 1189 80 0 0 20 0 4 0 27621878 2527662080 558438 33554432000 4194304 16246674 140736782884976 140736782882880 4221799 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24371/statm: 617105 558446 847 2943 0 613999 0
[pid=24371/tid=24372] ppid=24368 vsize=2468420 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24372/stat : 24372 (toysat) S 24368 24371 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27621878 2527662080 558450 33554432000 4194304 16246674 140736782884976 139937570598128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24371/tid=24373] ppid=24368 vsize=2468420 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24373/stat : 24373 (toysat) S 24368 24371 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 27621878 2527662080 558456 33554432000 4194304 16246674 140736782884976 139937483566096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24371/tid=24374] ppid=24368 vsize=2468420 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24374/stat : 24374 (toysat) S 24368 24371 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27621878 2527662080 558461 33554432000 4194304 16246674 140736782884976 139937473092784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2468420

[startup+25.5004 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 24375
/proc/meminfo: memFree=12173204/32872528 swapFree=163656/177964
[pid=24371] ppid=24368 vsize=4565572 CPUtime=25.48 cores=0,2,4,6
/proc/24371/stat : 24371 (toysat) R 24368 24371 20760 0 -1 4202496 1082028 0 0 0 2400 148 0 0 20 0 4 0 27621878 4675145728 1082837 33554432000 4194304 16246674 140736782884976 140736782884152 4220850 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24371/statm: 1141393 1082837 847 2943 0 1138287 0
[pid=24371/tid=24372] ppid=24368 vsize=4565572 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24372/stat : 24372 (toysat) S 24368 24371 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27621878 4675145728 1082837 33554432000 4194304 16246674 140736782884976 139937570598128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24371/tid=24373] ppid=24368 vsize=4565572 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24373/stat : 24373 (toysat) S 24368 24371 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 27621878 4675145728 1082837 33554432000 4194304 16246674 140736782884976 139937483566320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24371/tid=24374] ppid=24368 vsize=4565572 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24374/stat : 24374 (toysat) S 24368 24371 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27621878 4675145728 1082837 33554432000 4194304 16246674 140736782884976 139937473092784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4565572

[startup+51.1005 s]
/proc/loadavg: 2.08 2.04 2.00 3/182 24424
/proc/meminfo: memFree=19694668/32872528 swapFree=163656/177964
[pid=24371] ppid=24368 vsize=9099844 CPUtime=51.08 cores=0,2,4,6
/proc/24371/stat : 24371 (toysat) R 24368 24371 20760 0 -1 4202496 2215598 0 0 0 4807 301 0 0 20 0 4 0 27621878 9318240256 2216407 33554432000 4194304 16246674 140736782884976 140736782884072 14105088 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24371/statm: 2274961 2216407 847 2943 0 2271855 0
[pid=24371/tid=24372] ppid=24368 vsize=9099844 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24372/stat : 24372 (toysat) S 24368 24371 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27621878 9318240256 2216407 33554432000 4194304 16246674 140736782884976 139937570598128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24371/tid=24373] ppid=24368 vsize=9099844 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24373/stat : 24373 (toysat) S 24368 24371 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 27621878 9318240256 2216407 33554432000 4194304 16246674 140736782884976 139937483566320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24371/tid=24374] ppid=24368 vsize=9099844 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24374/stat : 24374 (toysat) S 24368 24371 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27621878 9318240256 2216407 33554432000 4194304 16246674 140736782884976 139937473092784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9099844

[startup+102.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 24426
/proc/meminfo: memFree=8245688/32872528 swapFree=163656/177964
[pid=24371] ppid=24368 vsize=13336132 CPUtime=102.28 cores=0,2,4,6
/proc/24371/stat : 24371 (toysat) R 24368 24371 20760 0 -1 4202496 3274677 0 0 0 9783 445 0 0 20 0 4 0 27621878 13656199168 3275741 33554432000 4194304 16246674 140736782884976 140736782882816 14013972 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24371/statm: 3334033 3275741 852 2943 0 3330927 0
[pid=24371/tid=24372] ppid=24368 vsize=13336132 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24372/stat : 24372 (toysat) S 24368 24371 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27621878 13656199168 3275741 33554432000 4194304 16246674 140736782884976 139937570598128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24371/tid=24373] ppid=24368 vsize=13336132 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24373/stat : 24373 (toysat) S 24368 24371 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 27621878 13656199168 3275741 33554432000 4194304 16246674 140736782884976 139937483566096 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24371/tid=24374] ppid=24368 vsize=13336132 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24374/stat : 24374 (toysat) S 24368 24371 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27621878 13656199168 3275741 33554432000 4194304 16246674 140736782884976 139937473092784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 13336132



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+149.6 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 24426
/proc/meminfo: memFree=2680248/32872528 swapFree=163656/177964
[pid=24371] ppid=24368 vsize=15874628 CPUtime=149.56 cores=0,2,4,6
/proc/24371/stat : 24371 (toysat) R 24368 24371 20760 0 -1 4202496 3909102 0 0 0 14415 541 0 0 20 0 4 0 27621878 16255619072 3910166 33554432000 4194304 16246674 140736782884976 140736782884072 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24371/statm: 3968657 3910166 852 2943 0 3965551 0
[pid=24371/tid=24372] ppid=24368 vsize=15874628 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24372/stat : 24372 (toysat) S 24368 24371 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27621878 16255619072 3910175 33554432000 4194304 16246674 140736782884976 139937570598128 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24371/tid=24373] ppid=24368 vsize=15874628 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24373/stat : 24373 (toysat) S 24368 24371 20760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 27621878 16255619072 3910179 33554432000 4194304 16246674 140736782884976 139937483566320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24371/tid=24374] ppid=24368 vsize=15874628 CPUtime=0 cores=0,2,4,6
/proc/24371/task/24374/stat : 24374 (toysat) S 24368 24371 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27621878 16255619072 3910184 33554432000 4194304 16246674 140736782884976 139937473092784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 149.56
Current children cumulated vsize (KiB) 15874628

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

[startup+150 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 24426
/proc/meminfo: memFree=2680248/32872528 swapFree=163656/177964
[pid=24371] ppid=24368 vsize=0 CPUtime=149.96 cores=0,2,4,6
/proc/24371/stat : 24371 (toysat) Z 24368 24371 20760 0 -1 4203532 3909491 0 0 0 14416 580 0 0 20 0 2 0 27621878 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24371/statm: 0 0 0 0 0 0 0
[pid=24371/tid=24372] ppid=24368 vsize=0 CPUtime=0.37 cores=0,2,4,6
/proc/24371/task/24372/stat : 24372 (toysat) R 24368 24371 20760 0 -1 4203588 9 0 0 0 0 37 0 0 20 0 2 0 27621878 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) 149.96
Current children cumulated vsize (KiB) 0

[startup+150.4 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 24426
/proc/meminfo: memFree=2680248/32872528 swapFree=163656/177964
[pid=24371] ppid=24368 vsize=0 CPUtime=150.36 cores=0,2,4,6
/proc/24371/stat : 24371 (toysat) Z 24368 24371 20760 0 -1 4203532 3909491 0 0 0 14416 620 0 0 20 0 2 0 27621878 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24371/statm: 0 0 0 0 0 0 0
[pid=24371/tid=24372] ppid=24368 vsize=0 CPUtime=0.77 cores=0,2,4,6
/proc/24371/task/24372/stat : 24372 (toysat) R 24368 24371 20760 0 -1 4203588 9 0 0 0 0 77 0 0 20 0 2 0 27621878 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) 150.36
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 150.45
CPU time (s): 150.409
CPU user time (s): 144.16
CPU system time (s): 6.24905
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 15874628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.16
system time used= 6.24905
maximum resident set size= 15642220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3909491
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= 54
involuntary context switches= 163

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.442932 second user time and 0.568913 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 15:15:19
IDJOB=4105717
IDBENCH=2989
IDSOLVER=2542
FILE ID=node105/4105717-1466255719
RUNJOBID= node105-1466229502-20776
PBS_JOBID= 19918174
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=220-sizeP=111-sizeQ=220-687342390.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105717-1466255719/watcher-4105717-1466255719 -o /tmp/evaluation-result-4105717-1466255719/solver-4105717-1466255719 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466229502-20776 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4105717-1466255719.opb

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

MD5SUM BENCH= 6e35a6365bb53fc415f73802d28edd05
RANDOM SEED=1477082162

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
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		: 2666.561
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        16510192 kB
Buffers:           99100 kB
Cached:           200932 kB
SwapCached:         1416 kB
Active:         15182716 kB
Inactive:         235732 kB
Active(anon):   15083504 kB
Inactive(anon):    37176 kB
Active(file):      99212 kB
Inactive(file):   198556 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             19568 kB
Writeback:             0 kB
AnonPages:      15296388 kB
Mapped:            10652 kB
Shmem:                 0 kB
Slab:             604588 kB
SReclaimable:      48132 kB
SUnreclaim:       556456 kB
KernelStack:        1488 kB
PageTables:        34080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   15439388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 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= 71700 MiB
End job on node105 at 2016-06-18 15:17:50