Trace number 4096862

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 NameAnswerCPU timeWall clock time
toysat 2016-05-02UNSAT 23.4754 23.4801

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-4_5_25.opb
MD5SUM768aac7e2dd6dcc728f12b5a411a8c1a
Bench CategoryDEC-SMALLINT-LIN (no 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 benchmark1.06184
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables870
Total number of constraints4094
Number of constraints which are clauses4089
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 54
Number of bits of the biggest sum of numbers6
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-17T00:30:29+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-4096862-1466116228.opb"]
0.00/0.01	c use --random-gen="1720349109 2665492556 3302183889 3356880096 3890790218 999161111 3218564691 1697734580 60134669 1595685069 4051861465 4050822703 1692495992 1291820943 303056366 2866826099 729638044 2636597761 3745383974 653026157 1989867878 1331221200 1676430659 1546447857 1927936287 2027631719 3718430988 2595802472 2623953677 3850088331 1192783378 4049919189 2981202563 2147500576 3160839685 2955485729 2060017128 2183828437 192922669 379439356 80169310 32787652 3211024252 4243357909 4275165953 2658424356 2553103830 1799983177 2080320689 3396663640 2863938896 2764721879 1670323407 1253455599 3413753747 3743942242 3481373675 281082410 1184783672 3185986485 1221715182 2353901250 1554364715 1566942422 2731904269 2435722576 1051543690 571944862 825308677 999608583 2715404875 3962988031 1210585265 3434261041 1971875042 3555473414 2994691249 3911484093 366301492 2944890758 2976662000 850941432 1148622076 3192881837 2352107170 1284903421 2700291268 398500102 1440025067 4192783944 1294718492 3651482579 1937457995 3865194587 1730622119 3803192857 1626756264 1521439941 3452771698 412582654 2844052971 3274282412 3434391398 935140503 1044567130 490360258 21862843 2237439041 933813662 2321641494 4245353978 1110699966 1397751377 2208634059 835822139 189249264 2883251440 3408642731 593885277 2069373905 1301078476 3535681284 4261321972 3335452501 2299238726 1730506567 2831562975 2089343842 873092077 2136033230 3327768026 3584084835 1186544218 3473207568 3637416340 1821359538 1323720881 557902409 4077760383 3242801531 2291185460 3297772023 3140583767 3814315554 2089590857 1420588478 2982917884 2123384149 1120475774 1646383574 1365886148 1532069826 4059728107 445051174 3640850951 882487313 3322884794 335277790 447804407 1424470408 2560998054 3859836291 2135439693 2637208435 711111512 457785372 1089012002 1963117150 1247786232 2289770322 2534762598 1491896317 2748077231 3670332979 2145814859 2700227771 3380574879 3561508402 2821364169 1873034296 2992367015 2008954984 596398661 166071820 72624475 2422939258 3020004367 1418945053 3799322970 1209192351 1839846590 1322933294 2355127491 2685313408 2079281077 2197534845 269223570 1119827396 2554198898 520777116 325445451 1398288936 2197661697 3295225024 3213764639 1661171737 935284354 960644777 1051074813 524697730 4038147787 1169969782 1906247740 109640164 1710180444 1347900457 3480623695 1986336034 1258829517 3184229614 3629188353 521777879 714780788 234183041 3558206417 3150792037 3802572800 3333251791 523377521 1236152240 615881685 1887907511 3215106598 36095391 3904119930 2345425132 304825501 3249362878 1999286192 3712081321 2713846768 2796515399 2275303179 3324037932 2677193388 3461281976 1515879472 3473025647 1841362069 3037297883 1725356631 2829203064 2365988460 3929884576 2490911460 4271844386 255 362436" option to reproduce the execution
0.00/0.04	c #vars 870
0.00/0.04	c #constraints 4094
0.09/0.11	c Solving starts ...
0.09/0.11	c ============================[ Search Statistics ]============================
0.09/0.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.11	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.11	c =============================================================================
0.09/0.11	c  0.0s |       0 |        0 |        0 |     1653      0 |        5 |        0
0.09/0.14	c  0.0s |       1 |      180 |      100 |     1653      0 |        5 |      229
0.09/0.19	c  0.1s |       2 |      416 |      250 |     1819      0 |        5 |      229
0.19/0.27	c  0.2s |       3 |      676 |      475 |     2001      0 |        5 |      229
0.39/0.40	c  0.3s |       4 |     1069 |      813 |     2202      0 |        5 |      229
0.59/0.60	c  0.5s |       5 |     1633 |     1320 |     2423      0 |        5 |      229
0.89/0.94	c  0.8s |       6 |     2492 |     2081 |     2933      0 |        5 |      229
1.39/1.44	c  1.3s |       7 |     3695 |     3223 |     3227      1 |        5 |      229
1.99/2.05	c  1.9s |       8 |     5542 |     4936 |     3550      2 |        5 |      229
2.99/3.02	c  2.9s |       9 |     8319 |     7506 |     3906      3 |        5 |      229
4.50/4.57	c  4.5s |      10 |    12467 |    11361 |     4297      5 |        5 |      229
6.49/6.59	c  6.5s |      10 |    17820 |    16361 |     4297      7 |        5 |      229
6.89/6.91	c  6.8s |      11 |    18644 |    17144 |     4727      7 |        5 |      229
8.90/8.92	c  8.8s |      11 |    23423 |    21644 |     4727      9 |        5 |      229
10.79/10.87	c 10.8s |      12 |    27836 |    25819 |     5200     11 |        5 |      229
12.79/12.87	c 12.8s |      12 |    32361 |    30119 |     5200     12 |        5 |      229
14.89/14.92	c 14.8s |      12 |    37103 |    34619 |     5200     13 |        8 |      288
16.89/16.95	c 16.8s |      12 |    41402 |    38719 |     5721     14 |        8 |      288
16.99/17.01	c 16.9s |      13 |    41521 |    38832 |     5721     14 |        8 |      288
18.99/19.02	c 18.9s |      13 |    45769 |    42832 |     5721     16 |        8 |      288
20.99/21.07	c 21.0s |      13 |    49958 |    46832 |     5721     16 |       12 |      401
22.99/23.10	c 23.0s |      13 |    54578 |    51232 |     5721     17 |       23 |      577
23.39/23.42	c 23.3s |      13 |    55375 |    51998 |     5721     17 |      491 |     2599
23.39/23.42	c #cpu_time = 23.249s
23.39/23.42	c #wall_clock_time = 23.310s
23.39/23.42	c #decision = 55375
23.39/23.42	c #random_decision = 231
23.39/23.42	c #conflict = 51998
23.39/23.42	c #restart = 13
23.39/23.42	s UNSATISFIABLE
23.39/23.42	c total CPU time = 23.357s
23.39/23.42	c total wall clock time = 23.419s

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

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 1387
/proc/meminfo: memFree=30740196/32872528 swapFree=7268/7268
[pid=1387] ppid=1384 vsize=447932 CPUtime=0 cores=0,2,4,6
/proc/1387/stat : 1387 (toysat) R 1384 1387 29295 0 -1 4202496 1623 0 0 0 0 0 0 0 20 0 4 0 13667671 458682368 1984 33554432000 4194304 16246674 140733660541632 140733660541056 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1387/statm: 112751 1993 441 2943 0 109645 0
[pid=1387/tid=1388] ppid=1384 vsize=712124 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1388/stat : 1388 (toysat) S 1384 1387 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13667671 729214976 3016 33554432000 4194304 16246674 140733660541632 140138885655792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1387/tid=1389] ppid=1384 vsize=716220 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1389/stat : 1389 (toysat) S 1384 1387 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13667671 733409280 3033 33554432000 4194304 16246674 140733660541632 140138875165936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1387/tid=1390] ppid=1384 vsize=721340 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1390/stat : 1390 (toysat) S 1384 1387 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13667671 738652160 3051 33554432000 4194304 16246674 140733660541632 140138864692400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100208 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 1387
/proc/meminfo: memFree=30740196/32872528 swapFree=7268/7268
[pid=1387] ppid=1384 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/1387/stat : 1387 (toysat) R 1384 1387 29295 0 -1 4202496 27735 0 0 0 6 3 0 0 20 0 4 0 13667671 1247350784 28086 33554432000 4194304 16246674 140733660541632 140733660541056 6155670 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1387/statm: 304529 28093 634 2943 0 301423 0
[pid=1387/tid=1388] ppid=1384 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1388/stat : 1388 (toysat) S 1384 1387 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13667671 1247350784 28099 33554432000 4194304 16246674 140733660541632 140138885655792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1387/tid=1389] ppid=1384 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1389/stat : 1389 (toysat) S 1384 1387 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13667671 1247350784 28104 33554432000 4194304 16246674 140733660541632 140138875165936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1387/tid=1390] ppid=1384 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1390/stat : 1390 (toysat) S 1384 1387 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13667671 1247350784 28109 33554432000 4194304 16246674 140733660541632 140138864692400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.20051 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 1387
/proc/meminfo: memFree=30740196/32872528 swapFree=7268/7268
[pid=1387] ppid=1384 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/1387/stat : 1387 (toysat) R 1384 1387 29295 0 -1 4202496 48420 0 0 0 13 6 0 0 20 0 4 0 13667671 1247350784 48769 33554432000 4194304 16246674 140733660541632 140733660541056 5675357 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1387/statm: 304529 48776 718 2943 0 301423 0
[pid=1387/tid=1388] ppid=1384 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1388/stat : 1388 (toysat) S 1384 1387 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13667671 1247350784 48779 33554432000 4194304 16246674 140733660541632 140138885655792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1387/tid=1389] ppid=1384 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1389/stat : 1389 (toysat) S 1384 1387 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13667671 1247350784 48782 33554432000 4194304 16246674 140733660541632 140138875165936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1387/tid=1390] ppid=1384 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1390/stat : 1390 (toysat) S 1384 1387 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13667671 1247350784 48787 33554432000 4194304 16246674 140733660541632 140138864692400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300462 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 1387
/proc/meminfo: memFree=30740196/32872528 swapFree=7268/7268
[pid=1387] ppid=1384 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/1387/stat : 1387 (toysat) R 1384 1387 29295 0 -1 4202496 69289 0 0 0 20 9 0 0 20 0 4 0 13667671 1247350784 69639 33554432000 4194304 16246674 140733660541632 140733660541056 5661217 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1387/statm: 304529 69649 718 2943 0 301423 0
[pid=1387/tid=1388] ppid=1384 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1388/stat : 1388 (toysat) S 1384 1387 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13667671 1247350784 69656 33554432000 4194304 16246674 140733660541632 140138885655792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1387/tid=1389] ppid=1384 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1389/stat : 1389 (toysat) S 1384 1387 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13667671 1247350784 69663 33554432000 4194304 16246674 140733660541632 140138875165936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1387/tid=1390] ppid=1384 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1390/stat : 1390 (toysat) S 1384 1387 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13667671 1247350784 69669 33554432000 4194304 16246674 140733660541632 140138864692400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700401 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 1387
/proc/meminfo: memFree=30740196/32872528 swapFree=7268/7268
[pid=1387] ppid=1384 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/1387/stat : 1387 (toysat) R 1384 1387 29295 0 -1 4202496 150140 0 0 0 48 21 0 0 20 0 4 0 13667671 1247350784 150489 33554432000 4194304 16246674 140733660541632 140733660541056 5675357 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1387/statm: 304529 150498 718 2943 0 301423 0
[pid=1387/tid=1388] ppid=1384 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1388/stat : 1388 (toysat) S 1384 1387 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13667671 1247350784 150505 33554432000 4194304 16246674 140733660541632 140138885655792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1387/tid=1389] ppid=1384 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1389/stat : 1389 (toysat) S 1384 1387 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13667671 1247350784 150512 33554432000 4194304 16246674 140733660541632 140138875165936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1387/tid=1390] ppid=1384 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1390/stat : 1390 (toysat) S 1384 1387 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13667671 1247350784 150517 33554432000 4194304 16246674 140733660541632 140138864692400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 1391
/proc/meminfo: memFree=29833800/32872528 swapFree=7268/7268
[pid=1387] ppid=1384 vsize=1222212 CPUtime=1.49 cores=0,2,4,6
/proc/1387/stat : 1387 (toysat) R 1384 1387 29295 0 -1 4202496 246366 0 0 0 117 32 0 0 20 0 4 0 13667671 1251545088 246695 33554432000 4194304 16246674 140733660541632 140733660540944 13927136 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1387/statm: 305553 246695 793 2943 0 302447 0
[pid=1387/tid=1388] ppid=1384 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1388/stat : 1388 (toysat) S 1384 1387 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13667671 1251545088 246695 33554432000 4194304 16246674 140733660541632 140138885655792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1387/tid=1389] ppid=1384 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1389/stat : 1389 (toysat) S 1384 1387 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13667671 1251545088 246695 33554432000 4194304 16246674 140733660541632 140138875165936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1387/tid=1390] ppid=1384 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1390/stat : 1390 (toysat) S 1384 1387 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13667671 1251545088 246695 33554432000 4194304 16246674 140733660541632 140138864692400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1222212

