Trace number 4079918

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.431934 0.43871

General information on the benchmark

Name/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/
rand.newlist/normalized-randc5b1f2.cudf.paranoid.opb
MD5SUMfda371033a03665ad422ee4638b2c938
Bench CategoryOPT-SMALLINT-LIN (optimisation, small 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.083986
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5593
Total number of constraints24636
Number of constraints which are clauses24369
Number of constraints which are cardinality constraints (but not clauses)267
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint553
Number of terms in the objective function 2106
Biggest coefficient in the objective function 1557
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 859462
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1557
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 859462
Number of bits of the biggest sum of numbers20
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-07T05:01:49+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-4079918-1465268509.opb"]
0.00/0.01	c use --random-gen="543018790 3838798255 1282976833 3421152101 379309487 164271320 3669463253 3503382333 2993353934 3965001359 555630556 2853595370 912154419 2472791625 598203428 2369356139 3573854626 920082678 3539075942 3042208356 4087070018 1810691965 3761575035 2926396342 318499154 4135020352 2083250788 4103922126 4212568012 1587131909 2799824777 1929982320 4044827800 1552757219 1382435347 827096049 1104250012 2645362004 3692139142 2189797796 2308157286 1785100347 3672182577 3349167253 1735232674 788762543 2614771598 2016721084 2623740319 999263860 3359077413 2992595095 3146792992 2001107377 1228111900 2421866805 2624772351 4155422685 2288465685 1380010449 3672197200 2698185212 2262837905 232559826 4101131550 1226531547 1202743440 3489279126 3792495654 3036780873 1598844651 1628044805 1858544410 1101854782 2716648715 1471107837 2686537519 2181694445 4162615641 47329028 2790899183 988341627 2859133355 1708352158 16040647 849330686 528156013 4080793129 3169643261 3581236659 1080807817 474102281 2849288859 3100225723 3226761577 2073235986 1291270115 4206802584 399692938 451664520 1545137213 2098967237 3154900059 1229977694 1165300060 1739582802 2305790648 204907402 1801388599 1171823011 2038443095 213377446 1699167992 2980351231 2622102947 3701036423 3473033430 1164896257 1016324146 2575375942 498937461 3309007339 3641119231 4242349971 3467901342 50142577 525483474 3054842366 3121586731 3335847359 1173338889 1371119883 2644238697 2385756455 2753232497 97616968 265174173 3896687847 4063728038 346651437 3450189631 213379415 1964246383 2149721350 749329583 619994881 1905407617 4138227897 4221692075 1794602045 2918407241 631986186 3032532592 1887928426 3843173488 2853737577 2332833230 2836860612 3307897646 2996577436 1425209868 3632755742 324019484 3361840081 352777763 701640907 2614030315 1437139189 1936662250 1470638649 3487077058 1492342089 1331579128 2090096949 3661762537 655509150 1778128410 780442278 1544690462 4141701676 816656349 4133674926 4163024195 1875824644 1950830012 3394283064 2795954930 542780853 2244440510 3072137110 378964160 2311415680 477105052 2117137227 2978645828 3817613484 742644482 732795574 953945887 2898285077 63276583 3680153945 2621670843 4184444749 436633951 2659073604 1973103859 1267284046 2343624801 653533081 1489752291 788851778 4267308915 2554342429 505830015 2637100569 1063342087 3498078266 769707648 1176392230 3174616437 2878907866 1733530357 1272592565 3140252098 1992341523 1126926116 1310626231 356584667 2948824857 1782868563 544570829 4192560359 1391974040 144706985 583910104 76303364 1506905415 3440544157 34003719 3943589343 2755826195 1171954255 3070286664 402111072 4074437964 1363021353 526473454 3467641375 2567602825 734224741 3081339187 2849781717 1268073745 3933890155 3149631708 255 362436" option to reproduce the execution
0.19/0.20	c #vars 5593
0.19/0.20	c #constraints 24636
0.38/0.42	c BCD2: Hardening is enabled.
0.38/0.42	c BCD2: BiasedSearch is enabled.
0.38/0.42	c Solving starts ...
0.38/0.42	s UNSATISFIABLE
0.38/0.42	c total CPU time = 0.420s
0.38/0.42	c total wall clock time = 0.420s

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

pid=7499
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.03 2.04 2.03 3/180 7502
/proc/meminfo: memFree=31287848/32872528 swapFree=12744/274376
[pid=7502] ppid=7499 vsize=691780 CPUtime=0 cores=1,3,5,7
/proc/7502/stat : 7502 (toysat) R 7499 7502 5566 0 -1 4202496 2575 0 0 0 0 0 0 0 20 0 4 0 108785631 708382720 2935 33554432000 4194304 16246674 140734873347280 140734873346704 15002730 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7502/statm: 173457 2944 442 2943 0 170351 0
[pid=7502/tid=7503] ppid=7499 vsize=710212 CPUtime=0 cores=1,3,5,7
/proc/7502/task/7503/stat : 7503 (toysat) S 7499 7502 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108785631 727257088 3009 33554432000 4194304 16246674 140734873347280 139792199167216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7502/tid=7504] ppid=7499 vsize=714308 CPUtime=0 cores=1,3,5,7
/proc/7502/task/7504/stat : 7504 (toysat) S 7499 7502 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108785631 731451392 3027 33554432000 4194304 16246674 140734873347280 139792188677360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7502/tid=7505] ppid=7499 vsize=718404 CPUtime=0 cores=1,3,5,7
/proc/7502/task/7505/stat : 7505 (toysat) S 7499 7502 5566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108785631 735645696 3042 33554432000 4194304 16246674 140734873347280 139792178203824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100222 s]
/proc/loadavg: 2.03 2.04 2.03 3/180 7502
/proc/meminfo: memFree=31287848/32872528 swapFree=12744/274376
[pid=7502] ppid=7499 vsize=1302084 CPUtime=0.08 cores=1,3,5,7
/proc/7502/stat : 7502 (toysat) R 7499 7502 5566 0 -1 4202496 27368 0 0 0 6 2 0 0 20 0 4 0 108785631 1333334016 27667 33554432000 4194304 16246674 140734873347280 140734873346592 8058796 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7502/statm: 325521 27683 801 2943 0 322415 0
[pid=7502/tid=7503] ppid=7499 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/7502/task/7503/stat : 7503 (toysat) S 7499 7502 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108785631 1333334016 27695 33554432000 4194304 16246674 140734873347280 139792199167216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7502/tid=7504] ppid=7499 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/7502/task/7504/stat : 7504 (toysat) S 7499 7502 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108785631 1333334016 27705 33554432000 4194304 16246674 140734873347280 139792188677360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7502/tid=7505] ppid=7499 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/7502/task/7505/stat : 7505 (toysat) S 7499 7502 5566 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108785631 1333334016 27717 33554432000 4194304 16246674 140734873347280 139792178203824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1302084

