Trace number 4107438

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-02UNSAT 0.337948 0.33937

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/random/
rand.smallist/normalized-rande22180.cudf.paranoid.opb
MD5SUMcf62f3d7ee773568aa3b1925357afc68
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.153976
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6420
Total number of constraints19385
Number of constraints which are clauses19384
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1147
Number of terms in the objective function 3044
Biggest coefficient in the objective function 1901
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 2178544
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 1901
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 2178544
Number of bits of the biggest sum of numbers22
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-18T23:27:06+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-4107438-1466285226.opb"]
0.00/0.01	c use --random-gen="3412307081 66947829 2601330067 4090278989 2532483714 4024984507 3225425345 1717795102 2868615693 621144675 2739683395 1052304428 2181406195 1713868758 2645292862 217338046 2741664543 546664485 4109609896 1325964187 4158709496 809814636 3482116698 3616148510 1459566180 1475110624 1020329022 2069194732 399550840 1335245710 1326571181 3110453526 3929524590 675674190 3787348525 3069326278 2003357669 2735178309 2902574607 1548087965 2522097810 687524732 1928797420 3649196555 1074589231 1280882350 3697458041 3230062563 4013810641 4245380101 2242327171 2008289275 2343684696 1734025812 2789683107 3740143341 3028258765 1979043204 634478157 362862292 820901479 3067686936 29537899 2428130502 2352952869 1500537082 2093504996 4284764553 4188450873 1737317949 1514635887 2933203363 867139408 271545254 2798640678 1871038684 2742867205 218950140 3682029274 481236521 542315771 586211898 4170310844 664415380 4272604950 1519145875 23589480 735075455 3273841782 1827880014 1606160185 2662246406 1333179965 4142712380 820329192 2772621641 1988256750 2247494945 513370125 4021994723 2376500205 1397075803 2176772748 235787241 1097093576 3941339917 1527511610 3646327568 1435121867 3500798017 1163546956 525299903 3517167054 1233739129 2812171106 1096816818 3815422084 777086031 3965565099 842964311 1386452232 2994171852 2143459602 3604740787 2447449504 7769350 4073509955 1403648600 3500158015 877584560 3796377964 2342414422 662406696 1246652957 1783995296 2441491181 1198949114 3604481556 976816659 846434382 136560864 1306839372 3722445091 135219621 3236681664 132037949 2209642882 2716599356 227350207 2488261797 3282725406 1132197685 1730121666 3841463857 3316550914 355464585 932148884 1238941191 1871578330 774729584 1964418239 226294477 2015045432 2715893454 3441381636 1128890271 2137877922 3035866036 2924708645 1644160277 1700372429 2170593671 989099256 3981040438 781891778 437311716 3914946335 2239696996 171047599 260751708 2488393244 1131687266 153715705 671686523 1964174140 4272571137 676788003 170130299 1213596695 1703712615 3856051134 2535038606 2056433025 2302079479 2313407836 229982016 576647257 4215314699 469609423 396374948 1506203242 3503514979 2271516458 1724522871 3614973074 1872819023 592467262 938034987 1460414682 656953794 2785167807 4255180681 4120665816 1397132461 2887740957 179899052 1697852460 77534006 2616209161 1601381883 2133605799 251306713 3309019651 1421512809 2389362138 2032831811 2858947002 1151616604 2818248163 1738152571 1317323613 2149544091 1197308235 1944283237 58703790 1328498572 11575736 3669044430 1523985533 2234749828 2139021269 3706779567 2626796988 3035207857 4169481410 786438539 579659450 469234475 979362601 3901387224 3117381121 737309113 3207980963 4100631423 3621480594 970822673 255 362436" option to reproduce the execution
0.09/0.15	c #vars 6420
0.09/0.15	c #constraints 19385
0.19/0.29	c BCD2: Hardening is enabled.
0.19/0.29	c BCD2: BiasedSearch is enabled.
0.19/0.29	c Solving starts ...
0.29/0.32	s UNSATISFIABLE
0.29/0.32	c total CPU time = 0.321s
0.29/0.32	c total wall clock time = 0.322s

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

