Trace number 4079085

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) 149.711 149.747

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=340-sizeP=171-sizeQ=340-700380480.opb
MD5SUM7b9a0d3bf1a9c200d7f28b922540147b
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 benchmark3.9624
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 variables58651
Total number of constraints174421
Number of constraints which are clauses174420
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 constraint58140
Number of terms in the objective function 171
Biggest coefficient in the objective function 1496577676626844588240573268701473812127674924007424
Number of bits for the biggest coefficient in the objective function 171
Sum of the numbers in the objective function 2993155353253689176481146537402947624255349848014847
Number of bits of the sum of numbers in the objective function 171
Biggest number in a constraint 1675975991242824637446753124775730765934920727574049172215445180465220503759193372100234287270862928461253982273310756356719235351493321243304206125760512
Number of bits of the biggest number in a constraint 510
Biggest sum of numbers in a constraint 6703903964971298549787012499102923063739682910296195038597131527667767167333656272927595621892946315600953569576375136127347577727820033305822846748291905
Number of bits of the biggest sum of numbers511
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-06T23:09:35+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-4079085-1465247375.opb"]
0.00/0.01	c use --random-gen="3275419212 4217974584 175892513 472257939 2216236011 779050896 410806967 3091088619 2746227247 1888016131 2380204103 1976622984 495460856 161793644 3805269724 2613012018 1312860804 1519377824 4113236828 3028546123 449229336 3431591931 1697629918 2323989897 2207646835 2525847203 1100437786 2126984065 842140182 93269493 861209834 2203755718 3282475609 1048436934 1778981634 1436676313 1037683812 3176270545 1505789106 1394472125 2157948988 1049801416 1755805965 884892749 2016729809 3129299119 3966026179 2082671232 1343830395 1401729612 3192103598 3592308987 2674519077 950735021 2188400490 2021845875 1694522637 1818320836 600234501 2944009161 1053909521 2915493901 2455151970 1554568560 3809769884 952090923 825487802 1878723435 2176355451 1625594958 3061188734 646920786 4181862481 465984667 1233779667 2991158391 1136882213 3806219174 653463192 1043245222 3427934216 2176260959 3487095364 3223349539 1029275973 358218862 1089293866 502470339 1193514855 390051368 239194697 4185639752 2574410213 2111888659 606231309 205960542 1679821762 1071863220 1933258542 80700892 1923304819 3848310213 3738582423 517297899 3073960925 2400035963 2837560510 117938956 4108122521 982132192 2647769829 1688736572 2235559735 687240971 3581738481 2668226948 3468316906 1857985159 3545210885 975206497 1583370750 4075883422 3301251749 788896625 2321262506 2376461919 3240078609 2716445878 398588963 149633811 3046363345 3812995060 291723722 2260666740 3631874947 3496506521 2290822824 2044127070 4263305130 3468050070 2790919541 3338775278 1300806967 2237095 3532985356 2594257215 3282726965 913006455 1247687969 397154996 2560482703 1673766839 3713349805 2215147115 1955332310 2153926763 982051252 863459989 2379082053 3368746567 3004933970 2196229782 2752785679 705484651 2982111707 2481807644 2850741408 3652836671 2311919333 882430790 4070977992 1438991760 255601097 2115384383 1880169183 1214732644 3419037179 2474926723 3565511178 3421159784 1728408645 559749625 2777733121 1164711829 319962051 3501925402 2263955227 814753185 3951592059 3423282596 3249266072 3961980575 1498042511 2279793488 3873106682 1787320030 212388030 2488333228 4278953824 209887319 2446207196 4102918774 3087298161 4105475563 866997560 3057661489 2273649062 60386209 2313451150 766947749 3631958986 3504793289 2050151004 3298291451 3085200915 1095277589 2116879093 1565397738 1664949866 3874433713 3467474313 1300805629 3759650460 3932191512 2908124354 331034944 4193335906 767629288 3324310198 21100589 3539168652 85577084 1906537484 2780889816 1142154094 3058301552 1802312054 2929953511 3235341495 805553442 982210917 227741053 817287904 297813352 672599869 2209540912 3420893634 534833725 3230121681 1110087948 1558660985 3823847662 1119774979 2049214345 1711534886 1001789722 255 362436" option to reproduce the execution
1.29/1.35	c #vars 58651
1.29/1.35	c #constraints 174421

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