[startup+3.10041 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 1391
/proc/meminfo: memFree=29691448/32872528 swapFree=7268/7268
[pid=1387] ppid=1384 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/1387/stat : 1387 (toysat) R 1384 1387 29295 0 -1 4202496 267546 0 0 0 274 35 0 0 20 0 4 0 13667671 1337528320 267875 33554432000 4194304 16246674 140733660541632 140733660523520 5661428 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1387/statm: 326545 267875 794 2943 0 323439 0
[pid=1387/tid=1388] ppid=1384 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1388/stat : 1388 (toysat) S 1384 1387 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13667671 1337528320 267875 33554432000 4194304 16246674 140733660541632 140138885655792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1387/tid=1389] ppid=1384 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1389/stat : 1389 (toysat) S 1384 1387 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13667671 1337528320 267875 33554432000 4194304 16246674 140733660541632 140138875165936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1387/tid=1390] ppid=1384 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1390/stat : 1390 (toysat) S 1384 1387 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13667671 1337528320 267875 33554432000 4194304 16246674 140733660541632 140138864692400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30041 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 1391
/proc/meminfo: memFree=29666936/32872528 swapFree=7268/7268
[pid=1387] ppid=1384 vsize=1308228 CPUtime=6.29 cores=0,2,4,6
/proc/1387/stat : 1387 (toysat) R 1384 1387 29295 0 -1 4202496 268091 0 0 0 594 35 0 0 20 0 4 0 13667671 1339625472 268420 33554432000 4194304 16246674 140733660541632 140733660523520 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1387/statm: 327057 268420 796 2943 0 323951 0
[pid=1387/tid=1388] ppid=1384 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1388/stat : 1388 (toysat) S 1384 1387 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13667671 1339625472 268420 33554432000 4194304 16246674 140733660541632 140138885655792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1387/tid=1389] ppid=1384 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1389/stat : 1389 (toysat) S 1384 1387 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13667671 1339625472 268420 33554432000 4194304 16246674 140733660541632 140138875165936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1387/tid=1390] ppid=1384 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1390/stat : 1390 (toysat) S 1384 1387 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13667671 1339625472 268420 33554432000 4194304 16246674 140733660541632 140138864692400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1308228