pid=30830
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.16 2.23 2.19 2/179 30833
/proc/meminfo: memFree=29650424/32872528 swapFree=1191052/1305516
[pid=30833] ppid=30830 vsize=716220 CPUtime=0 cores=1,3,5,7
/proc/30833/stat : 30833 (toysat) R 30830 30833 26736 0 -1 4202496 2671 0 0 0 0 0 0 0 20 0 4 0 30569197 733409280 3031 33554432000 4194304 16246674 140734650285840 140734650285264 15002730 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30833/statm: 179823 3041 441 2943 0 176717 0
[pid=30833/tid=30834] ppid=30830 vsize=734652 CPUtime=0 cores=1,3,5,7
/proc/30833/task/30834/stat : 30834 (toysat) S 30830 30833 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30569197 752283648 3100 33554432000 4194304 16246674 140734650285840 140299817954544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30833/tid=30835] ppid=30830 vsize=738748 CPUtime=0 cores=1,3,5,7
/proc/30833/task/30835/stat : 30835 (toysat) S 30830 30833 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30569197 756477952 3119 33554432000 4194304 16246674 140734650285840 140299737214192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30833/tid=30836] ppid=30830 vsize=742844 CPUtime=0 cores=1,3,5,7
/proc/30833/task/30836/stat : 30836 (toysat) S 30830 30833 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30569197 760672256 3134 33554432000 4194304 16246674 140734650285840 140299726740656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100178 s]
/proc/loadavg: 2.16 2.23 2.19 2/179 30833
/proc/meminfo: memFree=29650424/32872528 swapFree=1191052/1305516
[pid=30833] ppid=30830 vsize=1220164 CPUtime=0.09 cores=1,3,5,7
/proc/30833/stat : 30833 (toysat) R 30830 30833 26736 0 -1 4202496 28629 0 0 0 5 4 0 0 20 0 4 0 30569197 1249447936 28927 33554432000 4194304 16246674 140734650285840 140734650285152 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30833/statm: 305041 28927 800 2943 0 301935 0
[pid=30833/tid=30834] ppid=30830 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/30833/task/30834/stat : 30834 (toysat) S 30830 30833 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30569197 1249447936 28927 33554432000 4194304 16246674 140734650285840 140299817954544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30833/tid=30835] ppid=30830 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/30833/task/30835/stat : 30835 (toysat) S 30830 30833 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30569197 1249447936 28927 33554432000 4194304 16246674 140734650285840 140299737214192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30833/tid=30836] ppid=30830 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/30833/task/30836/stat : 30836 (toysat) S 30830 30833 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30569197 1249447936 28927 33554432000 4194304 16246674 140734650285840 140299726740656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1220164

[startup+0.200546 s]
/proc/loadavg: 2.16 2.23 2.19 2/179 30833
/proc/meminfo: memFree=29650424/32872528 swapFree=1191052/1305516
[pid=30833] ppid=30830 vsize=1302084 CPUtime=0.19 cores=1,3,5,7
/proc/30833/stat : 30833 (toysat) R 30830 30833 26736 0 -1 4202496 48905 0 0 0 12 7 0 0 20 0 4 0 30569197 1333334016 49203 33554432000 4194304 16246674 140734650285840 140734650285152 12458616 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30833/statm: 325521 49203 834 2943 0 322415 0
[pid=30833/tid=30834] ppid=30830 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/30833/task/30834/stat : 30834 (toysat) S 30830 30833 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30569197 1333334016 49203 33554432000 4194304 16246674 140734650285840 140299817954544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30833/tid=30835] ppid=30830 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/30833/task/30835/stat : 30835 (toysat) S 30830 30833 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30569197 1333334016 49203 33554432000 4194304 16246674 140734650285840 140299737214192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30833/tid=30836] ppid=30830 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/30833/task/30836/stat : 30836 (toysat) S 30830 30833 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30569197 1333334016 49203 33554432000 4194304 16246674 140734650285840 140299726740656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1302084