pid=1617
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.23 2.31 2.27 3/179 1620
/proc/meminfo: memFree=29129508/32872528 swapFree=17892/1720544
[pid=1620] ppid=1617 vsize=654780 CPUtime=0 cores=1,3,5,7
/proc/1620/stat : 1620 (toysat) R 1617 1620 31655 0 -1 4202496 2433 0 0 0 0 0 0 0 20 0 4 0 106670690 670494720 2283 33554432000 4194304 16246674 140737151128480 140737151127904 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1620/statm: 164463 2292 441 2943 0 161357 0
[pid=1620/tid=1621] ppid=1617 vsize=784828 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1621/stat : 1621 (toysat) S 1617 1620 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106670690 803663872 2792 33554432000 4194304 16246674 140737151128480 139799852723440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1620/tid=1622] ppid=1617 vsize=789948 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1622/stat : 1622 (toysat) S 1617 1620 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106670690 808906752 2811 33554432000 4194304 16246674 140737151128480 139799842233584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1620/tid=1623] ppid=1617 vsize=794044 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1623/stat : 1623 (toysat) S 1617 1620 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106670690 813101056 2828 33554432000 4194304 16246674 140737151128480 139799831760048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 2.23 2.31 2.27 3/179 1620
/proc/meminfo: memFree=29129508/32872528 swapFree=17892/1720544
[pid=1620] ppid=1617 vsize=1220164 CPUtime=0.09 cores=1,3,5,7
/proc/1620/stat : 1620 (toysat) R 1617 1620 31655 0 -1 4202496 28825 0 0 0 4 5 0 0 20 0 4 0 106670690 1249447936 28612 33554432000 4194304 16246674 140737151128480 140737151127792 4223721 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1620/statm: 305041 28612 801 2943 0 301935 0
[pid=1620/tid=1621] ppid=1617 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1621/stat : 1621 (toysat) S 1617 1620 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106670690 1249447936 28612 33554432000 4194304 16246674 140737151128480 139799852723440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1620/tid=1622] ppid=1617 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1622/stat : 1622 (toysat) S 1617 1620 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106670690 1249447936 28612 33554432000 4194304 16246674 140737151128480 139799842233584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1620/tid=1623] ppid=1617 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1623/stat : 1623 (toysat) S 1617 1620 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106670690 1249447936 28612 33554432000 4194304 16246674 140737151128480 139799831760048 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) 1220164