[startup+12.7004 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 1391
/proc/meminfo: memFree=29663940/32872528 swapFree=7268/7268
[pid=1387] ppid=1384 vsize=1311300 CPUtime=12.69 cores=0,2,4,6
/proc/1387/stat : 1387 (toysat) R 1384 1387 29295 0 -1 4202496 268859 0 0 0 1234 35 0 0 20 0 4 0 13667671 1342771200 269188 33554432000 4194304 16246674 140733660541632 140733660523520 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1387/statm: 327825 269188 796 2943 0 324719 0
[pid=1387/tid=1388] ppid=1384 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1388/stat : 1388 (toysat) S 1384 1387 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13667671 1342771200 269188 33554432000 4194304 16246674 140733660541632 140138885655792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1387/tid=1389] ppid=1384 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1389/stat : 1389 (toysat) S 1384 1387 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13667671 1342771200 269188 33554432000 4194304 16246674 140733660541632 140138875165936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1387/tid=1390] ppid=1384 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1390/stat : 1390 (toysat) S 1384 1387 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13667671 1342771200 269188 33554432000 4194304 16246674 140733660541632 140138864692400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1311300

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

[startup+12.8005 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 1391
/proc/meminfo: memFree=29663940/32872528 swapFree=7268/7268
[pid=1387] ppid=1384 vsize=1311300 CPUtime=12.79 cores=0,2,4,6
/proc/1387/stat : 1387 (toysat) R 1384 1387 29295 0 -1 4202496 268859 0 0 0 1244 35 0 0 20 0 4 0 13667671 1342771200 269188 33554432000 4194304 16246674 140733660541632 140733660523520 6024888 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1387/statm: 327825 269188 796 2943 0 324719 0
[pid=1387/tid=1388] ppid=1384 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1388/stat : 1388 (toysat) S 1384 1387 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13667671 1342771200 269188 33554432000 4194304 16246674 140733660541632 140138885655792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1387/tid=1389] ppid=1384 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1389/stat : 1389 (toysat) S 1384 1387 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13667671 1342771200 269188 33554432000 4194304 16246674 140733660541632 140138875165936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1387/tid=1390] ppid=1384 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1390/stat : 1390 (toysat) S 1384 1387 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13667671 1342771200 269188 33554432000 4194304 16246674 140733660541632 140138864692400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1311300