[startup+0.200541 s]
/proc/loadavg: 2.03 2.04 2.03 3/180 7502
/proc/meminfo: memFree=31287848/32872528 swapFree=12744/274376
[pid=7502] ppid=7499 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/7502/stat : 7502 (toysat) R 7499 7502 5566 0 -1 4202496 49772 0 0 0 13 6 0 0 20 0 4 0 108785631 1344868352 50581 33554432000 4194304 16246674 140734873347280 140734873346592 4221105 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7502/statm: 328337 50588 801 2943 0 325231 0
[pid=7502/tid=7503] ppid=7499 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7502/task/7503/stat : 7503 (toysat) S 7499 7502 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108785631 1344868352 50592 33554432000 4194304 16246674 140734873347280 139792199167216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7502/tid=7504] ppid=7499 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7502/task/7504/stat : 7504 (toysat) S 7499 7502 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108785631 1344868352 50597 33554432000 4194304 16246674 140734873347280 139792188677360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7502/tid=7505] ppid=7499 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7502/task/7505/stat : 7505 (toysat) S 7499 7502 5566 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108785631 1344868352 50601 33554432000 4194304 16246674 140734873347280 139792178203824 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.300482 s]
/proc/loadavg: 2.03 2.04 2.03 3/180 7502
/proc/meminfo: memFree=31287848/32872528 swapFree=12744/274376
[pid=7502] ppid=7499 vsize=1314372 CPUtime=0.29 cores=1,3,5,7
/proc/7502/stat : 7502 (toysat) R 7499 7502 5566 0 -1 4202496 50123 0 0 0 23 6 0 0 20 0 4 0 108785631 1345916928 50932 33554432000 4194304 16246674 140734873347280 140734873346592 13923831 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7502/statm: 328593 50932 838 2943 0 325487 0
[pid=7502/tid=7503] ppid=7499 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/7502/task/7503/stat : 7503 (toysat) S 7499 7502 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108785631 1345916928 50932 33554432000 4194304 16246674 140734873347280 139792199167216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7502/tid=7504] ppid=7499 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/7502/task/7504/stat : 7504 (toysat) S 7499 7502 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108785631 1345916928 50932 33554432000 4194304 16246674 140734873347280 139792188677360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7502/tid=7505] ppid=7499 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/7502/task/7505/stat : 7505 (toysat) S 7499 7502 5566 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108785631 1345916928 50932 33554432000 4194304 16246674 140734873347280 139792178203824 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) 1314372

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