[startup+0.200543 s]
/proc/loadavg: 2.23 2.31 2.27 3/179 1620
/proc/meminfo: memFree=29129508/32872528 swapFree=17892/1720544
[pid=1620] ppid=1617 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/1620/stat : 1620 (toysat) R 1617 1620 31655 0 -1 4202496 51392 0 0 0 11 8 0 0 20 0 4 0 106670690 1344868352 51690 33554432000 4194304 16246674 140737151128480 140737151127792 4221799 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1620/statm: 328337 51690 801 2943 0 325231 0
[pid=1620/tid=1621] ppid=1617 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1621/stat : 1621 (toysat) S 1617 1620 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106670690 1344868352 51690 33554432000 4194304 16246674 140737151128480 139799852723440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1620/tid=1622] ppid=1617 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1622/stat : 1622 (toysat) S 1617 1620 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106670690 1344868352 51690 33554432000 4194304 16246674 140737151128480 139799842233584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1620/tid=1623] ppid=1617 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1623/stat : 1623 (toysat) S 1617 1620 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106670690 1344868352 51690 33554432000 4194304 16246674 140737151128480 139799831760048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300494 s]
/proc/loadavg: 2.23 2.31 2.27 3/179 1620
/proc/meminfo: memFree=29129508/32872528 swapFree=17892/1720544
[pid=1620] ppid=1617 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/1620/stat : 1620 (toysat) R 1617 1620 31655 0 -1 4202496 64221 0 0 0 19 10 0 0 20 0 4 0 106670690 1344868352 64519 33554432000 4194304 16246674 140737151128480 140737151127792 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1620/statm: 328337 64519 801 2943 0 325231 0
[pid=1620/tid=1621] ppid=1617 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1621/stat : 1621 (toysat) S 1617 1620 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106670690 1344868352 64519 33554432000 4194304 16246674 140737151128480 139799852723440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1620/tid=1622] ppid=1617 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1622/stat : 1622 (toysat) S 1617 1620 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106670690 1344868352 64519 33554432000 4194304 16246674 140737151128480 139799842233584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1620/tid=1623] ppid=1617 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1623/stat : 1623 (toysat) S 1617 1620 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106670690 1344868352 64519 33554432000 4194304 16246674 140737151128480 139799831760048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700423 s]
/proc/loadavg: 2.23 2.31 2.27 3/179 1620
/proc/meminfo: memFree=29129508/32872528 swapFree=17892/1720544
[pid=1620] ppid=1617 vsize=1314372 CPUtime=0.68 cores=1,3,5,7
/proc/1620/stat : 1620 (toysat) R 1617 1620 31655 0 -1 4202496 68835 0 0 0 58 10 0 0 20 0 4 0 106670690 1345916928 69133 33554432000 4194304 16246674 140737151128480 140737151127792 7376613 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1620/statm: 328593 69133 801 2943 0 325487 0
[pid=1620/tid=1621] ppid=1617 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1621/stat : 1621 (toysat) S 1617 1620 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106670690 1345916928 69133 33554432000 4194304 16246674 140737151128480 139799852723440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1620/tid=1622] ppid=1617 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1622/stat : 1622 (toysat) S 1617 1620 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106670690 1345916928 69133 33554432000 4194304 16246674 140737151128480 139799842233584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1620/tid=1623] ppid=1617 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1623/stat : 1623 (toysat) S 1617 1620 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106670690 1345916928 69133 33554432000 4194304 16246674 140737151128480 139799831760048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1314372

[startup+1.50042 s]
/proc/loadavg: 2.23 2.31 2.27 3/183 1624
/proc/meminfo: memFree=28818752/32872528 swapFree=17892/1720544
[pid=1620] ppid=1617 vsize=1334852 CPUtime=1.49 cores=1,3,5,7
/proc/1620/stat : 1620 (toysat) R 1617 1620 31655 0 -1 4202496 77211 0 0 0 137 12 0 0 20 0 4 0 106670690 1366888448 80064 33554432000 4194304 16246674 140737151128480 140737151111472 13905266 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1620/statm: 333713 80064 835 2943 0 330607 0
[pid=1620/tid=1621] ppid=1617 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1621/stat : 1621 (toysat) S 1617 1620 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106670690 1366888448 80064 33554432000 4194304 16246674 140737151128480 139799852723440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1620/tid=1622] ppid=1617 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1622/stat : 1622 (toysat) S 1617 1620 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106670690 1366888448 80064 33554432000 4194304 16246674 140737151128480 139799842233584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1620/tid=1623] ppid=1617 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1623/stat : 1623 (toysat) S 1617 1620 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106670690 1366888448 80064 33554432000 4194304 16246674 140737151128480 139799831760048 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) 1334852

[startup+3.10043 s]
/proc/loadavg: 2.21 2.31 2.27 3/183 1624
/proc/meminfo: memFree=28322548/32872528 swapFree=17892/1720544
[pid=1620] ppid=1617 vsize=1334852 CPUtime=3.09 cores=1,3,5,7
/proc/1620/stat : 1620 (toysat) R 1617 1620 31655 0 -1 4202496 271265 0 0 0 269 40 0 0 20 0 4 0 106670690 1366888448 274118 33554432000 4194304 16246674 140737151128480 140737151126272 7205249 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1620/statm: 333713 274118 837 2943 0 330607 0
[pid=1620/tid=1621] ppid=1617 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1621/stat : 1621 (toysat) S 1617 1620 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106670690 1366888448 274118 33554432000 4194304 16246674 140737151128480 139799852723440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1620/tid=1622] ppid=1617 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1622/stat : 1622 (toysat) S 1617 1620 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106670690 1366888448 274118 33554432000 4194304 16246674 140737151128480 139799842233584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1620/tid=1623] ppid=1617 vsize=1334852 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1623/stat : 1623 (toysat) S 1617 1620 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106670690 1366888448 274118 33554432000 4194304 16246674 140737151128480 139799831760048 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) 1334852