[startup+19.2004 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 1391
/proc/meminfo: memFree=29658244/32872528 swapFree=7268/7268
[pid=1387] ppid=1384 vsize=1317444 CPUtime=19.19 cores=0,2,4,6
/proc/1387/stat : 1387 (toysat) R 1384 1387 29295 0 -1 4202496 270395 0 0 0 1884 35 0 0 20 0 4 0 13667671 1349062656 270724 33554432000 4194304 16246674 140733660541632 140733660523520 5822722 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1387/statm: 329361 270724 796 2943 0 326255 0
[pid=1387/tid=1388] ppid=1384 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1388/stat : 1388 (toysat) S 1384 1387 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13667671 1349062656 270724 33554432000 4194304 16246674 140733660541632 140138885655792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1387/tid=1389] ppid=1384 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1389/stat : 1389 (toysat) S 1384 1387 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13667671 1349062656 270724 33554432000 4194304 16246674 140733660541632 140138875165936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1387/tid=1390] ppid=1384 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1390/stat : 1390 (toysat) S 1384 1387 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13667671 1349062656 270724 33554432000 4194304 16246674 140733660541632 140138864692400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.19
Current children cumulated vsize (KiB) 1317444

[startup+20.8004 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 1391
/proc/meminfo: memFree=29658128/32872528 swapFree=7268/7268
[pid=1387] ppid=1384 vsize=1317444 CPUtime=20.79 cores=0,2,4,6
/proc/1387/stat : 1387 (toysat) R 1384 1387 29295 0 -1 4202496 270396 0 0 0 2044 35 0 0 20 0 4 0 13667671 1349062656 270725 33554432000 4194304 16246674 140733660541632 140733660523520 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1387/statm: 329361 270725 797 2943 0 326255 0
[pid=1387/tid=1388] ppid=1384 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1388/stat : 1388 (toysat) S 1384 1387 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13667671 1349062656 270725 33554432000 4194304 16246674 140733660541632 140138885655792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1387/tid=1389] ppid=1384 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1389/stat : 1389 (toysat) S 1384 1387 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13667671 1349062656 270725 33554432000 4194304 16246674 140733660541632 140138875165936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1387/tid=1390] ppid=1384 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1390/stat : 1390 (toysat) S 1384 1387 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13667671 1349062656 270725 33554432000 4194304 16246674 140733660541632 140138864692400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 20.79
Current children cumulated vsize (KiB) 1317444