[startup+0.300508 s]
/proc/loadavg: 2.16 2.23 2.19 2/179 30833
/proc/meminfo: memFree=29650424/32872528 swapFree=1191052/1305516
[pid=30833] ppid=30830 vsize=1303108 CPUtime=0.29 cores=1,3,5,7
/proc/30833/stat : 30833 (toysat) R 30830 30833 26736 0 -1 4202496 59031 0 0 0 20 9 0 0 20 0 4 0 30569197 1334382592 59329 33554432000 4194304 16246674 140734650285840 140734650285152 4225154 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30833/statm: 325777 59333 853 2943 0 322671 0
[pid=30833/tid=30834] ppid=30830 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/30833/task/30834/stat : 30834 (toysat) S 30830 30833 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30569197 1334382592 59335 33554432000 4194304 16246674 140734650285840 140299817954544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30833/tid=30835] ppid=30830 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/30833/task/30835/stat : 30835 (toysat) S 30830 30833 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30569197 1334382592 59337 33554432000 4194304 16246674 140734650285840 140299737214192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30833/tid=30836] ppid=30830 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/30833/task/30836/stat : 30836 (toysat) S 30830 30833 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30569197 1334382592 59340 33554432000 4194304 16246674 140734650285840 140299726740656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1303108

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 30833 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+0.300508 s]
/proc/loadavg: 2.16 2.23 2.19 2/179 30833
/proc/meminfo: memFree=29650424/32872528 swapFree=1191052/1305516
[pid=30833] ppid=30830 vsize=1303108 CPUtime=0.29 cores=1,3,5,7
/proc/30833/stat : 30833 (toysat) R 30830 30833 26736 0 -1 4202496 59031 0 0 0 20 9 0 0 20 0 4 0 30569197 1334382592 59329 33554432000 4194304 16246674 140734650285840 140734650285152 4225154 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30833/statm: 325777 59333 853 2943 0 322671 0
[pid=30833/tid=30834] ppid=30830 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/30833/task/30834/stat : 30834 (toysat) S 30830 30833 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30569197 1334382592 59335 33554432000 4194304 16246674 140734650285840 140299817954544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=30833/tid=30835] ppid=30830 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/30833/task/30835/stat : 30835 (toysat) S 30830 30833 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30569197 1334382592 59337 33554432000 4194304 16246674 140734650285840 140299737214192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=30833/tid=30836] ppid=30830 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/30833/task/30836/stat : 30836 (toysat) S 30830 30833 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30569197 1334382592 59340 33554432000 4194304 16246674 140734650285840 140299726740656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1303108

Child status: 0
Real time (s): 0.33937
CPU time (s): 0.337948
CPU user time (s): 0.229965
CPU system time (s): 0.107983
CPU usage (%): 99.581
Max. virtual memory (cumulated for all children) (KiB): 1303108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.229965
system time used= 0.107983
maximum resident set size= 245316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61032
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= 21
involuntary context switches= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.005999 second user time and 0.006998 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 23:27:06
IDJOB=4107438
IDBENCH=72163
IDSOLVER=2542
FILE ID=node127/4107438-1466285226
RUNJOBID= node127-1466265123-26753
PBS_JOBID= 19918231
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/random/rand.smallist/normalized-rande22180.cudf.paranoid.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107438-1466285226/watcher-4107438-1466285226 -o /tmp/evaluation-result-4107438-1466285226/solver-4107438-1466285226 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466265123-26753 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107438-1466285226.opb

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

MD5SUM BENCH= cf62f3d7ee773568aa3b1925357afc68
RANDOM SEED=696862832

node127.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.769
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.53
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.769
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.769
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.56
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.769
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		: 2666.769
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		: 2666.769
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.769
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.56
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.769
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:        29651076 kB
Buffers:            7412 kB
Cached:            77744 kB
SwapCached:          332 kB
Active:          1148568 kB
Inactive:          28976 kB
Active(anon):    1089624 kB
Inactive(anon):     4748 kB
Active(file):      58944 kB
Inactive(file):    24228 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:             16932 kB
Writeback:             0 kB
AnonPages:       2397328 kB
Mapped:            10768 kB
Shmem:                 0 kB
Slab:             604272 kB
SReclaimable:      47120 kB
SUnreclaim:       557152 kB
KernelStack:        1496 kB
PageTables:         8884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2538972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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= 71704 MiB
End job on node127 at 2016-06-18 23:27:06