[startup+6.30042 s]
/proc/loadavg: 2.21 2.31 2.27 4/183 1624
/proc/meminfo: memFree=27886756/32872528 swapFree=17892/1720544
[pid=1620] ppid=1617 vsize=1623620 CPUtime=6.28 cores=1,3,5,7
/proc/1620/stat : 1620 (toysat) R 1617 1620 31655 0 -1 4202496 343333 0 0 0 577 51 0 0 20 0 4 0 106670690 1662586880 346697 33554432000 4194304 16246674 140737151128480 140737151127792 12495609 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1620/statm: 405905 346697 847 2943 0 402799 0
[pid=1620/tid=1621] ppid=1617 vsize=1623620 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1621/stat : 1621 (toysat) S 1617 1620 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106670690 1662586880 346697 33554432000 4194304 16246674 140737151128480 139799852723440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1620/tid=1622] ppid=1617 vsize=1623620 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1622/stat : 1622 (toysat) S 1617 1620 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106670690 1662586880 346697 33554432000 4194304 16246674 140737151128480 139799842233584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1620/tid=1623] ppid=1617 vsize=1623620 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1623/stat : 1623 (toysat) S 1617 1620 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106670690 1662586880 346697 33554432000 4194304 16246674 140737151128480 139799831760048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1623620

[startup+12.7004 s]
/proc/loadavg: 2.25 2.31 2.27 3/183 1624
/proc/meminfo: memFree=27289776/32872528 swapFree=17892/1720544
[pid=1620] ppid=1617 vsize=2075204 CPUtime=12.68 cores=1,3,5,7
/proc/1620/stat : 1620 (toysat) R 1617 1620 31655 0 -1 4202496 456374 0 0 0 1201 67 0 0 20 0 4 0 106670690 2125008896 459738 33554432000 4194304 16246674 140737151128480 140737151127576 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1620/statm: 518801 459738 847 2943 0 515695 0
[pid=1620/tid=1621] ppid=1617 vsize=2075204 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1621/stat : 1621 (toysat) S 1617 1620 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106670690 2125008896 459738 33554432000 4194304 16246674 140737151128480 139799852723440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1620/tid=1622] ppid=1617 vsize=2075204 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1622/stat : 1622 (toysat) S 1617 1620 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106670690 2125008896 459738 33554432000 4194304 16246674 140737151128480 139799842233584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1620/tid=1623] ppid=1617 vsize=2075204 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1623/stat : 1623 (toysat) S 1617 1620 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106670690 2125008896 459738 33554432000 4194304 16246674 140737151128480 139799831760048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2075204

[startup+25.5074 s]
/proc/loadavg: 2.21 2.30 2.27 3/184 1628
/proc/meminfo: memFree=24380836/32872528 swapFree=17892/1720544
[pid=1620] ppid=1617 vsize=4978244 CPUtime=25.49 cores=1,3,5,7
/proc/1620/stat : 1620 (toysat) R 1617 1620 31655 0 -1 4202496 1182134 0 0 0 2383 166 0 0 20 0 4 0 106670690 5097721856 1185498 33554432000 4194304 16246674 140737151128480 140737151127656 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1620/statm: 1244561 1185498 847 2943 0 1241455 0
[pid=1620/tid=1621] ppid=1617 vsize=4978244 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1621/stat : 1621 (toysat) S 1617 1620 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106670690 5097721856 1185498 33554432000 4194304 16246674 140737151128480 139799852723440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1620/tid=1622] ppid=1617 vsize=4978244 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1622/stat : 1622 (toysat) S 1617 1620 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106670690 5097721856 1185498 33554432000 4194304 16246674 140737151128480 139799842233584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1620/tid=1623] ppid=1617 vsize=4978244 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1623/stat : 1623 (toysat) S 1617 1620 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106670690 5097721856 1185498 33554432000 4194304 16246674 140737151128480 139799831760048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4978244