[startup+22.4004 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 1391
/proc/meminfo: memFree=29658148/32872528 swapFree=7268/7268
[pid=1387] ppid=1384 vsize=1317444 CPUtime=22.39 cores=0,2,4,6
/proc/1387/stat : 1387 (toysat) R 1384 1387 29295 0 -1 4202496 270396 0 0 0 2204 35 0 0 20 0 4 0 13667671 1349062656 270725 33554432000 4194304 16246674 140733660541632 140733660524632 6023137 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1387/statm: 329361 270725 797 2943 0 326255 0
[pid=1387/tid=1388] ppid=1384 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1388/stat : 1388 (toysat) S 1384 1387 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13667671 1349062656 270725 33554432000 4194304 16246674 140733660541632 140138885655792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1387/tid=1389] ppid=1384 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1389/stat : 1389 (toysat) S 1384 1387 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13667671 1349062656 270725 33554432000 4194304 16246674 140733660541632 140138875165936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1387/tid=1390] ppid=1384 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1390/stat : 1390 (toysat) S 1384 1387 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13667671 1349062656 270725 33554432000 4194304 16246674 140733660541632 140138864692400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 22.39
Current children cumulated vsize (KiB) 1317444

[startup+23.2074 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 1391
/proc/meminfo: memFree=29658148/32872528 swapFree=7268/7268
[pid=1387] ppid=1384 vsize=1317444 CPUtime=23.19 cores=0,2,4,6
/proc/1387/stat : 1387 (toysat) R 1384 1387 29295 0 -1 4202496 270396 0 0 0 2284 35 0 0 20 0 4 0 13667671 1349062656 270725 33554432000 4194304 16246674 140733660541632 140733660523520 5722390 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1387/statm: 329361 270725 797 2943 0 326255 0
[pid=1387/tid=1388] ppid=1384 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1388/stat : 1388 (toysat) S 1384 1387 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13667671 1349062656 270725 33554432000 4194304 16246674 140733660541632 140138885655792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1387/tid=1389] ppid=1384 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1389/stat : 1389 (toysat) S 1384 1387 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13667671 1349062656 270725 33554432000 4194304 16246674 140733660541632 140138875165936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1387/tid=1390] ppid=1384 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1390/stat : 1390 (toysat) S 1384 1387 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13667671 1349062656 270725 33554432000 4194304 16246674 140733660541632 140138864692400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 23.19
Current children cumulated vsize (KiB) 1317444