[startup+0.400503 s]
/proc/loadavg: 2.03 2.04 2.03 3/180 7502
/proc/meminfo: memFree=31287848/32872528 swapFree=12744/274376
[pid=7502] ppid=7499 vsize=1314372 CPUtime=0.38 cores=1,3,5,7
/proc/7502/stat : 7502 (toysat) R 7499 7502 5566 0 -1 4202496 63539 0 0 0 31 7 0 0 20 0 4 0 108785631 1345916928 64348 33554432000 4194304 16246674 140734873347280 140734873329152 6760209 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7502/statm: 328593 64356 839 2943 0 325487 0
[pid=7502/tid=7503] ppid=7499 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/7502/task/7503/stat : 7503 (toysat) S 7499 7502 5566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108785631 1345916928 64361 33554432000 4194304 16246674 140734873347280 139792199167216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7502/tid=7504] ppid=7499 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/7502/task/7504/stat : 7504 (toysat) S 7499 7502 5566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108785631 1345916928 64366 33554432000 4194304 16246674 140734873347280 139792188677360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7502/tid=7505] ppid=7499 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/7502/task/7505/stat : 7505 (toysat) S 7499 7502 5566 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108785631 1345916928 64371 33554432000 4194304 16246674 140734873347280 139792178203824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1314372

Child status: 0
Real time (s): 0.43871
CPU time (s): 0.431934
CPU user time (s): 0.334949
CPU system time (s): 0.096985
CPU usage (%): 98.4555
Max. virtual memory (cumulated for all children) (KiB): 1314372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.334949
system time used= 0.096985
maximum resident set size= 276372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68285
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= 18
involuntary context switches= 2

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

The end

Launcher Data

Begin job on node107 at 2016-06-07 05:01:49
IDJOB=4079918
IDBENCH=72098
IDSOLVER=2542
FILE ID=node107/4079918-1465268509
RUNJOBID= node107-1465255895-5583
PBS_JOBID= 19843278
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/rand.newlist/normalized-randc5b1f2.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-4079918-1465268509/watcher-4079918-1465268509 -o /tmp/evaluation-result-4079918-1465268509/solver-4079918-1465268509 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465255895-5583 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079918-1465268509.opb

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

MD5SUM BENCH= fda371033a03665ad422ee4638b2c938
RANDOM SEED=590732790

node107.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.441
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	: 5332.88
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.441
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.441
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.54
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.441
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.441
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.441
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.441
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.441
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:        31301032 kB
Buffers:          104556 kB
Cached:           160688 kB
SwapCached:         1676 kB
Active:           423396 kB
Inactive:         139136 kB
Active(anon):     298152 kB
Inactive(anon):      468 kB
Active(file):     125244 kB
Inactive(file):   138668 kB
Unevictable:      274376 kB
Mlocked:           12744 kB
SwapTotal:      67108856 kB
SwapFree:       67098524 kB
Dirty:             34216 kB
Writeback:             0 kB
AnonPages:        565740 kB
Mapped:            10216 kB
Shmem:                 0 kB
Slab:             600556 kB
SReclaimable:      43716 kB
SUnreclaim:       556840 kB
KernelStack:        1696 kB
PageTables:         6268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1499812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 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= 71716 MiB
End job on node107 at 2016-06-07 05:01:49