[startup+51.1004 s]
/proc/loadavg: 2.14 2.27 2.26 4/184 1628
/proc/meminfo: memFree=19373308/32872528 swapFree=17892/1720544
[pid=1620] ppid=1617 vsize=10217028 CPUtime=51.08 cores=1,3,5,7
/proc/1620/stat : 1620 (toysat) R 1617 1620 31655 0 -1 4202496 2491786 0 0 0 4768 340 0 0 20 0 4 0 106670690 10462236672 2495150 33554432000 4194304 16246674 140737151128480 140737151127144 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1620/statm: 2554257 2495156 847 2943 0 2551151 0
[pid=1620/tid=1621] ppid=1617 vsize=10217028 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1621/stat : 1621 (toysat) S 1617 1620 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106670690 10462236672 2495159 33554432000 4194304 16246674 140737151128480 139799852723440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1620/tid=1622] ppid=1617 vsize=10217028 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1622/stat : 1622 (toysat) S 1617 1620 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106670690 10462236672 2495162 33554432000 4194304 16246674 140737151128480 139799842233360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1620/tid=1623] ppid=1617 vsize=10217028 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1623/stat : 1623 (toysat) S 1617 1620 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106670690 10462236672 2495166 33554432000 4194304 16246674 140737151128480 139799831760048 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) 10217028

[startup+102.3 s]
/proc/loadavg: 2.18 2.26 2.26 3/183 1630
/proc/meminfo: memFree=15897112/32872528 swapFree=17892/1720544
[pid=1620] ppid=1617 vsize=13445700 CPUtime=102.27 cores=1,3,5,7
/proc/1620/stat : 1620 (toysat) R 1617 1620 31655 0 -1 4202496 3299006 0 0 0 9775 452 0 0 20 0 4 0 106670690 13768396800 3302370 33554432000 4194304 16246674 140737151128480 140737151126336 14003234 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1620/statm: 3361425 3302370 852 2943 0 3358319 0
[pid=1620/tid=1621] ppid=1617 vsize=13445700 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1621/stat : 1621 (toysat) S 1617 1620 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106670690 13768396800 3302370 33554432000 4194304 16246674 140737151128480 139799852723440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1620/tid=1622] ppid=1617 vsize=13445700 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1622/stat : 1622 (toysat) S 1617 1620 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106670690 13768396800 3302370 33554432000 4194304 16246674 140737151128480 139799842233360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1620/tid=1623] ppid=1617 vsize=13445700 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1623/stat : 1623 (toysat) S 1617 1620 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106670690 13768396800 3302370 33554432000 4194304 16246674 140737151128480 139799831760048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 13445700



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+148.9 s]
/proc/loadavg: 2.23 2.25 2.26 3/183 1631
/proc/meminfo: memFree=13498064/32872528 swapFree=17892/1720544
[pid=1620] ppid=1617 vsize=15882820 CPUtime=148.87 cores=1,3,5,7
/proc/1620/stat : 1620 (toysat) R 1617 1620 31655 0 -1 4202496 3908140 0 0 0 14348 539 0 0 20 0 4 0 106670690 16264007680 3911504 33554432000 4194304 16246674 140737151128480 140737151127576 14105093 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1620/statm: 3970705 3911504 852 2943 0 3967599 0
[pid=1620/tid=1621] ppid=1617 vsize=15882820 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1621/stat : 1621 (toysat) S 1617 1620 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106670690 16264007680 3911504 33554432000 4194304 16246674 140737151128480 139799852723440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1620/tid=1622] ppid=1617 vsize=15882820 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1622/stat : 1622 (toysat) S 1617 1620 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106670690 16264007680 3911504 33554432000 4194304 16246674 140737151128480 139799842233584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1620/tid=1623] ppid=1617 vsize=15882820 CPUtime=0 cores=1,3,5,7
/proc/1620/task/1623/stat : 1623 (toysat) S 1617 1620 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106670690 16264007680 3911504 33554432000 4194304 16246674 140737151128480 139799831760048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 148.87
Current children cumulated vsize (KiB) 15882820

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