[startup+23.4004 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 1391
/proc/meminfo: memFree=29658148/32872528 swapFree=7268/7268
[pid=1387] ppid=1384 vsize=1317444 CPUtime=23.39 cores=0,2,4,6
/proc/1387/stat : 1387 (toysat) R 1384 1387 29295 0 -1 4202496 270396 0 0 0 2304 35 0 0 20 0 4 0 13667671 1349062656 270725 33554432000 4194304 16246674 140733660541632 140733660523520 5991539 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1387/statm: 329361 270725 797 2943 0 326255 0
[pid=1387/tid=1388] ppid=1384 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1388/stat : 1388 (toysat) S 1384 1387 29295 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 13667671 1349062656 270725 33554432000 4194304 16246674 140733660541632 140138885655792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1387/tid=1389] ppid=1384 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1389/stat : 1389 (toysat) S 1384 1387 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13667671 1349062656 270725 33554432000 4194304 16246674 140733660541632 140138875165936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1387/tid=1390] ppid=1384 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/1387/task/1390/stat : 1390 (toysat) S 1384 1387 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13667671 1349062656 270725 33554432000 4194304 16246674 140733660541632 140138864692400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 23.39
Current children cumulated vsize (KiB) 1317444

Child status: 0
Real time (s): 23.4801
CPU time (s): 23.4754
CPU user time (s): 23.0605
CPU system time (s): 0.414936
CPU usage (%): 99.9803
Max. virtual memory (cumulated for all children) (KiB): 1317444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.0605
system time used= 0.414936
maximum resident set size= 1082912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270401
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= 24

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054991 second user time and 0.101984 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-17 00:30:28
IDJOB=4096862
IDBENCH=107675
IDSOLVER=2542
FILE ID=node151/4096862-1466116228
RUNJOBID= node151-1466112624-31871
PBS_JOBID= 19904038
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-4_5_25.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096862-1466116228/watcher-4096862-1466116228 -o /tmp/evaluation-result-4096862-1466116228/solver-4096862-1466116228 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466112624-31871 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4096862-1466116228.opb

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

MD5SUM BENCH= 768aac7e2dd6dcc728f12b5a411a8c1a
RANDOM SEED=992322913

node151.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.103
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.20
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.103
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.103
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.103
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		: 2667.103
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.103
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.103
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		: 2667.103
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:        30740600 kB
Buffers:           66180 kB
Cached:           163864 kB
SwapCached:        61592 kB
Active:          1245348 kB
Inactive:         173976 kB
Active(anon):    1130464 kB
Inactive(anon):    61036 kB
Active(file):     114884 kB
Inactive(file):   112940 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038988 kB
Dirty:             16352 kB
Writeback:             0 kB
AnonPages:       1269416 kB
Mapped:            11056 kB
Shmem:                 0 kB
Slab:             572232 kB
SReclaimable:      15576 kB
SUnreclaim:       556656 kB
KernelStack:        1504 kB
PageTables:         6468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1279320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1255424 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 node151 at 2016-06-17 00:30:52