[startup+149.3 s]
/proc/loadavg: 2.23 2.25 2.26 3/183 1631
/proc/meminfo: memFree=13498064/32872528 swapFree=17892/1720544
[pid=1620] ppid=1617 vsize=0 CPUtime=149.26 cores=1,3,5,7
/proc/1620/stat : 1620 (toysat) Z 1617 1620 31655 0 -1 4203532 3908320 0 0 0 14348 578 0 0 20 0 2 0 106670690 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1620/statm: 0 0 0 0 0 0 0
[pid=1620/tid=1622] ppid=1617 vsize=0 CPUtime=0.38 cores=1,3,5,7
/proc/1620/task/1622/stat : 1622 (toysat) R 1617 1620 31655 0 -1 4203588 8 0 0 0 0 38 0 0 20 0 2 0 106670690 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.26
Current children cumulated vsize (KiB) 0

[startup+149.7 s]
/proc/loadavg: 2.23 2.25 2.26 3/181 1631
/proc/meminfo: memFree=28275468/32872528 swapFree=17892/1720544
[pid=1620] ppid=1617 vsize=0 CPUtime=149.67 cores=1,3,5,7
/proc/1620/stat : 1620 (toysat) Z 1617 1620 31655 0 -1 4203532 3908320 0 0 0 14348 619 0 0 20 0 2 0 106670690 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1620/statm: 0 0 0 0 0 0 0
[pid=1620/tid=1622] ppid=1617 vsize=0 CPUtime=0.79 cores=1,3,5,7
/proc/1620/task/1622/stat : 1622 (toysat) R 1617 1620 31655 0 -1 4203588 8 0 0 0 0 79 0 0 20 0 2 0 106670690 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.67
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 149.747
CPU time (s): 149.711
CPU user time (s): 143.487
CPU system time (s): 6.22405
CPU usage (%): 99.9764
Max. virtual memory (cumulated for all children) (KiB): 15882820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 143.487
system time used= 6.22405
maximum resident set size= 15646736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3908320
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= 45
involuntary context switches= 152

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.380942 second user time and 0.58591 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-06 23:09:35
IDJOB=4079085
IDBENCH=2962
IDSOLVER=2542
FILE ID=node117/4079085-1465247375
RUNJOBID= node117-1465227498-31672
PBS_JOBID= 19843241
Free space on /tmp= 71708 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=340-sizeP=171-sizeQ=340-700380480.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079085-1465247375/watcher-4079085-1465247375 -o /tmp/evaluation-result-4079085-1465247375/solver-4079085-1465247375 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1465227498-31672 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079085-1465247375.opb

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

MD5SUM BENCH= 7b9a0d3bf1a9c200d7f28b922540147b
RANDOM SEED=1703912661

node117.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.088
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.17
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.088
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.088
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.088
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.088
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		: 2667.088
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		: 2667.088
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.53
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.088
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:        29129756 kB
Buffers:           46868 kB
Cached:           124044 kB
SwapCached:         1396 kB
Active:          1240496 kB
Inactive:          76804 kB
Active(anon):    1146348 kB
Inactive(anon):     2176 kB
Active(file):      94148 kB
Inactive(file):    74628 kB
Unevictable:     1720544 kB
Mlocked:           17892 kB
SwapTotal:      67108856 kB
SwapFree:       67098980 kB
Dirty:             25992 kB
Writeback:             0 kB
AnonPages:       2868336 kB
Mapped:            10728 kB
Shmem:                 0 kB
Slab:             569280 kB
SReclaimable:      13220 kB
SUnreclaim:       556060 kB
KernelStack:        1464 kB
PageTables:         9588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3010004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2525184 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= 71692 MiB
End job on node117 at 2016-06-06 23:12:05